Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Aug 2001 09:48:46 +0200 (CEST)
From:      martti.kuparinen@iki.fi
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29358: [MAINTAINER PATCH] stunnel 3.18
Message-ID:  <200108010748.f717mkM00269@dhcp118.verkstad.net>

next in thread | raw e-mail | index | archive | help

>Number:         29358
>Category:       ports
>Synopsis:       [MAINTAINER PATCH] stunnel 3.18
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 01 00:50:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Martti Kuparinen
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD dhcp118 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Mon Jul 30 11:40:49 CEST 2001 root@dhcp118:/usr/obj/usr/src/sys/KAYAK i386


	
>Description:

Update stunnel to the latest version (and make www.stunnel.org
the primary download site as the official site is so slow).

Changes:

* MAX_CLIENTS is calculated based on FD_SETSIZE, now.
* Problems with closing SSL in transfer() fixed.
* -I option to bind a static local IP address added.
* Debug output of info_callback redesigned.

>How-To-Repeat:
>Fix:

diff -ru /usr/ports/security/stunnel/Makefile stunnel/Makefile
--- /usr/ports/security/stunnel/Makefile	Mon Jul 30 16:26:21 2001
+++ stunnel/Makefile	Wed Aug  1 09:44:03 2001
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	stunnel
-PORTVERSION=	3.17
+PORTVERSION=	3.18
 CATEGORIES=	security
-MASTER_SITES=	ftp://stunnel.mirt.net/stunnel/ \
-		http://www.stunnel.org/download/stunnel/src/ \
+MASTER_SITES=	http://www.stunnel.org/download/stunnel/src/ \
+		ftp://stunnel.mirt.net/stunnel/ \
 		ftp://opensores.thebunker.net/pub/mirrors/stunnel/ \
 		ftp://ftp.cryptoarchive.net/pub/cryptoarchive/mirrors/opensores.thebunker.net/pub/mirrors/stunnel/
 
diff -ru /usr/ports/security/stunnel/distinfo stunnel/distinfo
--- /usr/ports/security/stunnel/distinfo	Mon Jul 30 16:26:21 2001
+++ stunnel/distinfo	Wed Aug  1 09:44:15 2001
@@ -1 +1 @@
-MD5 (stunnel-3.17.tar.gz) = 6ae1372e3e2ae40d2e78c1e394bdd1df
+MD5 (stunnel-3.18.tar.gz) = e6cb1bf389ca7d42f22e1b63fcbda9d2
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108010748.f717mkM00269>