|
@@ -7,7 +7,8 @@
|
|
|
# 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.36-118-g22955ad85186ee05834e47e665056148ca07699c
|
|
|
+GLIBC_VERSION = 2.36-128-gb9b7d6a27aa0632f334352fa400771115b3c69b7
|
|
|
+
|
|
|
# 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.
|
|
@@ -44,6 +45,18 @@ GLIBC_IGNORE_CVES += CVE-2023-4911
|
|
|
# 2.36 and the version we're really using.
|
|
|
GLIBC_IGNORE_CVES += CVE-2023-5156
|
|
|
|
|
|
+# Fixed by d1a83b6767f68b3cb5b4b4ea2617254acd040c82, which is between
|
|
|
+# 2.36 and the version we're really using.
|
|
|
+GLIBC_IGNORE_CVES += CVE-2023-6246
|
|
|
+
|
|
|
+# Fixed by 2bc9d7c002bdac38b5c2a3f11b78e309d7765b83, which is between
|
|
|
+# 2.36 and the version we're really using.
|
|
|
+GLIBC_IGNORE_CVES += CVE-2023-6779
|
|
|
+
|
|
|
+# Fixed by b9b7d6a27aa0632f334352fa400771115b3c69b7, which is between
|
|
|
+# 2.36 and the version we're really using.
|
|
|
+GLIBC_IGNORE_CVES += CVE-2023-6780
|
|
|
+
|
|
|
# All these CVEs are considered as not being security issues by
|
|
|
# upstream glibc:
|
|
|
# https://security-tracker.debian.org/tracker/CVE-2010-4756
|