Received: by mail.netbsd.org (Postfix, from userid 605) id 11EA084D4C; Mon, 15 Mar 2021 14:52:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4C19884D48 for ; Mon, 15 Mar 2021 14:52:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id sBOl9MpCku1D for ; Mon, 15 Mar 2021 14:52:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BA13884CDF for ; Mon, 15 Mar 2021 14:52:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B6F0BFA95; Mon, 15 Mar 2021 14:52:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1615819930134210" MIME-Version: 1.0 Date: Mon, 15 Mar 2021 14:52:10 +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: <20210315145210.B6F0BFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1615819930134210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: cirnatdan Date: Mon Mar 15 14:52:10 UTC 2021 Modified Files: pkgsrc/archivers/gnome-autoar: Makefile distinfo Log Message: gnome-autoar: update to 3.0.1 Major changes in 0.3.1: * Disallow symlinks in parents completely when extracting (Ondrej Holy) * Make AutoarExtractor documentation clearer (Ondrej Holy) * Drop recursive delete on failure to prevent data loss (Ondrej Holy) * Add back RAR support (Matthias) Major changes in 0.3.0: * Recognize MIME type aliases of extractable archives (Hernawan Fa'iz Abdillah) * Add extraction support for password-protected archives (Felipe Borges) * CVE-2020-36241: Prevent extraction outside the destination dir (Ondrej Holy) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/gnome-autoar/Makefile \ pkgsrc/archivers/gnome-autoar/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1615819930134210 Content-Disposition: inline Content-Length: 1967 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.1 pkgsrc/archivers/gnome-autoar/Makefile:1.2 --- pkgsrc/archivers/gnome-autoar/Makefile:1.1 Wed Nov 4 12:27:58 2020 +++ pkgsrc/archivers/gnome-autoar/Makefile Mon Mar 15 14:52:10 2021 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2020/11/04 12:27:58 nia Exp $ +# $NetBSD: Makefile,v 1.2 2021/03/15 14:52:10 cirnatdan Exp $ -DISTNAME= gnome-autoar-0.2.4 +DISTNAME= gnome-autoar-0.3.1 CATEGORIES= archivers gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz -MAINTAINER= dan@alt.md +MAINTAINER= cirnatdan@NetBSD.org HOMEPAGE= https://gitlab.gnome.org/GNOME/gnome-autoar COMMENT= GLib wrapper around libarchive LICENSE= gnu-lgpl-v2.1 Index: pkgsrc/archivers/gnome-autoar/distinfo diff -u pkgsrc/archivers/gnome-autoar/distinfo:1.1 pkgsrc/archivers/gnome-autoar/distinfo:1.2 --- pkgsrc/archivers/gnome-autoar/distinfo:1.1 Wed Nov 4 12:27:58 2020 +++ pkgsrc/archivers/gnome-autoar/distinfo Mon Mar 15 14:52:10 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2020/11/04 12:27:58 nia Exp $ +$NetBSD: distinfo,v 1.2 2021/03/15 14:52:10 cirnatdan Exp $ -SHA1 (gnome-autoar-0.2.4.tar.xz) = 2d09f406b0281d926bf53902e6c184c42467da41 -RMD160 (gnome-autoar-0.2.4.tar.xz) = 14e59e0b1f74ba4e12c139751120cc15b1136eab -SHA512 (gnome-autoar-0.2.4.tar.xz) = 66750ae30bf9f59820f06653898eb33ac4edbb63976a02d15417118a068abd9292350220713813ddfdd1f2e77db7b3a8f8980f0c70a93d1bb87a9405e013de19 -Size (gnome-autoar-0.2.4.tar.xz) = 294956 bytes +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 --_----------=_1615819930134210--