On 03/12/15 21:08, Corinna Vinschen wrote:
> This archive has invalid symlinks: > > $ sha256sum openssl-1.0.2e.tar.gz > e23ccafdb75cfcde782da0151731aa2185195ac745eea3846133f2e05c0e0bff > openssl-1.0.2e.tar.gz > $ tar tvzf openssl-1.0.2e.tar.gz | grep '^l' | head -3 > lrwxrwxrwx openssl/openssl 0 2015-12-03 15:44 openssl-1.0.2e/apps/md4.c > -> openssl-1.0.2e/../crypto/md4/md4.c > lrwxrwxrwx openssl/openssl 0 2015-12-03 15:44 > openssl-1.0.2e/test/bftest.c -> openssl-1.0.2e/../crypto/bf/bftest.c > lrwxrwxrwx openssl/openssl 0 2015-12-03 15:44 > openssl-1.0.2e/test/bntest.c -> openssl-1.0.2e/../crypto/bn/bntest.c > > Compare with openssl-1.0.2d: > > $ tar tvzf openssl-1.0.2d.tar.gz openssl-1.0.2d | grep '^l' | head -3 > lrwxrwxrwx openssl/openssl 0 2015-07-09 14:03 openssl-1.0.2d/apps/md4.c > -> ../crypto/md4/md4.c > lrwxrwxrwx openssl/openssl 0 2015-07-09 14:03 > openssl-1.0.2d/include/openssl/aes.h -> ../../crypto/aes/aes.h > lrwxrwxrwx openssl/openssl 0 2015-07-09 14:03 > openssl-1.0.2d/include/openssl/asn1.h -> ../../crypto/asn1/asn1.h The symlinks get recreated at Configure time so this should not cause any issues. It will get cleaned up properly in the next release. Matt _______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev