Gentoo Archives: gentoo-dev

From: Nick Jones <carpaski@g.o>
To: Brian Jackson <iggy@g.o>
Cc: gentoo-dev@l.g.o, gentoo-user@l.g.o
Subject: Re: [gentoo-dev] kernel-2 eclass gross hack
Date: Sun, 04 Apr 2004 20:09:02
Message-Id: 20040404200743.GA6734@twobit.net
In Reply to: [gentoo-dev] kernel-2 eclass gross hack by Brian Jackson
1 > + highest_tarball="`ls ${DISTDIR}/linux-2.6* | tail -n1 | cut -f3 -d.`"
2
3 That's not legal. rsync1 generates the metadata, and if rsync1 doesn't
4 have linux-2.6*, then that will be empty, and that is what the end-users
5 will get as pregenerated data. It is VERY unlikely that it will ever
6 be regenerated with info from their box. Also, this violates all security
7 of md5sums.
8
9 --NJ
10
11
12
13 --
14 gentoo-dev@g.o mailing list