Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Aug 2001 14:21:33 +0200 (CEST)
From:      martti.kuparinen@iki.fi
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29603: [PATCH] stunnel 3.19
Message-ID:  <200108101221.f7ACLXx27874@dhcp118.verkstad.net>

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

>Number:         29603
>Category:       ports
>Synopsis:       [PATCH] stunnel 3.19
>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:   Fri Aug 10 05:30:01 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 #1: Mon Aug 6 08:39:50 CEST 2001 root@dhcp118:/usr/obj/usr/src/sys/KAYAK i386


	
>Description:

Update stunnel to the latest version.

Changelog for version 3.19, 2001.08.10, urgency: MEDIUM:

* Critical section added around non MT-safe TCP Wrappers code.
* Problem with "select: Interrupted system call" error fixed.
* errno replaced with get_last_socket_error() for Win32.
* Some FreeBSD/NetBSD patches to ./configure from Martti Kuparinen.
* Local mode process pid logged.
* Default FQDN (localhost) removed from stunnel.cnf
* ./configure changed to recognize POSIX threads library on OSF.
* New -O option to set socket options.

>How-To-Repeat:

- apply the following patch
- remove patch-ac

>Fix:

diff -ru /usr/ports/security/stunnel/Makefile stunnel/Makefile
--- /usr/ports/security/stunnel/Makefile	Fri Aug  3 08:36:24 2001
+++ stunnel/Makefile	Fri Aug 10 13:41:57 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	stunnel
-PORTVERSION=	3.18
+PORTVERSION=	3.19
 CATEGORIES=	security
 MASTER_SITES=	http://www.stunnel.org/download/stunnel/src/ \
 		ftp://stunnel.mirt.net/stunnel/ \
diff -ru /usr/ports/security/stunnel/distinfo stunnel/distinfo
--- /usr/ports/security/stunnel/distinfo	Fri Aug  3 08:36:25 2001
+++ stunnel/distinfo	Fri Aug 10 13:42:50 2001
@@ -1 +1 @@
-MD5 (stunnel-3.18.tar.gz) = e6cb1bf389ca7d42f22e1b63fcbda9d2
+MD5 (stunnel-3.19.tar.gz) = 5513d44a47c12687809c69d858a96e17
>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?200108101221.f7ACLXx27874>