Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=LVh9q/CK; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=a90HO+/p Received: by mail.netbsd.org (Postfix, from userid 605) id 8F06F84D2F; Wed, 3 Apr 2024 11:38:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712144331; bh=myliBFdirhxusVhji/dk0LnmzKIiYTazG0XTWcZ+mNo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=LVh9q/CK+cqF0OxNSm7Aj7B6iwI2x7FUKS+O1Xo7PfAFGUxrjGEiLpNMR5nk9WG4J 1YrrQO2OIE3uoPPJjZzS1bjMipqnK1/xIteqcnKBwYvIvGmiub+eRzvSGovoaXHYtX wyni9gokV4BZqSlePwMgcLViWysQGt8EwchWo6WI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8229B84D2A for ; Wed, 3 Apr 2024 11:38:50 +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 wL7URpDcU63d for ; Wed, 3 Apr 2024 11:38:50 +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 D15BC84D22 for ; Wed, 3 Apr 2024 11:38:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712144330; bh=myliBFdirhxusVhji/dk0LnmzKIiYTazG0XTWcZ+mNo=; h=Date:From:Subject:To:Reply-To; b=a90HO+/pnAlDIdFBCCz/PFcfMOoNwOk1RNeGouU2tKrOldP7dUxXBa0gbcUaOnKFx /ejMNAj69SGzKkWP/7zs76FVgAlOry49AI3hhRJPFNaZockaoNB5zUEBcqf/FPS1fB p1R0okz2bLIAUqQPrb9CWdCsH0QjGtB+bvdJqc74= Received: by cvs.NetBSD.org (Postfix, from userid 500) id C8F0EFA2E; Wed, 3 Apr 2024 11:38:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171214432961730" MIME-Version: 1.0 Date: Wed, 3 Apr 2024 11:38:49 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240403113849.C8F0EFA2E@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171214432961730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Apr 3 11:38:49 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated misc/stellarium, www/py-httpcore To generate a diff of this commit: cvs rdiff -u -r1.2187 -r1.2188 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171214432961730 Content-Disposition: inline Content-Length: 796 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.2187 pkgsrc/doc/CHANGES-2024:1.2188 --- pkgsrc/doc/CHANGES-2024:1.2187 Wed Apr 3 09:53:40 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Apr 3 11:38:49 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2187 2024/04/03 09:53:40 adam Exp $ +$NetBSD: CHANGES-2024,v 1.2188 2024/04/03 11:38:49 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3706,3 +3706,5 @@ Changes to the packages collection and i Updated converters/py-emoji to 2.11.0 [adam 2024-04-03] Updated textproc/py-validators to 0.26.0 [adam 2024-04-03] Updated misc/py-trove-classifiers to 2024.3.25 [adam 2024-04-03] + Updated misc/stellarium to 24.1 [adam 2024-04-03] + Updated www/py-httpcore to 1.0.5 [adam 2024-04-03] --_----------=_171214432961730--