All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] glibc: update to HEAD of release/2.34/master branch
@ 2021-08-18 23:05 Sakib Sajal
  2021-08-18 23:51 ` [OE-core] " Randy MacLeod
  0 siblings, 1 reply; 3+ messages in thread
From: Sakib Sajal @ 2021-08-18 23:05 UTC (permalink / raw)
  To: openembedded-core

Update glibc to head of release/2.34/master branch to
to include fixes, includes fix for CVE-2021-38604:

Changelog:
glibc.git$ git log --oneline ae37d06c7d127817ba43850f0f898b793d42aea7...
7c987a5ccb (HEAD, origin/release/2.34/master) librt: add test (bug 28213)
7947430322 librt: fix NULL pointer dereference (bug 28213)
31902ae639 Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)
9995d0588f iconv_charmap: Close output file when done
7ff4da3dc2 copy_and_spawn_sgid: Avoid double calls to close()
a5bd2e10e0 gaiconf_init: Avoid double-free in label and precedence lists
3a48da47a9 gconv_parseconfdir: Fix memory leak
0b03996304 ldconfig: avoid leak on empty paths in config file

Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
---
 meta/recipes-core/glibc/glibc-version.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
index 281df7ecda..c53b53f114 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@
 SRCBRANCH ?= "release/2.34/master"
 PV = "2.34"
-SRCREV_glibc ?= "ae37d06c7d127817ba43850f0f898b793d42aea7"
+SRCREV_glibc ?= "7c987a5ccb31df80456d53a094e47f81310f549b"
 SRCREV_localedef ?= "95c0221703ad970a52445e9eaf91c4aff35eebef"
 
 GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [OE-core] [PATCH] glibc: update to HEAD of release/2.34/master branch
  2021-08-18 23:05 [PATCH] glibc: update to HEAD of release/2.34/master branch Sakib Sajal
@ 2021-08-18 23:51 ` Randy MacLeod
  2021-08-19 16:35   ` Sakib Sajal
  0 siblings, 1 reply; 3+ messages in thread
From: Randy MacLeod @ 2021-08-18 23:51 UTC (permalink / raw)
  To: Sakib Sajal, openembedded-core

On 2021-08-18 7:05 p.m., Sakib Sajal wrote:
> Update glibc to head of release/2.34/master branch to
> to include fixes, includes fix for CVE-2021-38604:
> 
> Changelog:
> glibc.git$ git log --oneline ae37d06c7d127817ba43850f0f898b793d42aea7...
> 7c987a5ccb (HEAD, origin/release/2.34/master) librt: add test (bug 28213)
> 7947430322 librt: fix NULL pointer dereference (bug 28213)
> 31902ae639 Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)
> 9995d0588f iconv_charmap: Close output file when done
> 7ff4da3dc2 copy_and_spawn_sgid: Avoid double calls to close()
> a5bd2e10e0 gaiconf_init: Avoid double-free in label and precedence lists
> 3a48da47a9 gconv_parseconfdir: Fix memory leak
> 0b03996304 ldconfig: avoid leak on empty paths in config file
> 
> Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
> ---
>   meta/recipes-core/glibc/glibc-version.inc | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
> index 281df7ecda..c53b53f114 100644
> --- a/meta/recipes-core/glibc/glibc-version.inc
> +++ b/meta/recipes-core/glibc/glibc-version.inc
> @@ -1,6 +1,6 @@
>   SRCBRANCH ?= "release/2.34/master"
>   PV = "2.34"
> -SRCREV_glibc ?= "ae37d06c7d127817ba43850f0f898b793d42aea7"
> +SRCREV_glibc ?= "7c987a5ccb31df80456d53a094e47f81310f549b"
>   SRCREV_localedef ?= "95c0221703ad970a52445e9eaf91c4aff35eebef"
>   
>   GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
> 
> 
> 
> 
> 

What build and runtime testing did you do Sakib?


-- 
# Randy MacLeod
# Wind River Linux

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [OE-core] [PATCH] glibc: update to HEAD of release/2.34/master branch
  2021-08-18 23:51 ` [OE-core] " Randy MacLeod
@ 2021-08-19 16:35   ` Sakib Sajal
  0 siblings, 0 replies; 3+ messages in thread
From: Sakib Sajal @ 2021-08-19 16:35 UTC (permalink / raw)
  To: Randy MacLeod, openembedded-core


On 2021-08-18 7:51 p.m., Randy MacLeod wrote:
> On 2021-08-18 7:05 p.m., Sakib Sajal wrote:
>> Update glibc to head of release/2.34/master branch to
>> to include fixes, includes fix for CVE-2021-38604:
>>
>> Changelog:
>> glibc.git$ git log --oneline ae37d06c7d127817ba43850f0f898b793d42aea7...
>> 7c987a5ccb (HEAD, origin/release/2.34/master) librt: add test (bug 
>> 28213)
>> 7947430322 librt: fix NULL pointer dereference (bug 28213)
>> 31902ae639 Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 
>> (bug 28182)
>> 9995d0588f iconv_charmap: Close output file when done
>> 7ff4da3dc2 copy_and_spawn_sgid: Avoid double calls to close()
>> a5bd2e10e0 gaiconf_init: Avoid double-free in label and precedence lists
>> 3a48da47a9 gconv_parseconfdir: Fix memory leak
>> 0b03996304 ldconfig: avoid leak on empty paths in config file
>>
>> Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
>> ---
>>   meta/recipes-core/glibc/glibc-version.inc | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-core/glibc/glibc-version.inc 
>> b/meta/recipes-core/glibc/glibc-version.inc
>> index 281df7ecda..c53b53f114 100644
>> --- a/meta/recipes-core/glibc/glibc-version.inc
>> +++ b/meta/recipes-core/glibc/glibc-version.inc
>> @@ -1,6 +1,6 @@
>>   SRCBRANCH ?= "release/2.34/master"
>>   PV = "2.34"
>> -SRCREV_glibc ?= "ae37d06c7d127817ba43850f0f898b793d42aea7"
>> +SRCREV_glibc ?= "7c987a5ccb31df80456d53a094e47f81310f549b"
>>   SRCREV_localedef ?= "95c0221703ad970a52445e9eaf91c4aff35eebef"
>>     GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
>>
>>
>>
>> 
>>
>
> What build and runtime testing did you do Sakib?
>
World build and core-image-full-cmdline testimage

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-19 16:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-18 23:05 [PATCH] glibc: update to HEAD of release/2.34/master branch Sakib Sajal
2021-08-18 23:51 ` [OE-core] " Randy MacLeod
2021-08-19 16:35   ` Sakib Sajal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.