From 51182ec029a452f1aae79f10678f415b5214c050 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 16 Oct 2017 09:12:50 +0200 Subject: use a stronger hashing algorithm Nobody wants to use md5 these days... Signed-off-by: Christian Hesse --- hooks/archiso_pxe_http | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hooks/archiso_pxe_http') diff --git a/hooks/archiso_pxe_http b/hooks/archiso_pxe_http index 54af7c5..a7c03a8 100644 --- a/hooks/archiso_pxe_http +++ b/hooks/archiso_pxe_http @@ -41,7 +41,7 @@ archiso_pxe_http_mount_handler () { _curl_get "${archiso_http_srv}${archisobasedir}/${arch}/airootfs.sfs" "/${arch}" if [[ "${checksum}" == "y" ]]; then - _curl_get "${archiso_http_srv}${archisobasedir}/${arch}/airootfs.md5" "/${arch}" + _curl_get "${archiso_http_srv}${archisobasedir}/${arch}/airootfs.sha512" "/${arch}" fi if [[ "${verify}" == "y" ]]; then _curl_get "${archiso_http_srv}${archisobasedir}/${arch}/airootfs.sfs.sig" "/${arch}" -- cgit v1.2.3-70-g09d2