From owner-freebsd-ports Fri Aug 30 13:50:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 246A437B401 for ; Fri, 30 Aug 2002 13:50:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C79E143E72 for ; Fri, 30 Aug 2002 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7UKo1JU026422 for ; Fri, 30 Aug 2002 13:50:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7UKo1ps026421; Fri, 30 Aug 2002 13:50:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C124337B400 for ; Fri, 30 Aug 2002 13:46:59 -0700 (PDT) Received: from undef.unixathome.org (bast.unixathome.org [216.187.105.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9080643E42 for ; Fri, 30 Aug 2002 13:46:57 -0700 (PDT) (envelope-from dan@undef.unixathome.org) Received: from undef.unixathome.org (localhost [127.0.0.1]) by undef.unixathome.org (8.12.5/8.12.5) with ESMTP id g7UKkkBG066528; Fri, 30 Aug 2002 16:46:46 -0400 (EDT) (envelope-from dan@undef.unixathome.org) Received: (from root@localhost) by undef.unixathome.org (8.12.5/8.12.5/Submit) id g7UKkkdx066527; Fri, 30 Aug 2002 16:46:46 -0400 (EDT) Message-Id: <200208302046.g7UKkkdx066527@undef.unixathome.org> Date: Fri, 30 Aug 2002 16:46:46 -0400 (EDT) From: Dan Langille Reply-To: Dan Langille To: FreeBSD-gnats-submit@FreeBSD.org Cc: Dan Langille X-Send-Pr-Version: 3.113 Subject: ports/42223: PATCH: security/stunnel upgrade (incomplete) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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