Received: by mail.netbsd.org (Postfix, from userid 605) id 1648984EBF; Sat, 10 Feb 2024 07:21:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707549698; bh=apOPSr2Fl5HkAVgIZr9KHJVhwgVK2hQWxbLjpWL5rwY=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=vuoTzxuxeccJ+AH6qfQScLIGj9AvD2h0Hw5c524KPv1W7qZlukfh4PSN+06dh0E2Z 2BO7+CkqVsjKZf1EH4tTMxsmmQ6hixMxKO5S7hbaSMlEI8I8yJeZ8pGlqdUynMBQ9p 5J9npNx2is9GR0aigIpGZT7QD4jbmh56RmPo/yn8= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 07D6A84E83 for ; Sat, 10 Feb 2024 07:21:37 +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 ZIe-0JtrUhjf for ; Sat, 10 Feb 2024 07:21:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5B22E84D68 for ; Sat, 10 Feb 2024 07:21:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707549696; bh=apOPSr2Fl5HkAVgIZr9KHJVhwgVK2hQWxbLjpWL5rwY=; h=Date:From:Subject:To:Reply-To; b=tSWTdsCFwmcv6i7/95bmSoWNtU22J5dEqal0YymiEBnL0q5B1Fs3f1Xk7GkKr8PFV Zz5T0CTF3VPFcaK23WhHrg0Ff/qMdrf6TTLT75ObktsUNi1wY/OIkP1vOX1JAGJ9Nq 29OMRGvo7sJ2Uk0GDnyAGdsqH/p++FD4TyV5dnVs= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 54DACFA42; Sat, 10 Feb 2024 07:21:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707549696292810" MIME-Version: 1.0 Date: Sat, 10 Feb 2024 07:21:36 +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: <20240210072136.54DACFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707549696292810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Feb 10 07:21:36 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated www/py-zope.proxy, devel/py-urwid To generate a diff of this commit: cvs rdiff -u -r1.1086 -r1.1087 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707549696292810 Content-Disposition: inline Content-Length: 821 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.1086 pkgsrc/doc/CHANGES-2024:1.1087 --- pkgsrc/doc/CHANGES-2024:1.1086 Sat Feb 10 07:16:54 2024 +++ pkgsrc/doc/CHANGES-2024 Sat Feb 10 07:21:36 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1086 2024/02/10 07:16:54 adam Exp $ +$NetBSD: CHANGES-2024,v 1.1087 2024/02/10 07:21:36 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -1834,3 +1834,5 @@ Changes to the packages collection and i Updated security/py-certbot-dns-sakuracloud to 2.9.0 [adam 2024-02-10] Updated security/py-certbot-nginx to 2.9.0 [adam 2024-02-10] Added security/py-certbot-dns-cloudflare version 2.9.0 [adam 2024-02-10] + Updated www/py-zope.proxy to 5.2 [adam 2024-02-10] + Updated devel/py-urwid to 2.5.2 [adam 2024-02-10] --_----------=_1707549696292810--