Gentoo Archives: gentoo-commits

From: "Magnus Granberg (zorry)" <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/dietlibc: dietlibc-0.34_pre20140729.ebuild ChangeLog
Date: Sat, 28 Feb 2015 22:45:04
Message-Id: 20150228224459.8C8A012C39@oystercatcher.gentoo.org
1 zorry 15/02/28 22:44:59
2
3 Modified: dietlibc-0.34_pre20140729.ebuild ChangeLog
4 Log:
5 Disable ssp see bug #414629
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key FD79807F)
8
9 Revision Changes Path
10 1.3 dev-libs/dietlibc/dietlibc-0.34_pre20140729.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dietlibc/dietlibc-0.34_pre20140729.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dietlibc/dietlibc-0.34_pre20140729.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dietlibc/dietlibc-0.34_pre20140729.ebuild?r1=1.2&r2=1.3
15
16 Index: dietlibc-0.34_pre20140729.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/dietlibc/dietlibc-0.34_pre20140729.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- dietlibc-0.34_pre20140729.ebuild 29 Jul 2014 09:15:25 -0000 1.2
23 +++ dietlibc-0.34_pre20140729.ebuild 28 Feb 2015 22:44:59 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dietlibc/dietlibc-0.34_pre20140729.ebuild,v 1.2 2014/07/29 09:15:25 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dietlibc/dietlibc-0.34_pre20140729.ebuild,v 1.3 2015/02/28 22:44:59 zorry Exp $
30
31 EAPI=5
32 inherit eutils flag-o-matic toolchain-funcs
33 @@ -33,6 +33,9 @@
34 -Wmissing-prototypes -Wmissing-declarations -Wno-switch \
35 -Wno-unused -Wredundant-decls -fno-strict-aliasing
36
37 + # Disable ssp for we default to it on >=gcc-4.8.3
38 + append-flags $(test-flags -fno-stack-protector)
39 +
40 # only use -nopie on archs that support it
41 gcc-specs-pie && append-flags -nopie
42
43
44
45
46 1.102 dev-libs/dietlibc/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dietlibc/ChangeLog?rev=1.102&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dietlibc/ChangeLog?rev=1.102&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dietlibc/ChangeLog?r1=1.101&r2=1.102
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-libs/dietlibc/ChangeLog,v
55 retrieving revision 1.101
56 retrieving revision 1.102
57 diff -u -r1.101 -r1.102
58 --- ChangeLog 27 Jan 2015 09:37:42 -0000 1.101
59 +++ ChangeLog 28 Feb 2015 22:44:59 -0000 1.102
60 @@ -1,6 +1,10 @@
61 # ChangeLog for dev-libs/dietlibc
62 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dietlibc/ChangeLog,v 1.101 2015/01/27 09:37:42 pacho Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dietlibc/ChangeLog,v 1.102 2015/02/28 22:44:59 zorry Exp $
65 +
66 + 28 Feb 2015; Magnus Granberg <zorry@g.o>
67 + dietlibc-0.34_pre20140729.ebuild:
68 + Disable ssp when building, wrt bug #414629
69
70 27 Jan 2015; Pacho Ramos <pacho@g.o> -dietlibc-0.33.ebuild,
71 -dietlibc-0.33_pre20130103.ebuild: