Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=r84ae2Gf; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=eHyzu77Y Received: by mail.netbsd.org (Postfix, from userid 605) id 2207384ED8; Wed, 15 May 2024 04:42:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715748134; bh=7WEntbIiBLo3SjQKU0N4S7Q9qNlQe7fVipGE5tyHUMk=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=r84ae2Gf98dpEXELd4JEnknPG7kP53oyW2igS5r2bPQR1orxqdfMTp848bAgGQuSd xWL0X059sZyqgFCu9AF4tUPfw+ArIwpm/cm6hvjOCz58/IQqY+7Uo1h547SIOfTCgh e8HAyI1JGoEfA1yZEWk4FrfDddxYB9nFQH2MLCUU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 12DA984CFC for ; Wed, 15 May 2024 04:42:13 +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 wotIsg4In5cq for ; Wed, 15 May 2024 04:42:12 +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 6367A84CF4 for ; Wed, 15 May 2024 04:42:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715748132; bh=7WEntbIiBLo3SjQKU0N4S7Q9qNlQe7fVipGE5tyHUMk=; h=Date:From:Subject:To:Reply-To; b=eHyzu77YhINkwzlectZZQNX9b9OTLVHaLyY/mInqf3pE1AGDhjJVw5viHawFr2y16 VNTMwkPjk0EQip5ZKUQC0Uz/kZ5ttV0QehwOJyt939zZxyuhqPJk8+n+TPOTtinElU 4aL9JJPJbyh/lRIyvI2g1ZwC7MY55J8AiISke38w= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5991DFA2C; Wed, 15 May 2024 04:42:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715748132140670" MIME-Version: 1.0 Date: Wed, 15 May 2024 04:42:12 +0000 From: "Jason R Thorpe" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: thorpej@netbsd.org X-Mailer: log_accum Message-Id: <20240515044212.5991DFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715748132140670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: thorpej Date: Wed May 15 04:42:12 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated sysutils/nabud to 1.3.2. To generate a diff of this commit: cvs rdiff -u -r1.3425 -r1.3426 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715748132140670 Content-Disposition: inline Content-Length: 749 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.3425 pkgsrc/doc/CHANGES-2024:1.3426 --- pkgsrc/doc/CHANGES-2024:1.3425 Wed May 15 04:14:43 2024 +++ pkgsrc/doc/CHANGES-2024 Wed May 15 04:42:12 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3425 2024/05/15 04:14:43 msaitoh Exp $ +$NetBSD: CHANGES-2024,v 1.3426 2024/05/15 04:42:12 thorpej Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5365,3 +5365,4 @@ Changes to the packages collection and i Updated devel/mise to 2024.5.15 [schmonz 2024-05-15] Updated devel/mob to 4.5.0nb3 [schmonz 2024-05-15] Updated sysutils/intel-microcode-netbsd to 20240514 [msaitoh 2024-05-15] + Updated sysutils/nabud to 1.3.2 [thorpej 2024-05-15] --_----------=_1715748132140670--