From 2ced21f8f982ef199b99ccc1f35dff6611b90c89 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 28 Dec 2014 13:19:29 +0100 Subject: package: add hashes for SourceForge-hosted packages Since SourceForge sometimes serves us faulty tarballs, we can tons of autobuild failures: http://autobuild.buildroot.org/results/9fb/9fba5bf086a4e7a29e5f7156ec43847db7aacfc4/ http://autobuild.buildroot.org/results/6c8/6c837b244c45ac3b3a887734a371cd6d226cf216/ ... Fix that by adding hash files for all SourceForge-hosted packages (thos etht did not already have it). We normally prefer to use hashes published by upstream, but hunting them all one by one is a tedious task, so those hashes were all locally computed with a script that searched for SF-hosted packages, downloades the associated tarball, computed the hash, and stored it in the corresponding .hash file. Also, SF publishes sha1 hashes, while I used the stronger sha256, since sha1 is now considered to be relatively weak. Signed-off-by: "Yann E. MORIN" Cc: Peter Korsgaard Cc: Thomas Petazzoni Cc: Maxime Hadjinlian Cc: Richard Braun Cc: Nathaniel Roach Signed-off-by: Thomas Petazzoni --- package/cppcms/cppcms.hash | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 package/cppcms/cppcms.hash (limited to 'package/cppcms/cppcms.hash') diff --git a/package/cppcms/cppcms.hash b/package/cppcms/cppcms.hash new file mode 100644 index 0000000000..3b2fa28cd6 --- /dev/null +++ b/package/cppcms/cppcms.hash @@ -0,0 +1,2 @@ +# Locally computed: +sha256 7c76befc706f3a5f7435b5757eab56784d762db9dd3654467e02e85000caf700 cppcms-1.0.4.tar.bz2 -- cgit v1.2.3