Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
openvpn
Commits:
3ad51e8b by Christian Hesse at 2024-06-20T14:34:40+02:00
upgpkg: 2.6.11-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = openvpn
pkgdesc = An easy-to-use, robust and highly configurable VPN (Virtual
Private Network)
- pkgver = 2.6.10
+ pkgver = 2.6.11
pkgrel = 1
url = https://openvpn.net/index.php/open-source.html
install = openvpn.install
@@ -26,13 +26,13 @@ pkgbase = openvpn
depends = libsystemd.so
optdepends = easy-rsa: easy CA and certificate handling
optdepends = pam: authenticate via PAM
- source = git+https://github.com/OpenVPN/openvpn.git#tag=v2.6.10?signed
+ source = git+https://github.com/OpenVPN/openvpn.git#tag=v2.6.11?signed
source = 0001-unprivileged.patch
source = sysusers.conf
source = tmpfiles.conf
validpgpkeys = F554A3687412CFFEBDEFE0A312F5F7B42F2B01E7
validpgpkeys = B62E6A2B4E56570B7BDC6BE01D829EFECA562812
- sha256sums =
9192c40cdd787a5327a4cb9cd869c06f4fb61e30fade9a534cdcf724672fb9a6
+ sha256sums =
13aeefa5df2a1a8d82db0df3f22de323ef12e0a7e3a7935c1d8cb028fe401910
sha256sums =
77874824d96c1fd6c14259a6ea16232ae574dda3d5adba1798ccd6c93694846c
sha256sums =
3646b865ac67783fafc6652589cfe2a3105ecef06f3907f33de5135815f6a621
sha256sums =
b1436f953a4f1be7083711d11928a9924993f940ff56ff92d288d6100df673fc
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Christian Hesse <[email protected]>
pkgname=openvpn
-pkgver=2.6.10
+pkgver=2.6.11
pkgrel=1
pkgdesc='An easy-to-use, robust and highly configurable VPN (Virtual Private
Network)'
arch=('x86_64')
@@ -24,7 +24,7 @@
source=("git+https://github.com/OpenVPN/openvpn.git#tag=v${pkgver}?signed"
'0001-unprivileged.patch'
'sysusers.conf'
'tmpfiles.conf')
-sha256sums=('9192c40cdd787a5327a4cb9cd869c06f4fb61e30fade9a534cdcf724672fb9a6'
+sha256sums=('13aeefa5df2a1a8d82db0df3f22de323ef12e0a7e3a7935c1d8cb028fe401910'
'77874824d96c1fd6c14259a6ea16232ae574dda3d5adba1798ccd6c93694846c'
'3646b865ac67783fafc6652589cfe2a3105ecef06f3907f33de5135815f6a621'
'b1436f953a4f1be7083711d11928a9924993f940ff56ff92d288d6100df673fc')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openvpn/-/commit/3ad51e8b1e28ce6553a50014759283c74384b777
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openvpn/-/commit/3ad51e8b1e28ce6553a50014759283c74384b777
You're receiving this email because of your account on gitlab.archlinux.org.