diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2016-11-20 22:59:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-20 22:59:07 +0100 |
commit | 169703d3e760d98e089897cd6ee3a7cb60ff4d24 (patch) | |
tree | d5f81ef266bcdf7fd1dc09151f28b9161987b2a0 | |
parent | 3e836ed93996732c73d842418d9c4b5dc6da469c (diff) |
net/stunnel: Update to 5.37
Updates stunnel to version 5.37
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
-rw-r--r-- | net/stunnel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/stunnel/Makefile b/net/stunnel/Makefile index 1e84e9c7f..7094c4734 100644 --- a/net/stunnel/Makefile +++ b/net/stunnel/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=stunnel -PKG_VERSION:=5.36 +PKG_VERSION:=5.37 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0+ @@ -19,7 +19,7 @@ PKG_SOURCE_URL:= \ http://ftp.nluug.nl/pub/networking/stunnel/ \ http://www.usenix.org.uk/mirrors/stunnel/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=b3c002c312e757d9a40caf95363800b3 +PKG_MD5SUM:=d0e3530e3effc64fdec792c71791d4937c6b8bd3b9ea4895c6bb6526dcd0d241 PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |