From: Michael Tremer Date: Thu, 12 Dec 2013 20:15:24 +0000 (+0100) Subject: strongswan: Disable rdrand plugin. X-Git-Tag: v2.13-core74~4 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=cfb00625b8224e929ecc4a2610bbe153f7ead475 strongswan: Disable rdrand plugin. Disabled because of security concerns. --- diff --git a/config/rootfiles/common/i586/strongswan-padlock b/config/rootfiles/common/i586/strongswan-padlock index 4ebfc75b9a..02aa457d31 100644 --- a/config/rootfiles/common/i586/strongswan-padlock +++ b/config/rootfiles/common/i586/strongswan-padlock @@ -1,2 +1 @@ usr/lib/ipsec/plugins/libstrongswan-padlock.so -usr/lib/ipsec/plugins/libstrongswan-rdrand.so diff --git a/lfs/strongswan b/lfs/strongswan index c7abf7a4d3..495d035991 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -34,12 +34,10 @@ TARGET = $(DIR_INFO)/$(THISAPP) ifeq "$(MACHINE)" "i586" CONFIGURE_OPTIONS = \ - --enable-padlock \ - --enable-rdrand + --enable-padlock else CONFIGURE_OPTIONS = \ - --disable-padlock \ - --disable-rdrand + --disable-padlock endif ###############################################################################