summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-09-22 16:35:51 +0000
committerAnthony G. Basile <blueness@gentoo.org>2014-09-22 16:35:51 +0000
commit93834480a3f6a56df05d9f87685090bca6b9cdba (patch)
tree05fe8fbffa554e527edae6ba179e2611d12e0294 /profiles/hardened
parentRemanifest wrt bug #523362. The tarball contents remain unchanged. (diff)
downloadhistorical-93834480a3f6a56df05d9f87685090bca6b9cdba.tar.gz
historical-93834480a3f6a56df05d9f87685090bca6b9cdba.tar.bz2
historical-93834480a3f6a56df05d9f87685090bca6b9cdba.zip
Default USE=xattr on for all hardened profiles, and force on for tar, coreutils and portage
Diffstat (limited to 'profiles/hardened')
-rw-r--r--profiles/hardened/ChangeLog7
-rw-r--r--profiles/hardened/linux/make.defaults4
-rw-r--r--profiles/hardened/linux/package.use.force9
3 files changed, 13 insertions, 7 deletions
diff --git a/profiles/hardened/ChangeLog b/profiles/hardened/ChangeLog
index 96e13694250f..caf1c43fba93 100644
--- a/profiles/hardened/ChangeLog
+++ b/profiles/hardened/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for Gentoo/AMD64 profile directory
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.66 2014/08/21 00:54:03 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.67 2014/09/22 16:35:50 blueness Exp $
+
+ 22 Sep 2014; Anthony G. Basile <blueness@gentoo.org> linux/make.defaults,
+ linux/package.use.force:
+ Default USE=xattr on for all hardened profiles, and force on for tar,
+ coreutils and portage
21 Aug 2014; Anthony G. Basile <blueness@gentoo.org>
+linux/musl/mips/package.mask:
diff --git a/profiles/hardened/linux/make.defaults b/profiles/hardened/linux/make.defaults
index 8386056af21a..901a271715a9 100644
--- a/profiles/hardened/linux/make.defaults
+++ b/profiles/hardened/linux/make.defaults
@@ -1,12 +1,12 @@
# Copyright 1999-2014 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v 1.19 2014/09/03 18:48:15 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v 1.20 2014/09/22 16:35:51 blueness Exp $
# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011)
# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pax_kernel pic xtpax -jit -orc"
-USE="hardened pax_kernel pic urandom xtpax -fortran -jit -orc"
+USE="hardened pax_kernel pic urandom xattr xtpax -fortran -jit -orc"
# Ian Stakenvicius, 2014-09-03
# Set a variable just to indicate that the current profile is a hardened one
diff --git a/profiles/hardened/linux/package.use.force b/profiles/hardened/linux/package.use.force
index a8f4a2877010..469dc124c82e 100644
--- a/profiles/hardened/linux/package.use.force
+++ b/profiles/hardened/linux/package.use.force
@@ -1,11 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.use.force,v 1.2 2013/03/18 03:18:19 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.use.force,v 1.3 2014/09/22 16:35:51 blueness Exp $
# Kacper Kowalik <xarthisius@gentoo.org> (24 Aug 2011)
# Force hardened flag to make repoman happy
app-emulation/wine hardened
-# Needed for XATTR_PAX flags (17 Mar 2013)
-# Thanks Arfrever
+# Needed for XATTR_PAX flags
+app-arch/tar xattr
+sys-apps/coreutils xattr
sys-apps/portage xattr