Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] openvpn: update to 2.6.2.
@ 2023-03-31 23:17 mhmdanas
  2023-03-31 23:20 ` [PR PATCH] [Updated] " mhmdanas
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mhmdanas @ 2023-03-31 23:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages openvpn-2.6.2
https://github.com/void-linux/void-packages/pull/43150

openvpn: update to 2.6.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From a716d40e305a60a14b18f8ac6c50557b7e5ef87b Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 1 Apr 2023 00:14:10 +0100
Subject: [PATCH] openvpn: update to 2.6.2.

---
 srcpkgs/openvpn/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/openvpn/template b/srcpkgs/openvpn/template
index 44e51a3da094..614a10a4b7ee 100644
--- a/srcpkgs/openvpn/template
+++ b/srcpkgs/openvpn/template
@@ -1,20 +1,21 @@
 # Template file for 'openvpn'
 pkgname=openvpn
-version=2.5.7
+version=2.6.2
 revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable pkcs11) --disable-systemd
  $(vopt_if mbedtls --with-crypto-library=mbedtls)"
 hostmakedepends="pkg-config"
-makedepends="$(vopt_if mbedtls mbedtls-devel openssl-devel) lzo-devel pam-devel
- $(vopt_if pkcs11 pkcs11-helper-devel) cmocka-devel"
+makedepends="$(vopt_if mbedtls mbedtls-devel openssl-devel) libcap-ng-devel
+ libnl3-devel lzo-devel pam-devel $(vopt_if pkcs11 pkcs11-helper-devel)"
+checkdepends="cmocka-devel"
 short_desc="Easy-to-use, robust, and highly configurable VPN"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://www.openvpn.net"
 changelog="https://raw.githubusercontent.com/OpenVPN/openvpn/release/${version%.*}/Changes.rst"
-distfiles="http://build.openvpn.net/downloads/releases/${pkgname}-${version}.tar.xz"
-checksum=313bca7e996a4f59ef9940dd87c6c4b9168064db9be6cabebd37cd65f13759ed
+distfiles="http://build.openvpn.net/downloads/releases/openvpn-${version}.tar.gz"
+checksum=42d561a9af150b21bc914e3b7aa09f88013d2ffa6d5ce75a025a3b34caa948d4
 
 build_options="mbedtls pkcs11"
 build_options_default="pkcs11"
@@ -22,8 +23,6 @@ desc_option_mbedtls="Build with mbedtls support"
 desc_option_pkcs11="Enable support for PKCS#11"
 vopt_conflict mbedtls pkcs11
 
-make_check=ci-skip
-
 post_install() {
 	vmkdir usr/share/examples/${pkgname}
 	cp -r sample/sample-config-files/* ${DESTDIR}/usr/share/examples/${pkgname}

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

* Re: [PR PATCH] [Updated] openvpn: update to 2.6.2.
  2023-03-31 23:17 [PR PATCH] openvpn: update to 2.6.2 mhmdanas
@ 2023-03-31 23:20 ` mhmdanas
  2023-03-31 23:28 ` mhmdanas
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: mhmdanas @ 2023-03-31 23:20 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages openvpn-2.6.2
https://github.com/void-linux/void-packages/pull/43150

openvpn: update to 2.6.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 98be0ab268a2b81df086defc88af5f7de8f7363e Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 1 Apr 2023 00:14:10 +0100
Subject: [PATCH] openvpn: update to 2.6.2.

---
 srcpkgs/openvpn/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/openvpn/template b/srcpkgs/openvpn/template
index 44e51a3da094..6860928acf9c 100644
--- a/srcpkgs/openvpn/template
+++ b/srcpkgs/openvpn/template
@@ -1,20 +1,22 @@
 # Template file for 'openvpn'
 pkgname=openvpn
-version=2.5.7
+version=2.6.2
 revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable pkcs11) --disable-systemd
  $(vopt_if mbedtls --with-crypto-library=mbedtls)"
 hostmakedepends="pkg-config"
-makedepends="$(vopt_if mbedtls mbedtls-devel openssl-devel) lzo-devel pam-devel
- $(vopt_if pkcs11 pkcs11-helper-devel) cmocka-devel"
+makedepends="$(vopt_if mbedtls mbedtls-devel openssl-devel) libcap-ng-devel
+ liblz4-devel libnl3-devel lzo-devel pam-devel
+ $(vopt_if pkcs11 pkcs11-helper-devel)"
+checkdepends="cmocka-devel"
 short_desc="Easy-to-use, robust, and highly configurable VPN"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://www.openvpn.net"
 changelog="https://raw.githubusercontent.com/OpenVPN/openvpn/release/${version%.*}/Changes.rst"
-distfiles="http://build.openvpn.net/downloads/releases/${pkgname}-${version}.tar.xz"
-checksum=313bca7e996a4f59ef9940dd87c6c4b9168064db9be6cabebd37cd65f13759ed
+distfiles="http://build.openvpn.net/downloads/releases/openvpn-${version}.tar.gz"
+checksum=42d561a9af150b21bc914e3b7aa09f88013d2ffa6d5ce75a025a3b34caa948d4
 
 build_options="mbedtls pkcs11"
 build_options_default="pkcs11"
@@ -22,8 +24,6 @@ desc_option_mbedtls="Build with mbedtls support"
 desc_option_pkcs11="Enable support for PKCS#11"
 vopt_conflict mbedtls pkcs11
 
-make_check=ci-skip
-
 post_install() {
 	vmkdir usr/share/examples/${pkgname}
 	cp -r sample/sample-config-files/* ${DESTDIR}/usr/share/examples/${pkgname}

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

* Re: [PR PATCH] [Updated] openvpn: update to 2.6.2.
  2023-03-31 23:17 [PR PATCH] openvpn: update to 2.6.2 mhmdanas
  2023-03-31 23:20 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-03-31 23:28 ` mhmdanas
  2023-03-31 23:39 ` mhmdanas
  2023-04-11 23:12 ` [PR PATCH] [Merged]: " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: mhmdanas @ 2023-03-31 23:28 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages openvpn-2.6.2
https://github.com/void-linux/void-packages/pull/43150

openvpn: update to 2.6.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 551b30f5ccde35c11b2030583dac390c1f06c66c Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 1 Apr 2023 00:14:10 +0100
Subject: [PATCH] openvpn: update to 2.6.2.

---
 srcpkgs/openvpn/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/openvpn/template b/srcpkgs/openvpn/template
index 44e51a3da094..cfdf00a0e48b 100644
--- a/srcpkgs/openvpn/template
+++ b/srcpkgs/openvpn/template
@@ -1,20 +1,22 @@
 # Template file for 'openvpn'
 pkgname=openvpn
-version=2.5.7
+version=2.6.2
 revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable pkcs11) --disable-systemd
  $(vopt_if mbedtls --with-crypto-library=mbedtls)"
 hostmakedepends="pkg-config"
-makedepends="$(vopt_if mbedtls mbedtls-devel openssl-devel) lzo-devel pam-devel
- $(vopt_if pkcs11 pkcs11-helper-devel) cmocka-devel"
+makedepends="$(vopt_if mbedtls mbedtls-devel openssl-devel) libcap-ng-devel
+ liblz4-devel libnl3-devel lzo-devel pam-devel
+ $(vopt_if pkcs11 pkcs11-helper-devel)"
+checkdepends="cmocka-devel iproute2"
 short_desc="Easy-to-use, robust, and highly configurable VPN"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://www.openvpn.net"
 changelog="https://raw.githubusercontent.com/OpenVPN/openvpn/release/${version%.*}/Changes.rst"
-distfiles="http://build.openvpn.net/downloads/releases/${pkgname}-${version}.tar.xz"
-checksum=313bca7e996a4f59ef9940dd87c6c4b9168064db9be6cabebd37cd65f13759ed
+distfiles="http://build.openvpn.net/downloads/releases/openvpn-${version}.tar.gz"
+checksum=42d561a9af150b21bc914e3b7aa09f88013d2ffa6d5ce75a025a3b34caa948d4
 
 build_options="mbedtls pkcs11"
 build_options_default="pkcs11"
@@ -22,8 +24,6 @@ desc_option_mbedtls="Build with mbedtls support"
 desc_option_pkcs11="Enable support for PKCS#11"
 vopt_conflict mbedtls pkcs11
 
-make_check=ci-skip
-
 post_install() {
 	vmkdir usr/share/examples/${pkgname}
 	cp -r sample/sample-config-files/* ${DESTDIR}/usr/share/examples/${pkgname}

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

* Re: [PR PATCH] [Updated] openvpn: update to 2.6.2.
  2023-03-31 23:17 [PR PATCH] openvpn: update to 2.6.2 mhmdanas
  2023-03-31 23:20 ` [PR PATCH] [Updated] " mhmdanas
  2023-03-31 23:28 ` mhmdanas
@ 2023-03-31 23:39 ` mhmdanas
  2023-04-11 23:12 ` [PR PATCH] [Merged]: " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: mhmdanas @ 2023-03-31 23:39 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages openvpn-2.6.2
https://github.com/void-linux/void-packages/pull/43150

openvpn: update to 2.6.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From a25fd69b0a69818ae06032c6381b8eff91ce2bfb Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 1 Apr 2023 00:14:10 +0100
Subject: [PATCH] openvpn: update to 2.6.2.

---
 srcpkgs/openvpn/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/openvpn/template b/srcpkgs/openvpn/template
index 44e51a3da094..3667d7811a1c 100644
--- a/srcpkgs/openvpn/template
+++ b/srcpkgs/openvpn/template
@@ -1,20 +1,24 @@
 # Template file for 'openvpn'
 pkgname=openvpn
-version=2.5.7
+version=2.6.2
 revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable pkcs11) --disable-systemd
  $(vopt_if mbedtls --with-crypto-library=mbedtls)"
 hostmakedepends="pkg-config"
-makedepends="$(vopt_if mbedtls mbedtls-devel openssl-devel) lzo-devel pam-devel
- $(vopt_if pkcs11 pkcs11-helper-devel) cmocka-devel"
+makedepends="$(vopt_if mbedtls mbedtls-devel openssl-devel) libcap-ng-devel
+ liblz4-devel libnl3-devel lzo-devel pam-devel
+ $(vopt_if pkcs11 pkcs11-helper-devel)"
+checkdepends="cmocka-devel"
 short_desc="Easy-to-use, robust, and highly configurable VPN"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://www.openvpn.net"
 changelog="https://raw.githubusercontent.com/OpenVPN/openvpn/release/${version%.*}/Changes.rst"
-distfiles="http://build.openvpn.net/downloads/releases/${pkgname}-${version}.tar.xz"
-checksum=313bca7e996a4f59ef9940dd87c6c4b9168064db9be6cabebd37cd65f13759ed
+distfiles="http://build.openvpn.net/downloads/releases/openvpn-${version}.tar.gz"
+checksum=42d561a9af150b21bc914e3b7aa09f88013d2ffa6d5ce75a025a3b34caa948d4
+# t_net.sh fails on CI.
+make_check=ci-skip
 
 build_options="mbedtls pkcs11"
 build_options_default="pkcs11"
@@ -22,8 +26,6 @@ desc_option_mbedtls="Build with mbedtls support"
 desc_option_pkcs11="Enable support for PKCS#11"
 vopt_conflict mbedtls pkcs11
 
-make_check=ci-skip
-
 post_install() {
 	vmkdir usr/share/examples/${pkgname}
 	cp -r sample/sample-config-files/* ${DESTDIR}/usr/share/examples/${pkgname}

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

* Re: [PR PATCH] [Merged]: openvpn: update to 2.6.2.
  2023-03-31 23:17 [PR PATCH] openvpn: update to 2.6.2 mhmdanas
                   ` (2 preceding siblings ...)
  2023-03-31 23:39 ` mhmdanas
@ 2023-04-11 23:12 ` abenson
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2023-04-11 23:12 UTC (permalink / raw)
  To: ml

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

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

openvpn: update to 2.6.2.
https://github.com/void-linux/void-packages/pull/43150

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-04-11 23:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-31 23:17 [PR PATCH] openvpn: update to 2.6.2 mhmdanas
2023-03-31 23:20 ` [PR PATCH] [Updated] " mhmdanas
2023-03-31 23:28 ` mhmdanas
2023-03-31 23:39 ` mhmdanas
2023-04-11 23:12 ` [PR PATCH] [Merged]: " abenson

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