Received: by mail.netbsd.org (Postfix, from userid 605) id A491E84EB4; Wed, 28 Feb 2024 00:05:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709078700; bh=GRxQvHo3neQUn4MQYnwuDbjdJAj4Agf8Ttr7iGO3an4=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=x3UoWmCvfbjnZRUap7tpxC1HU3lZ5v6dIc03HYUErKTZnd1Dfnb8HRyK7x3hqvIeb j53K4hcza9mPvAT77UWTk28aB/066LGLAvP3K+8Uh54xzIdVldWbvedanxE/sbhxFe 4vjjphLeClp6U5Th4X1oEd6NkPcFWK1IZK676mNE= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BDC3184D4B for ; Wed, 28 Feb 2024 00:04:28 +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 wU4aBvpN-JNE for ; Wed, 28 Feb 2024 00:04:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1EE2684CF8 for ; Wed, 28 Feb 2024 00:04:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709078668; bh=GRxQvHo3neQUn4MQYnwuDbjdJAj4Agf8Ttr7iGO3an4=; h=Date:From:Subject:To:Reply-To; b=YQ2o81hMcvhyZcsvpKt/8dS5wonMs8EU+enC4Ybf/hXT7v0ctZN1NfM5UXFW4VqNI htv5bxu55d9NDD0Ktz5naLv2Io4jGeMWEB4WhiEbBDJmn/6N9s6WewB6zqxcBMsEc1 6GZ9l/O/NuzyC5Mb2SgxDC0gTZboYuOoie+tXwus= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1A984FA27; Wed, 28 Feb 2024 00:04:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1709078668215920" MIME-Version: 1.0 Date: Wed, 28 Feb 2024 00:04:28 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240228000428.1A984FA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1709078668215920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Feb 28 00:04:28 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated graphics/openjpeg to 2.5.1nb1 To generate a diff of this commit: cvs rdiff -u -r1.1550 -r1.1551 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1709078668215920 Content-Disposition: inline Content-Length: 721 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.1550 pkgsrc/doc/CHANGES-2024:1.1551 --- pkgsrc/doc/CHANGES-2024:1.1550 Tue Feb 27 23:51:47 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Feb 28 00:04:27 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1550 2024/02/27 23:51:47 charlotte Exp $ +$NetBSD: CHANGES-2024,v 1.1551 2024/02/28 00:04:27 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2752,3 +2752,4 @@ Changes to the packages collection and i Updated devel/cargo-modules to 0.14.1 [pin 2024-02-27] Updated www/wordpress to 6.4.3 [morr 2024-02-28] Updated wm/cwm to 7.4 [charlotte 2024-02-28] + Updated graphics/openjpeg to 2.5.1nb1 [wiz 2024-02-28] --_----------=_1709078668215920--