vapier      14/11/11 02:08:50

  Modified:             glibc-9999.ebuild glibc-2.20.ebuild ChangeLog
  Log:
  Fix by Francisco Blas Izquierdo Riera for crash on hardened in early TLS init 
code #528558 by Toralf Förster.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.27                 sys-libs/glibc/glibc-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-9999.ebuild?rev=1.27&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-9999.ebuild?rev=1.27&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-9999.ebuild?r1=1.26&r2=1.27

Index: glibc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-9999.ebuild,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- glibc-9999.ebuild   11 Nov 2014 02:06:55 -0000      1.26
+++ glibc-9999.ebuild   11 Nov 2014 02:08:50 -0000      1.27
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-9999.ebuild,v 1.26 
2014/11/11 02:06:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-9999.ebuild,v 1.27 
2014/11/11 02:08:50 vapier Exp $
 
 EAPI="4"
 
@@ -162,7 +162,7 @@
        if use hardened ; then
                einfo "Patching to get working PIE binaries on PIE (hardened) 
platforms"
                gcc-specs-pie && epatch 
"${FILESDIR}"/2.17/glibc-2.17-hardened-pie.patch
-               epatch 
"${FILESDIR}"/2.18/glibc-2.18-hardened-inittls-nosysenter.patch
+               epatch 
"${FILESDIR}"/2.20/glibc-2.20-hardened-inittls-nosysenter.patch
 
                # We don't enable these for non-hardened as the output is very 
terse --
                # it only states that a crash happened.  The default upstream 
behavior



1.6                  sys-libs/glibc/glibc-2.20.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.20.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.20.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.20.ebuild?r1=1.5&r2=1.6

Index: glibc-2.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.20.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- glibc-2.20.ebuild   11 Nov 2014 02:06:55 -0000      1.5
+++ glibc-2.20.ebuild   11 Nov 2014 02:08:50 -0000      1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.20.ebuild,v 1.5 
2014/11/11 02:06:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.20.ebuild,v 1.6 
2014/11/11 02:08:50 vapier Exp $
 
 EAPI="4"
 
@@ -162,7 +162,7 @@
        if use hardened ; then
                einfo "Patching to get working PIE binaries on PIE (hardened) 
platforms"
                gcc-specs-pie && epatch 
"${FILESDIR}"/2.17/glibc-2.17-hardened-pie.patch
-               epatch 
"${FILESDIR}"/2.18/glibc-2.18-hardened-inittls-nosysenter.patch
+               epatch 
"${FILESDIR}"/2.20/glibc-2.20-hardened-inittls-nosysenter.patch
 
                # We don't enable these for non-hardened as the output is very 
terse --
                # it only states that a crash happened.  The default upstream 
behavior



1.1031               sys-libs/glibc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.1031&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.1031&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.1030&r2=1.1031

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
retrieving revision 1.1030
retrieving revision 1.1031
diff -u -r1.1030 -r1.1031
--- ChangeLog   11 Nov 2014 02:06:55 -0000      1.1030
+++ ChangeLog   11 Nov 2014 02:08:50 -0000      1.1031
@@ -1,6 +1,12 @@
 # ChangeLog for sys-libs/glibc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1030 
2014/11/11 02:06:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1031 
2014/11/11 02:08:50 vapier Exp $
+
+  11 Nov 2014; Mike Frysinger <[email protected]>
+  +files/2.20/glibc-2.20-hardened-inittls-nosysenter.patch, glibc-2.20.ebuild,
+  glibc-9999.ebuild:
+  Fix by Francisco Blas Izquierdo Riera for crash on hardened in early TLS init
+  code #528558 by Toralf Förster.
 
   11 Nov 2014; Mike Frysinger <[email protected]> glibc-2.20.ebuild,
   glibc-9999.ebuild:




Reply via email to