Opened 12 years ago

Closed 12 years ago

#33716 closed defect (fixed)

fossil 1.22 checksum mismatch due to stealth update

Reported by: Ephaeton@… Owned by: ci42
Priority: Normal Milestone:
Component: ports Version: 2.0.4
Keywords: Cc:
Port: fossil

Description

--->  Attempting to fetch fossil-src-20120317175325.tar.gz from http://www.fossil-scm.org/download/
--->  Verifying checksum(s) for fossil
Error: Checksum (rmd160) mismatch for fossil-src-20120317175325.tar.gz
Error: Checksum (sha256) mismatch for fossil-src-20120317175325.tar.gz
Error: Target org.macports.checksum returned: Unable to verify file checksums

The shasum of the distfile ports fetched is:

$ shasum /opt/local/var/macports/distfiles/fossil/fossil-src-20120317175325.tar.gz 
02e9be3cf6b072dfd2c98fa7dd05a2df4a14cfb6  /opt/local/var/macports/distfiles/fossil/fossil-src-20120317175325.tar.gz

which matches the shasum of the source tarball available from fossil-scm.org

Attachments (1)

fossil-src.diff (2.4 KB) - added by ryandesign (Ryan Carsten Schmidt) 12 years ago.
diff

Download all attachments as: .zip

Change History (4)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ciserlohn@…
Summary: fossil 1.22 checksum mismatchfossil 1.22 checksum mismatch due to stealth update

A stealth update has occurred. I'm attaching a diff between the old distfile available on distfiles.macports.org and the new distfile available on the developer's web site. There's just one changed line of code, apparently to avoid a valgrind warning. We should update.

Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: fossil-src.diff added

diff

comment:2 Changed 12 years ago by Ephaeton@…

Not only quieting valgrind, but also fixing the side-by-side diffs on windows. Cf. the thread beginning at http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg07998.html, in particular this message by drh

comment:3 Changed 12 years ago by ci42

Resolution: fixed
Status: newclosed

Update done in r91018.

Note: See TracTickets for help on using tickets.