[gentoo-commits] gentoo commit in src/patchsets/glibc/2.24: README.history

2017-08-13 Thread Sergei Trofimovich (slyfox)
slyfox  17/08/13 16:07:29

  Modified: README.history
  Log:
  cut new glibc patchset, bug #627164
  
  This patchset has single new patch which fixes
  build failure against binutils-2.29.
  
  Bug: https://sourceware.org/PR21666
  Bug: https://bugs.gentoo.org/627164

Revision  ChangesPath
1.12 src/patchsets/glibc/2.24/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.24/README.history?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.24/README.history?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.24/README.history?r1=1.11&r2=1.12

Index: README.history
===
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.24/README.history,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- README.history  12 Aug 2017 22:29:11 -  1.11
+++ README.history  13 Aug 2017 16:07:29 -  1.12
@@ -1,4 +1,4 @@
-10 [pending]
+10 13 Aug 2017
+ 00_all_0054-Avoid-.symver-on-common-symbols-BZ-21666.patch
 
 9  12 Aug 2017






[gentoo-commits] gentoo commit in src/patchsets/glibc/2.24: README.history

2017-08-12 Thread Sergei Trofimovich (slyfox)
slyfox  17/08/12 16:30:05

  Modified: README.history
  Log:
  glibc: make locale-gen parallel, bug #592300
  
  Speed up locale generation on multicore machines.
  Patch is written by Tobias Klausmann.
  
  Bug: https://bugs.gentoo.org/592300

Revision  ChangesPath
1.10 src/patchsets/glibc/2.24/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.24/README.history?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.24/README.history?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.24/README.history?r1=1.9&r2=1.10

Index: README.history
===
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.24/README.history,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- README.history  12 Aug 2017 16:21:44 -  1.9
+++ README.history  12 Aug 2017 16:30:05 -  1.10
@@ -1,5 +1,6 @@
 9  [pending]
U extra/etc/nsswitch.conf
+   U extra/locale/locale-gen
 
 8  15 June 2017
+ 00_all_0049-rtld-Completely-ignore-LD_LIBRARY_PATH-for-AT_SECURE.patch






[gentoo-commits] gentoo commit in src/patchsets/glibc/2.24: README.history

2017-08-12 Thread Sergei Trofimovich (slyfox)
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  ChangesPath
1.9  src/patchsets/glibc/2.24/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.24/README.history?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.24/README.history?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.24/README.history?r1=1.8&r2=1.9

Index: README.history
===
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.24/README.history,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- README.history  19 Jun 2017 16:45:10 -  1.8
+++ README.history  12 Aug 2017 16:21:44 -  1.9
@@ -1,3 +1,6 @@
+9  [pending]
+   U extra/etc/nsswitch.conf
+
 8  15 June 2017
+ 00_all_0049-rtld-Completely-ignore-LD_LIBRARY_PATH-for-AT_SECURE.patch
+ 00_all_0050-rtld-Reject-overly-long-LD_AUDIT-path-elements.patch