[20731] trunk/dports/security/stunnel/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 22 22:45:54 PST 2006


Revision: 20731
          http://trac.macosforge.org/projects/macports/changeset/20731
Author:   pguyot at kallisys.net
Date:     2006-11-22 22:45:53 -0800 (Wed, 22 Nov 2006)

Log Message:
-----------
security/stunnel
Update to 4.19
New libwrap variant.

Tickets: #11028 & #11046

Modified Paths:
--------------
    trunk/dports/security/stunnel/Portfile

Modified: trunk/dports/security/stunnel/Portfile
===================================================================
--- trunk/dports/security/stunnel/Portfile	2006-11-23 06:30:57 UTC (rev 20730)
+++ trunk/dports/security/stunnel/Portfile	2006-11-23 06:45:53 UTC (rev 20731)
@@ -2,7 +2,7 @@
 
 PortSystem			1.0
 name				stunnel
-version				4.18
+version				4.19
 categories			security net
 maintainers			pguyot at kallisys.net
 description			SSL tunneling program
@@ -15,14 +15,16 @@
 platforms			darwin
 homepage			http://www.stunnel.org/
 master_sites		${homepage}download/stunnel/src/ \
-                        ftp://stunnel.mirt.net/stunnel/
-checksums			md5 08f6120c8f2ff55089abc7df9c63455d \
-					sha1 3ed3eaefae91d80fcfcbb29dd285d0f773756397 \
-					rmd160 b234e840e2ed97118fb7d83a414fe280684d744f
+                    ftp://stunnel.mirt.net/stunnel/
+checksums			md5 04fbafbc6b3dd6d3c5e667079271c69b \
+					sha1 d58da8117278d71598279c77935585de81b74394 \
+					rmd160 b2992d5cb58dcf45c5a3d9f122b2d7bd5911458d
 depends_lib			bin:openssl:openssl
 patchfiles			patch-configure \
 					patch-tools-stunnel.cnf
-configure.args		--mandir=${prefix}/share/man
+configure.args		--mandir=${prefix}/share/man \
+					--disable-libwrap
+default_variants	+libwrap
 
 post-destroot {
 	# Create the ${prefix}/var/lib/stunnel directory.
@@ -32,3 +34,10 @@
 	# 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"
 }
+
+# This (default) variant will include libwrap feature.
+# libwrap has been reported to introduce some problems with stunnel 4.18.
+# See: http://svn.macosforge.org/projects/macports/ticket/11028
+variant libwrap {
+	configure.args-delete	"--disable-libwrap"
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061122/44aab398/attachment.html


More information about the macports-changes mailing list