Received: by mail.netbsd.org (Postfix, from userid 605) id C116184D82; Sat, 17 Feb 2024 10:59:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708167565; bh=CCG9Q0r1nmeHECZG4Q6E97as3MVeE7kubRGRt6vcfk8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=zduOLrqik3+SHlyi0puIizQ1Ua7DndN1fLzJJvDxQKmk0AUl7D6JPX+Dey8ZrGGVK 73zgygi1HTuvgF5/OuMoNLpjhqK90itOJXYW+ubIewYEYhuqLijrzBIgd20lJc6MnA AiDqDGZUGINRLzBCqlhi1FrYJ5BryzOBoPNCE5mE= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B405B84D80 for ; Sat, 17 Feb 2024 10:59:24 +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 REVz5PO32B57 for ; Sat, 17 Feb 2024 10:59:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 13CE984D24 for ; Sat, 17 Feb 2024 10:59:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708167564; bh=CCG9Q0r1nmeHECZG4Q6E97as3MVeE7kubRGRt6vcfk8=; h=Date:From:Subject:To:Reply-To; b=2RUAOmtONiE2wuJcJGUmU+PDTY/jPNW8Sd6xJQ5G4yzay/B0R3SghSIiKxc5d8Bmg zhz9PI93Zkwr/lXXCRCDjnc1+ApdaUnXBL1VQmRe6T3pSeruosXBgcOsNpluwqk3E8 GDpZe7UxBXZMYlSd3Ad3LvrsxodaYtskAymxxLOM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0CDD4F9F2; Sat, 17 Feb 2024 10:59:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170816756452390" MIME-Version: 1.0 Date: Sat, 17 Feb 2024 10:59:24 +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: <20240217105924.0CDD4F9F2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170816756452390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Feb 17 10:59:23 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated misc/dpkg, lang/py-pyformlang To generate a diff of this commit: cvs rdiff -u -r1.1303 -r1.1304 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170816756452390 Content-Disposition: inline Content-Length: 767 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.1303 pkgsrc/doc/CHANGES-2024:1.1304 --- pkgsrc/doc/CHANGES-2024:1.1303 Sat Feb 17 10:21:06 2024 +++ pkgsrc/doc/CHANGES-2024 Sat Feb 17 10:59:23 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1303 2024/02/17 10:21:06 adam Exp $ +$NetBSD: CHANGES-2024,v 1.1304 2024/02/17 10:59:23 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2236,3 +2236,5 @@ Changes to the packages collection and i Updated math/openblas64_pthread to 0.3.26 [adam 2024-02-17] Updated net/ngtcp2 to 1.3.0 [adam 2024-02-17] Updated net/py-dns to 2.6.0 [adam 2024-02-17] + Updated misc/dpkg to 1.22.4 [adam 2024-02-17] + Updated lang/py-pyformlang to 1.0.7 [adam 2024-02-17] --_----------=_170816756452390--