Date: Wed, 31 Oct 2001 11:14:29 +0100 (CET) From: Martti Kuparinen <martti.kuparinen@iki.fi> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/31656: [PATCH] update for stunnel Message-ID: <20011031101429.B568A49B9A@ws66.v6lab.net>
next in thread | raw e-mail | index | archive | help
>Number: 31656 >Category: ports >Synopsis: [PATCH] update for 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: Wed Oct 31 02:20:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Martti Kuparinen >Release: FreeBSD 4.4-RELEASE i386 >Organization: >Environment: System: FreeBSD inside 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Tue Sep 18 09:45:08 CEST 2001 root@inside:/usr/obj/usr/src/sys/INSIDE i386 >Description: Updated to the latest version (3.21). Please remove files/patch-ad! >How-To-Repeat: >Fix: diff -ru /usr/ports/security/stunnel/Makefile stunnel/Makefile --- /usr/ports/security/stunnel/Makefile Sun Aug 19 03:09:24 2001 +++ stunnel/Makefile Wed Oct 31 11:03:22 2001 @@ -6,7 +6,7 @@ # PORTNAME= stunnel -PORTVERSION= 3.20 +PORTVERSION= 3.21 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 Sep 7 03:14:39 2001 +++ stunnel/distinfo Wed Oct 31 11:03:32 2001 @@ -1 +1 @@ -MD5 (stunnel-3.20.tar.gz) = b189f3be6358bd5c714d8c013340ff35 +MD5 (stunnel-3.21.tar.gz) = b4c71ef60a7a8810132881b69ebf680a diff -ru /usr/ports/security/stunnel/files/patch-aa stunnel/files/patch-aa --- /usr/ports/security/stunnel/files/patch-aa Sun Aug 19 03:09:24 2001 +++ stunnel/files/patch-aa Wed Oct 31 11:07:51 2001 @@ -1,10 +1,10 @@ ---- common.h.orig Sun Aug 12 22:12:11 2001 -+++ common.h Thu Aug 16 08:55:30 2001 -@@ -136,6 +136,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)) +#define sock_ioctlsocket(a,b,c) ioctl((a),(b),(c)) - /* POSIX threads */ - #if HAVE_PTHREAD_H && HAVE_LIBPTHREAD + /* Unix-specific headers */ + #include <syslog.h> >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?20011031101429.B568A49B9A>