Date: Mon, 16 Jul 2001 12:48:52 +0300 (EEST) From: Martti Kuparinen <martti.kuparinen@iki.fi> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/29000: [MAINTAINER PATCH] update stunnel Message-ID: <20010716094852.C48F16A901@ws2.piuha.net>
next in thread | raw e-mail | index | archive | help
>Number: 29000 >Category: ports >Synopsis: [MAINTAINER PATCH] update stunnel >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: Mon Jul 16 02:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Martti Kuparinen >Release: FreeBSD 4.3-STABLE i386 >Organization: piuha.net >Environment: System: FreeBSD ws2 4.3-STABLE FreeBSD 4.3-STABLE #1: Tue Jul 10 14:10:37 EEST 2001 root@ws2:/usr/obj/usr/src/sys/WS2 i386 >Description: Update the stunnel package to the latest version. Changes: * Serious bug resulting in random transfer() hangs fixed. * Separate file descriptors are used for inetd mode. * -f (foreground) logs are now stamped with time. * New ./configure option: --with-tcp-wrappers by Brian Hatch. * pop3 protocol client support (-n pop3) by Martin Germann. * nntp protocol client support (-n nntp) by Martin Germann. * RFC 2487 (smtp STARTTLS) client mode support. * Transparency support for Tru64 added. * Some #includes for AIX added. PS. www.stunnel.org has an corrupted .tar.gz file so I changed the MASTER_SITES setting... >How-To-Repeat: >Fix: diff -rNu /usr/ports/security/stunnel/Makefile stunnel/Makefile --- /usr/ports/security/stunnel/Makefile Thu Feb 22 15:39:58 2001 +++ stunnel/Makefile Mon Jul 16 09:59:10 2001 @@ -6,11 +6,11 @@ # PORTNAME= stunnel -PORTVERSION= 3.14 +PORTVERSION= 3.15 CATEGORIES= security -MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \ +MASTER_SITES= ftp://stunnel.mirt.net/stunnel/ \ + http://www.stunnel.org/download/stunnel/src/ \ ftp://opensores.thebunker.net/pub/mirrors/stunnel/ \ - ftp://stunnel.mirt.net/stunnel/ \ ftp://ftp.cryptoarchive.net/pub/cryptoarchive/mirrors/opensores.thebunker.net/pub/mirrors/stunnel/ MAINTAINER= martti.kuparinen@iki.fi diff -rNu /usr/ports/security/stunnel/distinfo stunnel/distinfo --- /usr/ports/security/stunnel/distinfo Thu Feb 22 15:39:59 2001 +++ stunnel/distinfo Mon Jul 16 12:33:11 2001 @@ -1 +1 @@ -MD5 (stunnel-3.14.tar.gz) = d63ddbaaf6a593d76bb20cd67f3f0e0e +MD5 (stunnel-3.15.tar.gz) = 3e2bd05922fba7830cfcccec12500016 diff -rNu /usr/ports/security/stunnel/files/patch-aa stunnel/files/patch-aa --- /usr/ports/security/stunnel/files/patch-aa Thu Jan 1 02:00:00 1970 +++ stunnel/files/patch-aa Mon Jul 16 12:37:09 2001 @@ -0,0 +1,10 @@ +--- common.h.orig Mon Jul 16 12:36:12 2001 ++++ common.h Mon Jul 16 12:36:45 2001 +@@ -118,6 +118,7 @@ + #define writesocket(s,b,n) write((s),(b),(n)) + #define closesocket(s) close(s) + #define ioctlsocket(a,b,c) ioctl((a),(b),(c)) ++#define sock_ioctlsocket(a,b,c) ioctl((a),(b),(c)) + + /* POSIX threads */ + #if HAVE_PTHREAD_H && HAVE_LIBPTHREAD >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?20010716094852.C48F16A901>