head	1.5;
access;
symbols
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2004.12.27.14.33.19;	author roam;	state dead;
branches;
next	1.4;

1.4
date	2002.09.20.09.29.11;	author roam;	state Exp;
branches;
next	1.3;

1.3
date	2001.11.01.08.28.38;	author roam;	state Exp;
branches;
next	1.2;

1.2
date	2001.08.18.07.30.59;	author mharo;	state Exp;
branches;
next	1.1;

1.1
date	2001.07.16.15.42.15;	author kevlo;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Update to stunnel-4.06.  In addition to the PR:
- enable the new IPv6 functionality when WITH_IPV6 is defined;
- at last move over to libtool-1.5 and get rid of the .la file;
- update the WITH_STUNNEL_SSL_ENGINE message to also mention FreeBSD 6.x;
- remove the obsolete sock_ioctlsocket() definition from patch-aa;
- fix a couple of getnameinfo(3)-related buglets;
- fix a poll(2)-related buglet: it seems FreeBSD insists (correctly) that
  INFTIM passed to poll(2) should be -1, not just any negative value.

PR:		75519 (somewhat)
Submitted by:	Dan Langille <dan@@langille.org>
@
text
@--- src/common.h.orig	Sat Aug 31 08:16:32 2002
+++ src/common.h	Sat Aug 31 08:16:35 2002
@@@@ -140,6 +140,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))
 
     /* Unix-specific headers */
 #include <syslog.h>
@


1.4
log
@Update to stunnel-4.00.

*** WARNING WARNING WARNING ***
The stunnel invocation has changed!  The program no longer accepts
command-line options, but is controlled by a config file instead.
Please refer to the stunnel(8) manual page for more information.

PR:		42249
Submitted by:	Dan Langille <dan@@langille.org>, lioux
@
text
@@


1.3
log
@Update to 3.21.
Change USE_AUTOCONF to GNU_CONFIGURE; there have been no configure.in
patches for some time now.

PR:		31656
Submitted by:	maintainer
@
text
@d1 3
a3 3
--- common.h.orig	Wed Oct 31 00:07:31 2001
+++ common.h	Wed Oct 31 11:07:29 2001
@@@@ -174,6 +174,7 @@@@
@


1.2
log
@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.

PR:		29766
Submitted by:	    maintainer
@
text
@d1 3
a3 3
--- common.h.orig	Sun Aug 12 22:12:11 2001
+++ common.h	Thu Aug 16 08:55:30 2001
@@@@ -136,6 +136,7 @@@@
d9 2
a10 2
 /* POSIX threads */
 #if HAVE_PTHREAD_H && HAVE_LIBPTHREAD
@


1.1
log
@Update to version 3.15

PR: 29000
Submitted by: MAINTAINER
@
text
@d1 3
a3 3
--- common.h.orig	Mon Jul 16 12:36:12 2001
+++ common.h	Mon Jul 16 12:36:45 2001
@@@@ -118,6 +118,7 @@@@
@

