* [gatesgarth][PATCH] glibc: Pull latest 2.32 HEAD
@ 2021-03-20 17:31 Anatol Belski
2021-03-20 17:46 ` [OE-core] " Khem Raj
0 siblings, 1 reply; 2+ messages in thread
From: Anatol Belski @ 2021-03-20 17:31 UTC (permalink / raw)
To: openembedded-core
New commits:
$ git log --format="%h %s" df31c7ca927242d5d4eee97f93a01e23ff47e332..f84949f1c4bbf20e6a1d9a5859cf012cde060ede
f84949f1c4 powerpc64: Workaround sigtramp vdso return call
5e43566f0f nscd: Fix double free in netgroupcache [BZ #27462]
Note also that additionally CVE-2021-3326 has been whitelisted as it was
already present in the previous state.
Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
---
meta/recipes-core/glibc/glibc-version.inc | 2 +-
meta/recipes-core/glibc/glibc_2.32.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
index 586b2e207e..84d199bb1d 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@
SRCBRANCH ?= "release/2.32/master"
PV = "2.32"
-SRCREV_glibc ?= "760e1d287825fa91d4d5a0cc921340c740d803e2"
+SRCREV_glibc ?= "44b395932961a29825da4ad025124a6760858d9c"
SRCREV_localedef ?= "bd644c9e6f3e20c5504da1488448173c69c56c28"
GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
diff --git a/meta/recipes-core/glibc/glibc_2.32.bb b/meta/recipes-core/glibc/glibc_2.32.bb
index e4fe9b87b5..03aea52508 100644
--- a/meta/recipes-core/glibc/glibc_2.32.bb
+++ b/meta/recipes-core/glibc/glibc_2.32.bb
@@ -2,7 +2,7 @@ require glibc.inc
require glibc-version.inc
# whitelist CVE's with fixes in latest release/2.32/master branch
-CVE_CHECK_WHITELIST += "CVE-2019-25013 CVE-2020-10029 CVE-2020-27618"
+CVE_CHECK_WHITELIST += "CVE-2019-25013 CVE-2020-10029 CVE-2020-27618 CVE-2021-27645 CVE-2021-3326"
DEPENDS += "gperf-native bison-native make-native"
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [OE-core] [gatesgarth][PATCH] glibc: Pull latest 2.32 HEAD
2021-03-20 17:31 [gatesgarth][PATCH] glibc: Pull latest 2.32 HEAD Anatol Belski
@ 2021-03-20 17:46 ` Khem Raj
0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2021-03-20 17:46 UTC (permalink / raw)
To: Anatol Belski; +Cc: Patches and discussions about the oe-core layer
looks ok
On Sat, Mar 20, 2021 at 10:31 AM Anatol Belski
<anbelski@linux.microsoft.com> wrote:
>
> New commits:
>
> $ git log --format="%h %s" df31c7ca927242d5d4eee97f93a01e23ff47e332..f84949f1c4bbf20e6a1d9a5859cf012cde060ede
> f84949f1c4 powerpc64: Workaround sigtramp vdso return call
> 5e43566f0f nscd: Fix double free in netgroupcache [BZ #27462]
>
> Note also that additionally CVE-2021-3326 has been whitelisted as it was
> already present in the previous state.
>
> Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
> ---
> meta/recipes-core/glibc/glibc-version.inc | 2 +-
> meta/recipes-core/glibc/glibc_2.32.bb | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
> index 586b2e207e..84d199bb1d 100644
> --- a/meta/recipes-core/glibc/glibc-version.inc
> +++ b/meta/recipes-core/glibc/glibc-version.inc
> @@ -1,6 +1,6 @@
> SRCBRANCH ?= "release/2.32/master"
> PV = "2.32"
> -SRCREV_glibc ?= "760e1d287825fa91d4d5a0cc921340c740d803e2"
> +SRCREV_glibc ?= "44b395932961a29825da4ad025124a6760858d9c"
> SRCREV_localedef ?= "bd644c9e6f3e20c5504da1488448173c69c56c28"
>
> GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
> diff --git a/meta/recipes-core/glibc/glibc_2.32.bb b/meta/recipes-core/glibc/glibc_2.32.bb
> index e4fe9b87b5..03aea52508 100644
> --- a/meta/recipes-core/glibc/glibc_2.32.bb
> +++ b/meta/recipes-core/glibc/glibc_2.32.bb
> @@ -2,7 +2,7 @@ require glibc.inc
> require glibc-version.inc
>
> # whitelist CVE's with fixes in latest release/2.32/master branch
> -CVE_CHECK_WHITELIST += "CVE-2019-25013 CVE-2020-10029 CVE-2020-27618"
> +CVE_CHECK_WHITELIST += "CVE-2019-25013 CVE-2020-10029 CVE-2020-27618 CVE-2021-27645 CVE-2021-3326"
>
> DEPENDS += "gperf-native bison-native make-native"
>
> --
> 2.17.1
>
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-03-20 17:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-20 17:31 [gatesgarth][PATCH] glibc: Pull latest 2.32 HEAD Anatol Belski
2021-03-20 17:46 ` [OE-core] " Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox