aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorIvan Pavlov <AuthorReflex@gmail.com>2021-10-10 07:48:50 +0300
committerRosen Penev <rosenp@gmail.com>2021-10-13 22:23:30 -0700
commit23df343ab7d58ce3df6e6659ef1aa48ffc67721c (patch)
treeffa57a1410b0dd841d4de8f373481d0afcf3ce79 /net
parentd6f6118113ea311f0787d68bc336cdd743644cb3 (diff)
openvpn: update to 2.5.4
Include a number of small improvements and bug fixes. Improve compatibility on Windows systems Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
Diffstat (limited to 'net')
-rw-r--r--net/openvpn/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile
index d7597265e..40140af90 100644
--- a/net/openvpn/Makefile
+++ b/net/openvpn/Makefile
@@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=openvpn
-PKG_VERSION:=2.5.3
-PKG_RELEASE:=3
+PKG_VERSION:=2.5.4
+PKG_RELEASE:=1
PKG_SOURCE_URL:=\
https://build.openvpn.net/downloads/releases/ \
https://swupdate.openvpn.net/community/releases/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-PKG_HASH:=fb6a9943c603a1951ca13e9267653f8dd650c02f84bccd2b9d20f06a4c9c9a7e
+PKG_HASH:=56c0dcd27ab938c4ad07469c86eb8b7408ef64c3e68f98497db8c03f11792436
PKG_MAINTAINER:=Magnus Kroken <mkroken@gmail.com>