diff options
author | adam <adam@pkgsrc.org> | 2018-06-15 08:08:18 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-06-15 08:08:18 +0000 |
commit | 3d8ab9f2adfe0b7a207aa8bfd0f7df4244473536 (patch) | |
tree | 95d8e402071a1b5e6cf91f9a4843ad321ce8f772 /archivers | |
parent | 0e0602bd866bc07a63e4ed041229fe721643cf5e (diff) | |
download | pkgsrc-3d8ab9f2adfe0b7a207aa8bfd0f7df4244473536.tar.gz |
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
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/py-libarchive-c/Makefile | 4 | ||||
-rw-r--r-- | archivers/py-libarchive-c/PLIST | 5 | ||||
-rw-r--r-- | archivers/py-libarchive-c/distinfo | 10 |
3 files changed, 11 insertions, 8 deletions
diff --git a/archivers/py-libarchive-c/Makefile b/archivers/py-libarchive-c/Makefile index 9e95cd1844a..eafb0a07d32 100644 --- a/archivers/py-libarchive-c/Makefile +++ b/archivers/py-libarchive-c/Makefile @@ -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/} diff --git a/archivers/py-libarchive-c/PLIST b/archivers/py-libarchive-c/PLIST index 9dc8f9f0c5a..b057c1aa60b 100644 --- a/archivers/py-libarchive-c/PLIST +++ b/archivers/py-libarchive-c/PLIST @@ -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 diff --git a/archivers/py-libarchive-c/distinfo b/archivers/py-libarchive-c/distinfo index 37bc113d611..b987474ee93 100644 --- a/archivers/py-libarchive-c/distinfo +++ b/archivers/py-libarchive-c/distinfo @@ -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 |