Received: by mail.netbsd.org (Postfix, from userid 605) id 8E76984EC6; Sun, 25 Feb 2024 16:04:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708877093; bh=sKUNzvLYMbg3yu6clFsXipnjEItBnp6yh7WQcn0FG/I=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=CP7w2LGrB2RC+5KShtFQDEednzkRrYKy6d7q520odI8XXkch6Uef555nVCb/X4MgE ipCElgny69+Yh22bEDZb1EAsahiCg6vc6jiJBffl7B5+vpTvIxvUX1Ifxi00RhlRHI 2aS8EmUbm2KuKkJfrLa1nZj+2m5Qagt2yhS7FLKg= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7E34D84EC4 for ; Sun, 25 Feb 2024 16:04:52 +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 5umvbmlkgtJL for ; Sun, 25 Feb 2024 16:04: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 BA37684CE3 for ; Sun, 25 Feb 2024 16:04:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708877092; bh=sKUNzvLYMbg3yu6clFsXipnjEItBnp6yh7WQcn0FG/I=; h=Date:From:Subject:To:Reply-To; b=R9zrUAzAn9HCGva5LZaYZWP9EuX+pMnE2Bh05NrNtj49hvDaN8mOfEHkeohxx5FJK ozxFgxyCMYHZaSYOyCn9k1nhR+KZNeesXW6Hsid+NuK28ctkn5bGb0cbgBF0GMoq7l KJx3G8xyBZGJhha2c/2+0VZhzGl+p+dk4iWt5u0w= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B6279FA27; Sun, 25 Feb 2024 16:04:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170887709181470" MIME-Version: 1.0 Date: Sun, 25 Feb 2024 16:04:51 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240225160451.B6279FA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170887709181470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Feb 25 16:04:51 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 TODO Log Message: doc: Updated databases/prometheus to 2.50.0 To generate a diff of this commit: cvs rdiff -u -r1.1516 -r1.1517 pkgsrc/doc/CHANGES-2024 cvs rdiff -u -r1.24108 -r1.24109 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170887709181470 Content-Disposition: inline Content-Length: 1283 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.1516 pkgsrc/doc/CHANGES-2024:1.1517 --- pkgsrc/doc/CHANGES-2024:1.1516 Sun Feb 25 15:57:00 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Feb 25 16:04:51 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1516 2024/02/25 15:57:00 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.1517 2024/02/25 16:04:51 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2666,3 +2666,4 @@ Changes to the packages collection and i Updated security/py-cryptography to 42.0.5 [wiz 2024-02-25] Updated security/py-cryptography_vectors to 42.0.5 [wiz 2024-02-25] Updated graphics/openexr to 3.2.2 [wiz 2024-02-25] + Updated databases/prometheus to 2.50.0 [wiz 2024-02-25] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.24108 pkgsrc/doc/TODO:1.24109 --- pkgsrc/doc/TODO:1.24108 Sun Feb 25 15:57:00 2024 +++ pkgsrc/doc/TODO Sun Feb 25 16:04:51 2024 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.24108 2024/02/25 15:57:00 wiz Exp $ +$NetBSD: TODO,v 1.24109 2024/02/25 16:04:51 wiz Exp $ Suggested new packages ====================== @@ -1122,7 +1122,6 @@ For possible Perl packages updates, see o procmail-3.24 o profit-2.5.3 o proj-9.2.0 - o prometheus-2.50.0 o ps2eps-1.70 o psmisc-22.20 o pspp-1.4.1 --_----------=_170887709181470--