From 92d7f6522617c947d635680d045f12a4ef77bcb4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 27 Dec 2014 07:51:34 +0100 Subject: convert checksum check to sha256 Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages. --- mk/kernel-ver.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mk/kernel-ver.mk') diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 8f633860b..677240403 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -2,29 +2,29 @@ ifeq ($(ADK_KERNEL_VERSION_3_17_7),y) KERNEL_VERSION:= 3.17.7 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 1aceebd5cce9427307b6a84c6b4a40d7 +KERNEL_HASH:= a3c8e6aee912bfd2e69abf9df5a06058434a8771bcaa1784b5980bf1b5298e1c endif ifeq ($(ADK_KERNEL_VERSION_3_14_26),y) KERNEL_VERSION:= 3.14.26 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 9a91a9c507c9efb68c7075e151c30fa7 +KERNEL_HASH:= b8088856612cb456ad3eadcadbd95973e53996015287fe99080806eadfcd529b endif ifeq ($(ADK_KERNEL_VERSION_3_12_33),y) KERNEL_VERSION:= 3.12.33 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 7048cce0d24f784595b96f9d1e14a6ba +KERNEL_HASH:= b74b00278f9a643c21a736a49beb1471c3bc0fe50bf570ce914675a45aa679a3 endif ifeq ($(ADK_KERNEL_VERSION_3_10_53),y) KERNEL_VERSION:= 3.10.53 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 1bb2dfbc4b5813056bbb8f7f7fec3882 +KERNEL_HASH:= 06c3ec0849d4687c8b6379b9586dc9662730fc280d494f897c2ef9fbee35aaeb endif ifeq ($(ADK_KERNEL_VERSION_3_4_103),y) KERNEL_VERSION:= 3.4.103 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 656096300c72479103bd37dab9c8f7ea +KERNEL_HASH:= 2f128cf4007acd1a5fc5c27badfc385bb231109aaf0fba7fd9bcf9766852afd1 endif -- cgit v1.2.3