Received: by mail.netbsd.org (Postfix, from userid 605) id 1DE5E84D41; Tue, 1 Jun 2021 11:27:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B85E84CFC for ; Tue, 1 Jun 2021 11:27:03 +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 QWIeYzxugVfW for ; Tue, 1 Jun 2021 11:27:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D268484CE0 for ; Tue, 1 Jun 2021 11:27:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CC673FA95; Tue, 1 Jun 2021 11:27:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162254682257190" MIME-Version: 1.0 Date: Tue, 1 Jun 2021 11:27:02 +0000 From: "Dan Cirnat" Subject: CVS commit: pkgsrc/archivers/gnome-autoar To: pkgsrc-changes@NetBSD.org Reply-To: cirnatdan@netbsd.org X-Mailer: log_accum Message-Id: <20210601112702.CC673FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162254682257190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: cirnatdan Date: Tue Jun 1 11:27:02 UTC 2021 Modified Files: pkgsrc/archivers/gnome-autoar: Makefile distinfo Log Message: gnome-autoar: Update archivers/gnome-autoar to 0.3.2 Major changes in 0.3.2: * compressor: Fix hardlink handling for new cpio format (Ondrej Holy) * compressor: Fix hardlink detection for remote files (Ondrej Holy) * extractor: Fix extraction of readonly folders (Ondrej Holy) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/archivers/gnome-autoar/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/gnome-autoar/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162254682257190 Content-Disposition: inline Content-Length: 1808 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/gnome-autoar/Makefile diff -u pkgsrc/archivers/gnome-autoar/Makefile:1.3 pkgsrc/archivers/gnome-autoar/Makefile:1.4 --- pkgsrc/archivers/gnome-autoar/Makefile:1.3 Wed Apr 14 07:28:16 2021 +++ pkgsrc/archivers/gnome-autoar/Makefile Tue Jun 1 11:27:02 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2021/04/14 07:28:16 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2021/06/01 11:27:02 cirnatdan Exp $ -DISTNAME= gnome-autoar-0.3.1 -PKGREVISION= 1 +DISTNAME= gnome-autoar-0.3.2 CATEGORIES= archivers gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/archivers/gnome-autoar/distinfo diff -u pkgsrc/archivers/gnome-autoar/distinfo:1.2 pkgsrc/archivers/gnome-autoar/distinfo:1.3 --- pkgsrc/archivers/gnome-autoar/distinfo:1.2 Mon Mar 15 14:52:10 2021 +++ pkgsrc/archivers/gnome-autoar/distinfo Tue Jun 1 11:27:02 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2021/03/15 14:52:10 cirnatdan Exp $ +$NetBSD: distinfo,v 1.3 2021/06/01 11:27:02 cirnatdan Exp $ -SHA1 (gnome-autoar-0.3.1.tar.xz) = 49120199a3c4fb0ae5dff933e65e7ac0cabca3d2 -RMD160 (gnome-autoar-0.3.1.tar.xz) = 0b2ea43e9a59684e1dc3668c0a7f9cb6a7718de4 -SHA512 (gnome-autoar-0.3.1.tar.xz) = a8ece09f66d7f1761fb4217f267b8a6dd1dee2266cc10f9944b1860c364e0d671286c6bf9477bdee5d0dd231b959ebefdd7a7003d679c38fe1553863033311dc -Size (gnome-autoar-0.3.1.tar.xz) = 297904 bytes +SHA1 (gnome-autoar-0.3.2.tar.xz) = 312d92faba6ca4f0a74fb37ea8583d0dec7b5e46 +RMD160 (gnome-autoar-0.3.2.tar.xz) = 566f361b380b98a2eb09dd4bc1792274bd79a592 +SHA512 (gnome-autoar-0.3.2.tar.xz) = 6685e44ed61388759ff820b7cd403304f32d47fab4e2f66f5571a5cc6d01c1287bda851f230b3782bb1beff6ef784c25434930f15ef6ed32d788db4b89435968 +Size (gnome-autoar-0.3.2.tar.xz) = 298656 bytes --_----------=_162254682257190--