summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lea2023-03-26 18:57:18 -0700
committerChris Lea2023-03-26 18:57:18 -0700
commit909121773c14040efd63049adbf2ce12eec4cf01 (patch)
tree80b5dda01821211b1e682a8a9433ffc9b945cef4
parentb4b693a7c8d8fdb014bfe9dcd584874d20225f63 (diff)
downloadaur-909121773c14040efd63049adbf2ce12eec4cf01.tar.gz
openvpn 2.6.2-1: new upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a97fedbae71..236d06793fb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openvpn-mbedtls
pkgdesc = An easy-to-use, robust and highly configurable VPN (Virtual Private Network), linked against the mbedtls library for crypto support.
- pkgver = 2.6.1
+ pkgver = 2.6.2
pkgrel = 1
url = https://openvpn.net/index.php/open-source.html
install = openvpn.install
@@ -19,9 +19,9 @@ pkgbase = openvpn-mbedtls
depends = mbedtls
optdepends = easy-rsa: easy CA and certificate handling
optdepends = pam: authenticate via PAM
- provides = openvpn=2.6.1
+ provides = openvpn=2.6.2
conflicts = openvpn
- source = git+https://github.com/OpenVPN/openvpn.git#tag=29dd2c1ab9a7bf906b823e6266cec499564948c6?signed
+ source = git+https://github.com/OpenVPN/openvpn.git#tag=42f789591d42dcab63578f6e63c63092126c7d2c?signed
source = 0001-unprivileged.patch
source = sysusers.conf
source = tmpfiles.conf
diff --git a/PKGBUILD b/PKGBUILD
index fcf04c3ae4ab..e596ff69f763 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributer: Christian Hesse <mail@eworm.de>
pkgname=openvpn-mbedtls
-_tag='29dd2c1ab9a7bf906b823e6266cec499564948c6' # git rev-parse v${pkgver}
+_tag='42f789591d42dcab63578f6e63c63092126c7d2c' # git rev-parse v${pkgver}
_pkgname=openvpn
crypto_library=mbedtls
-pkgver=2.6.1
+pkgver=2.6.2
pkgrel=1
pkgdesc="An easy-to-use, robust and highly configurable VPN (Virtual Private Network), linked against the ${crypto_library} library for crypto support."
arch=('x86_64' 'armv7h' 'aarch64')