diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-06-26 13:36:21 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-06-26 13:36:21 +0000 |
commit | 45aba3bbe0a6d620ba3ed18489a4e8cd7b9399cc (patch) | |
tree | 7de3973a91b39beb78148f906a77ef2c95a3dbd0 /profiles | |
parent | inherit user for enewgroup and enewuser (diff) | |
download | gentoo-2-45aba3bbe0a6d620ba3ed18489a4e8cd7b9399cc.tar.gz gentoo-2-45aba3bbe0a6d620ba3ed18489a4e8cd7b9399cc.tar.bz2 gentoo-2-45aba3bbe0a6d620ba3ed18489a4e8cd7b9399cc.zip |
Enable ipv6 on all hardened profiles
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/hardened/linux/make.defaults | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 2a08efecdc42..d89591ec77e2 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.6713 2012/06/26 05:54:50 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.6714 2012/06/26 13:36:21 blueness Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 26 Jun 2012; Anthony G. Basile <blueness@gentoo.org> + hardened/linux/make.defaults: + Enable ipv6 on all hardened profiles + 26 Jun 2012; Hans de Graaff <graaff@gentoo.org> package.mask: Mask dev-ruby/Ruby-MemCache for removal. diff --git a/profiles/hardened/linux/make.defaults b/profiles/hardened/linux/make.defaults index 03db4cca16b7..cdedd1a5cce3 100644 --- a/profiles/hardened/linux/make.defaults +++ b/profiles/hardened/linux/make.defaults @@ -1,9 +1,9 @@ # Copyright 1999-2012 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.16 2012/06/18 23:51:21 zorry Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v 1.17 2012/06/26 13:36:21 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 -jit -orc" -USE="-fortran hardened -ipv6 -jit pax_kernel pic urandom -orc" +USE="-fortran hardened -jit pax_kernel pic urandom -orc" |