[118722] trunk/dports/security/stunnel

ciserlohn at macports.org ciserlohn at macports.org
Wed Apr 9 01:34:45 PDT 2014


Revision: 118722
          https://trac.macports.org/changeset/118722
Author:   ciserlohn at macports.org
Date:     2014-04-09 01:34:45 -0700 (Wed, 09 Apr 2014)
Log Message:
-----------
stunnel: update to version 5.01 (closes #43290)

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

Modified: trunk/dports/security/stunnel/Portfile
===================================================================
--- trunk/dports/security/stunnel/Portfile	2014-04-09 02:29:33 UTC (rev 118721)
+++ trunk/dports/security/stunnel/Portfile	2014-04-09 08:34:45 UTC (rev 118722)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                stunnel
-version             4.47
+version             5.01
 set major           [lindex [split ${version} .] 0]
 categories          security net
 platforms           darwin
@@ -25,8 +25,8 @@
                     http://mirrors.zerg.biz/stunnel/archive/${major}.x/ \
                     ftp://ftp.stunnel.org/stunnel/
 
-checksums           sha1    b236f6a2223474daa5ce18589e6f4b371780b315 \
-                    rmd160  f6725d8ffe99d7da9012d021024111d8ad97a4de
+checksums           rmd160  7762a3b48b29c4b3fea46824bae0aeadb1193a6b \
+                    sha256  2565bf58ffe8a612304c64df621105b2e42d6e389e815ed4205dbeec4f3f886b
 
 depends_lib         port:openssl
 

Modified: trunk/dports/security/stunnel/files/patch-tools-stunnel.cnf
===================================================================
--- trunk/dports/security/stunnel/files/patch-tools-stunnel.cnf	2014-04-09 02:29:33 UTC (rev 118721)
+++ trunk/dports/security/stunnel/files/patch-tools-stunnel.cnf	2014-04-09 08:34:45 UTC (rev 118722)
@@ -1,37 +1,37 @@
---- 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)
--countryName_default             = PL
--countryName_min                 = 2
--countryName_max                 = 2
--
--stateOrProvinceName             = State or Province Name (full name)
--stateOrProvinceName_default     = Mazovia Province
--
--localityName                    = Locality Name (eg, city)
--localityName_default            = Warsaw
--
--organizationName                = Organization Name (eg, company)
--organizationName_default        = Stunnel Developers
--
--organizationalUnitName          = Organizational Unit Name (eg, section)
--organizationalUnitName_default  = Provisional CA
--
--0.commonName                    = Common Name (FQDN of your server)
--0.commonName_default            = localhost
--
--# To create a certificate for more than one name uncomment:
--# 1.commonName                  = DNS alias of your server
--# 2.commonName                  = DNS alias of your server
--# ...
--# See http://home.netscape.com/eng/security/ssl_2.0_certificate.html
--# to see how Netscape understands commonName.
-+CN                              = localhost
- 
- [ cert_type ]
+--- tools/stunnel.cnf.orig	2014-04-09 10:18:10.000000000 +0200
++++ tools/stunnel.cnf	2014-04-09 10:21:28.000000000 +0200
+@@ -9,6 +9,7 @@
+ default_md                      = sha1
+ x509_extensions                 = stunnel_extensions
+ distinguished_name              = stunnel_dn
++prompt                          = no
+ 
+ [ stunnel_extensions ]
+ nsCertType                      = server
+@@ -18,25 +19,7 @@
+ nsComment                       = "stunnel self-signed certificate"
+ 
+ [ stunnel_dn ]
+-countryName = Country Name (2 letter code)
+-countryName_default             = PL
+-countryName_min                 = 2
+-countryName_max                 = 2
+-
+-stateOrProvinceName             = State or Province Name (full name)
+-stateOrProvinceName_default     = Mazovia Province
+-
+-localityName                    = Locality Name (eg, city)
+-localityName_default            = Warsaw
+-
+-organizationName                = Organization Name (eg, company)
+-organizationName_default        = Stunnel Developers
+-
+-organizationalUnitName          = Organizational Unit Name (eg, section)
+-organizationalUnitName_default  = Provisional CA
+-
+-0.commonName                    = Common Name (FQDN of your server)
+-0.commonName_default            = localhost
++CN                              = localhost
+ 
+ # To create a certificate for more than one name uncomment:
+ # 1.commonName                  = DNS alias of your server
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140409/830f0dc0/attachment-0001.html>


More information about the macports-changes mailing list