mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCHv2 1/2] strongswan: version bump 5.2.2 -> 5.3.2
@ 2015-07-01  9:46 Bruno Thomsen
  2015-07-01  9:46 ` [ptxdist] [PATCHv2 2/2] strongswan: removed md5 hash and des encryption support Bruno Thomsen
  2015-07-04  7:23 ` [ptxdist] [PATCHv2 1/2] strongswan: version bump 5.2.2 -> 5.3.2 Christoph Fritz
  0 siblings, 2 replies; 5+ messages in thread
From: Bruno Thomsen @ 2015-07-01  9:46 UTC (permalink / raw)
  To: ptxdist; +Cc: bth

This fixes the EAP or PSK IKEv2 authentication vulnerability aka CVE-2015-4171.
Added new configure options: aesni, connmark, forecast, ruby-gems and python-eggs.
Removed obsolete unit-tester option.

Version 2:
Disabled configure options: ruby-gems-install, python-eggs-install and files.
Fixed typo in subject.

Signed-off-by: Bruno Thomsen <bth@kamstrup.com>
---
 rules/strongswan.make | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/rules/strongswan.make b/rules/strongswan.make
index 5e4a76d..2cc0a69 100644
--- a/rules/strongswan.make
+++ b/rules/strongswan.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_STRONGSWAN) += strongswan
 #
 # Paths and names
 #
-STRONGSWAN_VERSION	:= 5.2.2
-STRONGSWAN_MD5		:= 7ee1a33060b2bde35be0f6d78a1d26d0
+STRONGSWAN_VERSION	:= 5.3.2
+STRONGSWAN_MD5		:= fab014be1477ef4ebf9a765e10f8802c
 STRONGSWAN		:= strongswan-$(STRONGSWAN_VERSION)
 STRONGSWAN_SUFFIX	:= tar.bz2
 STRONGSWAN_URL		:= http://download.strongswan.org/$(STRONGSWAN).$(STRONGSWAN_SUFFIX)
@@ -43,6 +43,7 @@ STRONGSWAN_CONF_OPT	:= \
 	--disable-blowfish \
 	--disable-md4 \
 	--enable-md5 \
+	--disable-aesni \
 	--enable-sha1 \
 	--enable-sha2 \
 	--enable-fips-prf \
@@ -80,7 +81,6 @@ STRONGSWAN_CONF_OPT	:= \
 	--disable-sql \
 	--disable-leak-detective \
 	--disable-lock-profiler \
-	--disable-unit-tester \
 	--disable-load-tester \
 	--disable-dnscert \
 	--disable-eap-sim \
@@ -170,6 +170,8 @@ STRONGSWAN_CONF_OPT	:= \
 	--disable-lookip \
 	--disable-error-notify \
 	--disable-certexpire \
+	--disable-connmark \
+	--disable-forecast \
 	--disable-systime-fix \
 	--disable-led \
 	--disable-duplicheck \
@@ -178,8 +180,12 @@ STRONGSWAN_CONF_OPT	:= \
 	--disable-monolithic \
 	--disable-bfd-backtraces \
 	--disable-unwind-backtraces \
+	--disable-ruby-gems \
+	--disable-ruby-gems-install \
+	--disable-python-eggs \
+	--disable-python-eggs-install \
+	--disable-files \
 	--disable-coverage \
-	--disable-unit-tester \
 	--disable-tkm \
 	--disable-defaults \
 	--enable-dependency-tracking \
-- 
2.1.4


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-07-14  9:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-01  9:46 [ptxdist] [PATCHv2 1/2] strongswan: version bump 5.2.2 -> 5.3.2 Bruno Thomsen
2015-07-01  9:46 ` [ptxdist] [PATCHv2 2/2] strongswan: removed md5 hash and des encryption support Bruno Thomsen
2015-07-04  7:23 ` [ptxdist] [PATCHv2 1/2] strongswan: version bump 5.2.2 -> 5.3.2 Christoph Fritz
2015-07-07 13:07   ` Bruno Thomsen
2015-07-14 11:23     ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox