Opened 8 weeks ago

Last modified 7 weeks ago

#5736 reopened defect

3.4.2 release md5 mismatch — at Version 6

Reported by: strk Owned by: robe
Priority: medium Milestone: Website Management, Bots
Component: management Version: 3.4.x
Keywords: Cc:

Description (last modified by strk)

The current https://download.osgeo.org/postgis/source/postgis-3.4.2.tar.gz file has an MD5 sum of 632abda8b4267af437db6cde1bc9d9dc while the file https://postgis.net/stuff/postgis-3.4.2.tar.gz.md5 expects it to be 9298e0a81013b44ac39cfbabf2f95ae9

I've computed the sum with md5sum (GNU coreutils) 9.1

A user reported the problem using openssl dgst -md5 ... in https://lists.osgeo.org/pipermail/postgis-users/2024-May/046467.html

Change History (6)

comment:1 by strk, 8 weeks ago

Description: modified (diff)

comment:2 by robe, 8 weeks ago

I think the issue here is that Paul manually generates his and I just use the tarballs that debbie generates and upload them to download.osgeo.org.

Debbie always generates regardless.

Guess the easiest fix is to download the md5 and tarballs from download.osgeo.org and reupload to postgis.net

comment:3 by darkblueb, 8 weeks ago

the MD5 hash in /osgeo/download/postgis/source$ cat postgis-3.4.2.tar.gz.md5 does appear to match $ openssl dgst -md5 postgis-3.4.2.tar.gz

Last edited 8 weeks ago by darkblueb (previous) (diff)

comment:5 by strk, 8 weeks ago

Yes, sorry, the one on download.osgeo.org is indeed correct, so we'd only need to upload that one to postgis.net, assuming nobody messed with it. It would be a good idea to also include the MD5 in the announces, so we'd have more verifications

comment:6 by strk, 8 weeks ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.