From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD51E1580F6 for ; Wed, 05 Nov 2025 19:12:16 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C8FF7340DF9 for ; Wed, 05 Nov 2025 19:12:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C795C1102F8; Wed, 05 Nov 2025 19:12:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id BD7241102F8 for ; Wed, 05 Nov 2025 19:12:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77E09340DF9 for ; Wed, 05 Nov 2025 19:12:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17E0A1D4F for ; Wed, 05 Nov 2025 19:12:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1762369923.88efda1035ecbcdba434c8528162a0924c9949e1.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS meson.build X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 88efda1035ecbcdba434c8528162a0924c9949e1 X-VCS-Branch: master Date: Wed, 05 Nov 2025 19:12:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 12789be7-b2e6-4225-b40e-793059a019b6 X-Archives-Hash: 98c2e6368c3f91ed284b05051d3f4b4a commit: 88efda1035ecbcdba434c8528162a0924c9949e1 Author: Sam James gentoo org> AuthorDate: Wed Nov 5 19:12:03 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 5 19:12:03 2025 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=88efda10 NEWS, meson.build: prepare for portage-3.0.71 Signed-off-by: Sam James gentoo.org> NEWS | 12 ++++++++++++ meson.build | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index caa77b267a..0ea0bf1402 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,18 @@ Release notes take the form of the following optional categories: * Bug fixes * Cleanups +portage-3.0.71 (2025-11-05) +-------------- + +Bug fixes: + +* bintree: Fix --getbinpkg crash with frozen repo in binrepos.conf (bug #965453). + +* bintree: Fix fetching Packages index in some cases, mostly with various + sync-uri (bug #965464). + +* news: Skip news if profile is invalid (bug #953800). + portage-3.0.70 (2025-11-01) -------------- diff --git a/meson.build b/meson.build index eee54e65d8..e9adcba93c 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'portage', 'c', - version : '3.0.70', + version : '3.0.71', license : 'GPL-2.0-or-later', meson_version : '>=0.58.0' )