NLnetLabs / ldns

LDNS is a DNS library that facilitates DNS tool programming
https://nlnetlabs.nl/ldns
BSD 3-Clause "New" or "Revised" License
292 stars 98 forks source link

soname moved backwards? #146

Closed leahneukirchen closed 2 years ago

leahneukirchen commented 2 years ago

ldns 1.7.1 had /usr/lib/libldns.so.3.0.0 ldns 1.8.0 has /usr/lib/libldns.so.2.2.0

Is this intentional? What does it mean?

wtoorop commented 2 years ago

No it is an error caused by a typo in configure.ac in the 1.7.1 release. Note that the number on line 30 and 32 of configure.ac don't match in the 1.7.1 release: https://github.com/NLnetLabs/ldns/blob/release-1.7.1/configure.ac#L30 . This caused ldns-1.7.1 to wrongly bump to .so.3. I will do a 1.8.1 release shortly to correct this. Thanks for pointing it out!

leahneukirchen commented 2 years ago

Thank you!

wtoorop commented 2 years ago

Resolved in ldns 1.8.1.