pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-libarchive-c



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jun 15 08:08:18 UTC 2018

Modified Files:
        pkgsrc/archivers/py-libarchive-c: Makefile PLIST distinfo

Log Message:
py-libarchive-c: updated to 2.8

Changes 2.8:
add support for setting atime, ctime, mtime and birthtime
tell libarchive when writing an archive is aborted due to an exception
add support for getting uid and gid
add support for high resolution timestamps
add two new archive readers: stream_reader and custom_reader
add missing archive extraction flags
add the lz4 and warc formats
add support for write options and uid/gid lookup


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/archivers/py-libarchive-c/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/py-libarchive-c/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/py-libarchive-c/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/py-libarchive-c/Makefile
diff -u pkgsrc/archivers/py-libarchive-c/Makefile:1.11 pkgsrc/archivers/py-libarchive-c/Makefile:1.12
--- pkgsrc/archivers/py-libarchive-c/Makefile:1.11      Mon Oct 16 07:42:02 2017
+++ pkgsrc/archivers/py-libarchive-c/Makefile   Fri Jun 15 08:08:18 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2017/10/16 07:42:02 adam Exp $
+# $NetBSD: Makefile,v 1.12 2018/06/15 08:08:18 adam Exp $
 
-DISTNAME=      libarchive-c-2.7
+DISTNAME=      libarchive-c-2.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/libarchive-c/}

Index: pkgsrc/archivers/py-libarchive-c/PLIST
diff -u pkgsrc/archivers/py-libarchive-c/PLIST:1.1 pkgsrc/archivers/py-libarchive-c/PLIST:1.2
--- pkgsrc/archivers/py-libarchive-c/PLIST:1.1  Wed Dec  2 15:14:05 2015
+++ pkgsrc/archivers/py-libarchive-c/PLIST      Fri Jun 15 08:08:18 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/12/02 15:14:05 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/06/15 08:08:18 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -18,6 +18,9 @@ ${PYSITELIB}/libarchive/extract.pyo
 ${PYSITELIB}/libarchive/ffi.py
 ${PYSITELIB}/libarchive/ffi.pyc
 ${PYSITELIB}/libarchive/ffi.pyo
+${PYSITELIB}/libarchive/flags.py
+${PYSITELIB}/libarchive/flags.pyc
+${PYSITELIB}/libarchive/flags.pyo
 ${PYSITELIB}/libarchive/read.py
 ${PYSITELIB}/libarchive/read.pyc
 ${PYSITELIB}/libarchive/read.pyo

Index: pkgsrc/archivers/py-libarchive-c/distinfo
diff -u pkgsrc/archivers/py-libarchive-c/distinfo:1.4 pkgsrc/archivers/py-libarchive-c/distinfo:1.5
--- pkgsrc/archivers/py-libarchive-c/distinfo:1.4       Mon Oct 16 07:42:02 2017
+++ pkgsrc/archivers/py-libarchive-c/distinfo   Fri Jun 15 08:08:18 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/10/16 07:42:02 adam Exp $
+$NetBSD: distinfo,v 1.5 2018/06/15 08:08:18 adam Exp $
 
-SHA1 (libarchive-c-2.7.tar.gz) = 00b8eb7fbe2965cd0a3260b5352c4618cee96d1a
-RMD160 (libarchive-c-2.7.tar.gz) = 74f97dfa5479c38d1c502d68c2a3edb702aa235f
-SHA512 (libarchive-c-2.7.tar.gz) = 809319cffc250130c1414885d4e2de399a8ba92f6025848f1423bde79eadc6f686f934f4b17fc0a90ea84379b94c5c38d4849b2b28e2e03f8d16548152dbc856
-Size (libarchive-c-2.7.tar.gz) = 42299 bytes
+SHA1 (libarchive-c-2.8.tar.gz) = ca325c74fc4663aa38226e7821747b8f3762687d
+RMD160 (libarchive-c-2.8.tar.gz) = e42e37231c07e7038c1ee3c96d4595123e41ca7c
+SHA512 (libarchive-c-2.8.tar.gz) = 533b23081996f2bfbd558e379d69e0c02ecfc7e62d39f4ae2ecf5b639511ecffc073422e78d7357cc58daa260b956a6399b42db5d26d6e3933622c622fa8dc5f
+Size (libarchive-c-2.8.tar.gz) = 45182 bytes



Home | Main Index | Thread Index | Old Index