Received: by mail.netbsd.org (Postfix, from userid 605) id DC0E584E83; Wed, 24 Jan 2024 23:29:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 17C0D84D46 for ; Wed, 24 Jan 2024 23:29:40 +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 W6-YmP5Wbg_6 for ; Wed, 24 Jan 2024 23:29:39 +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 89FC484CF3 for ; Wed, 24 Jan 2024 23:29:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7B4A9FA42; Wed, 24 Jan 2024 23:29:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170613897954640" MIME-Version: 1.0 Date: Wed, 24 Jan 2024 23:29:39 +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: <20240124232939.7B4A9FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170613897954640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jan 24 23:29:39 UTC 2024 Modified Files: pkgsrc/archivers/unrar: Makefile.common distinfo Log Message: unrar: updated to 7.0.6 7.0.6 Unknown changes To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 pkgsrc/archivers/unrar/Makefile.common cvs rdiff -u -r1.110 -r1.111 pkgsrc/archivers/unrar/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170613897954640 Content-Disposition: inline Content-Length: 1867 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.62 pkgsrc/archivers/unrar/Makefile.common:1.63 --- pkgsrc/archivers/unrar/Makefile.common:1.62 Sun Dec 17 22:13:40 2023 +++ pkgsrc/archivers/unrar/Makefile.common Wed Jan 24 23:29:39 2024 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.62 2023/12/17 22:13:40 wiz Exp $ +# $NetBSD: Makefile.common,v 1.63 2024/01/24 23:29:39 adam Exp $ # # used by archivers/libunrar/Makefile # used by archivers/unrar/Makefile -DISTNAME= unrarsrc-7.0.5 +DISTNAME= unrarsrc-7.0.6 PKGNAME= ${DISTNAME:S/src//} CATEGORIES= archivers MASTER_SITES= https://www.rarlab.com/rar/ @@ -21,6 +21,7 @@ LICENSE= unrar-license NO_CONFIGURE= yes USE_LANGUAGES= c++ USE_CXX_FEATURES= c++11 +FORCE_CXX_STD= c++11 # XXX: makefile has DOS line endings USE_TOOLS+= gmake Index: pkgsrc/archivers/unrar/distinfo diff -u pkgsrc/archivers/unrar/distinfo:1.110 pkgsrc/archivers/unrar/distinfo:1.111 --- pkgsrc/archivers/unrar/distinfo:1.110 Sun Dec 17 22:13:40 2023 +++ pkgsrc/archivers/unrar/distinfo Wed Jan 24 23:29:39 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.110 2023/12/17 22:13:40 wiz Exp $ +$NetBSD: distinfo,v 1.111 2024/01/24 23:29:39 adam Exp $ -BLAKE2s (unrarsrc-7.0.5.tar.gz) = 41c07bff7a226f59f0582b7b69c98214005949edeb33ce95521e4c7056fb8aa8 -SHA512 (unrarsrc-7.0.5.tar.gz) = f63021d99230fa357dee00debca4a0ae000785353c51e7b2bbe359fa15e10022bb218ee21d78ddd6b93e6d5fb782e2aaf57f13213514b2b6a8bfeb56561ee087 -Size (unrarsrc-7.0.5.tar.gz) = 257180 bytes +BLAKE2s (unrarsrc-7.0.6.tar.gz) = c032212b2d4ac793fa3a477228134ceeb992e60b14e8eba2bdfd0c3ce6374fa9 +SHA512 (unrarsrc-7.0.6.tar.gz) = 5da7c3b6fb7f36779c320ee90107af60cb94ad4617921bdd68ea0b465271d976beb5aa4f40738f3ae209ec2532b08833c042ea3a896927eb6a8ba85d382bfb4c +Size (unrarsrc-7.0.6.tar.gz) = 258071 bytes --_----------=_170613897954640--