From 13af28171f83033458369c19749f63f40aa9d83f Mon Sep 17 00:00:00 2001 From: gjb Date: Wed, 14 Oct 2015 22:33:11 +0000 Subject: Deprecate MD5 checksum generation in favor of SHA512. This was discussed during the 10.2-RELEASE cycle, however since we were nearing the end of the cycle, we decided to defer this change until after 10.2-RELEASE. Reminded by: so (delphij), jmg MFC after: 5 days Sponsored by: The FreeBSD Foundation --- release/Makefile.mirrors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/Makefile.mirrors') diff --git a/release/Makefile.mirrors b/release/Makefile.mirrors index d5e8949..92e5eda 100644 --- a/release/Makefile.mirrors +++ b/release/Makefile.mirrors @@ -76,7 +76,7 @@ VM_DIR= ${TLD}/VM-IMAGES/${REVISION}-${BRANCH}/${TARGET_ARCH} .endif CLEANFILES+= ${STAGE_TARGETS} -CHECKSUM_FILES?= SHA256 MD5 +CHECKSUM_FILES?= SHA512 SHA256 SNAP_SUFFIX!= echo ${_SNAP_SUFFIX:S,^-,,1} | tr -d ' ' ISO_DIR= ${TLD}/${TARGET}/${TARGET_ARCH}/ISO-IMAGES/${REVISION} FTP_DIR= ${TLD}/${TARGET}/${TARGET_ARCH}/${REVISION}-${BRANCH} -- cgit v1.1