[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r5212 - in glibc-package/trunk/debian: . debhelper.in patches patches/any



Author: aurel32
Date: 2012-04-26 15:59:02 +0000 (Thu, 26 Apr 2012)
New Revision: 5212

Removed:
   glibc-package/trunk/debian/debhelper.in/nscd.NEWS
   glibc-package/trunk/debian/patches/any/local-disable-nscd-host-caching.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * patches/any/local-disable-nscd-host-caching.diff: remove, as the host
    caching issue has been fixed in the meanwhile.  Closes: #669304.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2012-04-26 15:53:12 UTC (rev 5211)
+++ glibc-package/trunk/debian/changelog	2012-04-26 15:59:02 UTC (rev 5212)
@@ -55,6 +55,8 @@
   * Add patches/any/local-linuxthreads-setclock.diff from Robert Millan to
     add pthread_condattr_setclock() support to linuxthreads.  Closes: 
     #667687.
+  * patches/any/local-disable-nscd-host-caching.diff: remove, as the host
+    caching issue has been fixed in the meanwhile.  Closes: #669304.
 
  -- Aurelien Jarno <aurel32@debian.org>  Thu, 26 Apr 2012 16:37:27 +0200
 

Deleted: glibc-package/trunk/debian/debhelper.in/nscd.NEWS
===================================================================
--- glibc-package/trunk/debian/debhelper.in/nscd.NEWS	2012-04-26 15:53:12 UTC (rev 5211)
+++ glibc-package/trunk/debian/debhelper.in/nscd.NEWS	2012-04-26 15:59:02 UTC (rev 5212)
@@ -1,11 +0,0 @@
-glibc (2.5-5) unstable; urgency=low
-
-  Since this release, hosts caching in nscd is off by default: for some of the
-  libc calls (gethostby* calls) nscd does not respect the DNS TTLs.  It can
-  lead to system lockups (e.g. if you are using pam-ldap and change the IP of
-  your authentication server) hence is not considered safe.
-
-  See debian bug #335476 and how upstream answered to that in
-  http://sourceware.org/bugzilla/show_bug.cgi?id=4428.
-
- -- Pierre Habouzit <madcoder@debian.org>  Sat, 28 Apr 2007 11:10:56 +0200

Deleted: glibc-package/trunk/debian/patches/any/local-disable-nscd-host-caching.diff
===================================================================
--- glibc-package/trunk/debian/patches/any/local-disable-nscd-host-caching.diff	2012-04-26 15:53:12 UTC (rev 5211)
+++ glibc-package/trunk/debian/patches/any/local-disable-nscd-host-caching.diff	2012-04-26 15:59:02 UTC (rev 5212)
@@ -1,17 +0,0 @@
----
- nscd/nscd.conf |    4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
---- a/nscd/nscd.conf
-+++ b/nscd/nscd.conf
-@@ -60,7 +60,9 @@
- 	max-db-size		group		33554432
- 	auto-propagate		group		yes
- 
--	enable-cache		hosts		yes
-+# hosts caching is broken with gethostby* calls, hence is now disabled
-+# per default.  See /usr/share/doc/nscd/NEWS.Debian.
-+	enable-cache		hosts		no
- 	positive-time-to-live	hosts		3600
- 	negative-time-to-live	hosts		20
- 	suggested-size		hosts		211

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2012-04-26 15:53:12 UTC (rev 5211)
+++ glibc-package/trunk/debian/patches/series	2012-04-26 15:59:02 UTC (rev 5212)
@@ -283,7 +283,6 @@
 any/submitted-clock-settime.diff
 any/submitted-longdouble.diff
 any/cvs-sched_h.diff
-any/local-disable-nscd-host-caching.diff
 #any/submitted-fileops-and-signals.diff		# has issues
 any/local-missing-linux_types.h.diff
 any/local-nss-overflow.diff


Reply to: