5b108142b5
- Update to glibc 2.18 release * No source change - strcoll-overflow.patch: fix buffer overflow in strcoll (CVE-2012-4412, bnc#779320) - readdir_r-overflow.patch: fix readdir_r with long file names (CVE-2013-4237, bnc#834594) (forwarded request 186872 from Andreas_Schwab) OBS-URL: https://build.opensuse.org/request/show/186878 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=153
20 lines
550 B
Diff
20 lines
550 B
Diff
Index: glibc-2.17.90/nscd/nscd.conf
|
|
===================================================================
|
|
--- glibc-2.17.90.orig/nscd/nscd.conf
|
|
+++ glibc-2.17.90/nscd/nscd.conf
|
|
@@ -61,11 +61,11 @@
|
|
auto-propagate group yes
|
|
|
|
enable-cache hosts yes
|
|
- positive-time-to-live hosts 3600
|
|
- negative-time-to-live hosts 20
|
|
+ positive-time-to-live hosts 600
|
|
+ negative-time-to-live hosts 0
|
|
suggested-size hosts 211
|
|
check-files hosts yes
|
|
- persistent hosts yes
|
|
+ persistent hosts no
|
|
shared hosts yes
|
|
max-db-size hosts 33554432
|
|
|