From cfb00625b8224e929ecc4a2610bbe153f7ead475 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 12 Dec 2013 21:15:24 +0100 Subject: [PATCH] strongswan: Disable rdrand plugin. Disabled because of security concerns. --- config/rootfiles/common/i586/strongswan-padlock | 1 - lfs/strongswan | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/common/i586/strongswan-padlock b/config/rootfiles/common/i586/strongswan-padlock index 4ebfc75b9..02aa457d3 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 c7abf7a4d..495d03599 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 ############################################################################### -- 2.39.2