Gentoo Archives: gentoo-portage-dev

From: Marius Mauch <genone@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] [PATCH] multiple hash functions
Date: Wed, 23 Nov 2005 19:06:13
Message-Id: 20051123200533.08a09606@sven.genone.homeip.net
1 This patch adds two new optional hash functions for SHA256 and RMD160 if
2 dev-python/pycrypto is installed. Also refactors the code in
3 portage_checksum a bit so it should be easier to extend in the future.
4
5 It will have a few conflicts with the Manifest2 patch as it
6 shares some modifications, but those should be easy to resolve.
7
8 Manifest2 will benefit directly from this, for Manifest1/Digests the
9 new hashes still have to be enabled.
10
11 This should go in ASAP, so .54 most likely.
12
13 Marius
14
15 --
16 Public Key at http://www.genone.de/info/gpg-key.pub
17
18 In the beginning, there was nothing. And God said, 'Let there be
19 Light.' And there was still nothing, but you could see a bit better.

Attachments

File name MIME type
portage-multi-hashes-complete.diff text/x-patch
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-portage-dev] [PATCH] multiple hash functions Brian Harring <ferringb@g.o>