[87696] trunk/dports/security/stunnel

snc at macports.org snc at macports.org
Thu Dec 1 11:35:47 PST 2011


Revision: 87696
          http://trac.macports.org/changeset/87696
Author:   snc at macports.org
Date:     2011-12-01 11:35:46 -0800 (Thu, 01 Dec 2011)
Log Message:
-----------
stunnel:
 * update to 4.47, #32269
 * fix master_sites

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

Modified: trunk/dports/security/stunnel/Portfile
===================================================================
--- trunk/dports/security/stunnel/Portfile	2011-12-01 18:53:14 UTC (rev 87695)
+++ trunk/dports/security/stunnel/Portfile	2011-12-01 19:35:46 UTC (rev 87696)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                stunnel
-version             4.35
+version             4.47
 set major           [lindex [split ${version} .] 0]
 categories          security net
 platforms           darwin
@@ -22,11 +22,11 @@
 
 homepage            http://www.stunnel.org/
 master_sites        http://mirrors.zerg.biz/stunnel/ \
-                    http://mirrors.zerg.biz/stunnel/obsolete/${major}.x/ \
+                    http://mirrors.zerg.biz/stunnel/archive/${major}.x/ \
                     ftp://ftp.stunnel.org/stunnel/
 
-checksums           sha1    b08b95a61f1d65cf9cc44068e0665a17ea5397c3 \
-                    rmd160  29bdf0402114a460016192350f4164eae5bb5cce
+checksums           sha1    b236f6a2223474daa5ce18589e6f4b371780b315 \
+                    rmd160  f6725d8ffe99d7da9012d021024111d8ad97a4de
 
 depends_lib         port:openssl
 

Modified: trunk/dports/security/stunnel/files/patch-configure
===================================================================
--- trunk/dports/security/stunnel/files/patch-configure	2011-12-01 18:53:14 UTC (rev 87695)
+++ trunk/dports/security/stunnel/files/patch-configure	2011-12-01 19:35:46 UTC (rev 87696)
@@ -1,11 +1,9 @@
---- configure.orig	2011-01-24 15:47:29.000000000 -0600
-+++ configure	2011-03-20 00:14:50.000000000 -0500
-@@ -11780,7 +11780,7 @@
- int
+--- configure.org	2011-11-04 21:37:26.000000000 +0100
++++ configure	2011-11-26 12:42:36.000000000 +0100
+@@ -12009,5 +12009,5 @@
  main ()
  {
 -getaddrinfo(NULL, NULL, NULL, NULL);
 +getaddrinfo(0, 0, 0, 0);
    ;
    return 0;
- }

Modified: trunk/dports/security/stunnel/files/patch-tools-stunnel.cnf
===================================================================
--- trunk/dports/security/stunnel/files/patch-tools-stunnel.cnf	2011-12-01 18:53:14 UTC (rev 87695)
+++ trunk/dports/security/stunnel/files/patch-tools-stunnel.cnf	2011-12-01 19:35:46 UTC (rev 87696)
@@ -1,10 +1,9 @@
---- tools/stunnel.cnf.old	Sun Sep  1 08:09:21 2002
-+++ tools/stunnel.cnf	Sat Apr 17 16:33:41 2004
-@@ -7,33 +7,10 @@
- encrypt_key = yes
- distinguished_name = req_dn
- x509_extensions = cert_type
-+prompt = no
+--- tools/stunnel.cnf.org	2011-06-28 22:21:03.000000000 +0200
++++ tools/stunnel.cnf	2011-11-26 12:36:46.000000000 +0100
+@@ -6,32 +6,8 @@
+ distinguished_name              = req_dn
+ x509_extensions                 = cert_type
++prompt                          = no
  
  [ req_dn ]
 -countryName = Country Name (2 letter code)
@@ -13,15 +12,16 @@
 -countryName_max                 = 2
 -
 -stateOrProvinceName             = State or Province Name (full name)
--stateOrProvinceName_default     = Some-State
+-stateOrProvinceName_default     = Mazovia Province
 -
 -localityName                    = Locality Name (eg, city)
+-localityName_default            = Warsaw
 -
--0.organizationName              = Organization Name (eg, company)
--0.organizationName_default      = Stunnel Developers Ltd
+-organizationName                = Organization Name (eg, company)
+-organizationName_default        = Stunnel Developers
 -
 -organizationalUnitName          = Organizational Unit Name (eg, section)
--#organizationalUnitName_default =
+-organizationalUnitName_default  = Provisional CA
 -
 -0.commonName                    = Common Name (FQDN of your server)
 -0.commonName_default            = localhost
@@ -32,7 +32,6 @@
 -# ...
 -# See http://home.netscape.com/eng/security/ssl_2.0_certificate.html
 -# to see how Netscape understands commonName.
-+CN				= localhost
++CN                              = localhost
  
  [ cert_type ]
- nsCertType = server
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111201/8aa7fc9e/attachment.html>


More information about the macports-changes mailing list