Date: Wed, 28 Sep 2005 13:46:14 +0100 From: Ceri Davies <ceri@submonkey.net> To: Ken Smith <kensmith@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile Message-ID: <20050928124614.GJ94010@submonkey.net> In-Reply-To: <200509281239.j8SCd0WM012320@repoman.freebsd.org> References: <200509281239.j8SCd0WM012320@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--bGR76rFJjkSxVeRa Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 28, 2005 at 12:39:00PM +0000, Ken Smith wrote: > kensmith 2005-09-28 12:39:00 UTC >=20 > FreeBSD src repository >=20 > Modified files: > release Makefile=20 > Log: > Add SHA256 checksums to the release build. Good idea. Along these lines, does anyone know what the barriers are in moving the default password hash from md5 to blowfish (not for RELENG_6, just in general), or has it just not been done yet? > | @@ -654,8 +654,10 @@ release.6: > | -czf ${RD}/dists/ports/ports.tgz -C /usr ports > | @cp ${.CURDIR}/scripts/ports-install.sh ${RD}/dists/ports/install.sh > | @(cd ${RD}/dists/ports; \ > | - rm -f CHECKSUM.MD5; \ > | - md5 * > CHECKSUM.MD5) > | + rm -f .CHECKSUM.MD5 CHECKSUM.SHA256; \ > | + md5 * > .CHECKSUM.MD5; \ > | + sha256 * > CHECKSUM.SHA256; \ > | + mv .CHECKSUM.MD5 CHECKSUM.MD5) Curiosity overcomes me; why the "md5 > .blah; mv .blah blah" dance? Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --bGR76rFJjkSxVeRa Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDOpCWocfcwTS3JF8RAuP+AJwLXZS3s+7MKcv9bNduPGJGaAeNagCgv+lY RU3Y0gc/V1zur+wPBwSBEzg= =HSNB -----END PGP SIGNATURE----- --bGR76rFJjkSxVeRa--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050928124614.GJ94010>