~ubuntu-branches/ubuntu/quantal/eglibc/quantal-proposed

« back to all changes in this revision

Viewing changes to debian/patches/ubuntu/local-disable-nscd-netgroup-caching.diff

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2013-01-27 16:46:30 UTC
  • Revision ID: package-import@ubuntu.com-20130127164630-bl6dhvpifrzrw3l8
Tags: 2.15-0ubuntu20.1
* Add patch ubuntu/local-disable-nscd-netgroup-caching.diff to
  disable netgroup caching in the default config (LP: #1068889)
* Backport any/cvs-malloc-deadlock.diff from upstream to prevent
  glibc deadlocking in mallock arena retry paths (LP: #1081734)
* Fix futex issue (BZ #13844), backport from 2.16 (LP: #1091186)
* Drop patch any/local-disable-nscd-host-caching.diff, as this
  bug was apparently resolved upstream a while ago (LP: #613662)
* Add patch any/cvs-ld-self-load.diff to restore ld.so's ability
  to load itself, a behaviour accidentally removed (LP: #1088677)
* Drop dangling libnss_db.so symlink in libc6-dev (LP: #1088773)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- eglibc-2.16.orig/nscd/nscd.conf
 
2
+++ eglibc-2.16/nscd/nscd.conf
 
3
@@ -80,7 +80,9 @@
 
4
        shared                  services        yes
 
5
        max-db-size             services        33554432
 
6
 
 
7
-       enable-cache            netgroup        yes
 
8
+# netgroup caching is known-broken, so disable it in the default config,
 
9
+# see: https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/1068889
 
10
+       enable-cache            netgroup        no
 
11
        positive-time-to-live   netgroup        28800
 
12
        negative-time-to-live   netgroup        20
 
13
        suggested-size          netgroup        211