Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Fri, 23 Sep 2022 03:24:30
Message-Id: 1663903422.10776db6625d86430c96b497ade770e7432343bc.sam@gentoo
1 commit: 10776db6625d86430c96b497ade770e7432343bc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 23 03:23:42 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 23 03:23:42 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=10776db6
7
8 NEWS: prepare for 3.0.37
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 NEWS | 18 ++++++++++++++++++
13 1 file changed, 18 insertions(+)
14
15 diff --git a/NEWS b/NEWS
16 index e151452d6..b14bcd135 100644
17 --- a/NEWS
18 +++ b/NEWS
19 @@ -1,3 +1,21 @@
20 +portage-3.0.37 (2022-09-23)
21 +--------------
22 +
23 +Bug fixes:
24 +* _emerge: SpawnProcess: Avoid sandbox violations with PROPERTIES="interactive"
25 + when accessing /dev/tty* (bug #870310).
26 +
27 +* _emerge: Binpkg: Don't create empty stray binpkgs (bug #870283).
28 +
29 +* bin: gpkg-sign: Check gpg configuration before using (bug #869470).
30 +
31 +* portage: gpkg: Allow missing files (needed for when ebuilds touch
32 + ${EROOT} in pkg_*) when creating binpkgs with quickpkg (bug #870229).
33 +
34 +* portage: getbinpkg: Fix --getbinpkgonly command list with e.g. rsync (bug #866197).
35 +
36 +* portage: checksum: Fix PORTAGE_CHECKSUM_FILTER. Regression from 3.0.31.
37 +
38 portage-3.0.36 (2022-09-09)
39 --------------