diff options
| -rw-r--r-- | meta/recipes-core/glibc/glibc-version.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-core/glibc/glibc_2.35.bb | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc index f23ceb5a25..c23a43576c 100644 --- a/meta/recipes-core/glibc/glibc-version.inc +++ b/meta/recipes-core/glibc/glibc-version.inc | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | SRCBRANCH ?= "release/2.35/master" | 1 | SRCBRANCH ?= "release/2.35/master" |
| 2 | PV = "2.35" | 2 | PV = "2.35" |
| 3 | SRCREV_glibc ?= "561e9dadc02f46a7ba2190c0a04259583479f6c9" | 3 | SRCREV_glibc ?= "73d4ce728a59deb2fd18969e559769b3f590fac9" |
| 4 | SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87" | 4 | SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87" |
| 5 | 5 | ||
| 6 | GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" | 6 | GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" |
diff --git a/meta/recipes-core/glibc/glibc_2.35.bb b/meta/recipes-core/glibc/glibc_2.35.bb index df847e76bf..b4bad5b7ac 100644 --- a/meta/recipes-core/glibc/glibc_2.35.bb +++ b/meta/recipes-core/glibc/glibc_2.35.bb | |||
| @@ -16,6 +16,9 @@ CVE_CHECK_IGNORE += "CVE-2019-1010022 CVE-2019-1010023 CVE-2019-1010024" | |||
| 16 | # Potential patch at https://sourceware.org/bugzilla/show_bug.cgi?id=22853 | 16 | # Potential patch at https://sourceware.org/bugzilla/show_bug.cgi?id=22853 |
| 17 | CVE_CHECK_IGNORE += "CVE-2019-1010025" | 17 | CVE_CHECK_IGNORE += "CVE-2019-1010025" |
| 18 | 18 | ||
| 19 | # To avoid these in cve-check reports since the recipe version did not change | ||
| 20 | CVE_CHECK_IGNORE += "CVE-2023-4813 CVE-2023-4806 CVE-2023-5156" | ||
| 21 | |||
| 19 | DEPENDS += "gperf-native bison-native" | 22 | DEPENDS += "gperf-native bison-native" |
| 20 | 23 | ||
| 21 | NATIVESDKFIXES ?= "" | 24 | NATIVESDKFIXES ?= "" |
