Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Rhpt1xHx; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=VjBnHe2n Received: by mail.netbsd.org (Postfix, from userid 605) id 4170184EA6; Thu, 14 Mar 2024 00:14:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710375270; bh=boRMB5ziKcqygUiGWJKPErraUuXMm51AaS1iH6kvbbg=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Rhpt1xHxCdJ+HM49/tLX/QYMw8e0OVMhn1tEAD+Bdq7fQEXLaP5LCdd/RNQnGfhMV 6fH7CnpWn/TPaDKsbIda/r3XtXHMKGyJkLFBwH/QYUr3lLqJx47D/jXy0+hmSkCRsm qCYDX3qCqLo4lj7eZgZU5dJiLtxNCTdkiqtDD9+Q= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2EF1A84EA0 for ; Thu, 14 Mar 2024 00:14:29 +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 TWqrdIaQu2vv for ; Thu, 14 Mar 2024 00:14:28 +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 80C7884CFF for ; Thu, 14 Mar 2024 00:14:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710375268; bh=boRMB5ziKcqygUiGWJKPErraUuXMm51AaS1iH6kvbbg=; h=Date:From:Subject:To:Reply-To; b=VjBnHe2nqR0g/FcWg9R9TR9VViDB12TUsP9H2J7/IVAnZirjSAonLmkKa7cFxPycI 708XeVYC2wLQtAMf7Y+NitHmJrsJzJhXWhIQfdbNh8wwgVOAcThrv8FV0ceNmeHXZB 2wfMDC0Nz8UrFCmDdiMGHWoutq27xNFmwzqhRyLY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 77C02FA2C; Thu, 14 Mar 2024 00:14:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710375268162020" MIME-Version: 1.0 Date: Thu, 14 Mar 2024 00:14:28 +0000 From: "Kimmo Suominen" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: kim@netbsd.org X-Mailer: log_accum Message-Id: <20240314001428.77C02FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710375268162020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kim Date: Thu Mar 14 00:14:28 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated shells/tcsh to 6.24.11 To generate a diff of this commit: cvs rdiff -u -r1.1864 -r1.1865 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710375268162020 Content-Disposition: inline Content-Length: 741 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.1864 pkgsrc/doc/CHANGES-2024:1.1865 --- pkgsrc/doc/CHANGES-2024:1.1864 Wed Mar 13 19:33:01 2024 +++ pkgsrc/doc/CHANGES-2024 Thu Mar 14 00:14:28 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1864 2024/03/13 19:33:01 rhialto Exp $ +$NetBSD: CHANGES-2024,v 1.1865 2024/03/14 00:14:28 kim Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3137,3 +3137,4 @@ Changes to the packages collection and i Updated www/lighttpd to 1.4.75 [schmonz 2024-03-13] Updated emulators/open-simh to 4.1.0.20240303 [rhialto 2024-03-13] Updated emulators/hercules4sdl to 4.7 [rhialto 2024-03-13] + Updated shells/tcsh to 6.24.11 [kim 2024-03-14] --_----------=_1710375268162020--