|
@@ -7,7 +7,7 @@
|
|
|
# Generate version string using:
|
|
|
# git describe --match 'glibc-*' --abbrev=40 origin/release/MAJOR.MINOR/master | cut -d '-' -f 2-
|
|
|
# When updating the version, please also update localedef
|
|
|
-GLIBC_VERSION = 2.39-5-ge0910f1d3278f05439fb434ee528fc9be1b6bd5e
|
|
|
+GLIBC_VERSION = 2.39-74-g198632a05f6c7b9ab67d3331d8caace9ceabb685
|
|
|
# Upstream doesn't officially provide an https download link.
|
|
|
# There is one (https://sourceware.org/git/glibc.git) but it's not reliable,
|
|
|
# sometimes the connection times out. So use an unofficial github mirror.
|
|
@@ -24,6 +24,18 @@ GLIBC_CPE_ID_VENDOR = gnu
|
|
|
# allow proper matching with the CPE database.
|
|
|
GLIBC_CPE_ID_VERSION = $(word 1, $(subst -,$(space),$(GLIBC_VERSION)))
|
|
|
|
|
|
+# Fixed by glibc-2.39-31-g31da30f23cddd36db29d5b6a1c7619361b271fb4
|
|
|
+GLIBC_IGNORE_CVES += CVE-2024-2961
|
|
|
+
|
|
|
+# Fixed by glibc-2.39-35-g1263d583d2e28afb8be53f8d6922f0842036f35d
|
|
|
+GLIBC_IGNORE_CVES += CVE-2024-33599
|
|
|
+
|
|
|
+# Fixed by glibc-2.39-37-gc99f886de54446cd4447db6b44be93dabbdc2f8b
|
|
|
+GLIBC_IGNORE_CVES += CVE-2024-33600
|
|
|
+
|
|
|
+# Fixed by glibc-2.39-38-ga9a8d3eebb145779a18d90e3966009a1daa63cd
|
|
|
+GLIBC_IGNORE_CVES += CVE-2024-33601 CVE-2024-33602
|
|
|
+
|
|
|
# All these CVEs are considered as not being security issues by
|
|
|
# upstream glibc:
|
|
|
# https://security-tracker.debian.org/tracker/CVE-2010-4756
|