Re: svn commit: r299529 - in head: contrib/libarchive contrib/libarchive/cat contrib/libarchive/cat/test contrib/libarchive/cpio contrib/libarchive/cpio/test contrib/libarchive/libarchive contrib/liba

2016-05-12 Thread Martin Matuska
Should be fixed with r299576

On 13.05.2016 00:24, Antoine Brodin wrote:
> On Thu, May 12, 2016 at 12:16 PM, Martin Matuska  wrote:
>> Author: mm
>> Date: Thu May 12 10:16:16 2016
>> New Revision: 299529
>> URL: https://svnweb.freebsd.org/changeset/base/299529
>>
>> Log:
>>   MFV r299425:
>>
>>   Update libarchive to 3.2.0
>>
>>   New features:
>>   - new bsdcat command-line utility
>>   - LZ4 compression (in src only via external utility from ports)
>>   - Warc format support
>>   - 'Raw' format writer
>>   - Zip: Support archives >4GB, entries >4GB
>>   - Zip: Support encrypting and decrypting entries
>>   - Zip: Support experimental streaming extension
>>   - Identify encrypted entries in several formats
>>   - New --clear-nochange-flags option to bsdtar tries to remove noschg and
>> similar flags before deleting files
>>   - New --ignore-zeros option to bsdtar to handle concatenated tar archives
>>   - Use multi-threaded LZMA decompression if liblzma supports it
>>   - Expose version info for libraries used by libarchive
>>
>>   Patched files (fixed compiler warnings):
>>
>>   contrib/libarchive/cat/bsdcat.c (vendor PR #702)
>>   contrib/libarchive/cat/bsdcat.h (vendor PR #702)
>>   contrib/libarchive/libarchive/archive_read_support_format_mtree.c (PR #701)
>>   contrib/libarchive/libarchive_fe/err.c (vendor PR #703)
>>
>>   MFC after:1 month
>>   Relnotes: yes
> Hi,
>
> cpio(1) looks broken after this update and the ports tree is unusable
> (it uses cpio in COPYTREE*).
> Please revert and request a ports exp-run.
>
> Cheers,
>
> Antoine (with hat: portmgr)

___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r299529 - in head: contrib/libarchive contrib/libarchive/cat contrib/libarchive/cat/test contrib/libarchive/cpio contrib/libarchive/cpio/test contrib/libarchive/libarchive contrib/liba

2016-05-12 Thread Antoine Brodin
On Thu, May 12, 2016 at 12:16 PM, Martin Matuska  wrote:
> Author: mm
> Date: Thu May 12 10:16:16 2016
> New Revision: 299529
> URL: https://svnweb.freebsd.org/changeset/base/299529
>
> Log:
>   MFV r299425:
>
>   Update libarchive to 3.2.0
>
>   New features:
>   - new bsdcat command-line utility
>   - LZ4 compression (in src only via external utility from ports)
>   - Warc format support
>   - 'Raw' format writer
>   - Zip: Support archives >4GB, entries >4GB
>   - Zip: Support encrypting and decrypting entries
>   - Zip: Support experimental streaming extension
>   - Identify encrypted entries in several formats
>   - New --clear-nochange-flags option to bsdtar tries to remove noschg and
> similar flags before deleting files
>   - New --ignore-zeros option to bsdtar to handle concatenated tar archives
>   - Use multi-threaded LZMA decompression if liblzma supports it
>   - Expose version info for libraries used by libarchive
>
>   Patched files (fixed compiler warnings):
>
>   contrib/libarchive/cat/bsdcat.c (vendor PR #702)
>   contrib/libarchive/cat/bsdcat.h (vendor PR #702)
>   contrib/libarchive/libarchive/archive_read_support_format_mtree.c (PR #701)
>   contrib/libarchive/libarchive_fe/err.c (vendor PR #703)
>
>   MFC after:1 month
>   Relnotes: yes

Hi,

cpio(1) looks broken after this update and the ports tree is unusable
(it uses cpio in COPYTREE*).
Please revert and request a ports exp-run.

Cheers,

Antoine (with hat: portmgr)
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"