weechat / weechat.org

Source code of weechat.org.
https://weechat.org/
GNU General Public License v3.0
44 stars 18 forks source link

Provider newer hash values of the scripts #90

Closed andir closed 5 years ago

andir commented 5 years ago

At this time there are only MD5 sums of the scripts and themese available. It would be nice to have something newer like sha256/sha512/… there as well.

The reasoning behind this is that I am transforming the XML files into NixOS packages. Solely trusting the md5 hashes (and potentially transport crypto) isn't ideal. I'd rather have a better hash of the content.

What probably has to be done:

Disclaimer: I tried writing that patch a while ago but never got to the point where I could test it due to difficulties setting it up locally. :/ I ran into undocumented settings that were missing in the example documentation and eventually ran out of time.