public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] strongSwan: update to 5.8.2
@ 2020-02-19 21:48 Peter Müller
  2020-02-20 13:57 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Müller @ 2020-02-19 21:48 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2897 bytes --]

Please refer to https://wiki.strongswan.org/versions/75 for release notes.

Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
 config/rootfiles/common/strongswan | 3 +++
 lfs/strongswan                     | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/config/rootfiles/common/strongswan b/config/rootfiles/common/strongswan
index cc6a59e7f..d337ef506 100644
--- a/config/rootfiles/common/strongswan
+++ b/config/rootfiles/common/strongswan
@@ -27,6 +27,7 @@ etc/strongswan.d/charon/curve25519.conf
 etc/strongswan.d/charon/des.conf
 etc/strongswan.d/charon/dhcp.conf
 etc/strongswan.d/charon/dnskey.conf
+etc/strongswan.d/charon/drbg.conf
 etc/strongswan.d/charon/eap-identity.conf
 etc/strongswan.d/charon/eap-mschapv2.conf
 etc/strongswan.d/charon/eap-peap.conf
@@ -122,6 +123,7 @@ usr/lib/ipsec/plugins/libstrongswan-curve25519.so
 usr/lib/ipsec/plugins/libstrongswan-des.so
 usr/lib/ipsec/plugins/libstrongswan-dhcp.so
 usr/lib/ipsec/plugins/libstrongswan-dnskey.so
+usr/lib/ipsec/plugins/libstrongswan-drbg.so
 usr/lib/ipsec/plugins/libstrongswan-eap-identity.so
 usr/lib/ipsec/plugins/libstrongswan-eap-mschapv2.so
 usr/lib/ipsec/plugins/libstrongswan-eap-peap.so
@@ -208,6 +210,7 @@ usr/sbin/swanctl
 #usr/share/strongswan/templates/config/plugins/des.conf
 #usr/share/strongswan/templates/config/plugins/dhcp.conf
 #usr/share/strongswan/templates/config/plugins/dnskey.conf
+#usr/share/strongswan/templates/config/plugins/drbg.conf
 #usr/share/strongswan/templates/config/plugins/eap-identity.conf
 #usr/share/strongswan/templates/config/plugins/eap-mschapv2.conf
 #usr/share/strongswan/templates/config/plugins/eap-peap.conf
diff --git a/lfs/strongswan b/lfs/strongswan
index c6f428e41..ed88c0458 100644
--- a/lfs/strongswan
+++ b/lfs/strongswan
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.8.1
+VER        = 5.8.2
 
 THISAPP    = strongswan-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 5a6b9980cd1ac4fad3c24b55ed960ac9
+$(DL_FILE)_MD5 = d94eac2caed51b0cc776e5887b10bace
 
 install : $(TARGET)
 
-- 
2.16.4


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

* Re: [PATCH] strongSwan: update to 5.8.2
  2020-02-19 21:48 [PATCH] strongSwan: update to 5.8.2 Peter Müller
@ 2020-02-20 13:57 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2020-02-20 13:57 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 3141 bytes --]

Acked-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 19 Feb 2020, at 21:48, Peter Müller <peter.mueller(a)ipfire.org> wrote:
> 
> Please refer to https://wiki.strongswan.org/versions/75 for release notes.
> 
> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
> ---
> config/rootfiles/common/strongswan | 3 +++
> lfs/strongswan                     | 6 +++---
> 2 files changed, 6 insertions(+), 3 deletions(-)
> 
> diff --git a/config/rootfiles/common/strongswan b/config/rootfiles/common/strongswan
> index cc6a59e7f..d337ef506 100644
> --- a/config/rootfiles/common/strongswan
> +++ b/config/rootfiles/common/strongswan
> @@ -27,6 +27,7 @@ etc/strongswan.d/charon/curve25519.conf
> etc/strongswan.d/charon/des.conf
> etc/strongswan.d/charon/dhcp.conf
> etc/strongswan.d/charon/dnskey.conf
> +etc/strongswan.d/charon/drbg.conf
> etc/strongswan.d/charon/eap-identity.conf
> etc/strongswan.d/charon/eap-mschapv2.conf
> etc/strongswan.d/charon/eap-peap.conf
> @@ -122,6 +123,7 @@ usr/lib/ipsec/plugins/libstrongswan-curve25519.so
> usr/lib/ipsec/plugins/libstrongswan-des.so
> usr/lib/ipsec/plugins/libstrongswan-dhcp.so
> usr/lib/ipsec/plugins/libstrongswan-dnskey.so
> +usr/lib/ipsec/plugins/libstrongswan-drbg.so
> usr/lib/ipsec/plugins/libstrongswan-eap-identity.so
> usr/lib/ipsec/plugins/libstrongswan-eap-mschapv2.so
> usr/lib/ipsec/plugins/libstrongswan-eap-peap.so
> @@ -208,6 +210,7 @@ usr/sbin/swanctl
> #usr/share/strongswan/templates/config/plugins/des.conf
> #usr/share/strongswan/templates/config/plugins/dhcp.conf
> #usr/share/strongswan/templates/config/plugins/dnskey.conf
> +#usr/share/strongswan/templates/config/plugins/drbg.conf
> #usr/share/strongswan/templates/config/plugins/eap-identity.conf
> #usr/share/strongswan/templates/config/plugins/eap-mschapv2.conf
> #usr/share/strongswan/templates/config/plugins/eap-peap.conf
> diff --git a/lfs/strongswan b/lfs/strongswan
> index c6f428e41..ed88c0458 100644
> --- a/lfs/strongswan
> +++ b/lfs/strongswan
> @@ -1,7 +1,7 @@
> ###############################################################################
> #                                                                             #
> # IPFire.org - A linux based firewall                                         #
> -# Copyright (C) 2007-2018  IPFire Team  <info(a)ipfire.org>                     #
> +# Copyright (C) 2007-2020  IPFire Team  <info(a)ipfire.org>                     #
> #                                                                             #
> # This program is free software: you can redistribute it and/or modify        #
> # it under the terms of the GNU General Public License as published by        #
> @@ -24,7 +24,7 @@
> 
> include Config
> 
> -VER        = 5.8.1
> +VER        = 5.8.2
> 
> THISAPP    = strongswan-$(VER)
> DL_FILE    = $(THISAPP).tar.bz2
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_MD5 = 5a6b9980cd1ac4fad3c24b55ed960ac9
> +$(DL_FILE)_MD5 = d94eac2caed51b0cc776e5887b10bace
> 
> install : $(TARGET)
> 
> -- 
> 2.16.4
> 


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

end of thread, other threads:[~2020-02-20 13:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-19 21:48 [PATCH] strongSwan: update to 5.8.2 Peter Müller
2020-02-20 13:57 ` Michael Tremer

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