!154 [sync] PR-153: enable patches to fix glibc upstream bug 27939 and 27902

From: @openeuler-sync-bot
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
This commit is contained in:
openeuler-ci-bot 2021-06-28 02:03:00 +00:00 committed by Gitee
commit 38b3ccb7bd

View File

@ -59,7 +59,7 @@
##############################################################################
Name: glibc
Version: 2.28
Release: 69
Release: 70
Summary: The GNU libc libraries
License: %{all_license}
URL: http://www.gnu.org/software/glibc/
@ -126,6 +126,8 @@ Patch42: backport-0004-nptl-Add-POSIX-proposed-pthread_cond_clockwait.patch
Patch43: backport-rtld-Avoid-using-up-static-TLS-surplus-for-optimizat.patch
Patch44: backport-CVE-2021-33574-0001-Fix-mq_notify-bug-27896.patch
Patch45: backport-CVE-2021-33574-0002-Fix-mq_notify-bug-27896.patch
Patch46: backport-aarch64-align-stack-in-clone-BZ-27939.patch
Patch47: backport-x86-64-Align-child-stack-to-16-bytes-BZ-27902.patch
Provides: ldconfig rtld(GNU_HASH) bundled(gnulib)
@ -1150,6 +1152,9 @@ fi
%doc hesiod/README.hesiod
%changelog
* Sat Jun 26 2021 Qingqing Li<liqingqing3@huawei.com> - 2.28-70
- enable patches to fix bug 27939 and 27902
* Mon Jun 7 2021 Qingqing Li<liqingqing3@huawei.com> - 2.28-69
- aarch64: align stack in clone [BZ #27939]
https://sourceware.org/bugzilla/show_bug.cgi?id=27939