update to glibc-2.28-189.1.el8.src.rpm

Signed-off-by: Liwei Ge <geliwei@openanolis.org>
This commit is contained in:
Liwei Ge 2022-05-11 18:31:03 +08:00
parent 052e8c3629
commit ae3892a05b
8 changed files with 212 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 189%{anolis_release}%{?dist}
%define glibcrelease 189.1%{?dist}
# Pre-release tarballs are pulled in from git using a command that is
# effectively:
#
@ -856,13 +855,7 @@ Patch660: glibc-rh2045063-2.patch
Patch661: glibc-rh2045063-3.patch
Patch662: glibc-rh2045063-4.patch
Patch663: glibc-rh2045063-5.patch
Patch1000: glibc-Properly-check-stack-alignment-BZ-27901.patch
Patch1001: glibc-elf-Properly-align-PT_LOAD-segments-BZ-28676-1.patch
Patch1002: glibc-Add-a-testcase-to-check-alignment-of-PT_LOAD-segment-2.patch
Patch1003: glibc-elf-Align-argument-of-__munmap-to-page-size-BZ-28676-3.patch
Patch1004: glibc-Support-target-specific-ALIGN-for-variable-alignment-4.patch
Patch1005: glibc-elf-Fix-tst-align3.patch
Patch664: glibc-rh2061727.patch
##############################################################################
# Continued list of core "glibc" package information:
@ -2678,8 +2671,8 @@ fi
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
%changelog
* Wed Apr 13 2022 Rongwei Wang <rongwei.wang@linux.alibaba.com> - 2.28-189.0.1
- elf: Properly align PT_LOAD segments
* Thu Mar 10 2022 Florian Weimer <fweimer@redhat.com> - 2.28-189.1
- nss: Avoid clobbering errno in get*ent via dlopen (#2061727)
* Thu Jan 27 2022 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.28-189
- CVE-2021-3999: getcwd: align stack on clone in aarch64 and fix a memory leak