Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2001 09:19:21 +0200 (CEST)
From:      martti.kuparinen@iki.fi
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29766: [PATCH] stunnel 3.20
Message-ID:  <200108160719.f7G7JLF17938@dhcp118.verkstad.net>

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

>Number:         29766
>Category:       ports
>Synopsis:       [PATCH] stunnel 3.20
>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:   Thu Aug 16 00:20:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Martti Kuparinen
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD dhcp118 4.3-RELEASE FreeBSD 4.3-RELEASE #1: Mon Aug 6 08:39:50 CEST 2001 root@dhcp118:/usr/obj/usr/src/sys/KAYAK i386


>Description:

Update the stunnel package to the latest version.

Changelog for version 3.20, 2001.08.15, urgency: LOW:

* setsockopt() optlen set according to the optval for Solaris.
* Minor NetBSD compatibility fixes by Martti Kuparinen.
* Minor MSVC6 compatibility fixes by Patrick Mayweg.
* SSL close_notify timeout reduced to 10 seconds of inactivity.
* Socket close instead of reset on close_notify timeout.
* Some source arrangement and minor bugfixes.

>How-To-Repeat:
>Fix:

diff -ru /usr/ports/security/stunnel/Makefile stunnel/Makefile
--- /usr/ports/security/stunnel/Makefile	Sat Aug 11 03:09:38 2001
+++ stunnel/Makefile	Thu Aug 16 08:53:44 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	stunnel
-PORTVERSION=	3.19
+PORTVERSION=	3.20
 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	Sat Aug 11 03:09:38 2001
+++ stunnel/distinfo	Thu Aug 16 08:53:52 2001
@@ -1 +1 @@
-MD5 (stunnel-3.19.tar.gz) = 5513d44a47c12687809c69d858a96e17
+MD5 (stunnel-3.20.tar.gz) = 56c060987f590b4ebe09eef6373043e5
diff -ru /usr/ports/security/stunnel/files/patch-aa stunnel/files/patch-aa
--- /usr/ports/security/stunnel/files/patch-aa	Mon Jul 16 17:42:15 2001
+++ stunnel/files/patch-aa	Thu Aug 16 08:57:26 2001
@@ -1,6 +1,6 @@
---- common.h.orig	Mon Jul 16 12:36:12 2001
-+++ common.h	Mon Jul 16 12:36:45 2001
-@@ -118,6 +118,7 @@
+--- common.h.orig	Sun Aug 12 22:12:11 2001
++++ common.h	Thu Aug 16 08:55:30 2001
+@@ -136,6 +136,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 -ru /usr/ports/security/stunnel/files/patch-ad stunnel/files/patch-ad
--- /usr/ports/security/stunnel/files/patch-ad	Mon Feb 26 04:39:30 2001
+++ stunnel/files/patch-ad	Thu Aug 16 08:57:03 2001
@@ -1,9 +1,9 @@
---- ssl.c.orig	Sun Feb 25 14:16:43 2001
-+++ ssl.c	Sun Feb 25 14:16:51 2001
-@@ -28,7 +28,7 @@
+--- ssl.c.orig	Sun Aug 12 22:42:51 2001
++++ ssl.c	Thu Aug 16 08:56:17 2001
+@@ -26,7 +26,7 @@
+ #define NO_DH
  
  /* Non-blocking sockets are disabled by default */
- /* It works on most systems so feel free to uncomment the next line */
 -/* #define USE_NBIO */
 +#define USE_NBIO
  
>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?200108160719.f7G7JLF17938>