Received: by mail.netbsd.org (Postfix, from userid 605) id 21DD984E8E; Tue, 24 Jan 2023 08:31:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5129A84E8C for ; Tue, 24 Jan 2023 08:31:54 +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 jOSsLvPPWccy for ; Tue, 24 Jan 2023 08:31:53 +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 C3DF084CD8 for ; Tue, 24 Jan 2023 08:31:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BD40DFA90; Tue, 24 Jan 2023 08:31:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1674549113251450" MIME-Version: 1.0 Date: Tue, 24 Jan 2023 08:31:53 +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: <20230124083153.BD40DFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1674549113251450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jan 24 08:31:53 UTC 2023 Modified Files: pkgsrc/archivers/unrar: Makefile.common distinfo Log Message: unrar: updated to 6.2.4 6.2.4 Unknown changes To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 pkgsrc/archivers/unrar/Makefile.common cvs rdiff -u -r1.97 -r1.98 pkgsrc/archivers/unrar/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1674549113251450 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.49 pkgsrc/archivers/unrar/Makefile.common:1.50 --- pkgsrc/archivers/unrar/Makefile.common:1.49 Sun Dec 18 09:58:35 2022 +++ pkgsrc/archivers/unrar/Makefile.common Tue Jan 24 08:31:53 2023 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.49 2022/12/18 09:58:35 adam Exp $ +# $NetBSD: Makefile.common,v 1.50 2023/01/24 08:31:53 adam Exp $ # # used by archivers/libunrar/Makefile # used by archivers/unrar/Makefile -DISTNAME= unrarsrc-6.2.3 +DISTNAME= unrarsrc-6.2.4 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.97 pkgsrc/archivers/unrar/distinfo:1.98 --- pkgsrc/archivers/unrar/distinfo:1.97 Sun Dec 18 09:58:35 2022 +++ pkgsrc/archivers/unrar/distinfo Tue Jan 24 08:31:53 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.97 2022/12/18 09:58:35 adam Exp $ +$NetBSD: distinfo,v 1.98 2023/01/24 08:31:53 adam Exp $ -BLAKE2s (unrarsrc-6.2.3.tar.gz) = 8b0f648ba2a5c584d572827a93fe690fd18a20ffff0cdfcf959faca6bca1abce -SHA512 (unrarsrc-6.2.3.tar.gz) = 070d027134210db930500f612bae41390af53d810160f8e5368640b6afee1a26650fc3473f8b563248b47ecc082dfd30b6fca318de6539c7795ac93af39f3357 -Size (unrarsrc-6.2.3.tar.gz) = 245210 bytes +BLAKE2s (unrarsrc-6.2.4.tar.gz) = a92a742218d6f68b6be9380ad747b613cc47d7076b5844e5dabab2425652498a +SHA512 (unrarsrc-6.2.4.tar.gz) = 14da3bdf26025fae05fe2023ecf61236ea2293d4dd982017764728b57ccc0e6ce592c6cc728cb0a3c52b360ea272b9784df21b6754c00533af08bdd291e6b541 +Size (unrarsrc-6.2.4.tar.gz) = 245672 bytes SHA1 (patch-makefile) = b467d681dacd3230c6b8761400e6c5566663eae4 --_----------=_1674549113251450--