Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=lxeywTeb; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=rx76bKJS Received: by mail.netbsd.org (Postfix, from userid 605) id AA1DD84D59; Wed, 3 Apr 2024 21:36:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712180187; bh=TXWLtpgERc8OPgeqZ7o6/c6smvyVtshfyN9e6hKb5sk=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=lxeywTebdPy/9YpL5pYdUkxhQJEx4i6JscDEDCfGwwh34k2tsO22ML8oXwSLuR9Gc ceT6e+tJpB8tZSgwqmKaI/ORWOp4jO3+JfidJFCY9NbQxPy2Xj/aYmIlmJ9ivCR2bk vnVFAIdvjHha0++saSXajoUbV5ismecYjtUMXIak= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9892384D59 for ; Wed, 3 Apr 2024 21:36: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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 6aMCUl26BoMa for ; Wed, 3 Apr 2024 21:36:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 29E1884D01 for ; Wed, 3 Apr 2024 21:36:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712180186; bh=TXWLtpgERc8OPgeqZ7o6/c6smvyVtshfyN9e6hKb5sk=; h=Date:From:Subject:To:Reply-To; b=rx76bKJSRZumvwL9W6ltNjvFHbVa+8JXfSlhIpY5l5L023gbrPW1knGrFvUGmxOUD Grooilh6oaP94O+V+7c28VFyp6bg8ldiHIc/vAbPAWTyPuJrj5RSXWWYkm3E2vWkHi AkAH3e0cqphYo+mAV30mB9DNUczVNWAyUIlV+i1I= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1E36EFA2C; Wed, 3 Apr 2024 21:36:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712180186150540" MIME-Version: 1.0 Date: Wed, 3 Apr 2024 21:36:26 +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: <20240403213626.1E36EFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712180186150540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Apr 3 21:36:26 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/libgnt to 2.14.0nb9 To generate a diff of this commit: cvs rdiff -u -r1.2217 -r1.2218 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1712180186150540 Content-Disposition: inline Content-Length: 715 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.2217 pkgsrc/doc/CHANGES-2024:1.2218 --- pkgsrc/doc/CHANGES-2024:1.2217 Wed Apr 3 21:27:02 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Apr 3 21:36:25 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2217 2024/04/03 21:27:02 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.2218 2024/04/03 21:36:25 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3740,3 +3740,4 @@ Changes to the packages collection and i Updated x11/xf86-video-vboxvideo to 1.0.1 [wiz 2024-04-03] Updated x11/libXmu to 1.2.0 [wiz 2024-04-03] Updated x11/xorgproto to 2024.1 [wiz 2024-04-03] + Updated devel/libgnt to 2.14.0nb9 [wiz 2024-04-03] --_----------=_1712180186150540--