diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-11-28 07:46:29 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-28 07:46:29 -0800 |
commit | 1be86b1e3b72a6410a4203c91cb47d992a3d7293 (patch) | |
tree | b3e6e1fa92013f59991160d7898bcdeb210d9a96 | |
parent | ffa33d5afd690213aa61df59470f638275037dcf (diff) | |
parent | 32efe3609d67fa6a38f80665d67c225836258ca6 (diff) |
Merge pull request #10662 from TDT-AG/pr/20191128-stunnel
stunnel: update to version 5.56
-rw-r--r-- | net/stunnel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/stunnel/Makefile b/net/stunnel/Makefile index c6858bfb5..04da01d97 100644 --- a/net/stunnel/Makefile +++ b/net/stunnel/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=stunnel -PKG_VERSION:=5.55 -PKG_RELEASE:=2 +PKG_VERSION:=5.56 +PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0-or-later PKG_MAINTAINER:=Florian Eckert <fe@dev.tdt.de> @@ -23,7 +23,7 @@ PKG_SOURCE_URL:= \ https://www.usenix.org.uk/mirrors/stunnel/archive/$(word 1, $(subst .,$(space),$(PKG_VERSION))).x/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=90de69f41c58342549e74c82503555a6426961b29af3ed92f878192727074c62 +PKG_HASH:=7384bfb356b9a89ddfee70b5ca494d187605bb516b4fff597e167f97e2236b22 PKG_FIXUP:=autoreconf PKG_FIXUP:=patch-libtool |