slyfox 17/08/12 16:21:44
Modified: README.history
Log:
glibc: nsswitch.conf: add 'files' fallback for 'compat' entries, bug #627338
glibc-2.26 is deprecating end removing by default 'compat' nss module.
Gentoo's defaults before the change are:
passwd: compat
shadow: compat
group: compat
That means glibc-2.26 won't be able to resolve any local users.
This change adds 'files' module as a fallback.
Bug: https://bugs.gentoo.org/627338
Revision Changes Path
1.3 src/patchsets/glibc/9999/README.history
file :
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/9999/README.history?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/9999/README.history?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/9999/README.history?r1=1.2&r2=1.3
Index: README.history
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/9999/README.history,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README.history 8 Aug 2017 11:06:09 -0000 1.2
+++ README.history 12 Aug 2017 16:21:44 -0000 1.3
@@ -1,4 +1,8 @@
+3 [pending]
+ U extra/etc/nsswitch.conf
+
2 08 Aug 2017
+ 00_all_0001-disable-ldconfig-during-install.patch
+
1 07 Aug 2017
+ README.history: intentionally empty