FS#71645 - [lz4] patch checksum failed

Attached to Project: Arch Linux
Opened by Felix Yan (felixonmars) - Thursday, 29 July 2021, 07:24 GMT
Last edited by Sébastien Luttringer (seblu) - Thursday, 29 July 2021, 09:01 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Sébastien Luttringer (seblu)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The patch is no longer passing sha256sums

Additional info:
* package version(s)
lz4 1:1.9.3-2

Steps to reproduce:
$ makepkg
...
==> Validating source files with sha256sums...
lz4 ... Skipped
8301a21773ef61656225e264f4f06ae14462bca7.patch ... FAILED
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Could not download sources.
This task depends upon

Closed by  Sébastien Luttringer (seblu)
Thursday, 29 July 2021, 09:01 GMT
Reason for closing:  Fixed
Additional comments about closing:  in trunk
Comment by Sébastien Luttringer (seblu) - Thursday, 29 July 2021, 08:58 GMT
$ diff -u ~/arch/packages/sources/8301a21773ef61656225e264f4f06ae14462bca7.patch /tmp/8301a21773ef61656225e264f4f06ae14462bca7.patch
--- /home/seblu/arch/packages/sources/8301a21773ef61656225e264f4f06ae14462bca7.patch 2021-05-21 17:22:49.000000000 +0200
+++ /tmp/8301a21773ef61656225e264f4f06ae14462bca7.patch 2021-07-29 10:55:25.180108931 +0200
@@ -8,7 +8,7 @@
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/lz4.c b/lib/lz4.c
-index 5f524d01..c2f504ef 100644
+index 5f524d01d..c2f504ef3 100644
--- a/lib/lz4.c
+++ b/lib/lz4.c
@@ -1749,7 +1749,7 @@ LZ4_decompress_generic(

Loading...