diff options
author | Chris Bainbridge <chrb@gentoo.org> | 2005-12-07 15:35:47 +0000 |
---|---|---|
committer | Chris Bainbridge <chrb@gentoo.org> | 2005-12-07 15:35:47 +0000 |
commit | 13d56bf5199e20679928d12f335813ea5f2d2326 (patch) | |
tree | b8c075e25274ba8bfc9d0b1ea51866e3fff44208 /app-emulation/xen | |
parent | 0.9.5 version bump. (diff) | |
download | historical-13d56bf5199e20679928d12f335813ea5f2d2326.tar.gz historical-13d56bf5199e20679928d12f335813ea5f2d2326.tar.bz2 historical-13d56bf5199e20679928d12f335813ea5f2d2326.zip |
Fix CFLAGS for hardened bug #114716
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/xen/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/xen/xen-3.0.0.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index 694363883f75..84818d2ce58f 100644 --- a/app-emulation/xen/ChangeLog +++ b/app-emulation/xen/ChangeLog @@ -1,6 +1,9 @@ # 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.16 2005/12/06 15:12:41 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.17 2005/12/07 15:35:47 chrb Exp $ + + 07 Dec 2005; <chrb@gentoo.org> xen-3.0.0.ebuild: + Fix CFLAGS for hardened bug #114716 *xen-3.0.0 (06 Dec 2005) diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest index 9564c08911b4..acb7e99ff0a1 100644 --- a/app-emulation/xen/Manifest +++ b/app-emulation/xen/Manifest @@ -1,6 +1,6 @@ -MD5 a02c456242437641743e0819f6d51944 xen-3.0.0.ebuild 2822 +MD5 b504f3c90fa8f73d17680931d543fd52 xen-3.0.0.ebuild 2822 MD5 b25e5ad259e28bab5d8d3b4c0a62d278 xen-2.0.7.ebuild 2853 -MD5 5948c4179c73490ffb3746333642e014 ChangeLog 2999 +MD5 2437a3f3533025f21855c3df39037c20 ChangeLog 3089 MD5 23ec60d5040f966fda250a47d8903428 metadata.xml 252 MD5 11ef318e35fcfed12931f182fc01955a files/xendomains-conf 180 MD5 f13640a07af78a60cfb562fa1d2088f3 files/xendomains-init 1659 diff --git a/app-emulation/xen/xen-3.0.0.ebuild b/app-emulation/xen/xen-3.0.0.ebuild index b8047ef100bf..7dc547c0fed3 100644 --- a/app-emulation/xen/xen-3.0.0.ebuild +++ b/app-emulation/xen/xen-3.0.0.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.ebuild,v 1.1 2005/12/06 15:12:41 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.0.0.ebuild,v 1.2 2005/12/07 15:35:47 chrb Exp $ inherit mount-boot flag-o-matic @@ -58,10 +58,10 @@ src_compile() { myopt="${myopt} debug=y" fi - filter-flags -fPIE -fstack-protector if ! use cflags; then unset CFLAGS fi + filter-flags -fPIE -fstack-protector make ${myopt} -C xen || die "compiling xen failed" make ${myopt} -C tools || die "compiling tools failed" |