Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] openvpn: update to 2.5.0
@ 2020-10-28 23:02 ScOut3R
  2020-11-22  3:18 ` [PR REVIEW] " the-maldridge
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: ScOut3R @ 2020-10-28 23:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ScOut3R/void-packages openvpn
https://github.com/void-linux/void-packages/pull/25957

openvpn: update to 2.5.0


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

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

From 01a81102cc8125bec42c5bdacdb3f9764fcebdad Mon Sep 17 00:00:00 2001
From: Mate GABRI <mate.gabri@playhq.com>
Date: Thu, 29 Oct 2020 10:01:31 +1100
Subject: [PATCH] openvpn: update to 2.5.0

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

diff --git a/srcpkgs/openvpn/template b/srcpkgs/openvpn/template
index 63a8ce1b77e..f6ebdbb57d6 100644
--- a/srcpkgs/openvpn/template
+++ b/srcpkgs/openvpn/template
@@ -1,20 +1,19 @@
 # Template file for 'openvpn'
 pkgname=openvpn
-version=2.4.9
-revision=3
+version=2.5.0
+revision=1
 build_style=gnu-configure
-configure_args="$(vopt_enable pkcs11) --enable-iproute2 --disable-systemd
+configure_args="$(vopt_enable pkcs11) --disable-systemd
  $(vopt_if mbedtls --with-crypto-library=mbedtls)"
-hostmakedepends="iproute2 pkg-config"
+hostmakedepends="pkg-config"
 makedepends="$(vopt_if mbedtls mbedtls-devel libressl-devel) lzo-devel pam-devel
  $(vopt_if pkcs11 pkcs11-helper-devel) cmocka-devel"
-depends="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"
 distfiles="http://build.openvpn.net/downloads/releases/${pkgname}-${version}.tar.xz"
-checksum=641f3add8694b2ccc39fd4fd92554e4f089ad16a8db6d2b473ec284839a5ebe2
+checksum=029a426e44d656cb4e1189319c95fe6fc9864247724f5599d99df9c4c3478fbd
 
 build_options="mbedtls pkcs11"
 build_options_default="mbedtls"

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

* Re: [PR REVIEW] openvpn: update to 2.5.0
  2020-10-28 23:02 [PR PATCH] openvpn: update to 2.5.0 ScOut3R
@ 2020-11-22  3:18 ` the-maldridge
  2020-11-22  7:29 ` ScOut3R
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: the-maldridge @ 2020-11-22  3:18 UTC (permalink / raw)
  To: ml

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

New review comment by the-maldridge on void-packages repository

https://github.com/void-linux/void-packages/pull/25957#discussion_r528275152

Comment:
What was iproute2 dropped in this update?

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

* Re: [PR REVIEW] openvpn: update to 2.5.0
  2020-10-28 23:02 [PR PATCH] openvpn: update to 2.5.0 ScOut3R
  2020-11-22  3:18 ` [PR REVIEW] " the-maldridge
@ 2020-11-22  7:29 ` ScOut3R
  2020-11-22  7:30 ` ScOut3R
  2020-11-22  7:30 ` [PR PATCH] [Merged]: " the-maldridge
  3 siblings, 0 replies; 6+ messages in thread
From: ScOut3R @ 2020-11-22  7:29 UTC (permalink / raw)
  To: ml

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

New review comment by ScOut3R on void-packages repository

https://github.com/void-linux/void-packages/pull/25957#discussion_r528295224

Comment:
Iproute2 is note required any more to manage the routing tables. OpenVPN from 2.5.0 has Netlink integaration. See https://openvpn.net/community-downloads-2/ for details.

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

* Re: [PR REVIEW] openvpn: update to 2.5.0
  2020-10-28 23:02 [PR PATCH] openvpn: update to 2.5.0 ScOut3R
  2020-11-22  3:18 ` [PR REVIEW] " the-maldridge
  2020-11-22  7:29 ` ScOut3R
@ 2020-11-22  7:30 ` ScOut3R
  2020-11-22  7:30 ` [PR PATCH] [Merged]: " the-maldridge
  3 siblings, 0 replies; 6+ messages in thread
From: ScOut3R @ 2020-11-22  7:30 UTC (permalink / raw)
  To: ml

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

New review comment by ScOut3R on void-packages repository

https://github.com/void-linux/void-packages/pull/25957#discussion_r528295224

Comment:
Iproute2 is not required any more to manage the routing tables. OpenVPN from 2.5.0 has Netlink integaration. See https://openvpn.net/community-downloads-2/ for details.

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

* Re: [PR PATCH] [Merged]: openvpn: update to 2.5.0
  2020-10-28 23:02 [PR PATCH] openvpn: update to 2.5.0 ScOut3R
                   ` (2 preceding siblings ...)
  2020-11-22  7:30 ` ScOut3R
@ 2020-11-22  7:30 ` the-maldridge
  3 siblings, 0 replies; 6+ messages in thread
From: the-maldridge @ 2020-11-22  7:30 UTC (permalink / raw)
  To: ml

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

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

openvpn: update to 2.5.0
https://github.com/void-linux/void-packages/pull/25957

Description:


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

* [PR PATCH] openvpn: update to 2.5.0.
@ 2020-10-31 20:07 ailiop-git
  0 siblings, 0 replies; 6+ messages in thread
From: ailiop-git @ 2020-10-31 20:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages openvpn
https://github.com/void-linux/void-packages/pull/26022

openvpn: update to 2.5.0.


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

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

From d03f1281688175b42dac7facd752f1d12485bc55 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sat, 31 Oct 2020 20:58:54 +0100
Subject: [PATCH] openvpn: update to 2.5.0.

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

diff --git a/srcpkgs/openvpn/template b/srcpkgs/openvpn/template
index 63a8ce1b77e..cc35b57ada5 100644
--- a/srcpkgs/openvpn/template
+++ b/srcpkgs/openvpn/template
@@ -1,7 +1,7 @@
 # Template file for 'openvpn'
 pkgname=openvpn
-version=2.4.9
-revision=3
+version=2.5.0
+revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable pkcs11) --enable-iproute2 --disable-systemd
  $(vopt_if mbedtls --with-crypto-library=mbedtls)"
@@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://www.openvpn.net"
 distfiles="http://build.openvpn.net/downloads/releases/${pkgname}-${version}.tar.xz"
-checksum=641f3add8694b2ccc39fd4fd92554e4f089ad16a8db6d2b473ec284839a5ebe2
+checksum=029a426e44d656cb4e1189319c95fe6fc9864247724f5599d99df9c4c3478fbd
 
 build_options="mbedtls pkcs11"
 build_options_default="mbedtls"

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

end of thread, other threads:[~2020-11-22  7:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-28 23:02 [PR PATCH] openvpn: update to 2.5.0 ScOut3R
2020-11-22  3:18 ` [PR REVIEW] " the-maldridge
2020-11-22  7:29 ` ScOut3R
2020-11-22  7:30 ` ScOut3R
2020-11-22  7:30 ` [PR PATCH] [Merged]: " the-maldridge
2020-10-31 20:07 [PR PATCH] " ailiop-git

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