From fb75da0cb7eedd7324473ba75d60c0696e7c25ab Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 11 Oct 2019 13:40:47 +0200 Subject: [PATCH] bzip2: build new version bzip 1.0.7 has problems with files found on nvidias devel site. CRC checks failed, and the files are wrongly reported as corrupt. The test suite passed with following final words: Correctly found all bad file data integrity errors. All tests passed see: https://sourceware.org/git/?p=bzip2-tests.git;a=summary The parallel twin pbzip benefits from the new shared library, but p7zip-16.02 still fails, a simple rebuild didn't help. (see #1391) N.B. Error is also reproducible with 7z on windows --- bzip2.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bzip2.be0 b/bzip2.be0 index ff39d99a9..37b9062c4 100755 --- a/bzip2.be0 +++ b/bzip2.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION bzip2-1.0.7-0 +# BEE_VERSION bzip2-1.0.8-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)