Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=0BoWinYv; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=fuNXwO5N Received: by mail.netbsd.org (Postfix, from userid 605) id D111384E90; Sun, 24 Mar 2024 20:30:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711312215; bh=p5TTeO8WwPHK1O27RFsWB8sn2twyj6DgUWSUA5clN3Y=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=0BoWinYvLF3klabMsV5WZvBsvHb6rEdEB1ZNIurGyQboUHl6UjK9J8KbyTNv9akFW vwjKEsb0xBFpXy5np0Vo/tRBesZUFx04Es5MTKYkzrkH1uzbgF0LNLsSc8XNpuFPES 3UweSXjvO7i/3F+Ygy+BSbBZwuvCVT9GeoNO7tik= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A0EA284E74 for ; Sun, 24 Mar 2024 20:12:53 +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 CxGDn__9dPDX for ; Sun, 24 Mar 2024 20:12:52 +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 B7EC484DC1 for ; Sun, 24 Mar 2024 20:12:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711311172; bh=p5TTeO8WwPHK1O27RFsWB8sn2twyj6DgUWSUA5clN3Y=; h=Date:From:Subject:To:Reply-To; b=fuNXwO5Nvr9nzECokErMc36/fhjCarDZRYEyzvWwe5IbyGZUj08D12yxJDEQ2Sq1c FKJvFiKNOQO0F9HL3yB7aR+wFbOSYJ3Q8cTw6BR2upGedRSHMiuy7lrEwYVeTe5fJb p1+S9nWGT+wvM/EhBc8Tc3Ol6zdg1Ry/2AXujBnw= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B15F8FA2C; Sun, 24 Mar 2024 20:12:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1711311172202440" MIME-Version: 1.0 Date: Sun, 24 Mar 2024 20:12:52 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20240324201252.B15F8FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1711311172202440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sun Mar 24 20:12:52 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated security/dnsx to 1.2.1 To generate a diff of this commit: cvs rdiff -u -r1.2099 -r1.2100 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1711311172202440 Content-Disposition: inline Content-Length: 714 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.2099 pkgsrc/doc/CHANGES-2024:1.2100 --- pkgsrc/doc/CHANGES-2024:1.2099 Sun Mar 24 20:11:35 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Mar 24 20:12:52 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2099 2024/03/24 20:11:35 adam Exp $ +$NetBSD: CHANGES-2024,v 1.2100 2024/03/24 20:12:52 leot Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3591,3 +3591,4 @@ Changes to the packages collection and i Updated sysutils/direnv to 2.34.0 [leot 2024-03-24] Updated editors/helix to 23.10 [adam 2024-03-24] Updated devel/py-faker to 24.3.0 [adam 2024-03-24] + Updated security/dnsx to 1.2.1 [leot 2024-03-24] --_----------=_1711311172202440--