Date: Fri, 30 Aug 2002 16:46:46 -0400 (EDT) From: Dan Langille <danl@langille.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Dan Langille <danl@langille.org> Subject: ports/42223: PATCH: security/stunnel upgrade (incomplete) Message-ID: <200208302046.g7UKkkdx066527@undef.unixathome.org>
next in thread | raw e-mail | index | archive | help
>Number: 42223 >Category: ports >Synopsis: PATCH: security/stunnel upgrade (incomplete) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Aug 30 13:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dan Langille >Release: FreeBSD 4.6-STABLE i386 >Organization: The FreeBSD Diary >Environment: System: FreeBSD undef.unixathome.org 4.6-STABLE FreeBSD 4.6-STABLE #6: Wed Jul 31 13:08:02 EDT 2002 dan@undef.unixathome.org:/usr/obj/usr/src/sys/UNDEF i386 >Description: This is a partial patch. The one major block is the pid file. As it stands, with this patch, the code will attempt to put the PID at /var/run/run/stunnel.pid. For my testing, I've created this directory and been successful in getting stunnel to run. Hopefully someone else can pick up and continue the process. NOTES: the home page has migrated which also means a master site has disappeared. >How-To-Repeat: >Fix: diff -ruN stunnel/Makefile stunnel.org/Makefile --- stunnel/Makefile Fri Aug 30 15:18:26 2002 +++ stunnel.org/Makefile Fri Aug 30 15:18:13 2002 @@ -6,9 +6,10 @@ # PORTNAME= stunnel -PORTVERSION= 4.00 +PORTVERSION= 3.22 CATEGORIES= security -MASTER_SITES= ftp://stunnel.mirt.net/stunnel/ \ +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 -ruN stunnel/distinfo stunnel.org/distinfo --- stunnel/distinfo Fri Aug 30 15:18:26 2002 +++ stunnel.org/distinfo Fri Aug 30 15:18:13 2002 @@ -1 +1 @@ -MD5 (stunnel-4.00.tar.gz) = 5da49496d516aa2716405a6defac0b0d +MD5 (stunnel-3.22.tar.gz) = 69000d8365b006b3c080a1e2dc9ccba9 diff -ruN stunnel/files/patch-aa stunnel.org/files/patch-aa --- stunnel/files/patch-aa Fri Aug 30 16:27:26 2002 +++ stunnel.org/files/patch-aa Fri Aug 30 15:18:13 2002 @@ -1,6 +1,6 @@ ---- src/common.h.orig Fri Aug 30 16:26:45 2002 -+++ src/common.h Fri Aug 30 16:27:09 2002 -@@ -140,6 +140,7 @@ +--- common.h.orig Wed Oct 31 00:07:31 2001 ++++ common.h Wed Oct 31 11:07:29 2001 +@@ -174,6 +174,7 @@ #define writesocket(s,b,n) write((s),(b),(n)) #define closesocket(s) close(s) #define ioctlsocket(a,b,c) ioctl((a),(b),(c)) diff -ruN stunnel/pkg-descr stunnel.org/pkg-descr --- stunnel/pkg-descr Fri Aug 30 15:18:26 2002 +++ stunnel.org/pkg-descr Fri Aug 30 15:18:13 2002 @@ -8,4 +8,4 @@ used inetd daemons like POP-2, POP-3 and IMAP servers without any changes in the programs' code. -WWW: http://stunnel.mirt.net/ +WWW: http://www.stunnel.org/ >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?200208302046.g7UKkkdx066527>