Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Feb 2001 14:51:17 +0200 (EET)
From:      martti.kuparinen@iki.fi
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25279: [MAINTAINER PATCH] security/stunnel update
Message-ID:  <20010222125117.A9A647C001@ws3.piuha.net>

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

>Number:         25279
>Category:       ports
>Synopsis:       [MAINTAINER PATCH] security/stunnel update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 22 05:00:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Martti Kuparinen
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
piuha.net
>Environment:

	

>Description:

Version 3.14 was just released. Please apply the following patch. Here's
the original annoucement.

    Date: Thu, 22 Feb 2001 12:31:11 +0100
    From: Michal Trojnara <Michal.Trojnara@mirt.net>
    To: stunnel-users@mirt.net, stunnel-announce@mirt.net, openssl-users@mirt.net
    Subject: Stunnel 3.14 released
    
    This release fixes a bug in pid creation.  If a user specified -P /dirname
    instead of -P /dirname/ stunnel would assume that it's a file, delete it and
    create a new one.  Now stunnel makes sure if it's really a file.
    
    Special thx to Hans Werner Strube who has found this bug.

>How-To-Repeat:

	

>Fix:

diff -ru stunnel/Makefile /usr/ports/security/stunnel/Makefile
--- stunnel/Makefile	Thu Feb 22 14:25:56 2001
+++ /usr/ports/security/stunnel/Makefile	Fri Jan 26 10:23:07 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	stunnel
-PORTVERSION=	3.14
+PORTVERSION=	3.13
 CATEGORIES=	security
 MASTER_SITES=	http://www.stunnel.org/download/stunnel/src/ \
 		ftp://opensores.thebunker.net/pub/mirrors/stunnel/ \
diff -ru stunnel/distinfo /usr/ports/security/stunnel/distinfo
--- stunnel/distinfo	Thu Feb 22 14:27:20 2001
+++ /usr/ports/security/stunnel/distinfo	Fri Jan 26 10:23:07 2001
@@ -1 +1 @@
-MD5 (stunnel-3.14.tar.gz) = d63ddbaaf6a593d76bb20cd67f3f0e0e
+MD5 (stunnel-3.13.tar.gz) = c444b4954713012b3fb00cb6cc32d8f6
>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?20010222125117.A9A647C001>