On 08/02/2015 07:15 PM, Altiris BL wrote: > Good evening, I'll get straight to the point. I believe your checksum > for the murmur package on slackbuilds.org <http://slackbuilds.org> > http://slackbuilds.org/repository/14.1/network/murmur/?search=murmur is > incorrect. When downloading via the source link, the md5sum comes out to > be 14ab2e9174b7ca87623e63aa56dd6d5b. I have also tried from the official > (I think its official) http://mumble.info/snapshot/mumble-1.2.10.tar.gz > and the checksum is the same as above. However on your slackbuild it > states it is 228fff5975a61872b83052be97e2eabf) > > Thank you for maintaining murmur, I really appreciate it! Just thought I > would give you a heads up!
Hello That's very interesting. The Sourceforge and GIT repos for mumble yield different md5sums: $ md5sum *.tar.gz 228fff5975a61872b83052be97e2eabf git_mumble-1.2.10.tar.gz 228fff5975a61872b83052be97e2eabf SBo_mumble-1.2.10.tar.gz 14ab2e9174b7ca87623e63aa56dd6d5b sf_mumble-1.2.10.tar.gz The differences appear to be in the way the SF and git sources are packaged. Looks like SF stripped out a bunch of 3rd party licenses, files and code, while adding other bits. Except for some .git* specific files, I don't yet know what this fully means. When in doubt, use the git version: https://github.com/mumble-voip/mumble/releases/tag/1.2.10 FYI: do not download "snapshots" as the md5sum will often be different from the "release" and make sure you compare git to git and SF to SF for downloads. This is definitely going to cause some confusion. It will cause issues with automatic SBo tools. mumble and murmur share the same source. BTW, 1.2.10 is identical to 1.2.9. Upstream just bumped version number due to needed to recompile there windows, mac, and linux static binary releases for openssl. If you dynamically linked openSSL, you are safe to use 1.2.9. -Ed
signature.asc
Description: OpenPGP digital signature
_______________________________________________ SlackBuilds-users mailing list [email protected] http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ FAQ - http://slackbuilds.org/faq/
