Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] emerge --getbinpkg: https support for If-Modified-Since
Date: Mon, 31 Jul 2017 16:32:38
Message-Id: CAMiTYSq-jdw2u_69VuMZSv5zukQ2nLs8VWW=c21Vqs78sty87A@mail.gmail.com
In Reply to: Re: [gentoo-portage-dev] [PATCH] emerge --getbinpkg: https support for If-Modified-Since by Brian Dolbec
1 On Mon, Jul 31, 2017 at 8:10 AM, Brian Dolbec <dolsen@g.o> wrote:
2 > On Mon, 31 Jul 2017 00:11:09 -0700
3 > Zac Medico <zmedico@g.o> wrote:
4 >
5 >> When https certificate and hostname verification is enabled for
6 >> stdlib http clients (PEP 476), use python for If-Modified-Since
7 >> header support. When python lacks PEP 476 support, continue to
8 >> use FETCHCOMMAND for https certificate and hostname verification
9 >> (see security bug 469888).
10 >>
11 >> X-Gentoo-bug: 625246
12 >> X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=625246
13 >> ---
14 >> pym/portage/dbapi/bintree.py | 10 ++++++----
15 >> pym/portage/util/_urlopen.py | 12 ++++++++++++
16 >> 2 files changed, 18 insertions(+), 4 deletions(-)
17 >>
18 >
19 > looks fine
20
21 Thanks, pushed:
22
23 https://gitweb.gentoo.org/proj/portage.git/commit/?id=1d821469d6b72ce051b02908f17302c500945788
24
25 --
26 Thanks,
27 Zac