diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-05-07 13:14:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 13:14:49 +0200 |
commit | 0c73680313e7e819718605acbcba19b46316044f (patch) | |
tree | f2aa6b21ec5f762440c75ad9873bcb86a0ed08a1 /net | |
parent | d95f6625e3fbb25f3f42401864268ae722a6c410 (diff) | |
parent | dfcdf2e2f600a7419cd4093cd678355554dfdd2c (diff) |
Merge pull request #24089 from TDT-AG/pr/20240506-stunnel
stunnel: update to version 5.72
Diffstat (limited to '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 40b41234e..989e2b2e5 100644 --- a/net/stunnel/Makefile +++ b/net/stunnel/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=stunnel -PKG_VERSION:=5.71 +PKG_VERSION:=5.72 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0-or-later @@ -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:=f023aae837c2d32deb920831a5ee1081e11c78a5d57340f8e6f0829f031017f5 +PKG_HASH:=3d532941281ae353319735144e4adb9ae489a10b7e309c58a48157f08f42e949 PKG_FIXUP:=autoreconf PKG_FIXUP:=patch-libtool |