Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id E3EA71A9239 for ; Wed, 15 Dec 2021 09:53:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 279E584EFE; Wed, 15 Dec 2021 09:53:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6312F84E8C for ; Wed, 15 Dec 2021 09:53:03 +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 kQrXaC5iNxCa for ; Wed, 15 Dec 2021 09:53:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DB58884E73 for ; Wed, 15 Dec 2021 09:53:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D90E5FAEC; Wed, 15 Dec 2021 09:53:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163956198244530" MIME-Version: 1.0 Date: Wed, 15 Dec 2021 09:53:02 +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: <20211215095302.D90E5FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163956198244530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Dec 15 09:53:02 UTC 2021 Modified Files: pkgsrc/archivers/unrar: Makefile.common distinfo Log Message: unrar: updated to 6.1.3 6.1.3: Unknown changes To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/archivers/unrar/Makefile.common cvs rdiff -u -r1.90 -r1.91 pkgsrc/archivers/unrar/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163956198244530 Content-Disposition: inline Content-Length: 1740 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.40 pkgsrc/archivers/unrar/Makefile.common:1.41 --- pkgsrc/archivers/unrar/Makefile.common:1.40 Wed Dec 1 12:18:09 2021 +++ pkgsrc/archivers/unrar/Makefile.common Wed Dec 15 09:53:02 2021 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.40 2021/12/01 12:18:09 adam Exp $ +# $NetBSD: Makefile.common,v 1.41 2021/12/15 09:53:02 adam Exp $ # # used by archivers/libunrar/Makefile # used by archivers/unrar/Makefile -DISTNAME= unrarsrc-6.1.2 +DISTNAME= unrarsrc-6.1.3 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.90 pkgsrc/archivers/unrar/distinfo:1.91 --- pkgsrc/archivers/unrar/distinfo:1.90 Wed Dec 1 12:18:09 2021 +++ pkgsrc/archivers/unrar/distinfo Wed Dec 15 09:53:02 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.90 2021/12/01 12:18:09 adam Exp $ +$NetBSD: distinfo,v 1.91 2021/12/15 09:53:02 adam Exp $ -BLAKE2s (unrarsrc-6.1.2.tar.gz) = f3ddd00be318526531e4a371ff9e25108436b208426a12a5f4b29c6ea1f7c17f -SHA512 (unrarsrc-6.1.2.tar.gz) = 7a34db3a5383046a2b2bd5c7abfeb6b80c81666609caf619a700bda09bca908731b03985ad9d2b5d889605807832109fae11b7091d86c1a67c2e46288a42b777 -Size (unrarsrc-6.1.2.tar.gz) = 234257 bytes +BLAKE2s (unrarsrc-6.1.3.tar.gz) = 6c405220d8f1b80bd4de43fe985a3dfbae9073f4b6a24d2fe4adf00fee1ee8cd +SHA512 (unrarsrc-6.1.3.tar.gz) = a5626adbe2ba063082156542f9cf6658f57f917ae1fa565809b19479629c65632033f0acb0800b0083e02e218fcefb4b0a24635a84c3bd8a2919971f2cf89cb3 +Size (unrarsrc-6.1.3.tar.gz) = 234870 bytes SHA1 (patch-makefile) = b467d681dacd3230c6b8761400e6c5566663eae4 --_----------=_163956198244530--