Received: by mail.netbsd.org (Postfix, from userid 605) id B709E84D62; Sat, 1 Dec 2018 05:57:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C334D84D52 for ; Sat, 1 Dec 2018 05:57:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 18R6FqP15VJt for ; Sat, 1 Dec 2018 05:57:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id F35D784C81 for ; Sat, 1 Dec 2018 05:57:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EFED2FB1F; Sat, 1 Dec 2018 05:57:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154364382845730" MIME-Version: 1.0 Date: Sat, 1 Dec 2018 05:57:08 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/archivers/cabextract To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20181201055708.EFED2FB1F@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_154364382845730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_154364382845730 Content-Disposition: inline Content-Length: 1800 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_154364382845730--