pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/cabextract



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Dec  1 05:57:08 UTC 2018

Modified Files:
        pkgsrc/archivers/cabextract: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/archivers/cabextract/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/archivers/cabextract/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/cabextract/Makefile
diff -u pkgsrc/archivers/cabextract/Makefile:1.29 pkgsrc/archivers/cabextract/Makefile:1.30
--- pkgsrc/archivers/cabextract/Makefile:1.29   Thu Jul 26 08:35:46 2018
+++ pkgsrc/archivers/cabextract/Makefile        Sat Dec  1 05:57:08 2018
@@ -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 @@ LICENSE=      gnu-gpl-v3
 
 USE_TOOLS+=            gmake
 GNU_CONFIGURE=         yes
+TEST_TARGET=           check
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/archivers/cabextract/distinfo
diff -u pkgsrc/archivers/cabextract/distinfo:1.17 pkgsrc/archivers/cabextract/distinfo:1.18
--- pkgsrc/archivers/cabextract/distinfo:1.17   Thu Jul 26 08:35:46 2018
+++ pkgsrc/archivers/cabextract/distinfo        Sat Dec  1 05:57:08 2018
@@ -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