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 D9D67158094 for ; Sun, 25 Sep 2022 19:18:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E3A6E10FC; Sun, 25 Sep 2022 19:18:17 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00530E10FC for ; Sun, 25 Sep 2022 19:18:16 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05B6033FD24 for ; Sun, 25 Sep 2022 19:18:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 736F41E for ; Sun, 25 Sep 2022 19:18:14 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1664133469.0d615d90f95643cdef2c7bf783a5b8c3bca50097.floppym@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 0d615d90f95643cdef2c7bf783a5b8c3bca50097 X-VCS-Branch: master Date: Sun, 25 Sep 2022 19:18: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: 18bdc142-c270-4adc-a036-1563eba73290 X-Archives-Hash: 8a04868b0138982e645e5a504b51ca3a commit: 0d615d90f95643cdef2c7bf783a5b8c3bca50097 Author: Mike Gilbert gentoo org> AuthorDate: Sun Sep 25 19:17:49 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Sep 25 19:17:49 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=0d615d90 Update NEWS for bug 864259 Signed-off-by: Mike Gilbert gentoo.org> NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index e2a49b4d7..120af7c87 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,8 @@ Bug fixes: * emerge: Scheduler: Fix filenames for binpkgs in some cases - reuse existing filename and don't allocate a new one (bug #872392). +* dbapi: bintree: Avoid fetching 'Packages' multiple times (bug #864259). + portage-3.0.37 (2022-09-23) --------------