[83457] trunk/dports/net/curl-ca-bundle/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Sep 1 13:47:24 PDT 2011


Revision: 83457
          http://trac.macports.org/changeset/83457
Author:   ryandesign at macports.org
Date:     2011-09-01 13:47:24 -0700 (Thu, 01 Sep 2011)
Log Message:
-----------
curl-ca-bundle: update certdata.txt to 1.78; see #31071

Modified Paths:
--------------
    trunk/dports/net/curl-ca-bundle/Portfile

Modified: trunk/dports/net/curl-ca-bundle/Portfile
===================================================================
--- trunk/dports/net/curl-ca-bundle/Portfile	2011-09-01 20:42:47 UTC (rev 83456)
+++ trunk/dports/net/curl-ca-bundle/Portfile	2011-09-01 20:47:24 UTC (rev 83457)
@@ -6,7 +6,7 @@
 name                    curl-ca-bundle
 # keep the version in sync with the curl port
 version                 7.21.7
-revision                2
+revision                3
 set curl_name           curl
 categories              net
 license                 {MPL-1.1 LGPL-2.1+ GPL-2+}
@@ -22,8 +22,8 @@
 dist_subdir             ${curl_name}
 set curl_source         ${distname}${extract.suffix}
 set certdata_file       certdata.txt
-set certdata_version    1.77
-set certdata_date       2011-08-31
+set certdata_version    1.78
+set certdata_date       2011-09-01
 set certdata_distfile   certdata-${certdata_version}.txt
 set certdata_path       security/nss/lib/ckfw/builtins/${certdata_file}
 build.target            ca-bundle
@@ -51,7 +51,7 @@
 # on me noticing new versions within that time and updating the port, and
 # on upstream not updating the file again within that time.
 set days_since_update [expr {[expr {[clock seconds] - [clock format [clock scan ${certdata_date}] -format %s]}] / 86400}]
-if {${days_since_update} > 2} {
+if {${days_since_update} > 1} {
     master_sites-append http://distfiles.macports.org/curl/:certdata
 } else {
     master_sites-append http://mxr.mozilla.org/mozilla/source/${certdata_path}?raw=1&dummy=:certdata
@@ -65,8 +65,8 @@
                             sha1    88aab0188ac86c3d13118bb5b6ee49a83e53b0ce \
                             rmd160  c4c8afe66fb30be9eec8233c22db6d5beed00e39 \
                             ${certdata_distfile} \
-                            rmd160  778cb9fc2e746c5a152a965221b9ae94eb74e4c5 \
-                            sha256  e1bbb3fd6bd1a08717e376895e658e75580d7f0fc8d3d8e7d4f937f18e4e2f04
+                            rmd160  ca8a189567e38371cec9fcdce7945f13c71d55d4 \
+                            sha256  8c63bd67ac660ac8a29cc7a1259a44bb2230be1e06f9e2fc7bd767d9082adc43
 
 depends_build \
     path:bin/perl:perl5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110901/7102f13f/attachment.html>


More information about the macports-changes mailing list