pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/libarchive Update to libarchive-3.3.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59aa41ab0132
branches:  trunk
changeset: 359041:59aa41ab0132
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Feb 25 21:13:58 2017 +0000

description:
Update to libarchive-3.3.1:
- Various code bugs fixed as a result of fuzzing efforts.
- Better ACL support on Darwin and Solaris
- Support for NFSv4 ACLs in the pax format

diffstat:

 archivers/libarchive/Makefile        |  3 +--
 archivers/libarchive/Makefile.common |  4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r f8dc7809967d -r 59aa41ab0132 archivers/libarchive/Makefile
--- a/archivers/libarchive/Makefile     Sat Feb 25 21:11:18 2017 +0000
+++ b/archivers/libarchive/Makefile     Sat Feb 25 21:13:58 2017 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2016/09/14 12:57:55 gdt Exp $
+# $NetBSD: Makefile,v 1.47 2017/02/25 21:13:58 joerg Exp $
 
 .include "Makefile.common"
 
-PKGREVISION=   2
 COMMENT=       Library to read/create different archive formats
 
 USE_LIBTOOL=           yes
diff -r f8dc7809967d -r 59aa41ab0132 archivers/libarchive/Makefile.common
--- a/archivers/libarchive/Makefile.common      Sat Feb 25 21:11:18 2017 +0000
+++ b/archivers/libarchive/Makefile.common      Sat Feb 25 21:13:58 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.6 2016/06/21 12:23:01 joerg Exp $
+# $NetBSD: Makefile.common,v 1.7 2017/02/25 21:13:58 joerg Exp $
 # used by archivers/bsdtar/Makefile
 # used by archivers/libarchive/Makefile
 
-DISTNAME=      libarchive-3.2.1
+DISTNAME=      libarchive-3.3.1
 CATEGORIES=    archivers
 MASTER_SITES=  http://www.libarchive.org/downloads/
 DISTFILES=     # empty



Home | Main Index | Thread Index | Old Index