<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f5858324c8b9e836ce96a01d756c1226e9a42065">https://github.com/macports/macports-ports/commit/f5858324c8b9e836ce96a01d756c1226e9a42065</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit f5858324c8b9e836ce96a01d756c1226e9a42065
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Nov 2 21:56:05 2016 -0500

<span style='display:block; white-space:pre;color:#404040;'>    curl-ca-bundle: Fetch certdata from upstream within a week of update
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The previous restriction of within a day was too limiting.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The restriction may no longer be necessary at all. Further testing
</span><span style='display:block; white-space:pre;color:#404040;'>    is needed to verify.
</span>---
 net/curl/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/curl/Portfile b/net/curl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6e48a95..56be85a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/curl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/curl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -236,7 +236,7 @@ subport curl-ca-bundle {
</span>     set certdata_path           security/nss/lib/ckfw/builtins/${certdata_file}
 
     # Only try to fetch from the master site shortly after the port is updated, to guard against stealth updates.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {[clock seconds] - ${certdata_updated} < 90000} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {[clock seconds] - ${certdata_updated} < 604800} {
</span>         master_sites-append     http://hg.mozilla.org/mozilla-central/archive/${certdata_version}${extract.suffix}/${certdata_path}?dummy=:certdata
     } else {
         master_sites-append     macports_distfiles::certdata
</pre><pre style='margin:0'>

</pre>