SHA256
1
0
forked from pool/glibc

Accepting request 240897 from home:Andreas_Schwab:Factory

- setlocale-directory-traversal.patch: Directory traversal in locale
  environment handling (CVE-2014-0475, bnc#887022, BZ #17137)
- Remove the ppc64le check-abi workaround, no longer needed

OBS-URL: https://build.opensuse.org/request/show/240897
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=372
This commit is contained in:
2014-07-14 10:45:33 +00:00
committed by Git OBS Bridge
parent 10a15f0fa7
commit 7550c6de6a
7 changed files with 678 additions and 18 deletions

View File

@@ -260,6 +260,8 @@ Patch1012: nss-nis-stack-use.patch
Patch1013: psfaa.patch
# PATCH-FIX-UPSTREAM Don't ignore too long lines in nss_files (BZ #17079)
Patch1014: nss-files-long-lines.patch
# PATCH-FIX-UPSTREAM Directory traversal in locale environment handling (BZ #17137)
Patch1015: setlocale-directory-traversal.patch
###
# Patches awaiting upstream approval
@@ -491,6 +493,7 @@ rm nscd/s-stamp
%patch1012 -p1
%patch1013 -p1
%patch1014 -p1
%patch1015 -p1
%patch2000 -p1
%patch2001 -p1
@@ -521,12 +524,6 @@ rm nscd/s-stamp
rm -fv sysdeps/powerpc/powerpc32/power4/hp-timing.c sysdeps/powerpc/powerpc32/power4/hp-timing.h
find . -name configure | xargs touch
# For ppc64le check-abi requires some files to be named *-le.abilist
# also for libs that only have an empty abilist, so just copy over
for f in sysdeps/generic/*.abilist; do
cp $f ${f/./-le.}
done
#######################################################################
###
### BUILD