FS#41643 - [sslh] md5sum mismatch

Attached to Project: Community Packages
Opened by Eric Belanger (Snowman) - Thursday, 21 August 2014, 05:20 GMT
Last edited by Sébastien Luttringer (seblu) - Thursday, 21 August 2014, 14:38 GMT
Task Type Bug Report
Category Packages
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:

$ makepkg --allsource
==> Making package: sslh 1.16-2 (Thu Aug 21 01:17:15 EDT 2014)
==> Retrieving sources...
-> Downloading sslh-v1.16.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 43836 100 43836 0 0 3097 0 0:00:14 0:00:14 --:--:-- 12076
-> Found sslh-select.service
-> Found sslh-fork.service
==> Validating source files with md5sums...
sslh-v1.16.tar.gz ... FAILED
sslh-select.service ... Passed
sslh-fork.service ... Passed
==> ERROR: One or more files did not pass the validity check!
This task depends upon

Closed by  Sébastien Luttringer (seblu)
Thursday, 21 August 2014, 14:38 GMT
Reason for closing:  Fixed
Additional comments about closing:  sslh-1.16-3
Comment by Sébastien Luttringer (seblu) - Thursday, 21 August 2014, 09:54 GMT
Upstream renamed the tarball to sslh-1.16.old and create a new one.


$ diff -u <(tar tf sslh-1.16.old|sort) <(tar tf sslh-v1.16.tar.gz|sort)
--- /proc/self/fd/11 2014-08-21 11:52:16.477197848 +0200
+++ /proc/self/fd/12 2014-08-21 11:52:16.478197848 +0200
@@ -3,6 +3,7 @@
sslh-v1.16/ChangeLog
sslh-v1.16/common.c
sslh-v1.16/common.h
+sslh-v1.16/COPYING
sslh-v1.16/echosrv.c
sslh-v1.16/example.cfg
sslh-v1.16/genver.sh

Loading...