Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] NetworkManager-strongswan: update to 1.5.2.
@ 2020-08-04 10:29 DBLouis
  2020-08-04 10:31 ` DBLouis
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: DBLouis @ 2020-08-04 10:29 UTC (permalink / raw)
  To: ml

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

There is a new pull request by DBLouis against master on the void-packages repository

https://github.com/DBLouis/void-packages strongswan
https://github.com/void-linux/void-packages/pull/24043

NetworkManager-strongswan: update to 1.5.2.


A patch file from https://github.com/void-linux/void-packages/pull/24043.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-strongswan-24043.patch --]
[-- Type: text/x-diff, Size: 2383 bytes --]

From e6cf8b62da04af96bf9a3ae74b3d5e16f8022e4e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Louis=20Dupr=C3=A9Bertoni?= <contact@louisdb.xyz>
Date: Tue, 4 Aug 2020 13:28:25 +0300
Subject: [PATCH] NetworkManager-strongswan: update to 1.5.2.

---
 srcpkgs/NetworkManager-strongswan/template | 6 +++---
 srcpkgs/strongswan/template                | 9 ++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/NetworkManager-strongswan/template b/srcpkgs/NetworkManager-strongswan/template
index 4d8d2b14306..c2b73e13095 100644
--- a/srcpkgs/NetworkManager-strongswan/template
+++ b/srcpkgs/NetworkManager-strongswan/template
@@ -1,7 +1,7 @@
 # Template file for 'NetworkManager-strongswan'
 pkgname=NetworkManager-strongswan
-version=1.4.5
-revision=2
+version=1.5.2
+revision=1
 build_style=gnu-configure
 configure_args="--disable-static --disable-more-warnings --without-libnm-glib
  --disable-more-warnings"
@@ -13,4 +13,4 @@ maintainer="Louis Dupré Bertoni <contact@louisdb.xyz>"
 license="GPL-2.0-or-later"
 homepage="https://www.strongswan.org/"
 distfiles="https://download.strongswan.org/NetworkManager/NetworkManager-strongswan-${version}.tar.bz2"
-checksum=343b68cbe32f65e2baa01b37716415e4360addc8c90209d45504b52b8864bd04
+checksum=c8452b952653881dcc2745f0ab460c061086215b297129212a743bd9e9f78169
diff --git a/srcpkgs/strongswan/template b/srcpkgs/strongswan/template
index f0be1ff9bdc..36abce68ea2 100644
--- a/srcpkgs/strongswan/template
+++ b/srcpkgs/strongswan/template
@@ -1,13 +1,12 @@
 # Template file for 'strongswan'
 pkgname=strongswan
 version=5.8.4
-revision=1
+revision=2
 build_style=gnu-configure
 # tpm support waits on libtss2
-configure_args="--disable-static --enable-blowfish --enable-curl
- --enable-eap-radius --enable-eap-mschapv2 --enable-eap-md5 --enable-led
- --enable-ha --enable-dhcp --enable-mediation --enable-soup --disable-des
- --enable-chapoly --enable-nm"
+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 --enable-soup --enable-chapoly --enable-nm"
 hostmakedepends="pkg-config flex bison python"
 makedepends="gmp-devel libsoup-devel libldns-devel unbound-devel libcurl-devel NetworkManager-devel"
 depends="iproute2 sqlite"

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

* Re: NetworkManager-strongswan: update to 1.5.2.
  2020-08-04 10:29 [PR PATCH] NetworkManager-strongswan: update to 1.5.2 DBLouis
@ 2020-08-04 10:31 ` DBLouis
  2020-08-04 10:31 ` DBLouis
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: DBLouis @ 2020-08-04 10:31 UTC (permalink / raw)
  To: ml

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

New comment by DBLouis on void-packages repository

https://github.com/void-linux/void-packages/pull/24043#issuecomment-668517623

Comment:
I also modified a bit the `strongswan` package because authentication with EAP MS-CHAPv2 was not working.

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

* Re: NetworkManager-strongswan: update to 1.5.2.
  2020-08-04 10:29 [PR PATCH] NetworkManager-strongswan: update to 1.5.2 DBLouis
  2020-08-04 10:31 ` DBLouis
@ 2020-08-04 10:31 ` DBLouis
  2021-01-29  2:43 ` ericonr
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: DBLouis @ 2020-08-04 10:31 UTC (permalink / raw)
  To: ml

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

New comment by DBLouis on void-packages repository

https://github.com/void-linux/void-packages/pull/24043#issuecomment-668517623

Comment:
I also modified a bit the `strongswan` package because authentication with EAP MS-CHAPv2 was not working.

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

* Re: NetworkManager-strongswan: update to 1.5.2.
  2020-08-04 10:29 [PR PATCH] NetworkManager-strongswan: update to 1.5.2 DBLouis
  2020-08-04 10:31 ` DBLouis
  2020-08-04 10:31 ` DBLouis
@ 2021-01-29  2:43 ` ericonr
  2021-03-24 19:02 ` ericonr
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-01-29  2:43 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24043#issuecomment-769535965

Comment:
Hi! This should be one commit per package (and NetworkManager-strongswan itself has already been updated, so it will still be a single commit for the strongswan changes only).

Please explain the commit what your changes are doing.

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

* Re: NetworkManager-strongswan: update to 1.5.2.
  2020-08-04 10:29 [PR PATCH] NetworkManager-strongswan: update to 1.5.2 DBLouis
                   ` (2 preceding siblings ...)
  2021-01-29  2:43 ` ericonr
@ 2021-03-24 19:02 ` ericonr
  2021-05-21 14:49 ` ericonr
  2021-05-21 14:49 ` [PR PATCH] [Closed]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-03-24 19:02 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24043#issuecomment-806079276

Comment:
@DBLouis ping

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

* Re: NetworkManager-strongswan: update to 1.5.2.
  2020-08-04 10:29 [PR PATCH] NetworkManager-strongswan: update to 1.5.2 DBLouis
                   ` (3 preceding siblings ...)
  2021-03-24 19:02 ` ericonr
@ 2021-05-21 14:49 ` ericonr
  2021-05-21 14:49 ` [PR PATCH] [Closed]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-05-21 14:49 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24043#issuecomment-846006100

Comment:
Superseded by #30642 and #30869

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

* Re: [PR PATCH] [Closed]: NetworkManager-strongswan: update to 1.5.2.
  2020-08-04 10:29 [PR PATCH] NetworkManager-strongswan: update to 1.5.2 DBLouis
                   ` (4 preceding siblings ...)
  2021-05-21 14:49 ` ericonr
@ 2021-05-21 14:49 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-05-21 14:49 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

NetworkManager-strongswan: update to 1.5.2.
https://github.com/void-linux/void-packages/pull/24043

Description:
I also modified a bit the `strongswan` package because authentication with EAP MS-CHAPv2 was not working.

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

end of thread, other threads:[~2021-05-21 14:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-04 10:29 [PR PATCH] NetworkManager-strongswan: update to 1.5.2 DBLouis
2020-08-04 10:31 ` DBLouis
2020-08-04 10:31 ` DBLouis
2021-01-29  2:43 ` ericonr
2021-03-24 19:02 ` ericonr
2021-05-21 14:49 ` ericonr
2021-05-21 14:49 ` [PR PATCH] [Closed]: " ericonr

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).