Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=WOdssJZj; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=xOY3QMwR Received: by mail.netbsd.org (Postfix, from userid 605) id BA55484D1B; Wed, 10 Apr 2024 12:36:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712752581; bh=XH4xH8zgmZ152qEGFY6SC4nvZ9rDEYI658K8AxvhtyM=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=WOdssJZjmkcXBMwOuO/9xKQVW4XmURYs2kiiLdoWy/VCwzDM6vIwZ9SrSofZq1FTY vAnVejCA8/ciPY2ZJoSHNn8yd3FzsnklpvmELNjmH/l/q4Q+2olvcArkEV73gbU35W mq7kFuqliIQugPkvYUCt2byxmJvm9tFCT/jayy2I= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ADEEC84CF7 for ; Wed, 10 Apr 2024 12:36:20 +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 UnIrZEJVHJXT for ; Wed, 10 Apr 2024 12:36:20 +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 F0C1384CD5 for ; Wed, 10 Apr 2024 12:36:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712752580; bh=XH4xH8zgmZ152qEGFY6SC4nvZ9rDEYI658K8AxvhtyM=; h=Date:From:Subject:To:Reply-To; b=xOY3QMwR9lLc+6xzh5aaI5uKuv8ap0fIyHBZt6BdEkUPbjipjua0vYmI3vHKiE8kn C5k85QZNkZFnoXwp985D8zMAH9C3F1tR4c1CzP3kEVonphc1O77FtSszL0bXREnjDg af4v+z6t+2mT7VPdnjbAy12qa2rw882TL1jkdhAs= Received: by cvs.NetBSD.org (Postfix, from userid 500) id E52B7FA2C; Wed, 10 Apr 2024 12:36:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712752579208740" MIME-Version: 1.0 Date: Wed, 10 Apr 2024 12:36:19 +0000 From: "Jason Bacon" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: bacon@netbsd.org X-Mailer: log_accum Message-Id: <20240410123619.E52B7FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712752579208740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bacon Date: Wed Apr 10 12:36:19 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated biology/minimap2 to 2.28 To generate a diff of this commit: cvs rdiff -u -r1.2386 -r1.2387 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1712752579208740 Content-Disposition: inline Content-Length: 734 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.2386 pkgsrc/doc/CHANGES-2024:1.2387 --- pkgsrc/doc/CHANGES-2024:1.2386 Wed Apr 10 11:19:29 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Apr 10 12:36:19 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2386 2024/04/10 11:19:29 adam Exp $ +$NetBSD: CHANGES-2024,v 1.2387 2024/04/10 12:36:19 bacon Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3971,3 +3971,4 @@ Changes to the packages collection and i 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] + Updated biology/minimap2 to 2.28 [bacon 2024-04-10] --_----------=_1712752579208740--