Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=NFxhVFcb; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=X77cAtN/ Received: by mail.netbsd.org (Postfix, from userid 605) id 38F4E84DC1; Sun, 24 Mar 2024 20:30:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711312242; bh=wLiwVEaHi93xlUzSI4+utNsHQ96TvwJqSiHCiUzTCpI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=NFxhVFcbIKebm7zH1pQHPnaQwnm5habSBqdC78ZpG7+lJ0YBxN9ABPH1yyXF1gPkt tah/6VPGBzRRYD29GXyHJC/WQs4FsnO/PJD1VZ830wtQRi6NUPHG5GhlbtMxV69omp X+tjgBMZ1e6adzH7ID2jWD1isTgCg192PQDU0RQI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 49E1884E86 for ; Sun, 24 Mar 2024 20:22:23 +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 EAgJ5hNpDJYN for ; Sun, 24 Mar 2024 20:22:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D0E1184E7A for ; Sun, 24 Mar 2024 20:22:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711311742; bh=wLiwVEaHi93xlUzSI4+utNsHQ96TvwJqSiHCiUzTCpI=; h=Date:From:Subject:To:Reply-To; b=X77cAtN/UuioamwgmcDo3q3jdJmPr5kS1u5j8cH4eA0kwJ5yt7NdV4lV+UhJjJaVB w79JfABH6byS8Toqyr7FsM6IFkaqs4o8rBB4waAXv40QSY48UUJroPMKuCmDBVkh77 qrKRrGZEG9vYJr58vD4/gCtne53hy+FQEFf+Aqdw= Received: by cvs.NetBSD.org (Postfix, from userid 500) id CB0ECFA2C; Sun, 24 Mar 2024 20:22:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1711311742291440" MIME-Version: 1.0 Date: Sun, 24 Mar 2024 20:22:22 +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: <20240324202222.CB0ECFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1711311742291440 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:22:22 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated security/tlsx to 1.1.6 To generate a diff of this commit: cvs rdiff -u -r1.2101 -r1.2102 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1711311742291440 Content-Disposition: inline Content-Length: 716 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.2101 pkgsrc/doc/CHANGES-2024:1.2102 --- pkgsrc/doc/CHANGES-2024:1.2101 Sun Mar 24 20:17:12 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Mar 24 20:22:22 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2101 2024/03/24 20:17:12 leot Exp $ +$NetBSD: CHANGES-2024,v 1.2102 2024/03/24 20:22:22 leot Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3593,3 +3593,4 @@ Changes to the packages collection and i Updated devel/py-faker to 24.3.0 [adam 2024-03-24] 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] --_----------=_1711311742291440--