pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/cabextract cabextract: update to 1.9.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf8fae453ba5
branches:  trunk
changeset: 315872:bf8fae453ba5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 01 05:57:08 2018 +0000

description:
cabextract: update to 1.9.

Set TEST_TARGET.

New in 1.9
* Fixed invisible bad extraction when using cabextract -F (broken in 1.8)
* Fixed configure --with-external-libmspack which was broken in 1.8
* configure --with-external-libmspack will now use pkg-config. To configure
  it manually, set environment variables libmspack_CFLAGS and libmspack_LIBS
  before running configure.
* Now includes the test suite (make check)

New in 1.8
* cabextract -f now extracts even more badly damaged files than before

diffstat:

 archivers/cabextract/Makefile |   5 +++--
 archivers/cabextract/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r 12299ad6689c -r bf8fae453ba5 archivers/cabextract/Makefile
--- a/archivers/cabextract/Makefile     Sat Dec 01 05:55:49 2018 +0000
+++ b/archivers/cabextract/Makefile     Sat Dec 01 05:57:08 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2018/07/26 08:35:46 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2018/12/01 05:57:08 wiz Exp $
 
-DISTNAME=      cabextract-1.7
+DISTNAME=      cabextract-1.9
 CATEGORIES=    archivers
 MASTER_SITES=  https://www.cabextract.org.uk/
 
@@ -11,5 +11,6 @@
 
 USE_TOOLS+=            gmake
 GNU_CONFIGURE=         yes
+TEST_TARGET=           check
 
 .include "../../mk/bsd.pkg.mk"
diff -r 12299ad6689c -r bf8fae453ba5 archivers/cabextract/distinfo
--- a/archivers/cabextract/distinfo     Sat Dec 01 05:55:49 2018 +0000
+++ b/archivers/cabextract/distinfo     Sat Dec 01 05:57:08 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2018/07/26 08:35:46 wiz Exp $
+$NetBSD: distinfo,v 1.18 2018/12/01 05:57:08 wiz Exp $
 
-SHA1 (cabextract-1.7.tar.gz) = 30ca948d4204f51cb4b51fae282d867ec6697161
-RMD160 (cabextract-1.7.tar.gz) = 5ef1247f542c54907563a99d0f8a9f42d0e0a11b
-SHA512 (cabextract-1.7.tar.gz) = 63789e485d57299f2a0a60dc6d9a94e83639eb59b73789eff52977d3d3bd37a1c00713c86a4c6289e35541d0b7240ea0545ba84013713c070b4324ae1f2865ce
-Size (cabextract-1.7.tar.gz) = 293760 bytes
+SHA1 (cabextract-1.9.tar.gz) = 087211649e4d4bd785205d4c7bb01f21d90c7e6c
+RMD160 (cabextract-1.9.tar.gz) = c8a390a0fc997b91c548bcacb703090cd241f2ac
+SHA512 (cabextract-1.9.tar.gz) = d144c1df9ed8e8c339bcadb3d1be2eb2576bb066e3f75a3480df0d5e81407a633554e4674b3bb43716c0cf33a0f2327e6f798cd6d7825bceefa0ad839fcc3f64
+Size (cabextract-1.9.tar.gz) = 466334 bytes



Home | Main Index | Thread Index | Old Index