Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCHES] Fix md5 refs in vartree
Date: Tue, 28 Feb 2017 19:03:46
Message-Id: 72841d21-ddc8-c75a-d25f-358ccffa28aa@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCHES] Fix md5 refs in vartree by "Michał Górny"
1 On 02/28/2017 02:12 AM, Michał Górny wrote:
2 > Hi,
3 >
4 > Here's a prequel to my other patch set. It cleans up the use of MD5
5 > in vartree.
6 >
7 > Currently, MD5 is loaded from three different locations -- most of
8 > merging code uses portage.checksum high-level functions, one bit uses
9 > implementation detail of portage.checksum and one bit imports hashlib
10 > directly.
11 >
12 > I've replaced the use of portage.checksum implementation detail with
13 > another use of hashlib, and removed the compatibility for Python < 2.5.
14 > I think it's a reasonable temporary measure until someone on friend
15 > terms with the code reworks it not to use MD5.
16 >
17 > --
18 > Best regards,
19 > Michał Górny
20 >
21 >
22
23 Both series look good to me.
24 --
25 Thanks,
26 Zac

Replies

Subject Author
Re: [gentoo-portage-dev] [PATCHES] Fix md5 refs in vartree "Michał Górny" <mgorny@g.o>