SHA256
6
0
forked from pool/glibc

- Fix missing hconf setup in nscd - this meant multi on in

/etc/host.conf was ignored when nscd was used, breaking e.g.
  resolving of multi-AF records in /etc/hosts [bnc#572188]
- Fix two LD_AUDIT security vulnerabilities: spurious $ORIGIN expansion
  and missing setuid library check when running as setuid [bnc#646960]

OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=42
This commit is contained in:
Petr Baudis
2010-11-01 22:13:24 +00:00
committed by Git OBS Bridge
parent e8fd5cf6b6
commit c944b8437a
6 changed files with 433 additions and 2 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Oct 27 03:14:37 CEST 2010 - pbaudis@suse.cz
- Fix missing hconf setup in nscd - this meant `multi on` in
/etc/host.conf was ignored when nscd was used, breaking e.g.
resolving of multi-AF records in /etc/hosts [bnc#572188]
- Fix two LD_AUDIT security vulnerabilities: spurious $ORIGIN expansion
and missing setuid library check when running as setuid [bnc#646960]
-------------------------------------------------------------------
Mon Sep 13 14:36:26 UTC 2010 - aj@suse.de
- Fix build in manual with make 3.82.
-------------------------------------------------------------------
Sun Sep 12 08:00:57 UTC 2010 - aj@suse.de
- Work around shortest-stem feature in make 3.82+ (patch
glibc-make-3.82.patch)
-------------------------------------------------------------------
Wed Jul 7 04:12:05 CEST 2010 - pbaudis@suse.cz