Skip to content

Commit 1620530

Browse files
bkuhlsjacmet
authored andcommitted
package/libxml2: security bump to version 2.10.4
- [CVE-2023-29469] Hashing of empty dict strings isn't deterministic - [CVE-2023-28484] Fix null deref in xmlSchemaFixupComplexType - schemas: Fix null-pointer-deref in xmlSchemaCheckCOSSTDerivedOK https://gitlab.gnome.org/GNOME/libxml2/-/tags/v2.10.4 Signed-off-by: Bernd Kuhls <[email protected]> Signed-off-by: Peter Korsgaard <[email protected]>
1 parent 83f6a49 commit 1620530

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package/libxml2/libxml2.hash

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# From https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.3.sha256sum
2-
sha256 5d2cc3d78bec3dbe212a9d7fa629ada25a7da928af432c93060ff5c17ee28a9c libxml2-2.10.3.tar.xz
1+
# From https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.4.sha256sum
2+
sha256 ed0c91c5845008f1936739e4eee2035531c1c94742c6541f44ee66d885948d45 libxml2-2.10.4.tar.xz
33
# License files, locally calculated
44
sha256 c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd Copyright

package/libxml2/libxml2.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
################################################################################
66

77
LIBXML2_VERSION_MAJOR = 2.10
8-
LIBXML2_VERSION = $(LIBXML2_VERSION_MAJOR).3
8+
LIBXML2_VERSION = $(LIBXML2_VERSION_MAJOR).4
99
LIBXML2_SOURCE = libxml2-$(LIBXML2_VERSION).tar.xz
1010
LIBXML2_SITE = \
1111
https://download.gnome.org/sources/libxml2/$(LIBXML2_VERSION_MAJOR)

0 commit comments

Comments
 (0)