upgrade Expat to 2.5.0
Fixes CVE-2022-43680 Change-Id: I5bf8d1ab0ac352833c76a7edfc1d8eb78dd03e10 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142042 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
parent
3a2e81d4da
commit
30fba094c4
2 changed files with 9 additions and 8 deletions
|
@ -46,8 +46,8 @@ export EPUBGEN_TARBALL := libepubgen-0.1.1.tar.xz
|
|||
export ETONYEK_SHA256SUM := b430435a6e8487888b761dc848b7981626eb814884963ffe25eb26a139301e9a
|
||||
export ETONYEK_VERSION_MICRO := 10
|
||||
export ETONYEK_TARBALL := libetonyek-0.1.$(ETONYEK_VERSION_MICRO).tar.xz
|
||||
export EXPAT_SHA256SUM := 6e8c0728fe5c7cd3f93a6acce43046c5e4736c7b4b68e032e9350daa0efc0354
|
||||
export EXPAT_TARBALL := expat-2.4.9.tar.xz
|
||||
export EXPAT_SHA256SUM := ef2420f0232c087801abf705e89ae65f6257df6b7931d37846a193ef2e8cdcbe
|
||||
export EXPAT_TARBALL := expat-2.5.0.tar.xz
|
||||
export FIREBIRD_SHA256SUM := acb85cedafa10ce106b1823fb236b1b3e5d942a5741e8f8435cc8ccfec0afe76
|
||||
export FIREBIRD_TARBALL := Firebird-3.0.7.33374-0.tar.bz2
|
||||
export FONTCONFIG_SHA256SUM := a5f052cb73fd479ffb7b697980510903b563bbb55b8f7a2b001fcfb94026003c
|
||||
|
|
13
external/expat/expat-winapi.patch
vendored
13
external/expat/expat-winapi.patch
vendored
|
@ -1,6 +1,6 @@
|
|||
--- misc/expat-2.1.0/lib/expat_external.h 2009-11-16 08:53:17.375000000 +0000
|
||||
+++ misc/build/expat-2.1.0/lib/expat_external.h 2009-11-16 08:53:34.703125000 +0000
|
||||
@@ -81,10 +81,6 @@
|
||||
--- misc/expat-2.5.0/lib/expat_external.h 2022-10-25 01:32:54.000000000 +0900
|
||||
+++ misc/build/expat-2.5.0/lib/expat_external.h 2022-10-30 23:09:47.339459134 +0900
|
||||
@@ -88,10 +88,6 @@
|
||||
# ifndef XML_BUILDING_EXPAT
|
||||
/* using Expat from an application */
|
||||
|
||||
|
@ -11,12 +11,13 @@
|
|||
# endif
|
||||
#endif /* not defined XML_STATIC */
|
||||
|
||||
--- misc/expat-2.1.0/lib/xmlparse.c 2021-05-23 16:56:25.000000000 +0100
|
||||
+++ misc/build/expat-2.1.0/lib/xmlparse.c 2021-05-25 12:42:11.997173600 +0100
|
||||
@@ -64,6 +64,8 @@
|
||||
--- misc/expat-2.5.0/lib/xmlparse.c 2022-10-26 00:09:08.000000000 +0900
|
||||
+++ misc/build/expat-2.5.0/lib/xmlparse.c 2022-10-30 23:09:01.843006341 +0900
|
||||
@@ -67,6 +67,9 @@
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
+# undef HAVE_ARC4RANDOM_BUF
|
||||
+# undef HAVE_GETRANDOM
|
||||
+# undef HAVE_SYSCALL_GETRANDOM
|
||||
/* force stdlib to define rand_s() */
|
||||
|
|
Loading…
Reference in a new issue