Accepting request 84552 from Base:System

Various bugfixes

OBS-URL: https://build.opensuse.org/request/show/84552
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=85
This commit is contained in:
Sascha Peilicke
2011-09-26 08:05:35 +00:00
committed by Git OBS Bridge
parent ce18ec6fba
commit 6e03c412ea
10 changed files with 1217 additions and 81 deletions

View File

@@ -1,7 +1,67 @@
-------------------------------------------------------------------
Thu Sep 22 21:07:43 CEST 2011 - dmueller@suse.de
- fix ports build
-------------------------------------------------------------------
Thu Sep 22 13:10:02 UTC 2011 - adrian@suse.de
- add armv8l architecture
- don't enforce armv5tel for all arm architectures anymore
-------------------------------------------------------------------
Mon Sep 19 08:09:40 UTC 2011 - opensuse@cboltz.de
- move usr.sbin.nscd apparmor profile back to apparmor-profiles package
(bnc#647718)
-------------------------------------------------------------------
Mon Sep 19 07:45:36 UTC 2011 - aj@suse.de
- Update to 2.14 git version 69c1dfc1a796, it contains backports from
glibc trunk:
+ Fix setxid race handling exiting threads
+ Fix cfi directives in x86-64 and i386 code
+ Fix scope handling during dl_close
+ Fix spurious nop at start of __strspn_ia32
+ Correct cycle detection during dependency sorting
+ Fix fopen (non-existing-file, "re") errno (Obsoletes patch
fopen-close-exec.patch)
-------------------------------------------------------------------
Fri Sep 16 11:20:29 UTC 2011 - mmarek@suse.cz
- Fix assertion error in res_query.c, triggered by Firefox
(bso#13013).
-------------------------------------------------------------------
Wed Sep 7 07:17:16 UTC 2011 - aj@suse.de
- Avoid usage of vsyscalls inside glibc.
-------------------------------------------------------------------
Tue Sep 6 09:53:24 CEST 2011 - aj@suse.de
- Prefer real syscalls instead of vsyscalls on x86-64 outside
libc.so
-------------------------------------------------------------------
Mon Sep 5 10:06:23 UTC 2011 - aj@suse.de
- Do not not trigger an abort when an i586 Intel CPU is running the
i686 library, as valgrind does. [bnc#681398]
-------------------------------------------------------------------
Mon Sep 5 08:26:24 UTC 2011 - aj@suse.de
- Readd vdso support.
- Add patch to relocate objects in dependency order, this fixes the
vdso support.
-------------------------------------------------------------------
Sat Sep 3 19:39:03 UTC 2011 - aj@suse.de
- Revert last change, it caused some breakage.
- Revert last change, it caused some breakage. [bnc#715854]
-------------------------------------------------------------------
Thu Sep 1 20:49:16 UTC 2011 - aj@suse.de