stunnel: update to 4.27

This commit is contained in:
Juergen Daubert 2009-04-17 13:25:55 +02:00
parent 6cc105b3b5
commit 935f55a729
3 changed files with 13 additions and 14 deletions

View File

@ -1,3 +1,3 @@
20d8078911733e4de22903034e725db6 stunnel
0f6706540fbe000513940f4860698405 stunnel-4.26.tar.gz
877abcaf74148b8a8af5635f3740a35b stunnel-config.patch
3c655d815576f50046a1c28744b88681 stunnel-4.27.tar.gz
f49c3a49c5b17f416aa5c44a3d27e796 stunnel-config.patch

View File

@ -4,7 +4,7 @@
# Depends on: openssl, zlib
name=stunnel
version=4.26
version=4.27
release=1
source=(http://www.stunnel.org/download/stunnel/src/$name-$version.tar.gz \
$name-config.patch $name)
@ -18,8 +18,7 @@ build () {
--sysconfdir=/etc \
--localstatedir=/var \
--with-ssl=/usr \
--enable-ipv6 \
--disable-libwrap
--enable-ipv6
make
install -D -m 0755 src/stunnel $PKG/usr/sbin/stunnel

View File

@ -1,7 +1,7 @@
diff -Nru stunnel-4.22.orig/src/Makefile.in stunnel-4.22/src/Makefile.in
--- stunnel-4.22.orig/src/Makefile.in 2008-04-07 20:12:07.000000000 +0200
+++ stunnel-4.22/src/Makefile.in 2008-04-07 20:13:35.000000000 +0200
@@ -224,7 +224,7 @@
diff -Nru stunnel-4.27.orig/src/Makefile.in stunnel-4.27/src/Makefile.in
--- stunnel-4.27.orig/src/Makefile.in 2009-04-17 09:52:04.000000000 +0200
+++ stunnel-4.27/src/Makefile.in 2009-04-17 09:52:19.000000000 +0200
@@ -227,7 +227,7 @@
INCLUDES = -I/usr/kerberos/include
# Additional compiler flags
@ -10,11 +10,11 @@ diff -Nru stunnel-4.22.orig/src/Makefile.in stunnel-4.22/src/Makefile.in
# Win32 executable
EXTRA_DIST = stunnel.exe make.bat mingw.mak makece.bat evc.mak vc.mak nogui.c os2.mak
diff -Nru stunnel-4.22.orig/tools/stunnel.conf-sample.in stunnel-4.22/tools/stunnel.conf-sample.in
--- stunnel-4.22.orig/tools/stunnel.conf-sample.in 2008-04-07 20:12:07.000000000 +0200
+++ stunnel-4.22/tools/stunnel.conf-sample.in 2008-04-08 13:14:40.000000000 +0200
diff -Nru stunnel-4.27.orig/tools/stunnel.conf-sample.in stunnel-4.27/tools/stunnel.conf-sample.in
--- stunnel-4.27.orig/tools/stunnel.conf-sample.in 2009-04-17 09:52:04.000000000 +0200
+++ stunnel-4.27/tools/stunnel.conf-sample.in 2009-04-17 09:56:22.000000000 +0200
@@ -3,16 +3,16 @@
; Please make sure you understand them (especially the effect of chroot jail)
; Please make sure you understand them (especially the effect of the chroot jail)
; Certificate/key is needed in server mode and optional in client mode
-cert = @prefix@/etc/stunnel/mail.pem
@ -31,7 +31,7 @@ diff -Nru stunnel-4.22.orig/tools/stunnel.conf-sample.in stunnel-4.22/tools/stun
setuid = nobody
-setgid = @DEFAULT_GROUP@
+setgid = nobody
; PID is created inside chroot jail
; PID is created inside the chroot jail
pid = /stunnel.pid
@@ -39,7 +39,8 @@