Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-libs/uclibc/, sys-devel/gcc/, dev-vcs/git/
Date: Thu, 29 Dec 2011 23:07:25
Message-Id: ca0f20029b2f34e3472fb077930669fc9e2caec8.blueness@gentoo
1 commit: ca0f20029b2f34e3472fb077930669fc9e2caec8
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 23:06:00 2011 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 23:06:00 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=ca0f2002
7
8 Marking packages stable
9
10 (Portage version: 2.1.10.41/git/Linux x86_64, signed Manifest commit with key 0xD0455535)
11
12 ---
13 dev-vcs/git/git-1.7.0.4.ebuild | 2 +-
14 sys-devel/gcc/gcc-4.5.3-r99.ebuild | 9 ++++-----
15 sys-libs/uclibc/uclibc-0.9.32.ebuild | 2 +-
16 3 files changed, 6 insertions(+), 7 deletions(-)
17
18 diff --git a/dev-vcs/git/git-1.7.0.4.ebuild b/dev-vcs/git/git-1.7.0.4.ebuild
19 index dca9024..bb1658f 100644
20 --- a/dev-vcs/git/git-1.7.0.4.ebuild
21 +++ b/dev-vcs/git/git-1.7.0.4.ebuild
22 @@ -9,7 +9,7 @@ inherit toolchain-funcs
23 DESCRIPTION="GIT - the stupid content tracker, the revision control system heavily used by the Linux kernel team"
24 HOMEPAGE="http://www.git-scm.com/"
25 SRC_URI="http://dev.gentoo.org/~blueness/misc/${P}.tgz"
26 -KEYWORDS="~amd64 ~x86"
27 +KEYWORDS="amd64 x86"
28
29 LICENSE="GPL-2"
30 SLOT="0"
31
32 diff --git a/sys-devel/gcc/gcc-4.5.3-r99.ebuild b/sys-devel/gcc/gcc-4.5.3-r99.ebuild
33 index 47b5648..e973401 100644
34 --- a/sys-devel/gcc/gcc-4.5.3-r99.ebuild
35 +++ b/sys-devel/gcc/gcc-4.5.3-r99.ebuild
36 @@ -10,11 +10,10 @@ PIE_VER="0.4.5"
37 SPECS_VER="0.2.0"
38 SPECS_GCC_VER="4.4.3"
39 # arch/libc configurations known to be stable with {PIE,SSP}-by-default
40 -PIE_GLIBC_STABLE="x86 amd64 ppc ppc64 arm ia64"
41 -PIE_UCLIBC_STABLE="x86 arm amd64 ppc ppc64"
42 -SSP_STABLE="amd64 x86 ppc ppc64 arm"
43 -# uclibc need tls and nptl support for SSP support
44 -SSP_UCLIBC_STABLE=""
45 +PIE_GLIBC_STABLE="x86 amd64"
46 +PIE_UCLIBC_STABLE="x86 amd64"
47 +SSP_STABLE="amd64 x86"
48 +SSP_UCLIBC_STABLE="amd64 x86"
49 #end Hardened stuff
50
51 inherit toolchain
52
53 diff --git a/sys-libs/uclibc/uclibc-0.9.32.ebuild b/sys-libs/uclibc/uclibc-0.9.32.ebuild
54 index 3cdf287..97990b7 100644
55 --- a/sys-libs/uclibc/uclibc-0.9.32.ebuild
56 +++ b/sys-libs/uclibc/uclibc-0.9.32.ebuild
57 @@ -33,7 +33,7 @@ SRC_URI="http://uclibc.org/downloads/${MY_P}.tar.bz2"
58
59 LICENSE="LGPL-2"
60 SLOT="0"
61 -KEYWORDS="-* ~amd64 ~arm ~m68k ~mips ~ppc ~sh ~sparc ~x86"
62 +KEYWORDS="-* amd64 x86"
63 IUSE="build uclibc-compat debug hardened ssp ipv6 minimal nptl wordexp crosscompile_opts_headers-only"
64 RESTRICT="strip"