Author: jue Date: 2006-09-02 10:53:15 +0200 (Sat, 02 Sep 2006) New Revision: 1801 Modified: crux-2.2/ports/opt/stunnel/.md5sum crux-2.2/ports/opt/stunnel/Pkgfile crux-2.2/ports/opt/stunnel/stunnel-config.patch Log: stunnel: update to 4.16 Modified: crux-2.2/ports/opt/stunnel/.md5sum =================================================================== --- crux-2.2/ports/opt/stunnel/.md5sum 2006-09-02 08:21:31 UTC (rev 1800) +++ crux-2.2/ports/opt/stunnel/.md5sum 2006-09-02 08:53:15 UTC (rev 1801) @@ -1,3 +1,3 @@ 20d8078911733e4de22903034e725db6 stunnel -2c00153ad099a5f9c5609e8d1dbbe470 stunnel-4.15.tar.gz -19f91ef9788c54bdb38fb0fa2e3791c4 stunnel-config.patch +8ea5cae3eeaacc0271b766506b4b9d4a stunnel-4.16.tar.gz +53fcee46beb717d0827c925258197bd8 stunnel-config.patch Modified: crux-2.2/ports/opt/stunnel/Pkgfile =================================================================== --- crux-2.2/ports/opt/stunnel/Pkgfile 2006-09-02 08:21:31 UTC (rev 1800) +++ crux-2.2/ports/opt/stunnel/Pkgfile 2006-09-02 08:53:15 UTC (rev 1801) @@ -5,7 +5,7 @@ # Depends on: openssl, zlib, tcp_wrappers name=stunnel -version=4.15 +version=4.16 release=1 source=(http://www.stunnel.org/download/stunnel/src/$name-$version.tar.gz \ $name-config.patch $name) Modified: crux-2.2/ports/opt/stunnel/stunnel-config.patch =================================================================== --- crux-2.2/ports/opt/stunnel/stunnel-config.patch 2006-09-02 08:21:31 UTC (rev 1800) +++ crux-2.2/ports/opt/stunnel/stunnel-config.patch 2006-09-02 08:53:15 UTC (rev 1801) @@ -1,7 +1,7 @@ -diff -Nru stunnel-4.15.orig/src/Makefile.in stunnel-4.15/src/Makefile.in ---- stunnel-4.15.orig/src/Makefile.in 2006-03-12 12:49:36.000000000 +0100 -+++ stunnel-4.15/src/Makefile.in 2006-03-12 13:19:19.000000000 +0100 -@@ -222,7 +222,7 @@ +diff -Nru stunnel-4.16.orig/src/Makefile.in stunnel-4.16/src/Makefile.in +--- stunnel-4.16.orig/src/Makefile.in 2006-09-02 10:26:19.000000000 +0200 ++++ stunnel-4.16/src/Makefile.in 2006-09-02 10:26:34.000000000 +0200 +@@ -223,7 +223,7 @@ INCLUDES = -I/usr/kerberos/include # Additional compiler flags @@ -9,11 +9,11 @@ +AM_CPPFLAGS = -DLIBDIR='"$(libdir)"' -DCONFDIR='"$(sysconfdir)"' -DPIDFILE='"/var/run/stunnel/stunnel.pid"' # Win32 executable - EXTRA_DIST = stunnel.exe make.bat mingw.mak makece.bat evc.mak vc.mak nogui.c -diff -Nru stunnel-4.15.orig/tools/stunnel.conf-sample.in stunnel-4.15/tools/stunnel.conf-sample.in ---- stunnel-4.15.orig/tools/stunnel.conf-sample.in 2006-03-12 12:49:36.000000000 +0100 -+++ stunnel-4.15/tools/stunnel.conf-sample.in 2006-03-12 13:19:47.000000000 +0100 -@@ -3,13 +3,13 @@ + EXTRA_DIST = stunnel.exe make.bat mingw.mak makece.bat evc.mak vc.mak nogui.c os2.mak +diff -Nru stunnel-4.16.orig/tools/stunnel.conf-sample.in stunnel-4.16/tools/stunnel.conf-sample.in +--- stunnel-4.16.orig/tools/stunnel.conf-sample.in 2006-09-02 10:26:19.000000000 +0200 ++++ stunnel-4.16/tools/stunnel.conf-sample.in 2006-09-02 10:29:27.000000000 +0200 +@@ -3,16 +3,16 @@ ; Please make sure you understand them (especially the effect of chroot jail) ; Certificate/key is needed in server mode and optional in client mode @@ -22,16 +22,19 @@ +cert = /etc/ssl/certs/stunnel.crt +key = /etc/ssl/keys/stunnel.key + ; Protocol version (all, SSLv2, SSLv3, TLSv1) + sslVersion = SSLv3 + ; Some security enhancements for UNIX systems - comment them out on Win32 -chroot = @prefix@/var/lib/stunnel/ +chroot = /var/run/stunnel/ setuid = nobody --setgid = nogroup +-setgid = @DEFAULT_GROUP@ +setgid = nobody ; PID is created inside chroot jail pid = /stunnel.pid -@@ -36,7 +36,7 @@ +@@ -39,7 +39,7 @@ ; Some debugging stuff useful for troubleshooting ;debug = 7