Auto-sync with upstream branch release/2.26/master
Upstream commit: 174709d879a15590e00119c7f91dc2460aaf571c - CVE-2018-11237: Buffer overflow in mempcpy for Xeon Phi (#1581275) - nptl: Fix waiters-after-spinning case in pthread_cond_broadcast (#1622669) - x86: Correct index_cpu_LZCNT (swbz#23456) - x86: Populate COMMON_CPUID_INDEX_80000001 for Intel CPUs (swbz#23459) - stdio-common/tst-printf.c: Remove part under a non-free license (swbz#23363) - libio: Disable vtable validation in case of interposition (swbz#23313) - if_nametoindex: Check length of ifname before copying (swbz#22442) - getifaddrs: Don't return ifa entries with NULL names (swbz#21812) - time: Use _STRUCT_TIMESPEC as guard in <bits/types/struct_timespec.h> (swbz#23349) - math: Fix parameter type in C++ version of iseqsig (swbz#23171) - libio: Avoid _allocate_buffer, _free_buffer function pointers (swbz#23236)
This commit is contained in:
parent
547a280036
commit
4ae360fa74
20
glibc.spec
20
glibc.spec
@ -1,6 +1,6 @@
|
||||
%define glibcsrcdir glibc-2.26-156-gaf7519f7b3
|
||||
%define glibcsrcdir glibc-2.26-174-g174709d879
|
||||
%define glibcversion 2.26
|
||||
%define glibcrelease 29%{?dist}
|
||||
%define glibcrelease 30%{?dist}
|
||||
# Pre-release tarballs are pulled in from git using a command that is
|
||||
# effectively:
|
||||
#
|
||||
@ -2233,6 +2233,22 @@ rm -f *.filelist*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Aug 29 2018 Florian Weimer <fweimer@redhat.com> - 2.26-30
|
||||
- Auto-sync with upstream branch release/2.26/master,
|
||||
commit 174709d879a15590e00119c7f91dc2460aaf571c:
|
||||
- CVE-2018-11237: Buffer overflow in mempcpy for Xeon Phi (#1581275)
|
||||
- nptl: Fix waiters-after-spinning case in pthread_cond_broadcast (#1622669)
|
||||
- x86: Correct index_cpu_LZCNT (swbz#23456)
|
||||
- x86: Populate COMMON_CPUID_INDEX_80000001 for Intel CPUs (swbz#23459)
|
||||
- stdio-common/tst-printf.c: Remove part under a non-free license (swbz#23363)
|
||||
- libio: Disable vtable validation in case of interposition (swbz#23313)
|
||||
- if_nametoindex: Check length of ifname before copying (swbz#22442)
|
||||
- getifaddrs: Don't return ifa entries with NULL names (swbz#21812)
|
||||
- time: Use _STRUCT_TIMESPEC as guard in <bits/types/struct_timespec.h>
|
||||
(swbz#23349)
|
||||
- math: Fix parameter type in C++ version of iseqsig (swbz#23171)
|
||||
- libio: Avoid _allocate_buffer, _free_buffer function pointers (swbz#23236)
|
||||
|
||||
* Mon Aug 13 2018 Carlos O'Donell <carlos@redhat.com> - 2.26-29
|
||||
- Remove abort() warning in manual (#1615608)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.26-156-gaf7519f7b3.tar.gz) = 9e0854f89727fc1690c2e8601869cb0fa547d5f48834bca80b56359db592d0b34dc677a5e641a91ce1d3b07f78f3e6f7bee397b1969ac2bbf7a7af76652ea680
|
||||
SHA512 (glibc-2.26-174-g174709d879.tar.gz) = 74542e3be74044d03a9ab136be8d63db000379c1e7b515c95dd62ec6a74339f051dfa4c6b041e564f73870f7dbe6985a49794f58341d0c7b57da4c06c0155e23
|
||||
|
Loading…
Reference in New Issue
Block a user