[20158] trunk/dports/security/stunnel
source_changes at macosforge.org
source_changes at macosforge.org
Thu Oct 26 01:32:45 PDT 2006
Revision: 20158
http://trac.macosforge.org/projects/macports/changeset/20158
Author: pguyot at kallisys.net
Date: 2006-10-26 01:32:45 -0700 (Thu, 26 Oct 2006)
Log Message:
-----------
security/svn:
Update to 4.16. This fixes a crash in fdputline+140.
Modified Paths:
--------------
trunk/dports/security/stunnel/Portfile
Added Paths:
-----------
trunk/dports/security/stunnel/files/patch-configure
Modified: trunk/dports/security/stunnel/Portfile
===================================================================
--- trunk/dports/security/stunnel/Portfile 2006-10-26 08:06:59 UTC (rev 20157)
+++ trunk/dports/security/stunnel/Portfile 2006-10-26 08:32:45 UTC (rev 20158)
@@ -2,7 +2,7 @@
PortSystem 1.0
name stunnel
-version 4.15
+version 4.16
categories security net
maintainers pguyot at kallisys.net
description SSL tunneling program
@@ -15,17 +15,18 @@
platforms darwin
homepage http://www.stunnel.org/
master_sites ${homepage}download/stunnel/src/
-checksums md5 2c00153ad099a5f9c5609e8d1dbbe470 \
- sha1 735406c1ca94904581158a434214e1f6568539d0 \
- rmd160 a8d5c9d3fb24d0518975cbb347729f5eba3d3f12
+checksums md5 8ea5cae3eeaacc0271b766506b4b9d4a \
+ sha1 6772e0c7f26c2596564ba66978597db8cd229a72 \
+ rmd160 cbf8136049bcd8e306ee80bd66e4dd7666272b46
depends_lib bin:openssl:openssl
-patchfiles patch-tools-stunnel.cnf
+patchfiles patch-configure \
+ patch-tools-stunnel.cnf
configure.args --mandir=${prefix}/share/man
post-destroot {
- # Create the ${prefix}/var/run directory.
- xinstall -d -m 770 "${destroot}${prefix}/var/run"
- system "touch ${destroot}${prefix}/var/run/.turd"
+ # Create the ${prefix}/var/lib/stunnel directory.
+ xinstall -d -m 770 "${destroot}${prefix}/var/lib/stunnel/"
+ system "touch ${destroot}${prefix}/var/lib/stunnel/.turd"
# 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"
Added: trunk/dports/security/stunnel/files/patch-configure
===================================================================
--- trunk/dports/security/stunnel/files/patch-configure (rev 0)
+++ trunk/dports/security/stunnel/files/patch-configure 2006-10-26 08:32:45 UTC (rev 20158)
@@ -0,0 +1,11 @@
+--- configure 2006-08-20 05:28:40.000000000 +0900
++++ configure 2006-10-26 17:21:29.000000000 +0900
+@@ -23041,7 +23041,7 @@
+ int
+ main ()
+ {
+-getaddrinfo(NULL, NULL, NULL, NULL);
++getaddrinfo(0, 0, 0, 0);
+ ;
+ return 0;
+ }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061026/cca18990/attachment.html
More information about the macports-changes
mailing list