cvs commit: src/release Makefile

Ceri Davies ceri at submonkey.net
Wed Sep 28 05:46:16 PDT 2005


On Wed, Sep 28, 2005 at 12:39:00PM +0000, Ken Smith wrote:
> kensmith    2005-09-28 12:39:00 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     release              Makefile 
>   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
-- 
Only two things are infinite, the universe and human stupidity, and I'm
not sure about the former.			  -- Einstein (attrib.)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20050928/dead3b70/attachment.bin


More information about the cvs-src mailing list