Received: by mail.netbsd.org (Postfix, from userid 605) id 74AAE84E07; Fri, 22 Jun 2018 07:44:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 612C384D7A for ; Fri, 22 Jun 2018 07:44:43 +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 Qf_Hgw7nhafR for ; Fri, 22 Jun 2018 07:44:42 +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 AA64784CD6 for ; Fri, 22 Jun 2018 07:44:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 90EB8FBEC; Fri, 22 Jun 2018 07:44:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1529653482237910" MIME-Version: 1.0 Date: Fri, 22 Jun 2018 07:44:42 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/archivers/p5-Archive-Tar To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20180622074442.90EB8FBEC@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. --_----------=_1529653482237910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Fri Jun 22 07:44:42 UTC 2018 Modified Files: pkgsrc/archivers/p5-Archive-Tar: Makefile distinfo Log Message: Update to 2.30 Upstream changes: 2.30 19/06/2018 - skip white_space test on MSWin32 as Windows will report that both files exist, which is obviously a 'feature' 2.28 08/06/2018 (madroach, ARC, OCBNET, ppisar) - fix creating file with trailing whitespace on filename - fixes 103279 - allow archiving with absolute pathnames - fixes 97748 - small POD fix - Speed up extract when archive contains lots of files - CVE-2018-12015 directory traversal vulnerability [RT#125523] To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 pkgsrc/archivers/p5-Archive-Tar/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/archivers/p5-Archive-Tar/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1529653482237910 Content-Disposition: inline Content-Length: 1755 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/p5-Archive-Tar/Makefile diff -u pkgsrc/archivers/p5-Archive-Tar/Makefile:1.72 pkgsrc/archivers/p5-Archive-Tar/Makefile:1.73 --- pkgsrc/archivers/p5-Archive-Tar/Makefile:1.72 Sun Sep 17 07:11:53 2017 +++ pkgsrc/archivers/p5-Archive-Tar/Makefile Fri Jun 22 07:44:42 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.72 2017/09/17 07:11:53 wiz Exp $ +# $NetBSD: Makefile,v 1.73 2018/06/22 07:44:42 wen Exp $ -DISTNAME= Archive-Tar-2.26 +DISTNAME= Archive-Tar-2.30 PKGNAME= p5-${DISTNAME} CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/} Index: pkgsrc/archivers/p5-Archive-Tar/distinfo diff -u pkgsrc/archivers/p5-Archive-Tar/distinfo:1.42 pkgsrc/archivers/p5-Archive-Tar/distinfo:1.43 --- pkgsrc/archivers/p5-Archive-Tar/distinfo:1.42 Sun Sep 17 07:11:53 2017 +++ pkgsrc/archivers/p5-Archive-Tar/distinfo Fri Jun 22 07:44:42 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.42 2017/09/17 07:11:53 wiz Exp $ +$NetBSD: distinfo,v 1.43 2018/06/22 07:44:42 wen Exp $ -SHA1 (Archive-Tar-2.26.tar.gz) = 637b3c9c2e64e5dec4d5df6b400a6c61c7b27dde -RMD160 (Archive-Tar-2.26.tar.gz) = 91591ca293985c45b8b14c4b261bccf5da926ab0 -SHA512 (Archive-Tar-2.26.tar.gz) = a60454bbc7b4b735241c4340e18a00a6a4457d40e33372319155ce0a02fa0d822fc0ee7e2b925116314db5281c61dd614e9c99e1fb852ec5cadc59d9c3ae72e8 -Size (Archive-Tar-2.26.tar.gz) = 62943 bytes +SHA1 (Archive-Tar-2.30.tar.gz) = 58cc0d04bd29cdad0f5e855b884b14522f921eb0 +RMD160 (Archive-Tar-2.30.tar.gz) = 780c3e347924d05f1c78829dfc4d00c77cf533df +SHA512 (Archive-Tar-2.30.tar.gz) = 7be2745d7c5b73cec9ef66968e6f28a4d4dcc0d80b41861e3aa2d4c27ba6c013cce6a87bba8a626888fcaa0d4ebecd17a7b09324215876f79ca9f39d671aed4b +Size (Archive-Tar-2.30.tar.gz) = 63693 bytes --_----------=_1529653482237910--