Received: by mail.netbsd.org (Postfix, from userid 605) id 95B0E84F0C; Tue, 20 Feb 2024 16:51:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708447919; bh=d6+NGxSB5jv0hMAGC/AmVjVseN65xFUTOyYN7rjZ5m8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=pf5NJfVUiRQD2J12D8vCMq++aCfF8TQkSblotAce+dDYribSXTXd40tmz79OZmNuI Q/oW5jsCEFtK6XKQP5OH02aSQeMoaqvNn+Zh4rEH+JzBAONZGRMOybVVAxBMFd802d 3a069DG6tZWVUY18S1jdsY4NVL/qKPATPcHqLbXo= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 85BBD84F0A for ; Tue, 20 Feb 2024 16:51:58 +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 pWZUNECitWWx for ; Tue, 20 Feb 2024 16:51:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CEF5284D2E for ; Tue, 20 Feb 2024 16:51:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708447918; bh=d6+NGxSB5jv0hMAGC/AmVjVseN65xFUTOyYN7rjZ5m8=; h=Date:From:Subject:To:Reply-To; b=ZXo3nK4bRDHygIyn7nPbSwunIQL4UXauDC55IQQG4Ajdh/9Tj1Amlin0Mz/PD0Xw4 184b7x2nXJghRecJAda2fqMOpcbag4wrFkim3/sXaIMEpy2zixyh7oLArW8nSTyRpe 2mNLuAsywrPWwBIp0EAWlhgHfoUJgO4gLCxSIs8k= Received: by cvs.NetBSD.org (Postfix, from userid 500) id C81E9F9F4; Tue, 20 Feb 2024 16:51:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708447917136570" MIME-Version: 1.0 Date: Tue, 20 Feb 2024 16:51:57 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20240220165157.C81E9F9F4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708447917136570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Tue Feb 20 16:51:57 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 TODO Log Message: doc: Updated security/mozilla-rootcerts to 1.0.20240214 To generate a diff of this commit: cvs rdiff -u -r1.1368 -r1.1369 pkgsrc/doc/CHANGES-2024 cvs rdiff -u -r1.24067 -r1.24068 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708447917136570 Content-Disposition: inline Content-Length: 1322 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.1368 pkgsrc/doc/CHANGES-2024:1.1369 --- pkgsrc/doc/CHANGES-2024:1.1368 Tue Feb 20 15:19:49 2024 +++ pkgsrc/doc/CHANGES-2024 Tue Feb 20 16:51:56 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1368 2024/02/20 15:19:49 schmonz Exp $ +$NetBSD: CHANGES-2024,v 1.1369 2024/02/20 16:51:56 jperkin Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2429,3 +2429,4 @@ Changes to the packages collection and i Updated geography/gama to 2.29 [gdt 2024-02-20] Updated emulators/qemu to 8.2.1nb1 [imil 2024-02-20] Updated devel/swagger-codegen to 3.0.54 [schmonz 2024-02-20] + Updated security/mozilla-rootcerts to 1.0.20240214 [jperkin 2024-02-20] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.24067 pkgsrc/doc/TODO:1.24068 --- pkgsrc/doc/TODO:1.24067 Mon Feb 19 12:55:06 2024 +++ pkgsrc/doc/TODO Tue Feb 20 16:51:57 2024 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.24067 2024/02/19 12:55:06 wiz Exp $ +$NetBSD: TODO,v 1.24068 2024/02/20 16:51:57 jperkin Exp $ Suggested new packages ====================== @@ -949,7 +949,6 @@ For possible Perl packages updates, see o monocypher-3.1.2 o mopher-0.6.0 o moserial-2.30.0 - o mozilla-rootcerts-1.0.20240131 o mserv-devel-0.41 o mtail-1.2.0 o multitail-6.4.2 --_----------=_1708447917136570--