Received: by mail.netbsd.org (Postfix, from userid 605) id AD3E884EBD; Sun, 26 Feb 2023 06:40:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DE47F84E8F for ; Sun, 26 Feb 2023 06:40:52 +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 RSLvdvAlf0WY for ; Sun, 26 Feb 2023 06:40:52 +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 5B26A84D6F for ; Sun, 26 Feb 2023 06:40:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 54893FA90; Sun, 26 Feb 2023 06:40:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167739365296980" MIME-Version: 1.0 Date: Sun, 26 Feb 2023 06:40:52 +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: <20230226064052.54893FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167739365296980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Feb 26 06:40:52 UTC 2023 Modified Files: pkgsrc/archivers/cabextract: Makefile distinfo Log Message: cabextract: update to 1.11. New in 1.11 * Fixed bug in creating directories given in archives, e.g. extracting file "a/b.c" from a cab file wouldn't create directory "a" (broken in 1.10) To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/archivers/cabextract/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/archivers/cabextract/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167739365296980 Content-Disposition: inline Content-Length: 1576 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.32 pkgsrc/archivers/cabextract/Makefile:1.33 --- pkgsrc/archivers/cabextract/Makefile:1.32 Tue Feb 14 15:57:06 2023 +++ pkgsrc/archivers/cabextract/Makefile Sun Feb 26 06:40:52 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2023/02/14 15:57:06 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2023/02/26 06:40:52 wiz Exp $ -DISTNAME= cabextract-1.10 +DISTNAME= cabextract-1.11 CATEGORIES= archivers MASTER_SITES= https://www.cabextract.org.uk/ Index: pkgsrc/archivers/cabextract/distinfo diff -u pkgsrc/archivers/cabextract/distinfo:1.22 pkgsrc/archivers/cabextract/distinfo:1.23 --- pkgsrc/archivers/cabextract/distinfo:1.22 Tue Feb 14 15:57:06 2023 +++ pkgsrc/archivers/cabextract/distinfo Sun Feb 26 06:40:52 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2023/02/14 15:57:06 wiz Exp $ +$NetBSD: distinfo,v 1.23 2023/02/26 06:40:52 wiz Exp $ -BLAKE2s (cabextract-1.10.tar.gz) = a0576d30a098922f4d4f92444094779478b427c31f5636eea3f478b16cafc60a -SHA512 (cabextract-1.10.tar.gz) = 38c19b0f6035d591b5894a3537c74f397518fdca5f9b2f747bb027bd59ef3f8a0ad1ae3a546d44b32f949380e0f4a76c14f9b543841ea51d857bfc4c5a6af5c7 -Size (cabextract-1.10.tar.gz) = 489126 bytes +BLAKE2s (cabextract-1.11.tar.gz) = dc5e135a9e61e4283ec260e6ba62b49dea10ec6cca8039ef71a5273a6ae42976 +SHA512 (cabextract-1.11.tar.gz) = 416bdc5a889c3986b2a5d6ecb8526a69f2d85c34f4856da43951271ff4f31013e4197c56ea5f6b05061b511b980d5a65cb34b9b859d3013c1dbcbb89d43114f9 +Size (cabextract-1.11.tar.gz) = 489656 bytes --_----------=_167739365296980--