SHA256
1
0
forked from pool/glibc

Accepting request 137566 from Base:System

Update to current 2.16 tree, various bugfixes. (forwarded request 137557 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/137566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=122
This commit is contained in:
Stephan Kulow
2012-10-12 06:03:44 +00:00
committed by Git OBS Bridge
parent 3a24c35320
commit 2d71f441f2
6 changed files with 206 additions and 7 deletions

View File

@@ -122,7 +122,7 @@ Provides: ld-linux.so.3(GLIBC_2.4)
Version: 2.16
Release: 0
%define glibc_major_version 2.16
%define git_id da1f43196321
%define git_id a5cfcf08ffaa
%define glibc_ports_ver 2.16
%define ports_git_id a20c2b3c87ae
Url: http://www.gnu.org/software/libc/libc.html
@@ -251,6 +251,11 @@ Patch402: nscd-avoid-gcc-warning.diff
###
# Patches from upstream
###
# PATCH-FIX-UPSTREAM Fix malloc_usable_size swo#1349, bnc#745247 - aj@suse.de
Patch1001: malloc-check-size.patch
# PATCH-FIX-UPSTREAM Fix mcount on PowerPC32 - aj@suse.de
Patch1002: glibc-2.16-ppc32-mcount.patch
# PATCH-FIX-UPSTREAM Fix dns buffer - aj@suse.de
Patch1021: glibc-2.16-getaddrinfo-buffer.patch
# PATCH-FIX-UPSTREAM Fix sparc dynamic linker triggered by bind-now swo#14376 - aj@suse.de
@@ -265,8 +270,6 @@ Patch2001: glibc-resolv-assert.diff
Patch2005: glibc-elf-localscope.diff
# PATCH-FIX-OPENSUSE Fix LD_PROFILE (glibc bug#13818) - aj@suse.de
Patch2008: glibc-ld-profile.patch
# PATCH-FIX-OPENSUSE Fix mcount on PowerPC32 - aj@suse.de
Patch2009: glibc-2.16-ppc32-mcount.patch
%description
The GNU C Library provides the most important standard libraries used
@@ -498,6 +501,8 @@ rm nscd/s-stamp
%ifarch armv7l armv7hl
%patch20 -p1
%endif
%patch1001 -p1
%patch1002 -p1
%patch1021 -p1
%patch1022 -p1
@@ -507,7 +512,6 @@ rm nscd/s-stamp
%patch2005 -p1
# XXX Disable, it breaks the testsuite, test elf/tst-audit2
# %patch2008 -p1
%patch2009 -p1
#
# Inconsistency detected by ld.so: dl-close.c: 719: _dl_close: Assertion `map->l_init_called' failed!