Received: by mail.netbsd.org (Postfix, from userid 605) id 27D9384D98; Thu, 31 Jan 2019 09:57:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9C9F084D8A for ; Thu, 31 Jan 2019 09:57:45 +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 ld8nZJSnVHMZ for ; Thu, 31 Jan 2019 09:57:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 134B084D88 for ; Thu, 31 Jan 2019 09:57:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0D12DFB16; Thu, 31 Jan 2019 09:57:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1548928665265280" MIME-Version: 1.0 Date: Thu, 31 Jan 2019 09:57:45 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/archivers/unrar To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190131095745.0D12DFB16@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. --_----------=_1548928665265280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jan 31 09:57:44 UTC 2019 Modified Files: pkgsrc/archivers/unrar: Makefile.common distinfo Log Message: unrar: updated to 5.7.1 5.7.1: Unknown changes To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/archivers/unrar/Makefile.common cvs rdiff -u -r1.70 -r1.71 pkgsrc/archivers/unrar/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1548928665265280 Content-Disposition: inline Content-Length: 1770 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/unrar/Makefile.common diff -u pkgsrc/archivers/unrar/Makefile.common:1.22 pkgsrc/archivers/unrar/Makefile.common:1.23 --- pkgsrc/archivers/unrar/Makefile.common:1.22 Wed Oct 24 10:55:49 2018 +++ pkgsrc/archivers/unrar/Makefile.common Thu Jan 31 09:57:44 2019 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.22 2018/10/24 10:55:49 adam Exp $ +# $NetBSD: Makefile.common,v 1.23 2019/01/31 09:57:44 adam Exp $ # # used by archivers/libunrar/Makefile # used by archivers/unrar/Makefile -DISTNAME= unrarsrc-5.6.8 +DISTNAME= unrarsrc-5.7.1 PKGNAME= ${DISTNAME:S/src//} CATEGORIES= archivers MASTER_SITES= https://www.rarlab.com/rar/ Index: pkgsrc/archivers/unrar/distinfo diff -u pkgsrc/archivers/unrar/distinfo:1.70 pkgsrc/archivers/unrar/distinfo:1.71 --- pkgsrc/archivers/unrar/distinfo:1.70 Wed Oct 24 10:55:49 2018 +++ pkgsrc/archivers/unrar/distinfo Thu Jan 31 09:57:44 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.70 2018/10/24 10:55:49 adam Exp $ +$NetBSD: distinfo,v 1.71 2019/01/31 09:57:44 adam Exp $ -SHA1 (unrarsrc-5.6.8.tar.gz) = 69f17f64a605d666d8630a09234e15f8a0334ef6 -RMD160 (unrarsrc-5.6.8.tar.gz) = ec32bef68bc86ecf884eea75432c49c51197fa86 -SHA512 (unrarsrc-5.6.8.tar.gz) = 5410308d7f462824bc10087cdc4515c58aaad776cc09eb6491864a338ae00ff35e3b54d1e7250c0a9576554ea382383155be718a0b95d7af00f27d5df04f4f56 -Size (unrarsrc-5.6.8.tar.gz) = 226647 bytes +SHA1 (unrarsrc-5.7.1.tar.gz) = 56096808b6be7f6feb494d40ebc7c0c61fc3ea8c +RMD160 (unrarsrc-5.7.1.tar.gz) = d4d3091dc28731a70f853f3d8f0840f9caef8cf5 +SHA512 (unrarsrc-5.7.1.tar.gz) = 6d8a18e44453dbfb610ad4fdc9bac6fc1469f8e04fbf6faf0a119c1a582e60cb51e68aec4552316717cc2133473120973c97a71806e30ef45f1d39070edaf610 +Size (unrarsrc-5.7.1.tar.gz) = 228011 bytes --_----------=_1548928665265280--