Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=nUjg4TgO; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=S5KiN+4o Received: by mail.netbsd.org (Postfix, from userid 605) id D614184E55; Wed, 10 Apr 2024 11:19:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712747972; bh=e8OmF0Rt1lKqfcQmmGjYAdTPnOx0ZLjMl3ZH+OPssNU=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=nUjg4TgON2hX4gOFIRvpQvlhNQoqbMm4IqoUSZyiUEx5KTJtDg25U216TdACPMiTp lHZ6UXDWDWDNLZJE6JN209Zto1QcRAsVcJ5BoR/zYT+b5Y1hK8f0elq6OrMsGKlUPf COEGKYFgmjzs7mv3IHz8mhkc9yVuDNJuZK3KQgEk= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C690484D8D for ; Wed, 10 Apr 2024 11:19:30 +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 QbluCDAOWuBM for ; Wed, 10 Apr 2024 11:19:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 208BB84D1B for ; Wed, 10 Apr 2024 11:19:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712747970; bh=e8OmF0Rt1lKqfcQmmGjYAdTPnOx0ZLjMl3ZH+OPssNU=; h=Date:From:Subject:To:Reply-To; b=S5KiN+4og+S5NXp6DBpVELPg/Pv9ZDDtGvWaGva3WDqLmvIsfYjDtjwbBuExawqAy Iz4GdGP0YRDbba59a3nmkEla9nfaNmQ4/qly4aqKkNPmz53YIK31/ZTXPn0KawDrhF RdXt9MsK7JeBxCYc6GPx8uP3SRF+vJXPzcUn23NE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1A628FA2C; Wed, 10 Apr 2024 11:19:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171274797078890" MIME-Version: 1.0 Date: Wed, 10 Apr 2024 11:19:30 +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: <20240410111930.1A628FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171274797078890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Apr 10 11:19:30 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated security/py-ecdsa, textproc/py-pdf To generate a diff of this commit: cvs rdiff -u -r1.2385 -r1.2386 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171274797078890 Content-Disposition: inline Content-Length: 776 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.2385 pkgsrc/doc/CHANGES-2024:1.2386 --- pkgsrc/doc/CHANGES-2024:1.2385 Wed Apr 10 10:54:58 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Apr 10 11:19:29 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2385 2024/04/10 10:54:58 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.2386 2024/04/10 11:19:29 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3969,3 +3969,5 @@ Changes to the packages collection and i Updated security/gnutls to 3.8.5nb1 [adam 2024-04-10] Removed devel/libcfg+ [adam 2024-04-10] Downgraded textproc/tree-sitter-cpp to 0.20.5 [wiz 2024-04-10] + Updated security/py-ecdsa to 0.19.0 [adam 2024-04-10] + Updated textproc/py-pdf to 4.2.0 [adam 2024-04-10] --_----------=_171274797078890--