* [PATCH] strongSwan: Update to 5.9.7
@ 2022-09-17 8:21 Peter Müller
2022-09-17 21:16 ` Adolf Belka
2022-09-18 9:10 ` Michael Tremer
0 siblings, 2 replies; 3+ messages in thread
From: Peter Müller @ 2022-09-17 8:21 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1547 bytes --]
Please refer to https://github.com/strongswan/strongswan/releases/tag/5.9.7
for the release notes of this version.
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
config/rootfiles/common/strongswan | 1 -
lfs/strongswan | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/config/rootfiles/common/strongswan b/config/rootfiles/common/strongswan
index e9d84808a..dd0fd233a 100644
--- a/config/rootfiles/common/strongswan
+++ b/config/rootfiles/common/strongswan
@@ -168,7 +168,6 @@ usr/lib/ipsec/plugins/libstrongswan-xauth-generic.so
usr/lib/ipsec/plugins/libstrongswan-xauth-noauth.so
usr/lib/ipsec/plugins/libstrongswan-xcbc.so
#usr/libexec/ipsec
-usr/libexec/ipsec/_copyright
usr/libexec/ipsec/_updown
usr/libexec/ipsec/charon
usr/libexec/ipsec/scepclient
diff --git a/lfs/strongswan b/lfs/strongswan
index a32c103d7..01b15f152 100644
--- a/lfs/strongswan
+++ b/lfs/strongswan
@@ -24,7 +24,7 @@
include Config
-VER = 5.9.6
+VER = 5.9.7
THISAPP = strongswan-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 4021a10611e66f9e2e4e432bdfb9de0f94d27ba1be1b7d4e4b8bf3cd797c123658993e60eb3d49c424b479558e9581bb069a345a70f55850d1faf5abaa401246
+$(DL_FILE)_BLAKE2 = 062f80431aefabfa4ba03454c3ab80e278772ebbd2bdeb69de98796f6e1bd7fc17d161e23b74bb238378eedc005079ff14e64e9a8967e2bf4f159a076e9f6384
install : $(TARGET)
--
2.35.3
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] strongSwan: Update to 5.9.7
2022-09-17 8:21 [PATCH] strongSwan: Update to 5.9.7 Peter Müller
@ 2022-09-17 21:16 ` Adolf Belka
2022-09-18 9:10 ` Michael Tremer
1 sibling, 0 replies; 3+ messages in thread
From: Adolf Belka @ 2022-09-17 21:16 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1766 bytes --]
Reviewed-by Adolf Belka <adolf.belka(a)ipfire.org>
On 17/09/2022 10:21, Peter Müller wrote:
> Please refer to https://github.com/strongswan/strongswan/releases/tag/5.9.7
> for the release notes of this version.
>
> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
> ---
> config/rootfiles/common/strongswan | 1 -
> lfs/strongswan | 4 ++--
> 2 files changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/config/rootfiles/common/strongswan b/config/rootfiles/common/strongswan
> index e9d84808a..dd0fd233a 100644
> --- a/config/rootfiles/common/strongswan
> +++ b/config/rootfiles/common/strongswan
> @@ -168,7 +168,6 @@ usr/lib/ipsec/plugins/libstrongswan-xauth-generic.so
> usr/lib/ipsec/plugins/libstrongswan-xauth-noauth.so
> usr/lib/ipsec/plugins/libstrongswan-xcbc.so
> #usr/libexec/ipsec
> -usr/libexec/ipsec/_copyright
> usr/libexec/ipsec/_updown
> usr/libexec/ipsec/charon
> usr/libexec/ipsec/scepclient
> diff --git a/lfs/strongswan b/lfs/strongswan
> index a32c103d7..01b15f152 100644
> --- a/lfs/strongswan
> +++ b/lfs/strongswan
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 5.9.6
> +VER = 5.9.7
>
> THISAPP = strongswan-$(VER)
> DL_FILE = $(THISAPP).tar.bz2
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_BLAKE2 = 4021a10611e66f9e2e4e432bdfb9de0f94d27ba1be1b7d4e4b8bf3cd797c123658993e60eb3d49c424b479558e9581bb069a345a70f55850d1faf5abaa401246
> +$(DL_FILE)_BLAKE2 = 062f80431aefabfa4ba03454c3ab80e278772ebbd2bdeb69de98796f6e1bd7fc17d161e23b74bb238378eedc005079ff14e64e9a8967e2bf4f159a076e9f6384
>
> install : $(TARGET)
>
--
Sent from my laptop
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] strongSwan: Update to 5.9.7
2022-09-17 8:21 [PATCH] strongSwan: Update to 5.9.7 Peter Müller
2022-09-17 21:16 ` Adolf Belka
@ 2022-09-18 9:10 ` Michael Tremer
1 sibling, 0 replies; 3+ messages in thread
From: Michael Tremer @ 2022-09-18 9:10 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1762 bytes --]
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
> On 17 Sep 2022, at 10:21, Peter Müller <peter.mueller(a)ipfire.org> wrote:
>
> Please refer to https://github.com/strongswan/strongswan/releases/tag/5.9.7
> for the release notes of this version.
>
> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
> ---
> config/rootfiles/common/strongswan | 1 -
> lfs/strongswan | 4 ++--
> 2 files changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/config/rootfiles/common/strongswan b/config/rootfiles/common/strongswan
> index e9d84808a..dd0fd233a 100644
> --- a/config/rootfiles/common/strongswan
> +++ b/config/rootfiles/common/strongswan
> @@ -168,7 +168,6 @@ usr/lib/ipsec/plugins/libstrongswan-xauth-generic.so
> usr/lib/ipsec/plugins/libstrongswan-xauth-noauth.so
> usr/lib/ipsec/plugins/libstrongswan-xcbc.so
> #usr/libexec/ipsec
> -usr/libexec/ipsec/_copyright
> usr/libexec/ipsec/_updown
> usr/libexec/ipsec/charon
> usr/libexec/ipsec/scepclient
> diff --git a/lfs/strongswan b/lfs/strongswan
> index a32c103d7..01b15f152 100644
> --- a/lfs/strongswan
> +++ b/lfs/strongswan
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 5.9.6
> +VER = 5.9.7
>
> THISAPP = strongswan-$(VER)
> DL_FILE = $(THISAPP).tar.bz2
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_BLAKE2 = 4021a10611e66f9e2e4e432bdfb9de0f94d27ba1be1b7d4e4b8bf3cd797c123658993e60eb3d49c424b479558e9581bb069a345a70f55850d1faf5abaa401246
> +$(DL_FILE)_BLAKE2 = 062f80431aefabfa4ba03454c3ab80e278772ebbd2bdeb69de98796f6e1bd7fc17d161e23b74bb238378eedc005079ff14e64e9a8967e2bf4f159a076e9f6384
>
> install : $(TARGET)
>
> --
> 2.35.3
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-09-18 9:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-17 8:21 [PATCH] strongSwan: Update to 5.9.7 Peter Müller
2022-09-17 21:16 ` Adolf Belka
2022-09-18 9:10 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox