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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/efb48053fb6bf2ecfb726a76d7b5f337645410b0">https://github.com/macports/macports-ports/commit/efb48053fb6bf2ecfb726a76d7b5f337645410b0</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 efb48053fb6 libarchive: add note to remove patch
</span>efb48053fb6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit efb48053fb6bf2ecfb726a76d7b5f337645410b0
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Wed Dec 9 19:37:33 2020 -0800

<span style='display:block; white-space:pre;color:#404040;'>    libarchive: add note to remove patch
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    upstream has added fallback function
</span><span style='display:block; white-space:pre;color:#404040;'>    for next libarchive release
</span>---
 archivers/libarchive/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/archivers/libarchive/Portfile b/archivers/libarchive/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f506b697b1e..51cfd0cf6fb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/archivers/libarchive/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/archivers/libarchive/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,9 +34,9 @@ depends_lib      port:bzip2 port:zlib port:libxml2 port:xz \
</span> patchfiles       patch-libarchive__archive_read_support_format_lha.c.diff
 
 # patch for strnlen -- using legacysupport causes a failure on Tiger
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# due to as-yet unresolved issues there with symlinks
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# see https://trac.macports.org/ticket/61746
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# note upstream now has fallback function for next release
</span> # https://github.com/libarchive/libarchive/issues/1464
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# REMOVE this patch for next libarchive release please
</span> patchfiles-append patch-libarchive-3.5-strnlen.diff
 
 platform darwin 8 {
</pre><pre style='margin:0'>

</pre>