* [PR PATCH] Strongswan: fix `ipsec command not found`
@ 2025-04-23 21:55 alarmfox
2025-04-27 21:07 ` Piraty
` (8 more replies)
0 siblings, 9 replies; 10+ messages in thread
From: alarmfox @ 2025-04-23 21:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 508 bytes --]
There is a new pull request by alarmfox against master on the void-packages repository
https://github.com/alarmfox/void-packages fix/strongswan-nm-l2tp
https://github.com/void-linux/void-packages/pull/55169
Strongswan: fix `ipsec command not found`
#### Testing the changes
I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
A patch file from https://github.com/void-linux/void-packages/pull/55169.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix/strongswan-nm-l2tp-55169.patch --]
[-- Type: text/x-diff, Size: 1088 bytes --]
From a15841cdc560c80b14272b4128aee47087c4ecc1 Mon Sep 17 00:00:00 2001
From: giuseppe <capassog97@gmail.com>
Date: Wed, 23 Apr 2025 23:53:46 +0200
Subject: [PATCH] Added --enable stroke to support old ipsec command for
NetworkManager-l2tp VPN
---
srcpkgs/strongswan/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/strongswan/template b/srcpkgs/strongswan/template
index 2fc91ce409711c..96a86a2974539e 100644
--- a/srcpkgs/strongswan/template
+++ b/srcpkgs/strongswan/template
@@ -7,7 +7,7 @@ build_style=gnu-configure
configure_args="--disable-static --enable-blowfish --enable-curl --enable-md4
--enable-eap-radius --enable-eap-mschapv2 --enable-eap-md5
--enable-eap-identity --enable-eap-dynamic --enable-led --enable-ha --enable-dhcp
- --enable-mediation --disable-soup --enable-chapoly --enable-nm
+ --enable-mediation --disable-soup --enable-chapoly --enable-nm --enable-stroke
--enable-pkcs11 --with-capabilities=libcap"
hostmakedepends="pkg-config automake flex bison python3"
makedepends="libldns-devel unbound-devel libcurl-devel
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: Strongswan: fix `ipsec command not found`
2025-04-23 21:55 [PR PATCH] Strongswan: fix `ipsec command not found` alarmfox
@ 2025-04-27 21:07 ` Piraty
2025-04-29 19:39 ` [PR PATCH] [Updated] " alarmfox
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Piraty @ 2025-04-27 21:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 429 bytes --]
New comment by Piraty on void-packages repository
https://github.com/void-linux/void-packages/pull/55169#issuecomment-2833640842
Comment:
check the linting errors and read [the contributing guidelindes](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md)
1. commit message lacks proper form
2. template needs a rebuild, thus a revbump
or just use `xrevbump strongswsan` (it's in xtools package)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] Strongswan: fix `ipsec command not found`
2025-04-23 21:55 [PR PATCH] Strongswan: fix `ipsec command not found` alarmfox
2025-04-27 21:07 ` Piraty
@ 2025-04-29 19:39 ` alarmfox
2025-04-30 8:51 ` alarmfox
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: alarmfox @ 2025-04-29 19:39 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 669 bytes --]
There is an updated pull request by alarmfox against master on the void-packages repository
https://github.com/alarmfox/void-packages fix/strongswan-nm-l2tp
https://github.com/void-linux/void-packages/pull/55169
Strongswan: fix `ipsec command not found`
#### Testing the changes
I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
EDIT:
I took the solution for this patch after finding out here https://github.com/strongswan/strongswan/discussions/2551
EDIT2:
This fixes #54763
A patch file from https://github.com/void-linux/void-packages/pull/55169.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix/strongswan-nm-l2tp-55169.patch --]
[-- Type: text/x-diff, Size: 1832 bytes --]
From a15841cdc560c80b14272b4128aee47087c4ecc1 Mon Sep 17 00:00:00 2001
From: giuseppe <capassog97@gmail.com>
Date: Wed, 23 Apr 2025 23:53:46 +0200
Subject: [PATCH 1/2] Added --enable stroke to support old ipsec command for
NetworkManager-l2tp VPN
---
srcpkgs/strongswan/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/strongswan/template b/srcpkgs/strongswan/template
index 2fc91ce409711c..96a86a2974539e 100644
--- a/srcpkgs/strongswan/template
+++ b/srcpkgs/strongswan/template
@@ -7,7 +7,7 @@ build_style=gnu-configure
configure_args="--disable-static --enable-blowfish --enable-curl --enable-md4
--enable-eap-radius --enable-eap-mschapv2 --enable-eap-md5
--enable-eap-identity --enable-eap-dynamic --enable-led --enable-ha --enable-dhcp
- --enable-mediation --disable-soup --enable-chapoly --enable-nm
+ --enable-mediation --disable-soup --enable-chapoly --enable-nm --enable-stroke
--enable-pkcs11 --with-capabilities=libcap"
hostmakedepends="pkg-config automake flex bison python3"
makedepends="libldns-devel unbound-devel libcurl-devel
From 799c95e2e6f0ccaf4fd162237c32c65570c54441 Mon Sep 17 00:00:00 2001
From: giuseppe <capassog97@gmail.com>
Date: Tue, 29 Apr 2025 21:40:51 +0200
Subject: [PATCH 2/2] strongswan: strongswan: fix ipsec command not found
---
srcpkgs/strongswan/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/strongswan/template b/srcpkgs/strongswan/template
index 96a86a2974539e..1c9ffd3f45d611 100644
--- a/srcpkgs/strongswan/template
+++ b/srcpkgs/strongswan/template
@@ -1,7 +1,7 @@
# Template file for 'strongswan'
pkgname=strongswan
version=6.0.0
-revision=1
+revision=2
build_style=gnu-configure
# tpm support waits on libtss2
configure_args="--disable-static --enable-blowfish --enable-curl --enable-md4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] Strongswan: fix `ipsec command not found`
2025-04-23 21:55 [PR PATCH] Strongswan: fix `ipsec command not found` alarmfox
2025-04-27 21:07 ` Piraty
2025-04-29 19:39 ` [PR PATCH] [Updated] " alarmfox
@ 2025-04-30 8:51 ` alarmfox
2025-04-30 8:53 ` alarmfox
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: alarmfox @ 2025-04-30 8:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 669 bytes --]
There is an updated pull request by alarmfox against master on the void-packages repository
https://github.com/alarmfox/void-packages fix/strongswan-nm-l2tp
https://github.com/void-linux/void-packages/pull/55169
Strongswan: fix `ipsec command not found`
#### Testing the changes
I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
EDIT:
I took the solution for this patch after finding out here https://github.com/strongswan/strongswan/discussions/2551
EDIT2:
This fixes #54763
A patch file from https://github.com/void-linux/void-packages/pull/55169.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix/strongswan-nm-l2tp-55169.patch --]
[-- Type: text/x-diff, Size: 1828 bytes --]
From a15841cdc560c80b14272b4128aee47087c4ecc1 Mon Sep 17 00:00:00 2001
From: giuseppe <capassog97@gmail.com>
Date: Wed, 23 Apr 2025 23:53:46 +0200
Subject: [PATCH 1/2] Added --enable stroke to support old ipsec command for
NetworkManager-l2tp VPN
---
srcpkgs/strongswan/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/strongswan/template b/srcpkgs/strongswan/template
index 2fc91ce409711c..96a86a2974539e 100644
--- a/srcpkgs/strongswan/template
+++ b/srcpkgs/strongswan/template
@@ -7,7 +7,7 @@ build_style=gnu-configure
configure_args="--disable-static --enable-blowfish --enable-curl --enable-md4
--enable-eap-radius --enable-eap-mschapv2 --enable-eap-md5
--enable-eap-identity --enable-eap-dynamic --enable-led --enable-ha --enable-dhcp
- --enable-mediation --disable-soup --enable-chapoly --enable-nm
+ --enable-mediation --disable-soup --enable-chapoly --enable-nm --enable-stroke
--enable-pkcs11 --with-capabilities=libcap"
hostmakedepends="pkg-config automake flex bison python3"
makedepends="libldns-devel unbound-devel libcurl-devel
From 40adb5a491e677cb14aa540dbdb75e08a579287d Mon Sep 17 00:00:00 2001
From: giuseppe <capassog97@gmail.com>
Date: Tue, 29 Apr 2025 21:40:51 +0200
Subject: [PATCH 2/2] strongswan: fix `ipsec` command not found error
---
srcpkgs/strongswan/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/strongswan/template b/srcpkgs/strongswan/template
index 96a86a2974539e..1c9ffd3f45d611 100644
--- a/srcpkgs/strongswan/template
+++ b/srcpkgs/strongswan/template
@@ -1,7 +1,7 @@
# Template file for 'strongswan'
pkgname=strongswan
version=6.0.0
-revision=1
+revision=2
build_style=gnu-configure
# tpm support waits on libtss2
configure_args="--disable-static --enable-blowfish --enable-curl --enable-md4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: Strongswan: fix `ipsec command not found`
2025-04-23 21:55 [PR PATCH] Strongswan: fix `ipsec command not found` alarmfox
` (2 preceding siblings ...)
2025-04-30 8:51 ` alarmfox
@ 2025-04-30 8:53 ` alarmfox
2025-05-04 22:08 ` [PR PATCH] [Updated] strongswan: fix ipsec command not found alarmfox
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: alarmfox @ 2025-04-30 8:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 217 bytes --]
New comment by alarmfox on void-packages repository
https://github.com/void-linux/void-packages/pull/55169#issuecomment-2841274938
Comment:
Sorry for the mistake, I think the commit message is ok now.
Thank you!
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] strongswan: fix ipsec command not found
2025-04-23 21:55 [PR PATCH] Strongswan: fix `ipsec command not found` alarmfox
` (3 preceding siblings ...)
2025-04-30 8:53 ` alarmfox
@ 2025-05-04 22:08 ` alarmfox
2025-05-04 22:10 ` alarmfox
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: alarmfox @ 2025-05-04 22:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 667 bytes --]
There is an updated pull request by alarmfox against master on the void-packages repository
https://github.com/alarmfox/void-packages fix/strongswan-nm-l2tp
https://github.com/void-linux/void-packages/pull/55169
strongswan: fix ipsec command not found
#### Testing the changes
I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
EDIT:
I took the solution for this patch after finding out here https://github.com/strongswan/strongswan/discussions/2551
EDIT2:
This fixes #54763
A patch file from https://github.com/void-linux/void-packages/pull/55169.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix/strongswan-nm-l2tp-55169.patch --]
[-- Type: text/x-diff, Size: 1168 bytes --]
From ed156f70b1587b717c6cf63cc430256cfea2a445 Mon Sep 17 00:00:00 2001
From: giuseppe <capassog97@gmail.com>
Date: Wed, 23 Apr 2025 23:53:46 +0200
Subject: [PATCH] strongswan: update to 6.0.1
---
srcpkgs/strongswan/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/strongswan/template b/srcpkgs/strongswan/template
index 2fc91ce409711c..1c9ffd3f45d611 100644
--- a/srcpkgs/strongswan/template
+++ b/srcpkgs/strongswan/template
@@ -1,13 +1,13 @@
# Template file for 'strongswan'
pkgname=strongswan
version=6.0.0
-revision=1
+revision=2
build_style=gnu-configure
# tpm support waits on libtss2
configure_args="--disable-static --enable-blowfish --enable-curl --enable-md4
--enable-eap-radius --enable-eap-mschapv2 --enable-eap-md5
--enable-eap-identity --enable-eap-dynamic --enable-led --enable-ha --enable-dhcp
- --enable-mediation --disable-soup --enable-chapoly --enable-nm
+ --enable-mediation --disable-soup --enable-chapoly --enable-nm --enable-stroke
--enable-pkcs11 --with-capabilities=libcap"
hostmakedepends="pkg-config automake flex bison python3"
makedepends="libldns-devel unbound-devel libcurl-devel
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: strongswan: fix ipsec command not found
2025-04-23 21:55 [PR PATCH] Strongswan: fix `ipsec command not found` alarmfox
` (4 preceding siblings ...)
2025-05-04 22:08 ` [PR PATCH] [Updated] strongswan: fix ipsec command not found alarmfox
@ 2025-05-04 22:10 ` alarmfox
2025-05-05 7:49 ` [PR PATCH] [Updated] " alarmfox
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: alarmfox @ 2025-05-04 22:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 286 bytes --]
New comment by alarmfox on void-packages repository
https://github.com/void-linux/void-packages/pull/55169#issuecomment-2841274938
Comment:
Sorry for the mistake, I think the commit message is ok now.
Thank you!
EDIT: did a rebase because old commit message did not pass the CI
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] strongswan: fix ipsec command not found
2025-04-23 21:55 [PR PATCH] Strongswan: fix `ipsec command not found` alarmfox
` (5 preceding siblings ...)
2025-05-04 22:10 ` alarmfox
@ 2025-05-05 7:49 ` alarmfox
2025-05-19 7:08 ` alarmfox
2025-05-21 14:12 ` [PR PATCH] [Closed]: " Piraty
8 siblings, 0 replies; 10+ messages in thread
From: alarmfox @ 2025-05-05 7:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 667 bytes --]
There is an updated pull request by alarmfox against master on the void-packages repository
https://github.com/alarmfox/void-packages fix/strongswan-nm-l2tp
https://github.com/void-linux/void-packages/pull/55169
strongswan: fix ipsec command not found
#### Testing the changes
I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
EDIT:
I took the solution for this patch after finding out here https://github.com/strongswan/strongswan/discussions/2551
EDIT2:
This fixes #54763
A patch file from https://github.com/void-linux/void-packages/pull/55169.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix/strongswan-nm-l2tp-55169.patch --]
[-- Type: text/x-diff, Size: 1178 bytes --]
From 375089419735da45f8da883ad3e3fca9e85311c0 Mon Sep 17 00:00:00 2001
From: giuseppe <capassog97@gmail.com>
Date: Wed, 23 Apr 2025 23:53:46 +0200
Subject: [PATCH] strongswan: fix missing ipsec command
---
srcpkgs/strongswan/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/strongswan/template b/srcpkgs/strongswan/template
index 2fc91ce409711c..1c9ffd3f45d611 100644
--- a/srcpkgs/strongswan/template
+++ b/srcpkgs/strongswan/template
@@ -1,13 +1,13 @@
# Template file for 'strongswan'
pkgname=strongswan
version=6.0.0
-revision=1
+revision=2
build_style=gnu-configure
# tpm support waits on libtss2
configure_args="--disable-static --enable-blowfish --enable-curl --enable-md4
--enable-eap-radius --enable-eap-mschapv2 --enable-eap-md5
--enable-eap-identity --enable-eap-dynamic --enable-led --enable-ha --enable-dhcp
- --enable-mediation --disable-soup --enable-chapoly --enable-nm
+ --enable-mediation --disable-soup --enable-chapoly --enable-nm --enable-stroke
--enable-pkcs11 --with-capabilities=libcap"
hostmakedepends="pkg-config automake flex bison python3"
makedepends="libldns-devel unbound-devel libcurl-devel
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] strongswan: fix ipsec command not found
2025-04-23 21:55 [PR PATCH] Strongswan: fix `ipsec command not found` alarmfox
` (6 preceding siblings ...)
2025-05-05 7:49 ` [PR PATCH] [Updated] " alarmfox
@ 2025-05-19 7:08 ` alarmfox
2025-05-21 14:12 ` [PR PATCH] [Closed]: " Piraty
8 siblings, 0 replies; 10+ messages in thread
From: alarmfox @ 2025-05-19 7:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 667 bytes --]
There is an updated pull request by alarmfox against master on the void-packages repository
https://github.com/alarmfox/void-packages fix/strongswan-nm-l2tp
https://github.com/void-linux/void-packages/pull/55169
strongswan: fix ipsec command not found
#### Testing the changes
I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
EDIT:
I took the solution for this patch after finding out here https://github.com/strongswan/strongswan/discussions/2551
EDIT2:
This fixes #54763
A patch file from https://github.com/void-linux/void-packages/pull/55169.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix/strongswan-nm-l2tp-55169.patch --]
[-- Type: text/x-diff, Size: 1182 bytes --]
From 19471581f80d80f0a0a24dd9f09a9b4937f34375 Mon Sep 17 00:00:00 2001
From: giuseppe <capassog97@gmail.com>
Date: Mon, 19 May 2025 08:59:33 +0200
Subject: [PATCH] strongswan: strongswan: fix missing ipsec
---
srcpkgs/strongswan/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/strongswan/template b/srcpkgs/strongswan/template
index e099eea52bd9bf..da95ee8000bb8c 100644
--- a/srcpkgs/strongswan/template
+++ b/srcpkgs/strongswan/template
@@ -1,13 +1,13 @@
# Template file for 'strongswan'
pkgname=strongswan
version=6.0.1
-revision=1
+revision=2
build_style=gnu-configure
# tpm support waits on libtss2
configure_args="--disable-static --enable-blowfish --enable-curl --enable-md4
--enable-eap-radius --enable-eap-mschapv2 --enable-eap-md5
--enable-eap-identity --enable-eap-dynamic --enable-led --enable-ha --enable-dhcp
- --enable-mediation --disable-soup --enable-chapoly --enable-nm
+ --enable-mediation --disable-soup --enable-chapoly --enable-nm --enable-stroke
--enable-pkcs11 --with-capabilities=libcap"
hostmakedepends="pkg-config automake flex bison python3"
makedepends="libldns-devel unbound-devel libcurl-devel
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Closed]: strongswan: fix ipsec command not found
2025-04-23 21:55 [PR PATCH] Strongswan: fix `ipsec command not found` alarmfox
` (7 preceding siblings ...)
2025-05-19 7:08 ` alarmfox
@ 2025-05-21 14:12 ` Piraty
8 siblings, 0 replies; 10+ messages in thread
From: Piraty @ 2025-05-21 14:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 494 bytes --]
There's a closed pull request on the void-packages repository
strongswan: fix ipsec command not found
https://github.com/void-linux/void-packages/pull/55169
Description:
#### Testing the changes
I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
EDIT:
I took the solution for this patch after finding out here https://github.com/strongswan/strongswan/discussions/2551
EDIT2:
This fixes #54763
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2025-05-21 14:12 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-23 21:55 [PR PATCH] Strongswan: fix `ipsec command not found` alarmfox
2025-04-27 21:07 ` Piraty
2025-04-29 19:39 ` [PR PATCH] [Updated] " alarmfox
2025-04-30 8:51 ` alarmfox
2025-04-30 8:53 ` alarmfox
2025-05-04 22:08 ` [PR PATCH] [Updated] strongswan: fix ipsec command not found alarmfox
2025-05-04 22:10 ` alarmfox
2025-05-05 7:49 ` [PR PATCH] [Updated] " alarmfox
2025-05-19 7:08 ` alarmfox
2025-05-21 14:12 ` [PR PATCH] [Closed]: " Piraty
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).