summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lea2024-03-20 15:48:08 -0700
committerChris Lea2024-03-20 15:48:08 -0700
commit274a7b42eeb0ff00fc9f9aa9bd75d12562f42a44 (patch)
tree250eac88d7927ead1bf2e8e26e0e6fd0e59feeab
parent78edab838ca137d617b9e6890d47f80354d8bcf7 (diff)
downloadaur-274a7b42eeb0ff00fc9f9aa9bd75d12562f42a44.tar.gz
openvpn 2.6.10-1: new upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7f8cc4b426f..f94962bb6137 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.9
+ pkgver = 2.6.10
pkgrel = 1
url = https://openvpn.net/index.php/open-source.html
install = openvpn.install
@@ -19,15 +19,15 @@ pkgbase = openvpn-mbedtls
depends = mbedtls
optdepends = easy-rsa: easy CA and certificate handling
optdepends = pam: authenticate via PAM
- provides = openvpn=2.6.9
+ provides = openvpn=2.6.10
conflicts = openvpn
- source = git+https://github.com/OpenVPN/openvpn.git#tag=5e4ba2896c6faa0c0b7f8b8bd520f27619e1ff11?signed
+ source = git+https://github.com/OpenVPN/openvpn.git#tag=2.6.10?signed
source = 0001-unprivileged.patch
source = sysusers.conf
source = tmpfiles.conf
validpgpkeys = F554A3687412CFFEBDEFE0A312F5F7B42F2B01E7
validpgpkeys = B62E6A2B4E56570B7BDC6BE01D829EFECA562812
- sha256sums = SKIP
+ sha256sums = 9192c40cdd787a5327a4cb9cd869c06f4fb61e30fade9a534cdcf724672fb9a6
sha256sums = 77874824d96c1fd6c14259a6ea16232ae574dda3d5adba1798ccd6c93694846c
sha256sums = 3646b865ac67783fafc6652589cfe2a3105ecef06f3907f33de5135815f6a621
sha256sums = b1436f953a4f1be7083711d11928a9924993f940ff56ff92d288d6100df673fc
diff --git a/PKGBUILD b/PKGBUILD
index 37732142b7c8..b47d3c7af24b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,9 @@
# Contributer: Christian Hesse <mail@eworm.de>
pkgname=openvpn-mbedtls
-_tag='5e4ba2896c6faa0c0b7f8b8bd520f27619e1ff11' # git rev-parse v${pkgver}
_pkgname=openvpn
crypto_library=mbedtls
-pkgver=2.6.9
+pkgver=2.6.10
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')
@@ -20,11 +19,11 @@ validpgpkeys=('F554A3687412CFFEBDEFE0A312F5F7B42F2B01E7' # OpenVPN - Security M
conflicts=("${_pkgname}")
provides=("${_pkgname}=${pkgver}")
license=('custom')
-source=("git+https://github.com/OpenVPN/openvpn.git#tag=${_tag}?signed"
+source=("git+https://github.com/OpenVPN/openvpn.git#tag=${pkgver}?signed"
'0001-unprivileged.patch'
'sysusers.conf'
'tmpfiles.conf')
-sha256sums=('SKIP'
+sha256sums=('9192c40cdd787a5327a4cb9cd869c06f4fb61e30fade9a534cdcf724672fb9a6'
'77874824d96c1fd6c14259a6ea16232ae574dda3d5adba1798ccd6c93694846c'
'3646b865ac67783fafc6652589cfe2a3105ecef06f3907f33de5135815f6a621'
'b1436f953a4f1be7083711d11928a9924993f940ff56ff92d288d6100df673fc')