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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83261138334 for ; Mon, 19 Aug 2019 04:55:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 705B1E087C; Mon, 19 Aug 2019 04:55:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54C73E087C for ; Mon, 19 Aug 2019 04:55:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C87A349DFB for ; Mon, 19 Aug 2019 04:55:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DA0C266 for ; Mon, 19 Aug 2019 04:54:58 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1566188097.4b0e02a47c3d76cc38c9d8d52b7c07c6e7e1b43c.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS RELEASE-NOTES setup.py X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 4b0e02a47c3d76cc38c9d8d52b7c07c6e7e1b43c X-VCS-Branch: master Date: Mon, 19 Aug 2019 04:54:58 +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: 725e218d-8848-4196-a096-61a3e9c8a085 X-Archives-Hash: a99082b340d836e303d056949a500ab3 commit: 4b0e02a47c3d76cc38c9d8d52b7c07c6e7e1b43c Author: Zac Medico gentoo org> AuthorDate: Mon Aug 19 04:09:20 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Aug 19 04:14:57 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=4b0e02a4 Updates for portage-2.3.72 release Signed-off-by: Zac Medico gentoo.org> NEWS | 5 +++++ RELEASE-NOTES | 18 ++++++++++++++++++ setup.py | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c6e9b7228..e09468a87 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ News (mainly features/major bug fixes) +portage-2.3.72 +-------------- +* The glsa-check program is now provided by portage, and it has been + removed from gentoolkit. See bug 463952. + portage-2.3.70 -------------- * The @live-rebuild package set now searches for PROPERTIES=live, see diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e225f2640..c32679f15 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,24 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-2.3.72 +================================== +* Allow ESYSROOT and BROOT in the pkg_setup phase, following a recent + change to PMS. +* Bug Fixes: + - Bug 463952 glsa-check: install in /usr/bin + - Bug 646090 preserve-libs: get dep graph from EROOT + - Bug 690484 detect internal collisions for /usr merge + - Bug 690786 repoman: support metadata/layout.conf restrict-allowed + - Bug 691776 unpack: Unconditionally die if an unpacker returns + an error + - Bug 691638 Show get/setfattr stderr + - Bug 692024 econf: Unconditionally die on error in EAPIs 0 to 3 + - Bug 692262 QA Notice: EXPORT_FUNCTIONS is called before inherit + in kernel-2.eclass + - Bug 692412 emerge IndexError for ambiguous package atom with pypy + + portage-2.3.71 ================================== * Bug Fixes: diff --git a/setup.py b/setup.py index c71deb97f..f37232481 100755 --- a/setup.py +++ b/setup.py @@ -662,7 +662,7 @@ class build_ext(_build_ext): setup( name = 'portage', - version = '2.3.71', + version = '2.3.72', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org',