Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Thu, 27 Dec 2018 22:50:20
Message-Id: 1545948309.67b36e44818900ee8f289c342e49330fcb712e1d.zmedico@gentoo
1 commit: 67b36e44818900ee8f289c342e49330fcb712e1d
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 27 22:04:41 2018 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 27 22:05:09 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=67b36e44
7
8 Updates for portage-2.3.53 release
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11
12 NEWS | 3 ++-
13 RELEASE-NOTES | 12 ++++++++++++
14 setup.py | 2 +-
15 3 files changed, 15 insertions(+), 2 deletions(-)
16
17 diff --git a/NEWS b/NEWS
18 index e65205c42..ef11d6a34 100644
19 --- a/NEWS
20 +++ b/NEWS
21 @@ -1,10 +1,11 @@
22 News (mainly features/major bug fixes)
23
24 -portage-next
25 +portage-2.3.53
26 --------------
27 * Renamed PORT_LOGDIR and PORT_LOGDIR_CLEAN variables to
28 PORTAGE_LOGDIR and PORTAGE_LOGDIR_CLEAN to match other existing
29 similar variables
30 +* Enable FEATURES={ipc,network,pid}-sandbox by default
31
32 portage-2.3.42
33 ----------------
34
35 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
36 index 87309e3c3..a8634fe15 100644
37 --- a/RELEASE-NOTES
38 +++ b/RELEASE-NOTES
39 @@ -1,6 +1,18 @@
40 Release Notes; upgrade information mainly.
41 Features/major bugfixes are listed in NEWS
42
43 +portage-2.3.53
44 +==================================
45 +* Bug Fixes:
46 + - Bug 585986 prepend EPREFIX PATH, omit host PATH by default
47 + - Bug 668538 add PORTAGE_LOGDIR alias for PORT_LOGDIR
48 + - Bug 669496 drop privileges for git merge
49 + - Bug 671472 compat_corouting save throw return
50 + - Bug 671824 EBUILD_PHASES: add instprep
51 + - Bug 672440 portage.process.spawn default env to os.environ
52 + - Bug 673224 ExtractKernelVersion ParseError
53 +
54 +
55 portage-2.3.52
56 ==================================
57 * Bug Fixes:
58
59 diff --git a/setup.py b/setup.py
60 index b0bc51468..839cb1c98 100755
61 --- a/setup.py
62 +++ b/setup.py
63 @@ -662,7 +662,7 @@ class build_ext(_build_ext):
64
65 setup(
66 name = 'portage',
67 - version = '2.3.52',
68 + version = '2.3.53',
69 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
70 author = 'Gentoo Portage Development Team',
71 author_email = 'dev-portage@g.o',