Received: by mail.netbsd.org (Postfix, from userid 605) id C2A7A85580; Wed, 16 Aug 2017 06:55:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 51B4D8557E for ; Wed, 16 Aug 2017 06:55: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 mefMXeEx4yDD for ; Wed, 16 Aug 2017 06:55:02 +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 6375C8556E for ; Wed, 16 Aug 2017 06:55:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 550A1FAD0; Wed, 16 Aug 2017 06:55:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150286650255640" MIME-Version: 1.0 Date: Wed, 16 Aug 2017 06:55:02 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/archivers/unrar To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170816065502.550A1FAD0@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. --_----------=_150286650255640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Aug 16 06:55:02 UTC 2017 Modified Files: pkgsrc/archivers/unrar: Makefile.common distinfo Log Message: Updated unrar to 5.5.8. Only internal version numbers were changed. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/archivers/unrar/Makefile.common cvs rdiff -u -r1.62 -r1.63 pkgsrc/archivers/unrar/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150286650255640 Content-Disposition: inline Content-Length: 1765 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.13 pkgsrc/archivers/unrar/Makefile.common:1.14 --- pkgsrc/archivers/unrar/Makefile.common:1.13 Tue Aug 15 21:23:09 2017 +++ pkgsrc/archivers/unrar/Makefile.common Wed Aug 16 06:55:02 2017 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.13 2017/08/15 21:23:09 wiz Exp $ +# $NetBSD: Makefile.common,v 1.14 2017/08/16 06:55:02 wiz Exp $ # # used by archivers/libunrar/Makefile # used by archivers/unrar/Makefile -DISTNAME= unrarsrc-5.5.7 +DISTNAME= unrarsrc-5.5.8 PKGNAME= ${DISTNAME:S/src//} CATEGORIES= archivers MASTER_SITES= http://www.rarlab.com/rar/ Index: pkgsrc/archivers/unrar/distinfo diff -u pkgsrc/archivers/unrar/distinfo:1.62 pkgsrc/archivers/unrar/distinfo:1.63 --- pkgsrc/archivers/unrar/distinfo:1.62 Tue Aug 15 21:23:09 2017 +++ pkgsrc/archivers/unrar/distinfo Wed Aug 16 06:55:02 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.62 2017/08/15 21:23:09 wiz Exp $ +$NetBSD: distinfo,v 1.63 2017/08/16 06:55:02 wiz Exp $ -SHA1 (unrarsrc-5.5.7.tar.gz) = 12e40f066164fb8ef5c3a23771a8cf0d36b62390 -RMD160 (unrarsrc-5.5.7.tar.gz) = 75ca22c4e85e1a9cae6e1c9932e1fdd6f8210d65 -SHA512 (unrarsrc-5.5.7.tar.gz) = 7dfad639df1f64db662a24b79fe77c7085096ad1d63de8f3e6ed01082334ac83e7bdf0572d2137e5fc11e261491da55b579b6fc50933a4cb3569c7fe972be5db -Size (unrarsrc-5.5.7.tar.gz) = 222293 bytes +SHA1 (unrarsrc-5.5.8.tar.gz) = f4fa1c4142b497356a3df505e1459c188f646fad +RMD160 (unrarsrc-5.5.8.tar.gz) = 11340b2ee80a08d641b851fe413540b1be6c3388 +SHA512 (unrarsrc-5.5.8.tar.gz) = 9eac83707fa47a03925e5f3e8adf47889064d748304b732d12a2d379ab525b441f1aa33216377d4ef445f45c4e8ad73d2cd0b560601ceac344c60571b77fd6aa +Size (unrarsrc-5.5.8.tar.gz) = 222285 bytes --_----------=_150286650255640--