[notify] stunnel: update to 5.14
includes a security fix, see https://www.stunnel.org/sdf_ChangeLog.html
This commit is contained in:
parent
19b9a120b9
commit
193e5b56a9
@ -1,3 +1,3 @@
|
||||
41e68853b8005ad297354e5097856773 stunnel
|
||||
1cd9997d6de9e8c82ac561039a33c329 stunnel-5.13.tar.gz
|
||||
1f4f1cad1434b7d8641bd2ebe2be6e1c stunnel-config.patch
|
||||
fd36d81539b5268afb99f51fdb090f95 stunnel
|
||||
e716501960dc6856d80f92547298f724 stunnel-5.14.tar.gz
|
||||
00bfe2db668d5558482238dbf796c2aa stunnel-config.patch
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: openssl tcp_wrappers zlib
|
||||
|
||||
name=stunnel
|
||||
version=5.13
|
||||
version=5.14
|
||||
release=1
|
||||
source=(https://www.stunnel.org/downloads/$name-$version.tar.gz \
|
||||
$name-config.patch $name)
|
||||
|
@ -27,7 +27,7 @@ restart)
|
||||
status)
|
||||
$SSD --status --pidfile $PID
|
||||
case $? in
|
||||
0) echo "$PROG is running" ;;
|
||||
0) echo "$PROG is running with pid $(cat $PID)" ;;
|
||||
1) echo "$PROG is not running but the pid file $PID exists" ;;
|
||||
3) echo "$PROG is not running" ;;
|
||||
4) echo "Unable to determine the program status" ;;
|
||||
|
@ -1,18 +1,18 @@
|
||||
diff -Nru stunnel-5.07.orig/src/Makefile.in stunnel-5.07/src/Makefile.in
|
||||
--- stunnel-5.07.orig/src/Makefile.in 2014-11-02 13:28:56.464569838 +0100
|
||||
+++ stunnel-5.07/src/Makefile.in 2014-11-02 13:29:17.703827231 +0100
|
||||
@@ -310,7 +310,7 @@
|
||||
diff -Nru stunnel-5.14.orig/src/Makefile.in stunnel-5.14/src/Makefile.in
|
||||
--- stunnel-5.14.orig/src/Makefile.in 2015-03-26 11:18:09.430260236 +0100
|
||||
+++ stunnel-5.14/src/Makefile.in 2015-03-26 11:18:21.656486171 +0100
|
||||
@@ -387,7 +387,7 @@
|
||||
|
||||
# Additional preprocesor definitions
|
||||
stunnel_CPPFLAGS = -I/usr/kerberos/include -I$(SSLDIR)/include \
|
||||
- -DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)/stunnel"'
|
||||
+ -DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)"'
|
||||
|
||||
# Win32 executable
|
||||
EXTRA_DIST = make.bat makece.bat makew32.bat mingw.mak evc.mak vc.mak \
|
||||
diff -Nru stunnel-5.07.orig/tools/stunnel.conf-sample.in stunnel-5.07/tools/stunnel.conf-sample.in
|
||||
--- stunnel-5.07.orig/tools/stunnel.conf-sample.in 2014-11-02 13:28:56.464569838 +0100
|
||||
+++ stunnel-5.07/tools/stunnel.conf-sample.in 2014-11-02 13:34:24.086448235 +0100
|
||||
# SSL library
|
||||
stunnel_LDFLAGS = -L$(SSLDIR)/lib64 -L$(SSLDIR)/lib -lssl -lcrypto
|
||||
diff -Nru stunnel-5.14.orig/tools/stunnel.conf-sample.in stunnel-5.14/tools/stunnel.conf-sample.in
|
||||
--- stunnel-5.14.orig/tools/stunnel.conf-sample.in 2015-03-26 11:18:09.430260236 +0100
|
||||
+++ stunnel-5.14/tools/stunnel.conf-sample.in 2015-03-26 11:18:21.656486171 +0100
|
||||
@@ -10,25 +10,34 @@
|
||||
; A copy of some devices and system files is needed within the chroot jail
|
||||
; Chroot conflicts with configuration file reload and many other features
|
||||
|
Loading…
x
Reference in New Issue
Block a user