svn commit: r400695 - head/security/stunnel

Ryan Steinmetz zi at FreeBSD.org
Tue Nov 3 12:32:00 UTC 2015


Author: zi
Date: Tue Nov  3 12:31:59 2015
New Revision: 400695
URL: https://svnweb.freebsd.org/changeset/ports/400695

Log:
  - Update to 5.26b1 (5.25 contains a build breaking bug, 5.26b1 resolves this)

Modified:
  head/security/stunnel/Makefile
  head/security/stunnel/distinfo

Modified: head/security/stunnel/Makefile
==============================================================================
--- head/security/stunnel/Makefile	Tue Nov  3 11:32:44 2015	(r400694)
+++ head/security/stunnel/Makefile	Tue Nov  3 12:31:59 2015	(r400695)
@@ -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 \

Modified: head/security/stunnel/distinfo
==============================================================================
--- head/security/stunnel/distinfo	Tue Nov  3 11:32:44 2015	(r400694)
+++ head/security/stunnel/distinfo	Tue Nov  3 12:31:59 2015	(r400695)
@@ -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


More information about the svn-ports-all mailing list