<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/2cab39a38a8830c859eb7ef89d1edb9ae4313e6d">https://github.com/macports/macports-ports/commit/2cab39a38a8830c859eb7ef89d1edb9ae4313e6d</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 2cab39a38a8 curl-ca-bundle: Use shellescape
</span>2cab39a38a8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2cab39a38a8830c859eb7ef89d1edb9ae4313e6d
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Jun 27 12:47:07 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    curl-ca-bundle: Use shellescape
</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 8ab2ee907f8..154a7a153e6 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;'>@@ -259,7 +259,7 @@ subport curl-ca-bundle {
</span>                                 ${worksrcdir}/lib/mk-ca-bundle.pl
 
     post-extract {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        system -W ${workpath} "unzip -q -a '${distpath}/${certdata_distfile}'"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        system -W ${workpath} "unzip -q -a [shellescape ${distpath}/${certdata_distfile}]"
</span>         move ${workpath}/mozilla-central-${certdata_commit}/${certdata_path} ${worksrcpath}/${certdata_file}
     }
 
</pre><pre style='margin:0'>

</pre>