Received: by mail.netbsd.org (Postfix, from userid 605) id 18DD684E26; Wed, 3 Oct 2018 10:20:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2F64C84E1C for ; Wed, 3 Oct 2018 10:20:04 +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 NBnEKbz2Sv3Y for ; Wed, 3 Oct 2018 10:20:03 +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 77D0184C78 for ; Wed, 3 Oct 2018 10:20:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 61997FBEE; Wed, 3 Oct 2018 10:20:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1538562003261170" MIME-Version: 1.0 Date: Wed, 3 Oct 2018 10:20:03 +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: <20181003102003.61997FBEE@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. --_----------=_1538562003261170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Oct 3 10:20:03 UTC 2018 Modified Files: pkgsrc/archivers/unrar: Makefile.common distinfo Log Message: unrar: updated to 5.6.7 5.6.7: Unknown changes. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/archivers/unrar/Makefile.common cvs rdiff -u -r1.68 -r1.69 pkgsrc/archivers/unrar/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1538562003261170 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.20 pkgsrc/archivers/unrar/Makefile.common:1.21 --- pkgsrc/archivers/unrar/Makefile.common:1.20 Tue Jul 3 14:28:55 2018 +++ pkgsrc/archivers/unrar/Makefile.common Wed Oct 3 10:20:03 2018 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.20 2018/07/03 14:28:55 adam Exp $ +# $NetBSD: Makefile.common,v 1.21 2018/10/03 10:20:03 adam Exp $ # # used by archivers/libunrar/Makefile # used by archivers/unrar/Makefile -DISTNAME= unrarsrc-5.6.5 +DISTNAME= unrarsrc-5.6.7 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.68 pkgsrc/archivers/unrar/distinfo:1.69 --- pkgsrc/archivers/unrar/distinfo:1.68 Tue Jul 3 14:28:55 2018 +++ pkgsrc/archivers/unrar/distinfo Wed Oct 3 10:20:03 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.68 2018/07/03 14:28:55 adam Exp $ +$NetBSD: distinfo,v 1.69 2018/10/03 10:20:03 adam Exp $ -SHA1 (unrarsrc-5.6.5.tar.gz) = 131a1fad24301fd7f7706aab7d30e20b0e933b83 -RMD160 (unrarsrc-5.6.5.tar.gz) = 2ee07da6ddbb96847a008b5eeca75b63ff09de77 -SHA512 (unrarsrc-5.6.5.tar.gz) = 984340935671913b4d2a765db5c4edc0d08d859fc43f3ae0e97e681c4ea302a51808fefa8c11c3aeecad1c2681541f363c5051813d978b5b14959c2e55f71281 -Size (unrarsrc-5.6.5.tar.gz) = 226296 bytes +SHA1 (unrarsrc-5.6.7.tar.gz) = 2128d9298da609eb9b01dac5f7309f1f1546ab7d +RMD160 (unrarsrc-5.6.7.tar.gz) = 81f0ed8c5181b56ff0517f978cd9a7e6516fdf12 +SHA512 (unrarsrc-5.6.7.tar.gz) = 2c102fdc2f1a924a57c5492b966b0e1d0035bc3de2a78a46733f300d412ff9983fc5c717856faeb21e71c4bd090296e57e5b87888190867eb3c41f62550647e9 +Size (unrarsrc-5.6.7.tar.gz) = 226579 bytes --_----------=_1538562003261170--