Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=J/pI0ay2; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=RJjHkn8P Received: by mail.netbsd.org (Postfix, from userid 605) id 0089C84E81; Wed, 8 May 2024 10:50:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715165428; bh=yiYR0D+da0k1CC+JwfVMhPWRq1PNpMDniyyI5Ri2EEA=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=J/pI0ay2Ge/SGB3dZtALnnb32nwrU3PxyLrrb+gdsM5b0pnkB6txnAZre0cRyyQ0o TycjmzL11ktDhJHJEIJ38wWHxihFPF8WlzjCmgrAhMosof3NCv6mzKuiqgGs1QLlEX AWrT6ebdZbmdTBr98nAVWlsys14sZ6W4UI1M6LBY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E72FD84CFC for ; Wed, 8 May 2024 10:50:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id oAHK_Y0AjbdN for ; Wed, 8 May 2024 10:50:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7A51684CE3 for ; Wed, 8 May 2024 10:50:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715165426; bh=yiYR0D+da0k1CC+JwfVMhPWRq1PNpMDniyyI5Ri2EEA=; h=Date:From:Subject:To:Reply-To; b=RJjHkn8PFAmK0CQ88pPM9ziXAiJESh63dMyQj8zV4DBzzRvpGjWZGc052ceJIYoXI bFWxhbAwGKs9y/GGHdIFGJj73LBBuBvSh6HQV02YRy5jpkNra2splvHpgXIL6l5Cae YlLVker/P3ZkByDr74vcakMJMyLc5JvQuBiEwKaI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7729BFA2C; Wed, 8 May 2024 10:50:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715165426182760" MIME-Version: 1.0 Date: Wed, 8 May 2024 10:50:26 +0000 From: "David Brownlee" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: abs@netbsd.org X-Mailer: log_accum Message-Id: <20240508105026.7729BFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715165426182760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: abs Date: Wed May 8 10:50:26 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated devel/visualvm to 2.1.8 To generate a diff of this commit: cvs rdiff -u -r1.3270 -r1.3271 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715165426182760 Content-Disposition: inline Content-Length: 717 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.3270 pkgsrc/doc/CHANGES-2024:1.3271 --- pkgsrc/doc/CHANGES-2024:1.3270 Wed May 8 09:24:01 2024 +++ pkgsrc/doc/CHANGES-2024 Wed May 8 10:50:26 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3270 2024/05/08 09:24:01 adam Exp $ +$NetBSD: CHANGES-2024,v 1.3271 2024/05/08 10:50:26 abs Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5152,3 +5152,4 @@ Changes to the packages collection and i Updated devel/py-coveralls to 4.0.0 [adam 2024-05-08] Updated textproc/py-json5 to 0.9.25 [adam 2024-05-08] Updated net/py-kombu to 5.3.7 [adam 2024-05-08] + Updated devel/visualvm to 2.1.8 [abs 2024-05-08] --_----------=_1715165426182760--