* [ptxdist] [PATCH 1/2] strognswan: version bump 5.2.2 -> 5.3.2
@ 2015-06-29 14:05 Bruno Thomsen
2015-06-29 14:05 ` [ptxdist] [PATCH 2/2] strongswan: removed md5 hash and des encryption support Bruno Thomsen
2015-06-29 17:06 ` [ptxdist] [PATCH 1/2] strognswan: version bump 5.2.2 -> 5.3.2 Jon Ringle
0 siblings, 2 replies; 6+ messages in thread
From: Bruno Thomsen @ 2015-06-29 14:05 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.
Signed-off-by: Bruno Thomsen <bth@kamstrup.com>
---
rules/strongswan.make | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/rules/strongswan.make b/rules/strongswan.make
index 5e4a76d..5005930 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,9 @@ STRONGSWAN_CONF_OPT := \
--disable-monolithic \
--disable-bfd-backtraces \
--disable-unwind-backtraces \
+ --disable-ruby-gems \
+ --disable-python-eggs \
--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] 6+ messages in thread
* [ptxdist] [PATCH 2/2] strongswan: removed md5 hash and des encryption support.
2015-06-29 14:05 [ptxdist] [PATCH 1/2] strognswan: version bump 5.2.2 -> 5.3.2 Bruno Thomsen
@ 2015-06-29 14:05 ` Bruno Thomsen
2015-06-29 17:06 ` [ptxdist] [PATCH 1/2] strognswan: version bump 5.2.2 -> 5.3.2 Jon Ringle
1 sibling, 0 replies; 6+ messages in thread
From: Bruno Thomsen @ 2015-06-29 14:05 UTC (permalink / raw)
To: ptxdist; +Cc: bth
Removed legacy crypto support.
Signed-off-by: Bruno Thomsen <bth@kamstrup.com>
---
rules/strongswan.make | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/rules/strongswan.make b/rules/strongswan.make
index 5005930..3c102a7 100644
--- a/rules/strongswan.make
+++ b/rules/strongswan.make
@@ -39,10 +39,10 @@ STRONGSWAN_CONF_OPT := \
--disable-soup \
--disable-ldap \
--enable-aes \
- --enable-des \
+ --disable-des \
--disable-blowfish \
--disable-md4 \
- --enable-md5 \
+ --disable-md5 \
--disable-aesni \
--enable-sha1 \
--enable-sha2 \
@@ -202,14 +202,12 @@ STRONGSWAN_PLUGINS := \
libstrongswan-attr.so \
libstrongswan-cmac.so \
libstrongswan-constraints.so \
- libstrongswan-des.so \
libstrongswan-dnskey.so \
libstrongswan-fips-prf.so \
libstrongswan-gcm.so \
libstrongswan-gmp.so \
libstrongswan-hmac.so \
libstrongswan-kernel-netlink.so \
- libstrongswan-md5.so \
libstrongswan-nonce.so \
libstrongswan-pem.so \
libstrongswan-pgp.so \
--
2.1.4
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] [PATCH 1/2] strognswan: version bump 5.2.2 -> 5.3.2
2015-06-29 14:05 [ptxdist] [PATCH 1/2] strognswan: version bump 5.2.2 -> 5.3.2 Bruno Thomsen
2015-06-29 14:05 ` [ptxdist] [PATCH 2/2] strongswan: removed md5 hash and des encryption support Bruno Thomsen
@ 2015-06-29 17:06 ` Jon Ringle
2015-06-30 6:27 ` Bruno Thomsen
1 sibling, 1 reply; 6+ messages in thread
From: Jon Ringle @ 2015-06-29 17:06 UTC (permalink / raw)
To: ptxdist
typo in comment subject: strognswan => strongswan
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] [PATCH 1/2] strognswan: version bump 5.2.2 -> 5.3.2
2015-06-29 17:06 ` [ptxdist] [PATCH 1/2] strognswan: version bump 5.2.2 -> 5.3.2 Jon Ringle
@ 2015-06-30 6:27 ` Bruno Thomsen
2015-06-30 13:46 ` Christoph Fritz
0 siblings, 1 reply; 6+ messages in thread
From: Bruno Thomsen @ 2015-06-30 6:27 UTC (permalink / raw)
To: ptxdist
> typo in comment subject: strognswan => strongswan
Damn, so close :)
/Bruno
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] [PATCH 1/2] strognswan: version bump 5.2.2 -> 5.3.2
2015-06-30 6:27 ` Bruno Thomsen
@ 2015-06-30 13:46 ` Christoph Fritz
2015-07-01 9:04 ` Michael Olbrich
0 siblings, 1 reply; 6+ messages in thread
From: Christoph Fritz @ 2015-06-30 13:46 UTC (permalink / raw)
To: ptxdist
Hi Bruno,
I suppose you should also add:
+ --disable-ruby-gems-install \
+ --disable-python-eggs-install \
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] [PATCH 1/2] strognswan: version bump 5.2.2 -> 5.3.2
2015-06-30 13:46 ` Christoph Fritz
@ 2015-07-01 9:04 ` Michael Olbrich
0 siblings, 0 replies; 6+ messages in thread
From: Michael Olbrich @ 2015-07-01 9:04 UTC (permalink / raw)
To: ptxdist
On Tue, Jun 30, 2015 at 03:46:45PM +0200, Christoph Fritz wrote:
> Hi Bruno,
>
> I suppose you should also add:
>
> + --disable-ruby-gems-install \
> + --disable-python-eggs-install \
Indeed. And there is a new option "--enable-files" as well.
Michael
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-07-01 7:04 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-29 14:05 [ptxdist] [PATCH 1/2] strognswan: version bump 5.2.2 -> 5.3.2 Bruno Thomsen
2015-06-29 14:05 ` [ptxdist] [PATCH 2/2] strongswan: removed md5 hash and des encryption support Bruno Thomsen
2015-06-29 17:06 ` [ptxdist] [PATCH 1/2] strognswan: version bump 5.2.2 -> 5.3.2 Jon Ringle
2015-06-30 6:27 ` Bruno Thomsen
2015-06-30 13:46 ` Christoph Fritz
2015-07-01 9:04 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox