summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba12b0814a6e..95095575487c 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.5.4
+ pkgver = 2.5.5
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.5.4
+ provides = openvpn=2.5.5
conflicts = openvpn
- source = git+https://github.com/OpenVPN/openvpn.git#tag=f2321d0255afe2b8d1f2bc4ebea498fb4d16415b?signed
+ source = git+https://github.com/OpenVPN/openvpn.git#tag=6818587c014deea5d17f77396da09d9092c5e970?signed
source = 0001-unprivileged.patch
source = sysusers.conf
source = tmpfiles.conf
diff --git a/PKGBUILD b/PKGBUILD
index ddd406bb0254..3750d7cebe32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributer: Christian Hesse <mail@eworm.de>
pkgname=openvpn-mbedtls
-_tag='f2321d0255afe2b8d1f2bc4ebea498fb4d16415b' # git rev-parse v${pkgver}
+_tag='6818587c014deea5d17f77396da09d9092c5e970' # git rev-parse v${pkgver}
_pkgname=openvpn
crypto_library=mbedtls
-pkgver=2.5.4
+pkgver=2.5.5
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')