From c416e5cbed0c07f3d113524f1c7c272bc978f568 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Fri, 20 May 2016 18:46:59 +0300 Subject: add sha512 sums for images --- images/Makefile | 4 ++-- images/NEWS | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/images/Makefile b/images/Makefile index 18993901f..0bb17d063 100644 --- a/images/Makefile +++ b/images/Makefile @@ -22,9 +22,9 @@ images: all.kernels/.list DISTRIB_DESCR=$(DISTRIB_DESCR) DISTRIB_VERSION=$(DISTRIB_VERSION) ./make_boot_img rm -rf images/alternatives if [ `ls images/*.img-* 2>/dev/null | wc -l` -gt 0 ]; then \ - mkdir images/alternatives; cd images/alternatives; mv ../*.img-* .; md5sum *.img-* > MD5SUM; \ + mkdir images/alternatives; cd images/alternatives; mv ../*.img-* .; md5sum *.img-* > MD5SUM; sha512sum *.img-* > SHA512SUM; \ fi - cd images ; md5sum *.{img,iso}* > MD5SUM + cd images; md5sum *.{img,iso}* > MD5SUM; sha512sum *.{img,iso}* > SHA512SUM all.kernels/.list: update_kernel ./update_kernel $(KERNELS) diff --git a/images/NEWS b/images/NEWS index b6c74c8db..21f859b3e 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,4 @@ +- add sha512 sums for images - typo fix (mga#18492) Version 2.34 - 10 May 2016 by Thomas Backlund -- cgit v1.2.1