Gentoo Archives: gentoo-portage-dev

From: Alec Warner <antarus@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH 1/4] Manifest2 hash: Whirlpool
Date: Sat, 01 Oct 2011 20:38:37
Message-Id: CAAr7Pr8dv_6kVv77OqwrjdPAG+V6um5UcMeoa86NCOa1hgNNHw@mail.gmail.com
In Reply to: Re: [gentoo-portage-dev] [PATCH 1/4] Manifest2 hash: Whirlpool by Mike Frysinger
1 On Sat, Oct 1, 2011 at 11:08 AM, Mike Frysinger <vapier@g.o> wrote:
2 > On Thursday, September 29, 2011 21:27:39 Robin H. Johnson wrote:
3 >> Provide public-domain implementation of the Whirlpool hash algorithm to
4 >> be used as new Manifest2 hash.
5 >>
6 >> Signed-off-by: Robin H. Johnson <robbat2@g.o>
7 >> ---
8 >>  pym/portage/checksum.py       |    4 +
9 >>  pym/portage/util/whirlpool.py |  788
10 >> +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 792
11 >> insertions(+), 0 deletions(-)
12 >>  create mode 100644 pym/portage/util/whirlpool.py
13 >
14 > shouldn't we add pycryptoplus to the tree and depend on that rather than
15 > copying & pasting their code into portage ?
16 > -mike
17
18 It is ironic with all the gentoo devs complaining about bundled libs.
19 I think part of the problem is the maintenance issue (upgrades from
20 EAPI0, extra deps, etc..)
21
22 >
23 >