Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=pSH9KWk4; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=PjrmdLW+ Received: by mail.netbsd.org (Postfix, from userid 605) id 7776A84E8F; Sun, 24 Mar 2024 20:30:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711312258; bh=vXLi4FN7zdtvxKBS3EQj53urtPZIii/rpbV+nXpaOZI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=pSH9KWk4W9rfDuLvrYLx1L3g48qNl63KgKsZaQJTStqZJ03b4tdSsRvRg6BFtW7/D 6azQPWKTWGs1dk3xGeln6LxIi5aWyTlzhBa6PIMILA+3Icm9qnJJ3OARZ4yO7nB+TK ND/7r42YP70wNHw0wY5qKS0zUBMqm2ezfp8Kva6g= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6221C84E73 for ; Sun, 24 Mar 2024 20:30:57 +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 AaHtaF4OUBdq for ; Sun, 24 Mar 2024 20:30:57 +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 E3E2384EA6 for ; Sun, 24 Mar 2024 20:30:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711312257; bh=vXLi4FN7zdtvxKBS3EQj53urtPZIii/rpbV+nXpaOZI=; h=Date:From:Subject:To:Reply-To; b=PjrmdLW+1rwK1+YeK8303P4V/6DCSxZLqcUGSJku7HaJSz9/KttIlLsk+i8gBhMTV SMFPEZ3mjMD8vBAVj3EzLzFNNuKJwU4vOHShfLIV6lP3EfqYUirm9rROoDakuDttXr c2bFs2e2eFWViTx1/BD9YaOhkHCbakI97EIL2eJ8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id DD6F1FA2C; Sun, 24 Mar 2024 20:30:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1711312256239890" MIME-Version: 1.0 Date: Sun, 24 Mar 2024 20:30:56 +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: <20240324203056.DD6F1FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1711312256239890 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:30:56 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated security/httpx to 1.6.0 To generate a diff of this commit: cvs rdiff -u -r1.2102 -r1.2103 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1711312256239890 Content-Disposition: inline Content-Length: 715 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.2102 pkgsrc/doc/CHANGES-2024:1.2103 --- pkgsrc/doc/CHANGES-2024:1.2102 Sun Mar 24 20:22:22 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Mar 24 20:30:56 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2102 2024/03/24 20:22:22 leot Exp $ +$NetBSD: CHANGES-2024,v 1.2103 2024/03/24 20:30:56 leot Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3594,3 +3594,4 @@ Changes to the packages collection and i Updated security/dnsx to 1.2.1 [leot 2024-03-24] Updated security/subfinder to 2.6.5 [leot 2024-03-24] Updated security/tlsx to 1.1.6 [leot 2024-03-24] + Updated security/httpx to 1.6.0 [leot 2024-03-24] --_----------=_1711312256239890--