Roundcube Community Forum

 

Missing sha256 checksum for roundcubemail-1.1.9-complete.tar.gz

Started by jugmac00, June 20, 2017, 04:41:42 AM

Previous topic - Next topic

jugmac00

Hi,

until recently, we (semi-)automatically deployed Roundcube updates by updating our config with
- release number
- sha256 checksum

When I have a look at https://roundcube.net/download/ there is no more checksum for the package 1.1.9-complete.

Is this on purpose or is this a mistake?

The download of complete packages in the 1.1 line is still available via https://github.com/roundcube/roundcubemail/releases/download/1.1.9/roundcubemail-1.1.9.tar.gz

Any info on that?

Best!

alec

This is on purpose. For old releases we display only one record for clarity of the download page. When you need more go to github (https://github.com/roundcube/roundcubemail/releases/tag/1.1.9) and use PGP signatures.

jugmac00

Thank you, alec, for the quick clarification.

This is kinda sad, as our deployment tool does not support verification via pgp.

Anyway, we have to update to the 1.2 line anyway once we have figured out why our custom plugins fail with the 1.2 line.

Once again, thank you for all!