From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0D9FD15803E for ; Fri, 5 Jan 2024 08:21:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06E5A2BC0D0; Fri, 5 Jan 2024 08:21:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id B238E2BC0D0 for ; Fri, 5 Jan 2024 08:21:13 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EBF293430BE for ; Fri, 5 Jan 2024 08:21:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AFB5DB1 for ; Fri, 5 Jan 2024 08:21:11 +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: <1704442869.675aeda568f9492813e25615c9a7caf723f75317.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: 675aeda568f9492813e25615c9a7caf723f75317 X-VCS-Branch: master Date: Fri, 5 Jan 2024 08:21:11 +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: 9ab6a0f2-4b69-4e11-a16f-294a9d0c58b6 X-Archives-Hash: 0221eefcd67a1575abc837a8b4b94639 commit: 675aeda568f9492813e25615c9a7caf723f75317 Author: Sam James gentoo org> AuthorDate: Fri Jan 5 08:20:54 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 5 08:21:09 2024 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=675aeda5 NEWS, meson.build: prepare for portage-3.0.61 Signed-off-by: Sam James gentoo.org> NEWS | 12 +++++++++++- meson.build | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 59513f1137..0bb525a629 100644 --- a/NEWS +++ b/NEWS @@ -6,12 +6,22 @@ Release notes take the form of the following optional categories: * Bug fixes * Cleanups -portage-3.0.61 (UNRELEASED) +portage-3.0.61 (2024-01-05) -------------- +A small set of binpkg robustness fixes. + Bug fixes: +* BinpkgFetcher: Preserve mtime (bug #921208). + * bintree: Don't call trust helper unless bindb is writable (bug #915842, bug #920180). +* bintree: Avoid unnecessary build id incrementation (bug #921208). + +* bintree: Handle inject failures (bug #921327). + +* emaint: merges: Fix TrackingFile for utf8_mode (bug #921181). + portage-3.0.60 (2024-01-02) -------------- diff --git a/meson.build b/meson.build index 77cec1d11f..604cc4eae1 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'portage', 'c', - version : '3.0.60', + version : '3.0.61', license : 'GPL-2.0-or-later', meson_version : '>=0.58.0' )