[csw-devel] SF.net SVN: gar:[18493] csw/mgar/pkg/stunnel/trunk

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Fri Jun 22 03:04:21 CEST 2012


Revision: 18493
          http://gar.svn.sourceforge.net/gar/?rev=18493&view=rev
Author:   bdwalton
Date:     2012-06-22 01:04:21 +0000 (Fri, 22 Jun 2012)
Log Message:
-----------
stunnel/trunk: version bump and patch update

Modified Paths:
--------------
    csw/mgar/pkg/stunnel/trunk/Makefile
    csw/mgar/pkg/stunnel/trunk/checksums
    csw/mgar/pkg/stunnel/trunk/files/0001-Make-stunnel.conf-sample.in-honor-sysconfdir-localst.patch

Modified: csw/mgar/pkg/stunnel/trunk/Makefile
===================================================================
--- csw/mgar/pkg/stunnel/trunk/Makefile	2012-06-22 01:02:20 UTC (rev 18492)
+++ csw/mgar/pkg/stunnel/trunk/Makefile	2012-06-22 01:04:21 UTC (rev 18493)
@@ -7,7 +7,7 @@
 #       Test on Solaris 8 / 9 for comparison
 #
 NAME = stunnel
-VERSION = 4.44
+VERSION = 4.53
 CATEGORIES = net
 GARTYPE = v2
 

Modified: csw/mgar/pkg/stunnel/trunk/checksums
===================================================================
--- csw/mgar/pkg/stunnel/trunk/checksums	2012-06-22 01:02:20 UTC (rev 18492)
+++ csw/mgar/pkg/stunnel/trunk/checksums	2012-06-22 01:04:21 UTC (rev 18493)
@@ -1 +1 @@
-c9dd51fc02b913ce5bf7b3fc12f9cb4a  stunnel-4.44.tar.gz
+ab3bfc915357d67da18c73f73610d593  stunnel-4.53.tar.gz

Modified: csw/mgar/pkg/stunnel/trunk/files/0001-Make-stunnel.conf-sample.in-honor-sysconfdir-localst.patch
===================================================================
--- csw/mgar/pkg/stunnel/trunk/files/0001-Make-stunnel.conf-sample.in-honor-sysconfdir-localst.patch	2012-06-22 01:02:20 UTC (rev 18492)
+++ csw/mgar/pkg/stunnel/trunk/files/0001-Make-stunnel.conf-sample.in-honor-sysconfdir-localst.patch	2012-06-22 01:04:21 UTC (rev 18493)
@@ -1,22 +1,19 @@
-From ded2818b78150049e0cf5934eb4a752e1972e291 Mon Sep 17 00:00:00 2001
-From: Sebastian Kayser <skayser at opencsw.org>
-Date: Thu, 18 Aug 2011 00:02:54 +0200
-Subject: [PATCH] Make stunnel.conf-sample.in honor --sysconfdir,
- --localstatedir
+From 3eec5691ed3376ab91601c7d98a122ae7cf3f252 Mon Sep 17 00:00:00 2001
+From: Ben Walton <bwalton at opencsw.org>
+Date: Fri, 22 Jun 2012 02:55:14 +0200
+Subject: [PATCH] make stunnel.conf-sample.in honour sysconfdir and
+ localstatedir
 
-In case someone ./configured with a --sysconfdir or --localstatedir
-rooted elsewhere than prefix, stunnel.conf-sample.in would have
-disregarded it, because it only honors --prefix. This patch
-introduces handling for the more specific --sysconfdir/--localstatedir.
+Signed-off-by: Ben Walton <bwalton at opencsw.org>
 ---
  tools/stunnel.conf-sample.in |   10 +++++-----
- 1 files changed, 5 insertions(+), 5 deletions(-)
+ 1 file changed, 5 insertions(+), 5 deletions(-)
 
 diff --git a/tools/stunnel.conf-sample.in b/tools/stunnel.conf-sample.in
-index 37fea53..6a4ccc6 100644
+index 15dc2d9..b4c3946 100644
 --- a/tools/stunnel.conf-sample.in
 +++ b/tools/stunnel.conf-sample.in
-@@ -8,7 +8,7 @@
+@@ -9,7 +9,7 @@
  
  ; A copy of some devices and system files is needed within the chroot jail
  ; Chroot conflicts with configuration file reload and many other features
@@ -25,8 +22,8 @@
  ; Chroot jail can be escaped if setuid option is not used
  setuid = nobody
  setgid = @DEFAULT_GROUP@
-@@ -25,8 +25,8 @@ pid = /stunnel.pid
- ; *****************************************************************************
+@@ -26,8 +26,8 @@ pid = /stunnel.pid
+ ; **************************************************************************
  
  ; Certificate/key is needed in server mode and optional in client mode
 -cert = @prefix@/etc/stunnel/mail.pem
@@ -36,7 +33,7 @@
  
  ; Authentication stuff needs to be configured to prevent MITM attacks
  ; It is not enabled by default!
-@@ -35,12 +35,12 @@ cert = @prefix@/etc/stunnel/mail.pem
+@@ -36,12 +36,12 @@ cert = @prefix@/etc/stunnel/mail.pem
  ; CApath is located inside chroot jail
  ;CApath = /certs
  ; It's often easier to use CAfile
@@ -52,5 +49,5 @@
  ; Disable support for insecure SSLv2 protocol
  options = NO_SSLv2
 -- 
-1.7.6
+1.7.10.3
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list