80dd2ce294
Fixes CVE-2023-0401 CVE-2023-0286 CVE-2023-0217 CVE-2023-0216 CVE-2023-0215 CVE-2022-4450 CVE-2022-4304 CVE-2022-4203 CVE-2022-3996 Remove the patch that fixed CVE-2022-3996. Change-Id: I8587d780ea7dc07637278643dc1c49b577e3ae56 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146657 Tested-by: Michael Stahl <michael.stahl@allotropia.de> Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
11 lines
369 B
Text
11 lines
369 B
Text
--- Configurations/windows-makefile.tmpl 2022-09-09 15:18:35.849924899 +0100
|
|
+++ Configurations/windows-makefile.tmpl 2022-09-09 15:20:28.895825331 +0100
|
|
@@ -790,7 +790,7 @@
|
|
return <<"EOF";
|
|
$target: "$gen0" $deps
|
|
\$(CPP) $incs $cppflags $defs "$gen0" > \$@.i
|
|
- move /Y \$@.i \$@
|
|
+ mv -f \$@.i \$@
|
|
EOF
|
|
} elsif ($gen0 =~ m|^.*\.in$|) {
|
|
#
|