[73221] trunk/dports/security/stunnel

ryandesign at macports.org ryandesign at macports.org
Sat Nov 6 19:02:50 PDT 2010


Revision: 73221
          http://trac.macports.org/changeset/73221
Author:   ryandesign at macports.org
Date:     2010-11-06 19:02:48 -0700 (Sat, 06 Nov 2010)
Log Message:
-----------
stunnel: update to 4.33 (#27112) and fix permissions of the chroot jail (#22376)

Modified Paths:
--------------
    trunk/dports/security/stunnel/Portfile
    trunk/dports/security/stunnel/files/patch-configure

Modified: trunk/dports/security/stunnel/Portfile
===================================================================
--- trunk/dports/security/stunnel/Portfile	2010-11-07 02:02:12 UTC (rev 73220)
+++ trunk/dports/security/stunnel/Portfile	2010-11-07 02:02:48 UTC (rev 73221)
@@ -4,8 +4,7 @@
 PortSystem			1.0
 
 name				stunnel
-version				4.32
-revision        1
+version				4.33
 categories			security net
 maintainers			nomaintainer
 description			SSL tunneling program
@@ -19,19 +18,21 @@
 homepage			http://www.stunnel.org/
 master_sites		${homepage}download/stunnel/src/ \
                     ftp://stunnel.mirt.net/stunnel/
-checksums           md5     72379c615c5a4986c7981d0941ed2e6b \
-                    sha1    e9be8b9150d1c901a7c37b58494e351815147a79 \
-                    rmd160  fb5db2098d25ccbef553579e870331763dabbf2e
+
+checksums           sha1    695c7ef834952cb8ddbc790e10b6e32798fc2767 \
+                    rmd160  b9d32b4c17cf250d3284e020bb9c6b3fc4463cc5
+
 depends_lib			port:openssl
 patchfiles			patch-configure \
 					patch-tools-stunnel.cnf
-configure.args		--mandir=${prefix}/share/man \
-					--disable-libwrap
+
+configure.args		--disable-libwrap
+
 default_variants	+libwrap
 
 destroot.keepdirs   ${destroot}${prefix}/var/lib/stunnel
 post-destroot {
-	xinstall -d -m 770 "${destroot}${prefix}/var/lib/stunnel/"
+	xinstall -d -m 770 -o nobody ${destroot}${prefix}/var/lib/stunnel/
 
 	# Tell the user about the stupid fake certificate that we provide.
 	ui_msg "A fake certificate has been installed as ${prefix}/etc/stunnel/stunnel.pem"

Modified: trunk/dports/security/stunnel/files/patch-configure
===================================================================
--- trunk/dports/security/stunnel/files/patch-configure	2010-11-07 02:02:12 UTC (rev 73220)
+++ trunk/dports/security/stunnel/files/patch-configure	2010-11-07 02:02:48 UTC (rev 73221)
@@ -1,6 +1,6 @@
---- configure	2006-08-20 05:28:40.000000000 +0900
-+++ configure	2006-10-26 17:21:29.000000000 +0900
-@@ -23041,7 +23041,7 @@
+--- configure.orig	2010-03-26 15:56:26.000000000 -0500
++++ configure	2010-11-06 20:57:13.000000000 -0500
+@@ -23934,7 +23934,7 @@
  int
  main ()
  {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101106/cb2c823c/attachment-0001.html>


More information about the macports-changes mailing list