update stunnel to 5.03.

full changelog:
https://www.stunnel.org/sdf_ChangeLog.html

ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/security/stunnel/Makefile,v
retrieving revision 1.72
diff -u -p -u -p -r1.72 Makefile
--- Makefile    24 Mar 2014 21:44:09 -0000      1.72
+++ Makefile    21 Aug 2014 01:24:48 -0000
@@ -2,8 +2,7 @@
 
 COMMENT=       SSL encryption wrapper for standard network daemons
 
-DISTNAME=      stunnel-5.00
-REVISION=      0
+DISTNAME=      stunnel-5.03
 CATEGORIES=    security
 
 MAINTAINER=    Gleydson Soares <[email protected]>
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/stunnel/distinfo,v
retrieving revision 1.32
diff -u -p -u -p -r1.32 distinfo
--- distinfo    17 Mar 2014 13:03:11 -0000      1.32
+++ distinfo    21 Aug 2014 01:24:48 -0000
@@ -1,2 +1,2 @@
-SHA256 (stunnel-5.00.tar.gz) = iJhtUqfvGv8Mwm/AqYMDYcmRurp+5ZHVzxzIuu91vBM=
-SIZE (stunnel-5.00.tar.gz) = 586738
+SHA256 (stunnel-5.03.tar.gz) = mh42lGb6dW5vSLEUgKMzjB+kcX5kcocb9KOpbEg+3QM=
+SIZE (stunnel-5.03.tar.gz) = 590778
Index: patches/patch-tools_stunnel_conf-sample_in
===================================================================
RCS file: 
/cvs/ports/security/stunnel/patches/patch-tools_stunnel_conf-sample_in,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 patch-tools_stunnel_conf-sample_in
--- patches/patch-tools_stunnel_conf-sample_in  3 Jan 2014 20:20:58 -0000       
1.10
+++ patches/patch-tools_stunnel_conf-sample_in  21 Aug 2014 01:24:49 -0000
@@ -1,12 +1,12 @@
 $OpenBSD: patch-tools_stunnel_conf-sample_in,v 1.10 2014/01/03 20:20:58 
gsoares Exp $
 
---- tools/stunnel.conf-sample.in.orig  Tue Nov 22 22:20:37 2011
-+++ tools/stunnel.conf-sample.in       Wed Nov 30 19:32:57 2011
-@@ -9,10 +9,10 @@
+--- tools/stunnel.conf-sample.in.orig  Thu May  8 05:31:52 2014
++++ tools/stunnel.conf-sample.in       Wed Aug 20 19:18:23 2014
+@@ -9,13 +9,13 @@
  
  ; A copy of some devices and system files is needed within the chroot jail
  ; Chroot conflicts with configuration file reload and many other features
--chroot = @prefix@/var/lib/stunnel/
+-;chroot = @prefix@/var/lib/stunnel/
 +chroot = /var/stunnel/
  ; Chroot jail can be escaped if setuid option is not used
 -setuid = nobody
@@ -14,9 +14,13 @@ $OpenBSD: patch-tools_stunnel_conf-sampl
 +setuid = _stunnel
 +setgid = _stunnel
  
- ; PID is created inside the chroot jail
- pid = /stunnel.pid
-@@ -26,8 +26,8 @@ pid = /stunnel.pid
+ ; PID file is created inside the chroot jail (if enabled)
+-;pid = @prefix@/var/run/stunnel.pid
++pid = /stunnel.pid
+ 
+ ; Debugging stuff (may be useful for troubleshooting)
+ ;debug = 7
+@@ -26,8 +26,8 @@ setgid = @DEFAULT_GROUP@
  ; **************************************************************************
  
  ; Certificate/key is needed in server mode and optional in client mode

Reply via email to