SHA256
6
0
forked from pool/glibc

Accepting request 184083 from home:Andreas_Schwab:Factory

- disable-pt-chown.patch: disable use of pt_chown (CVE-2013-2207,
  bnc#830257)
- nonascii-case.patch: fix strcasecmp in tr_TR.ISO-8859-9 locale
- glibc-2.14-crypt.diff: fix incomplete dependencies for libowcrypt

OBS-URL: https://build.opensuse.org/request/show/184083
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=300
This commit is contained in:
2013-07-23 13:31:56 +00:00
committed by Git OBS Bridge
parent 76c6a57448
commit 187a641195
9 changed files with 375 additions and 48 deletions

View File

@@ -39,6 +39,11 @@ Index: glibc-2.17/crypt/Makefile
include ../Makeconfig
@@ -77,3 +82,4 @@ endif
# This ensures they will load libc.so for needed symbols if loaded by
# a statically-linked program that hasn't already loaded it.
$(objpfx)libcrypt.so: $(common-objpfx)libc.so $(common-objpfx)libc_nonshared.a
+$(objpfx)libowcrypt.so: $(common-objpfx)libc.so $(common-objpfx)libc_nonshared.a
Index: glibc-2.17/crypt/Versions
===================================================================
--- glibc-2.17.orig/crypt/Versions