Received: by mail.netbsd.org (Postfix, from userid 605) id 84D2584F59; Fri, 23 Feb 2024 10:10:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708683003; bh=Zgeuc56onfHoWMm6bk1vxjsYFhD3zamzPhoN1x+KGaY=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=QpUttzzZjWbUzUA7h1S/xzrOuFaZHZBCWJ88+jwnwMB0oTslSC9laMNZUKgfmKidF Upzb7S/anXhKhX5HPmOi0DXQDFTK49G5/Lp9fzjhWiUXyB+xSLxQerJlhPr/Ag7rfq Y0VeJZ75nCU7X+8FhnmlGmKhzx86p0nRNHqwDP4U= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 74AA584D08 for ; Fri, 23 Feb 2024 10:10:02 +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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id o7msqP1kvr1U for ; Fri, 23 Feb 2024 10:10:02 +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 05A9884CC8 for ; Fri, 23 Feb 2024 10:10:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708683002; bh=Zgeuc56onfHoWMm6bk1vxjsYFhD3zamzPhoN1x+KGaY=; h=Date:From:Subject:To:Reply-To; b=A+0A5HlSp1x5RWWbKk6LYeSI/55BuH5G44VaRieK3SDGuDNGOFCbuOmsevP8AmySn XCd5laBupTfQlBjkfj8I9Fm8U5yQVu2RNFl9HKSS07QZOiTqLmoJgQlntuiQl4dqOx +ElN2+piHWZFkgFz03OWSdWvtylItJM6Kllw6s+U= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 014B1F9F4; Fri, 23 Feb 2024 10:10:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708683001106940" MIME-Version: 1.0 Date: Fri, 23 Feb 2024 10:10:01 +0000 From: "pin" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240223101002.014B1F9F4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708683001106940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Fri Feb 23 10:10:01 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated graphics/simp to 3.5.1 To generate a diff of this commit: cvs rdiff -u -r1.1438 -r1.1439 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708683001106940 Content-Disposition: inline Content-Length: 705 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.1438 pkgsrc/doc/CHANGES-2024:1.1439 --- pkgsrc/doc/CHANGES-2024:1.1438 Fri Feb 23 10:07:10 2024 +++ pkgsrc/doc/CHANGES-2024 Fri Feb 23 10:10:01 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1438 2024/02/23 10:07:10 pin Exp $ +$NetBSD: CHANGES-2024,v 1.1439 2024/02/23 10:10:01 pin Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2525,3 +2525,4 @@ Changes to the packages collection and i Updated misc/rust-kanban to 0.9.4 [pin 2024-02-23] Updated net/slumber to 0.13.0 [pin 2024-02-23] Updated sysutils/xcp to 0.20.4 [pin 2024-02-23] + Updated graphics/simp to 3.5.1 [pin 2024-02-23] --_----------=_1708683001106940--