Description
We (VLC) recently noticed the hash of the tagged 1.4.36 Header version has changed. We rely on the hash of tarballs to ensure that the code has not be altered maliciously.
After analysis it seems that the old 1.4.36 version (e584f0f791aa1999d9047455fbaf62d6519882c6266a9c1fd30fd4f7c392bb06be3157e53aabaa99ab1efac46e86365715a4dd44b16529f55eb3bf50931e8466) was incorrectly tagged as 1.4.36 as the Version.h
is still 1.4.35.
There are plenty of code changes between the original 1.4.36 header tarball and the new 1.4.36 header tarball. But releasing the same version twice is not ideal. In the future please avoid this and use a different tarball name for any content that has changed in the tarball. The original 1.4.36 tarball was actually a 1.4.35 version so that's probably where the problem originated. However overwriting tarballs (I don't think they are generated by Github) should never happen.
Thanks in advance.