glibc:fedora/2.11/master

Last commit made on 2010-11-30
Get this branch:
git clone -b fedora/2.11/master https://git.launchpad.net/glibc

Branch merges

Branch information

Name:
fedora/2.11/master
Repository:
lp:glibc

Recent commits

591074b... by Andreas Schwab

2.11.3-1

fc411c1... by Roland McGrath <email address hidden>

Use canonical gnu.org URLs.

0a15028... by Andreas Schwab

Update releases URL

331523b... by Andreas Schwab

Merge commit 'glibc-2.11.3' into fedora/2.11/master

7372b19... by Petr Baudis <email address hidden>

glibc 2.11.3 release

977bbf5... by Petr Baudis <email address hidden>

Allow aux_cache_file open()ing to fail silently even in the chroot mode.

The aux_cache fix of bug 11149 introduced a new bug - normally,
ldconfig -r never cares if the auxiliary cache is not available and
that is not a fatal problem, however this is not the case in case
of ldconfig -r when executed as non-root. In that case, ldconfig -r
fails hard unless var/cache/ldconfig/ exists within the chroot. This
patch fixes that.

Conflicts:

 ChangeLog
(cherry picked from commit 6db52fbb272979bdcd5d5dd7ab187e1893eda9e3)

491e947... by Ulrich Drepper <email address hidden>

Fix multiple nss_compat initgroups() bugs

Compat initgroups() is completely broken; the code will always set
skip_initgroups_dyn to true, so initgroups() will never be actually
called, but due to the nature of the code, setgrent() won't be called
either - thus, subsequent invocations of initgroups() will not return
the NIS group list anymore.

This is a simple patch that makes sure skip_initgroups_dyn is set only
in case initgroups is not available; it also attempts to handle the
unavailability of other NSS interfaces better.

Conflicts:

 ChangeLog
(cherry picked from commit 3056dcdb783a177158a5617657d1a33f872358d6)

5c26c0f... by Petr Baudis <email address hidden>

Remove duplicate ChangeLog entry for f906814

353ade4... by Petr Baudis <email address hidden>

Re-sync INSTALL and manual/install.texi

Required for flawless make dist run.

d795f23... by Petr Baudis <email address hidden>

Allow arbitrary whitespace in INSTALL (autogenerated by makeinfo)