From d30036922c6963846db4ab633b13fb87c1b5b462 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sat, 18 Jun 2016 15:15:27 +0200 Subject: add [weak] tag to hash errors to indicate insufficiency For "Hash Sum mismatch" that info doesn't make a whole lot of difference, but for the new insufficient info message an indicator that while this hashes are there and even match, they aren't enough from a security standpoint. --- test/integration/test-apt-helper | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/integration/test-apt-helper') diff --git a/test/integration/test-apt-helper b/test/integration/test-apt-helper index 1c163b3ae..81c52465d 100755 --- a/test/integration/test-apt-helper +++ b/test/integration/test-apt-helper @@ -35,13 +35,13 @@ test_apt_helper_download() { testfailure --nomsg apthelper -qq download-file "${1}/foo" './downloaded/foo5' 'MD5Sum:aabbcc' testfileequal rootdir/tmp/testfailure.output "E: Failed to fetch ${1}/foo Hash Sum mismatch Hashes of expected file: - - MD5Sum:aabbcc + - MD5Sum:aabbcc [weak] Hashes of received file: - SHA512:0cf9180a764aba863a67b6d72f0918bc131c6772642cb2dce5a34f0a702f9470ddc2bf125c12198b1995c233c34b4afd346c54a2334c350a948a51b6e8b4e6b6 - SHA256:b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c - - SHA1:f1d2d2f924e986ac86fdf7b36c94bcdf32beec15 - - MD5Sum:d3b07384d113edec49eaa6238ad5ff00 - - Checksum-FileSize:4 + - SHA1:f1d2d2f924e986ac86fdf7b36c94bcdf32beec15 [weak] + - MD5Sum:d3b07384d113edec49eaa6238ad5ff00 [weak] + - Checksum-FileSize:4 [weak] Last modification reported: $(lastmodification 'aptarchive/foo') E: Download Failed" testfileequal ./downloaded/foo5.FAILED 'foo' @@ -53,7 +53,7 @@ E: Download Failed" - SHA256:aabbcc Hashes of received file: - SHA256:b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c - - Checksum-FileSize:4 + - Checksum-FileSize:4 [weak] Last modification reported: $(lastmodification 'aptarchive/foo') E: Download Failed" testfileequal './downloaded/foo6.FAILED' 'foo' -- cgit v1.2.3