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 367FA15800F for ; Fri, 17 Feb 2023 01:23:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21217E0857; Fri, 17 Feb 2023 01:23:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 EBF76E0849 for ; Fri, 17 Feb 2023 01:23:28 +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 AEF4F341147 for ; Fri, 17 Feb 2023 01:23:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 195758B4 for ; Fri, 17 Feb 2023 01:23:26 +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: <1676596994.33ce3acd1da3c720ad1533ab655d347cf61b424f.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 33ce3acd1da3c720ad1533ab655d347cf61b424f X-VCS-Branch: master Date: Fri, 17 Feb 2023 01:23:26 +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: 98edf981-44b0-485e-8f30-9926072a84ee X-Archives-Hash: a97e1969c2436ae0f8dd8a99f5948b60 commit: 33ce3acd1da3c720ad1533ab655d347cf61b424f Author: Sheng Yu protonmail com> AuthorDate: Fri Feb 17 01:10:26 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 17 01:23:14 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=33ce3acd Update NEWS Signed-off-by: Sheng Yu protonmail.com> Closes: https://github.com/gentoo/portage/pull/984 Signed-off-by: Sam James gentoo.org> NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index eef664f64..3322fe32a 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,12 @@ Features: Bug fixes: * gpkg: Handle out-of-space errors (bug #891391). +* gpkg: GPG signed gpkg will be ignored for profiles updates. + +* binpkg: Show warning if the binhost is missing metadata (outdated). (bug #884869) + +* binpkg: Improve error handling for binpkg detection. (bug #893638) + * portage(5): List volatile option as a separate entry (bug #888585). * emaint: Changed default action for emaint target sync to 'auto'.