Received: by mail.netbsd.org (Postfix, from userid 605) id D451384EDD; Wed, 21 Feb 2024 08:55:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708505758; bh=6scLi3k5454emSIpitHFdWvF+XAEYPqacCGEO4zGCmo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=pty+Ob0l55I05rqb55hgktTshnaM4XR26wQO4V71um+ljOTbddYSHOTb3HkwR6mNp Bm6Ht6fjvBN+2CR4YoVGodq0lSsj/qQHXxImLcSHgJ0SUCn+1ui9nibZLPlFyXgiwK Zq9mSJsubpiAqffUlhdRgglM3xbrjdnboo/Rwz6o= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C660684CFA for ; Wed, 21 Feb 2024 08:55:56 +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 LOkgHwztVDgO for ; Wed, 21 Feb 2024 08:55:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 275F584C86 for ; Wed, 21 Feb 2024 08:55:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708505756; bh=6scLi3k5454emSIpitHFdWvF+XAEYPqacCGEO4zGCmo=; h=Date:From:Subject:To:Reply-To; b=zzI+Gvrr/B0STnU7e827zkBGNVkt+UbEJWGO4iklslB9ibUwSolFc1a+hXcJxbF17 zw6uhORmsxVvSfwnZq4CAQtWPeEHCZ8pfC+LQa3bcozu/AsyBLzsv5wBKXkKHqLsZL v8RRJlPJOGeOlM/Ijttay5tDoug9fhbnpWAqyic8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 23C16F9F4; Wed, 21 Feb 2024 08:55:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708505756191060" MIME-Version: 1.0 Date: Wed, 21 Feb 2024 08:55:56 +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: <20240221085556.23C16F9F4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708505756191060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Feb 21 08:55:56 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated www/py-httpbin, textproc/py-wcmatch To generate a diff of this commit: cvs rdiff -u -r1.1390 -r1.1391 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708505756191060 Content-Disposition: inline Content-Length: 801 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.1390 pkgsrc/doc/CHANGES-2024:1.1391 --- pkgsrc/doc/CHANGES-2024:1.1390 Wed Feb 21 06:42:49 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Feb 21 08:55:55 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1390 2024/02/21 06:42:49 adam Exp $ +$NetBSD: CHANGES-2024,v 1.1391 2024/02/21 08:55:55 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2454,3 +2454,5 @@ Changes to the packages collection and i Updated sysutils/zoxide to 0.9.4 [pin 2024-02-21] Updated security/py-cryptography to 42.0.4 [adam 2024-02-21] Updated security/py-cryptography_vectors to 42.0.4 [adam 2024-02-21] + Updated www/py-httpbin to 0.10.2 [adam 2024-02-21] + Updated textproc/py-wcmatch to 8.5.1 [adam 2024-02-21] --_----------=_1708505756191060--