Date: Mon, 27 Apr 2009 19:30:09 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libarchive archive_read_support_format_cpio.c src/lib/libarchive/test Makefile test_read_format_cpio_bin_be.c test_read_format_cpio_bin_be.cpio.uu Message-ID: <200904271930.n3RJUIme062595@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2009-04-27 19:30:09 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_cpio.c lib/libarchive/test Makefile Added files: lib/libarchive/test test_read_format_cpio_bin_be.c test_read_format_cpio_bin_be.cpio.uu Log: SVN rev 191592 on 2009-04-27 19:30:09Z by kientzle Merge r1061,r1062,r1063 from libarchive.googlecode.com: Fix reading big-endian binary cpio archives, and add a test. While I'm here, add a note about Solaris ACL extension for cpio, which should be relatively straightforward to support. Thanks to: Edward Napierala, who sent me a big-endian cpio archive from a Solaris system he's been playing with. Pointy hat: me Revision Changes Path 1.30 +6 -1 src/lib/libarchive/archive_read_support_format_cpio.c 1.37 +1 -0 src/lib/libarchive/test/Makefile 1.1 +55 -0 src/lib/libarchive/test/test_read_format_cpio_bin_be.c (new) 1.1 +8 -0 src/lib/libarchive/test/test_read_format_cpio_bin_be.cpio.uu (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904271930.n3RJUIme062595>