Received: by mail.netbsd.org (Postfix, from userid 605) id 9F76884F03; Thu, 29 Feb 2024 22:14:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709244857; bh=N2CGy5qPaAh6wzqkH2qLQsii8GgFCGcFESVqVgXsUC4=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=zGghGlBc4sc4X6VQwecemnwUd1PtbYsQ+M8ZvjyOCwjRjQ2z2Pb9ig3RluaioD4LP N7yjn5++9WPYSsENerrwa34R3hY2XkEInGuLeNh1JicHT1b6L1XvQg3bU/xTNSp1wa EmwPmJRgnFN7tmDl0Iwy5RJV0bLKDiv9DlM9KGSI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8E59E84E71 for ; Thu, 29 Feb 2024 22:14:16 +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 hHBSSGGV84qe for ; Thu, 29 Feb 2024 22:14:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D27B184D07 for ; Thu, 29 Feb 2024 22:14:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709244856; bh=N2CGy5qPaAh6wzqkH2qLQsii8GgFCGcFESVqVgXsUC4=; h=Date:From:Subject:To:Reply-To; b=vZ9RIR1+SmjZVSBu0jya1hkM7BnPIgaRd0i2y6aAl0B1eIacSxt59Bp/nNAJw7xFR Q2ZO8njR3RjctBlQOZhfW3r//DltFYgZqPcsHvwRiQzirw2bFoeUESPLSc3P2pVy+L rEeX6uTZx6AI8gIJ2NQ9WY4MLYKhht9slHc1mMHk= Received: by cvs.NetBSD.org (Postfix, from userid 500) id CF3DCFA27; Thu, 29 Feb 2024 22:14:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1709244855102230" MIME-Version: 1.0 Date: Thu, 29 Feb 2024 22:14:15 +0000 From: "pin" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240229221415.CF3DCFA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1709244855102230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Thu Feb 29 22:14:15 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated security/sequoia-sq to 0.34.0 To generate a diff of this commit: cvs rdiff -u -r1.1596 -r1.1597 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1709244855102230 Content-Disposition: inline Content-Length: 727 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.1596 pkgsrc/doc/CHANGES-2024:1.1597 --- pkgsrc/doc/CHANGES-2024:1.1596 Thu Feb 29 22:12:36 2024 +++ pkgsrc/doc/CHANGES-2024 Thu Feb 29 22:14:15 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1596 2024/02/29 22:12:36 pin Exp $ +$NetBSD: CHANGES-2024,v 1.1597 2024/02/29 22:14:15 pin Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2818,3 +2818,4 @@ Changes to the packages collection and i Updated devel/py-build to 1.1.1 [adam 2024-02-29] Updated security/py-pip-audit to 2.7.2 [adam 2024-02-29] Updated shells/oh-my-posh to 19.11.7 [pin 2024-02-29] + Updated security/sequoia-sq to 0.34.0 [pin 2024-02-29] --_----------=_1709244855102230--