diff options
author | Chris Bainbridge <chrb@gentoo.org> | 2005-10-10 13:36:14 +0000 |
---|---|---|
committer | Chris Bainbridge <chrb@gentoo.org> | 2005-10-10 13:36:14 +0000 |
commit | ae7a9dd51d2876bb8e23d4d20dbf82799b2821f3 (patch) | |
tree | 7012965b1a88e4670068168a0f3d1dbc8ca2fd65 /app-emulation | |
parent | Version bump. (diff) | |
download | historical-ae7a9dd51d2876bb8e23d4d20dbf82799b2821f3.tar.gz historical-ae7a9dd51d2876bb8e23d4d20dbf82799b2821f3.tar.bz2 historical-ae7a9dd51d2876bb8e23d4d20dbf82799b2821f3.zip |
re-add hardened flags.
Package-Manager: portage-2.0.53_rc4
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/xen/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/xen/xen-3.0.0_pre20051007.ebuild | 9 |
3 files changed, 15 insertions, 4 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index 9cd641aa6034..6a32076111cf 100644 --- a/app-emulation/xen/ChangeLog +++ b/app-emulation/xen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/xen # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.6 2005/10/08 12:32:33 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.7 2005/10/10 13:36:14 chrb Exp $ + + 10 Oct 2005; Chris Bainbridge <chrb@gentoo.org> + xen-3.0.0_pre20051007.ebuild: + re-add hardened flags. *xen-3.0.0_pre20051007 (08 Oct 2005) diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest index 5431e06bc59a..80df990405b1 100644 --- a/app-emulation/xen/Manifest +++ b/app-emulation/xen/Manifest @@ -1,4 +1,4 @@ -MD5 91f552a9f3f76a5b0137e31c3db26082 ChangeLog 1491 +MD5 db575728f80858c4dee58864bd3cbc5f ChangeLog 1599 MD5 6eaea330ed78459069eb5ba608e654dd files/digest-xen-2.0.7 63 MD5 c9b4ec0d862e7d516ad6793c7240a237 files/digest-xen-3.0.0_pre20051007 75 MD5 16d372298e94a8eef72c1943b1ed5561 files/xend-conf 347 @@ -7,4 +7,4 @@ MD5 11ef318e35fcfed12931f182fc01955a files/xendomains-conf 180 MD5 a8399d2d398bb05f40dd3e9bf4332af1 files/xendomains-init 1663 MD5 23ec60d5040f966fda250a47d8903428 metadata.xml 252 MD5 b25e5ad259e28bab5d8d3b4c0a62d278 xen-2.0.7.ebuild 2853 -MD5 fe7ae6018a56e15c91f0cdf8cc4a6436 xen-3.0.0_pre20051007.ebuild 2012 +MD5 8809ad5d8a2a5baf06e47965f08dc0d8 xen-3.0.0_pre20051007.ebuild 2166 diff --git a/app-emulation/xen/xen-3.0.0_pre20051007.ebuild b/app-emulation/xen/xen-3.0.0_pre20051007.ebuild index 9b59f8d1c2e6..0bdd29db8396 100644 --- a/app-emulation/xen/xen-3.0.0_pre20051007.ebuild +++ b/app-emulation/xen/xen-3.0.0_pre20051007.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.0.0_pre20051007.ebuild,v 1.1 2005/10/08 12:32:33 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.0.0_pre20051007.ebuild,v 1.2 2005/10/10 13:36:14 chrb Exp $ inherit mount-boot @@ -30,6 +30,13 @@ DEPEND="sys-apps/iproute2 S="${WORKDIR}/xen-unstable-${DATE}" +src_unpack() { + unpack ${A} + # hardened flags + echo "CFLAGS += -nopie -fno-stack-protector -fno-stack-protector-all" \ + >> ${S}/xen/arch/x86/Rules.mk +} + src_compile() { local myopt if use debug; then |