Remove extend_alloca.
This commit is contained in:
Florian Weimer 2016-03-07 06:52:27 +01:00
parent f2d40207ea
commit 9fce0748c4
3 changed files with 2199 additions and 1 deletions

2190
glibc-rh1315108.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
%define glibcsrcdir glibc-2.23-40-gde51ff8
%define glibcversion 2.23.90
%define glibcrelease 3%{?dist}
%define glibcrelease 4%{?dist}
# Pre-release tarballs are pulled in from git using a command that is
# effectively:
#
@ -295,6 +295,9 @@ Patch2035: glibc-nsswitch-Add-group-merging-support.patch
Patch2036: glibc-gcc-PR69537.patch
# extend_alloca removal, BZ 18023
Patch2037: glibc-rh1315108.patch
# Upstream BZ 19573, patch reverts problematic commit
Patch2099: glibc-rh1252570.patch
@ -788,6 +791,7 @@ cat /proc/meminfo
%patch0059 -p1
%patch2035 -p1
%patch2036 -p1
%patch2037 -p1
%patch2099 -p1
##############################################################################
@ -2088,6 +2092,9 @@ rm -f *.filelist*
%endif
%changelog
* Sun Mar 6 2016 Florian Weimer <fweimer@redhat.com> - 2.23.90-4
- Remove extend_alloca (#1315108)
* Mon Feb 29 2016 Carlos O'Donell <carlos@redhat.com> - 2.23.90-3
- Enhance support for upgrading from a non-language-pack system.

1
series
View File

@ -39,3 +39,4 @@ glibc-c-utf8-locale.patch -p1 --fuzz=0
glibc-nsswitch-Add-group-merging-support.patch -p1 --fuzz=0
glibc-gcc-PR69537.patch -p1 --fuzz=0
glibc-rh1252570.patch -p1 --fuzz=0
glibc-rh1315108.patch -p1