diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-11-15 13:57:09 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-11-15 13:57:09 +0100 |
commit | 917c309a28f1d65f1d79b72cacf9a48b98f55757 (patch) | |
tree | d409f954245272de7b56bfdf302fe3716c927f85 /profiles | |
parent | net-vpn/strongswan: security cleanup (diff) | |
download | gentoo-917c309a28f1d65f1d79b72cacf9a48b98f55757.tar.gz gentoo-917c309a28f1d65f1d79b72cacf9a48b98f55757.tar.bz2 gentoo-917c309a28f1d65f1d79b72cacf9a48b98f55757.zip |
profiles: net-vpn/strongswan: enable padlock and rdrand plugin only for amd64 and x86
Closes: https://bugs.gentoo.org/669084
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 7 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 5 |
3 files changed, 16 insertions, 1 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 828367425872..5ebc288d7271 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# Thomas Deutschmann <whissi@gentoo.org> (15 Nov 2018) +# - rdrand plugin is supported on amd64 +# - padlock plugin is supported on amd64 +net-vpn/strongswan -strongswan_plugins_rdrand -strongswan_plugins_padlock + # James Le Cuirot <chewi@gentoo.org> (02 Nov 2018) # Vulkan is only available on amd64 at present. media-libs/libsdl2 -vulkan diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 0d31a6716b68..f67d7a0c944f 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Thomas Deutschmann <whissi@gentoo.org> (15 Nov 2018) +# - rdrand plugin is only supported on amd64 and x86 +# - padlock plugin is only supported on amd64 and x86 +net-vpn/strongswan strongswan_plugins_rdrand strongswan_plugins_padlock + # James Le Cuirot <chewi@gentoo.org> (02 Nov 2018) # Vulkan is only available on amd64 at present. media-libs/libsdl2 vulkan diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 39a47a933e9d..672a44d0c174 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -3,6 +3,11 @@ # This file requires >=portage-2.1.1 +# Thomas Deutschmann <whissi@gentoo.org> (15 Nov 2018) +# - rdrand plugin is supported on x86 +# - padlock plugin is supported on x86 +net-vpn/strongswan -strongswan_plugins_rdrand -strongswan_plugins_padlock + # Alexys Jacob <ultrabug@gentoo.org> (05 Nov 2018) # Requires dev-db/mongodb which has dropped x86 support net-analyzer/zmap mongo |