update to glibc-2.28-164.el8_5.3

Signed-off-by: hongwei-qin <qhw01063182@alibaba-inc.com>
This commit is contained in:
hongwei-qin 2022-03-21 04:24:46 -04:00
parent a310099e51
commit 590c0d4d48
19 changed files with 1390 additions and 868 deletions

View file

@ -1,7 +1,6 @@
%define anolis_release .0.1
%define glibcsrcdir glibc-2.28
%define glibcversion 2.28
%define glibcrelease 164%{anolis_release}%{?dist}
%define glibcrelease 164%{?dist}.3
# Pre-release tarballs are pulled in from git using a command that is
# effectively:
#
@ -720,13 +719,18 @@ Patch582: glibc-rh1966472-1.patch
Patch583: glibc-rh1966472-2.patch
Patch584: glibc-rh1966472-3.patch
Patch585: glibc-rh1966472-4.patch
Patch586: glibc-Properly-check-stack-alignment-BZ-27901.patch
Patch587: glibc-elf-Properly-align-PT_LOAD-segments-BZ-28676-1.patch
Patch588: glibc-Add-a-testcase-to-check-alignment-of-PT_LOAD-segment-2.patch
Patch589: glibc-elf-Align-argument-of-__munmap-to-page-size-BZ-28676-3.patch
Patch590: glibc-Support-target-specific-ALIGN-for-variable-alignment-4.patch
Patch591: glibc-elf-Fix-tst-align3.patch
Patch586: glibc-rh2032280-1.patch
Patch587: glibc-rh2032280-2.patch
Patch588: glibc-rh2032280-3.patch
Patch589: glibc-rh2032280-4.patch
Patch590: glibc-rh2032280-5.patch
Patch591: glibc-rh2032280-6.patch
Patch592: glibc-rh2032280-7.patch
Patch593: glibc-rh2045062-1.patch
Patch594: glibc-rh2045062-2.patch
Patch595: glibc-rh2045062-3.patch
Patch596: glibc-rh2045062-4.patch
Patch597: glibc-rh2045062-5.patch
##############################################################################
# Continued list of core "glibc" package information:
@ -2639,8 +2643,16 @@ fi
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
%changelog
* Mon Feb 7 2022 Rongwei Wang <rongwei.wang@linux.alibaba.com> - 2.28-164.0.1
- elf: Properly align PT_LOAD segments
* Thu Jan 27 2022 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.28-164.3
- CVE-2021-3999: getcwd: align stack on clone in aarch64 and fix a memory leak
(#2032280)
* Wed Jan 26 2022 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.28-164.2
- CVE-2022-23218, CVE-2022-23219: Fix buffer overflows in sunrpc clnt_create
for "unix" and svcunix_create (#2045062).
* Mon Jan 24 2022 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.28-164.1
- CVE-2021-3999: getcwd: Set errno to ERANGE for size == 1 (#2032280)
* Mon Aug 9 2021 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.28-164
- librt: fix NULL pointer dereference (#1966472).