pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/libarchive
Module Name: pkgsrc
Committed By: joerg
Date: Sat Feb 25 21:13:58 UTC 2017
Modified Files:
pkgsrc/archivers/libarchive: Makefile Makefile.common
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/archivers/libarchive/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/archivers/libarchive/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/libarchive/Makefile
diff -u pkgsrc/archivers/libarchive/Makefile:1.46 pkgsrc/archivers/libarchive/Makefile:1.47
--- pkgsrc/archivers/libarchive/Makefile:1.46 Wed Sep 14 12:57:55 2016
+++ pkgsrc/archivers/libarchive/Makefile Sat Feb 25 21:13:58 2017
@@ -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
Index: pkgsrc/archivers/libarchive/Makefile.common
diff -u pkgsrc/archivers/libarchive/Makefile.common:1.6 pkgsrc/archivers/libarchive/Makefile.common:1.7
--- pkgsrc/archivers/libarchive/Makefile.common:1.6 Tue Jun 21 12:23:01 2016
+++ pkgsrc/archivers/libarchive/Makefile.common Sat Feb 25 21:13:58 2017
@@ -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