Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=QYIE4Ozp; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=cYMuNKbB Received: by mail.netbsd.org (Postfix, from userid 605) id 34B8B84E84; Fri, 12 Apr 2024 19:28:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712950132; bh=S0p5ONhjMzcKgTPDbv9n4tyAZ0ONN43FG7NygmMXzjw=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=QYIE4OzprmvHlw5ATHIGDVHusn/YST/m8X5foAdcd3Dd/8hyEeMtFd9ufr/Kz/Ud1 /FJTJ7U9POz5YNymRPahy0pB9/qo9sgvppezYVRqYKvBpfBeLJdrDe9HpqFEA5ka6i ALed+y9Ep/+NV9CYs4vDL/yfdXbgT24gj7ieWW00= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2761784D7A for ; Fri, 12 Apr 2024 19:28:51 +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 5nqhAo2G9n89 for ; Fri, 12 Apr 2024 19:28: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 7D2B584CC8 for ; Fri, 12 Apr 2024 19:28:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712950130; bh=S0p5ONhjMzcKgTPDbv9n4tyAZ0ONN43FG7NygmMXzjw=; h=Date:From:Subject:To:Reply-To; b=cYMuNKbBHv9dvmL5bqo7QopXeIiLX08r2x2PTsTjNsg4L7aIvqqppKXXmIWLweRP0 PdHrozhfIbgHWX5b5uCB+GAQ94uNrI1mLCrBCcy6s2rqLyZ0pklo+QMcjhIu2xYUiM XTsXpAQhTwQHgKio1l0U4ePnvgKlelV8opSsPhrY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 78370FA2C; Fri, 12 Apr 2024 19:28:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712950130223640" MIME-Version: 1.0 Date: Fri, 12 Apr 2024 19:28:50 +0000 From: "nikita" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: nikita@netbsd.org X-Mailer: log_accum Message-Id: <20240412192850.78370FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712950130223640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nikita Date: Fri Apr 12 19:28:50 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated sysutils/py-diffoscope to 264 To generate a diff of this commit: cvs rdiff -u -r1.2423 -r1.2424 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1712950130223640 Content-Disposition: inline Content-Length: 735 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.2423 pkgsrc/doc/CHANGES-2024:1.2424 --- pkgsrc/doc/CHANGES-2024:1.2423 Fri Apr 12 15:41:55 2024 +++ pkgsrc/doc/CHANGES-2024 Fri Apr 12 19:28:50 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2423 2024/04/12 15:41:55 adam Exp $ +$NetBSD: CHANGES-2024,v 1.2424 2024/04/12 19:28:50 nikita Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4038,3 +4038,4 @@ Changes to the packages collection and i Updated x11/xlockmore-lite to 5.77 [micha 2024-04-12] Updated archivers/libarchive to 3.7.3 [adam 2024-04-12] Updated archivers/bsdtar to 3.7.3 [adam 2024-04-12] + Updated sysutils/py-diffoscope to 264 [nikita 2024-04-12] --_----------=_1712950130223640--