Received: by mail.netbsd.org (Postfix, from userid 605) id AEEAF84F84; Fri, 9 Sep 2022 15:14:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E882A84F7E for ; Fri, 9 Sep 2022 15:14:39 +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 8MNzgXbEyEuD for ; Fri, 9 Sep 2022 15:14:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6A16A84C71 for ; Fri, 9 Sep 2022 15:14:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1B697FA90; Fri, 9 Sep 2022 15:14:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1662736479101110" MIME-Version: 1.0 Date: Fri, 9 Sep 2022 15:14:39 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/cvise To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220909151439.1B697FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1662736479101110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Sep 9 15:14:39 UTC 2022 Modified Files: pkgsrc/devel/cvise: Makefile distinfo Log Message: cvise: update to 2.5.0. Changes done in the release: support LLVM 14 and LLVM 15 new option --skip-after-n-transforms was introduced max pass increase limit was introduced (3) that helps passes that run many times (e.g. constant propagation) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/cvise/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/cvise/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1662736479101110 Content-Disposition: inline Content-Length: 1488 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/cvise/Makefile diff -u pkgsrc/devel/cvise/Makefile:1.6 pkgsrc/devel/cvise/Makefile:1.7 --- pkgsrc/devel/cvise/Makefile:1.6 Thu Jun 30 11:18:12 2022 +++ pkgsrc/devel/cvise/Makefile Fri Sep 9 15:14:38 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2022/06/30 11:18:12 nia Exp $ +# $NetBSD: Makefile,v 1.7 2022/09/09 15:14:38 wiz Exp $ -DISTNAME= cvise-2.4.0 -PKGREVISION= 3 +DISTNAME= cvise-2.5.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=marxin/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/devel/cvise/distinfo diff -u pkgsrc/devel/cvise/distinfo:1.4 pkgsrc/devel/cvise/distinfo:1.5 --- pkgsrc/devel/cvise/distinfo:1.4 Sat Nov 20 19:58:21 2021 +++ pkgsrc/devel/cvise/distinfo Fri Sep 9 15:14:38 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/11/20 19:58:21 wiz Exp $ +$NetBSD: distinfo,v 1.5 2022/09/09 15:14:38 wiz Exp $ -BLAKE2s (cvise-2.4.0.tar.gz) = 268affa2b7907020ef484635295d5b01e22eca5a068ef92dbff7fc76d7a2fc3c -SHA512 (cvise-2.4.0.tar.gz) = 073e53039d2b077fed43b948e0c01dc662ef4f75b92d7f49d1786a35c36412fed02e1931c6a39ce902452056fe5c7d70daa35a9cae18b44009778837261cae19 -Size (cvise-2.4.0.tar.gz) = 252810 bytes +BLAKE2s (cvise-2.5.0.tar.gz) = f03a03acf8ac260a102b7787be82c0530b12bb93f2afc1b1fe329a1087083621 +SHA512 (cvise-2.5.0.tar.gz) = 8433d4daf0e0691b99ff78f4b5331da0d230d5872c214ffd4a7dee470d955c2a3d7541c19277555a6e97108f8cd3de589b3f724e2874c44e479e351777c671c4 +Size (cvise-2.5.0.tar.gz) = 255587 bytes --_----------=_1662736479101110--