Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2009 18:27:54 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libarchive archive_entry.c archive_read_support_format_tar.c src/lib/libarchive/test Makefile test_acl_pax.c test_compat_solaris_tar_acl.c test_compat_solaris_tar_acl.tar.uu
Message-ID:  <200904271828.n3RIS3RK037678@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2009-04-27 18:27:54 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_entry.c 
                         archive_read_support_format_tar.c 
    lib/libarchive/test  Makefile test_acl_pax.c 
  Added files:
    lib/libarchive/test  test_compat_solaris_tar_acl.c 
                         test_compat_solaris_tar_acl.tar.uu 
  Log:
  SVN rev 191576 on 2009-04-27 18:27:54Z by kientzle
  
  Merge r1053,r1055,r1056,r1057,r1065 from libarchive.googlecode.com:
   * Fix parsing of POSIX.1e ACLs from Solaris tar archives
   * Test the above
   * Preserve the order of POSIX.1e ACL entries
   * Update tests whose results depended on the order of ACL entries
   * Identify NFSv4 ACLs in Solaris tar archives and warn that
     they're not yet supported. (In particular, don't try to parse
     them as POSIX.1e ACLs.)
  
  Thanks to: Edward Napierala sent me some Solaris 10 tar archives to test
  
  Revision  Changes    Path
  1.61      +77 -38    src/lib/libarchive/archive_entry.c
  1.74      +42 -5     src/lib/libarchive/archive_read_support_format_tar.c
  1.36      +1 -0      src/lib/libarchive/test/Makefile
  1.8       +5 -5      src/lib/libarchive/test/test_acl_pax.c
  1.1       +128 -0    src/lib/libarchive/test/test_compat_solaris_tar_acl.c (new)
  1.1       +61 -0     src/lib/libarchive/test/test_compat_solaris_tar_acl.tar.uu (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904271828.n3RIS3RK037678>