- Update to 5.26b1 (5.25 contains a build breaking bug, 5.26b1 resolves this)
This commit is contained in:
parent
12ffba5a0c
commit
b5e8d74067
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400695
2 changed files with 5 additions and 3 deletions
|
@ -2,9 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= stunnel
|
||||
PORTVERSION= 5.24
|
||||
PORTVERSION= 5.26b1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= https://www.stunnel.org/downloads/%SUBDIR%/ \
|
||||
https://www.stunnel.org/downloads/beta/ \
|
||||
http://mirrors.zerg.biz/stunnel/%SUBDIR%/ \
|
||||
http://mirrors.go-part.com/stunnel/%SUBDIR%/ \
|
||||
http://ftp.nluug.nl/pub/networking/stunnel/%SUBDIR%/ \
|
||||
|
@ -30,6 +31,7 @@ USE_PERL5= build
|
|||
USE_LDCONFIG= yes
|
||||
USE_OPENSSL= yes
|
||||
USE_RC_SUBR= stunnel
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-5.26
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --localstatedir=/var/tmp --enable-static --disable-systemd \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (stunnel-5.24.tar.gz) = ab2e5a1034d422951ddad21b572eb7fa8efb4c4ce04bc86536c6845f3d02b07e
|
||||
SIZE (stunnel-5.24.tar.gz) = 631730
|
||||
SHA256 (stunnel-5.26b1.tar.gz) = 64584485ee97132e3b49885ecca30109cffd13b33751c63b5e3c6ee83b9b35a0
|
||||
SIZE (stunnel-5.26b1.tar.gz) = 635670
|
||||
|
|
Loading…
Reference in a new issue