head	1.2;
access;
symbols
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.04.21.10.51.49;	author roam;	state dead;
branches;
next	1.1;

1.1
date	2005.11.03.11.51.10;	author roam;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to stunnel 4.15, which has the major new feature of almost all
connection options being configurable per connection, not global anymore.
@
text
@diff -urN stunnel-4.13/configure stunnel-4.14/configure
--- configure	Thu Oct 20 11:00:50 2005
+++ configure	Tue Oct 25 23:21:23 2005
@@@@ -23194,7 +23339,7 @@@@
 
 { echo "$as_me:$LINENO: **************************************** write the results" >&5
 echo "$as_me: **************************************** write the results" >&6;}
-CPPFLAGS="$CPPFLAGS -DLIBDIR=\\\"$libdir\\\" -DCONFDIR=\\\"$sysconfdir/stunnel\\\" -DPIDFILE=\\\"$localstatedir/stunnel/stunnel.pid\\\""
+CPPFLAGS="$CPPFLAGS -DLIBDIR=\\\"$libdir\\\" -DCONFDIR=\\\"$sysconfdir/stunnel\\\" -DPIDFILE=\\\"$localstatedir/run/stunnel.pid\\\""
                                                                       ac_config_files="$ac_config_files Makefile src/Makefile src/stunnel3 doc/Makefile tools/Makefile tools/stunnel.conf-sample tools/stunnel.init"
 
 cat >confcache <<\_ACEOF
@


1.1
log
@Update to stunnel 4.14, which is mostly a bugfix release.
Besides what's in the PR, also revert the pidfile location change to
preserve POLA and hier(7).

PR:		88436
Submitted by:	Vasil Dimov <vd@@datamax.bg>
@
text
@@

