Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update openvpn to 2.6.8
@ 2023-12-12  3:03 c0m4r
  2023-12-12  3:07 ` [PR PATCH] [Updated] openvpn: update " c0m4r
  2023-12-12 10:48 ` [PR PATCH] [Closed]: " c0m4r
  0 siblings, 2 replies; 3+ messages in thread
From: c0m4r @ 2023-12-12  3:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/c0m4r/void-packages patch-2
https://github.com/void-linux/void-packages/pull/47707

Update openvpn to 2.6.8
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From 29dfb83a2078ad19c88aebe196193bb623f85991 Mon Sep 17 00:00:00 2001
From: c0m4r <c0m4r@users.noreply.github.com>
Date: Tue, 12 Dec 2023 04:02:56 +0100
Subject: [PATCH] Update openvpn to 2.6.8

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

diff --git a/srcpkgs/openvpn/template b/srcpkgs/openvpn/template
index dd242dc357eac..45144d34beb75 100644
--- a/srcpkgs/openvpn/template
+++ b/srcpkgs/openvpn/template
@@ -1,7 +1,7 @@
 # Template file for 'openvpn'
 pkgname=openvpn
-version=2.6.4
-revision=2
+version=2.6.8
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable pkcs11) --disable-systemd
  $(vopt_if mbedtls --with-crypto-library=mbedtls)"
@@ -16,7 +16,7 @@ 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/openvpn-${version}.tar.gz"
-checksum=371a2a323a99a79299b9b4caa4a31bc7b2cdff63236e68d429f3ee50e75f3dd4
+checksum=5ede1565c8a6d880100f7f235317a7ee9eea83d5052db5547f13a9e76af7805d
 # t_net.sh fails on CI.
 make_check=ci-skip
 

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

* Re: [PR PATCH] [Updated] openvpn: update to 2.6.8
  2023-12-12  3:03 [PR PATCH] Update openvpn to 2.6.8 c0m4r
@ 2023-12-12  3:07 ` c0m4r
  2023-12-12 10:48 ` [PR PATCH] [Closed]: " c0m4r
  1 sibling, 0 replies; 3+ messages in thread
From: c0m4r @ 2023-12-12  3:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/c0m4r/void-packages patch-2
https://github.com/void-linux/void-packages/pull/47707

openvpn: update to 2.6.8
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From 29dfb83a2078ad19c88aebe196193bb623f85991 Mon Sep 17 00:00:00 2001
From: c0m4r <c0m4r@users.noreply.github.com>
Date: Tue, 12 Dec 2023 04:02:56 +0100
Subject: [PATCH 1/2] Update openvpn to 2.6.8

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

diff --git a/srcpkgs/openvpn/template b/srcpkgs/openvpn/template
index dd242dc357eac..45144d34beb75 100644
--- a/srcpkgs/openvpn/template
+++ b/srcpkgs/openvpn/template
@@ -1,7 +1,7 @@
 # Template file for 'openvpn'
 pkgname=openvpn
-version=2.6.4
-revision=2
+version=2.6.8
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable pkcs11) --disable-systemd
  $(vopt_if mbedtls --with-crypto-library=mbedtls)"
@@ -16,7 +16,7 @@ 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/openvpn-${version}.tar.gz"
-checksum=371a2a323a99a79299b9b4caa4a31bc7b2cdff63236e68d429f3ee50e75f3dd4
+checksum=5ede1565c8a6d880100f7f235317a7ee9eea83d5052db5547f13a9e76af7805d
 # t_net.sh fails on CI.
 make_check=ci-skip
 

From 3c7cb18ba4c3e4147e68521d208df59d7adec454 Mon Sep 17 00:00:00 2001
From: c0m4r <c0m4r@users.noreply.github.com>
Date: Tue, 12 Dec 2023 04:07:05 +0100
Subject: [PATCH 2/2] openvpn: correct revision

---
 srcpkgs/openvpn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openvpn/template b/srcpkgs/openvpn/template
index 45144d34beb75..41a8d837e87b1 100644
--- a/srcpkgs/openvpn/template
+++ b/srcpkgs/openvpn/template
@@ -1,7 +1,7 @@
 # Template file for 'openvpn'
 pkgname=openvpn
 version=2.6.8
-revision=3
+revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable pkcs11) --disable-systemd
  $(vopt_if mbedtls --with-crypto-library=mbedtls)"

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

* Re: [PR PATCH] [Closed]: openvpn: update to 2.6.8
  2023-12-12  3:03 [PR PATCH] Update openvpn to 2.6.8 c0m4r
  2023-12-12  3:07 ` [PR PATCH] [Updated] openvpn: update " c0m4r
@ 2023-12-12 10:48 ` c0m4r
  1 sibling, 0 replies; 3+ messages in thread
From: c0m4r @ 2023-12-12 10:48 UTC (permalink / raw)
  To: ml

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

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

openvpn: update to 2.6.8
https://github.com/void-linux/void-packages/pull/47707

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

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

end of thread, other threads:[~2023-12-12 10:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-12  3:03 [PR PATCH] Update openvpn to 2.6.8 c0m4r
2023-12-12  3:07 ` [PR PATCH] [Updated] openvpn: update " c0m4r
2023-12-12 10:48 ` [PR PATCH] [Closed]: " c0m4r

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