bind9/util
Ondřej Surý 0e25af628c Use -release instead of -version-info for internal library SONAMEs
The BIND 9 libraries are considered to be internal only and hence the
API and ABI changes a lot.  Keeping track of the API/ABI changes takes
time and it's a complicated matter as the safest way to make everything
stable would be to bump any library in the dependency chain as in theory
if libns links with libdns, and a binary links with both, and we bump
the libdns SOVERSION, but not the libns SOVERSION, the old libns might
be loaded by binary pulling old libdns together with new libdns loaded
by the binary.  The situation gets even more complicated with loading
the plugins that have been compiled with few versions old BIND 9
libraries and then dynamically loaded into the named.

We are picking the safest option possible and usable for internal
libraries - instead of using -version-info that has only a weak link to
BIND 9 version number, we are using -release libtool option that will
embed the corresponding BIND 9 version number into the library name.

That means that instead of libisc.so.1608 (as an example) the library
will now be named libisc-9.16.10.so.

(cherry picked from commit c605d75ea5)
2021-01-25 15:28:09 +01:00
..
bindkeys.pl update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
branchsync.sh update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
check-ans-prereq.sh update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
check-categories.sh update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
check-changes update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
check-cocci Run the check-cocci on the whole tree, allow passing extra arguments 2020-02-08 03:12:09 -08:00
check-includes.pl update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
check-instincludes.sh update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
check-make-install.in update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
check-pullups.pl update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
check-sources.pl update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
check-win32util-configure update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
checklibs.sh update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
commit-arm.sh update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
COPYRIGHT fix a typo in copyright headers, and change "http" to "https" 2020-09-14 16:47:50 -07:00
COPYRIGHT.BRIEF fix a typo in copyright headers, and change "http" to "https" 2020-09-14 16:47:50 -07:00
COPYRIGHT.BSDI fix a typo in copyright headers, and change "http" to "https" 2020-09-14 16:47:50 -07:00
COPYRIGHT.NAI fix a typo in copyright headers, and change "http" to "https" 2020-09-14 16:47:50 -07:00
COPYRIGHT.NOM fix a typo in copyright headers, and change "http" to "https" 2020-09-14 16:47:50 -07:00
COPYRIGHT.PORTION fix a typo in copyright headers, and change "http" to "https" 2020-09-14 16:47:50 -07:00
COPYRIGHT.TOP fix a typo in copyright headers, and change "http" to "https" 2020-09-14 16:47:50 -07:00
copyrights Use -release instead of -version-info for internal library SONAMEs 2021-01-25 15:28:09 +01:00
git-replay-merge.sh update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
kit.sh update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
mandoc2docbook.pl update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
mdnbuildtest.sh update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
memleak.pl update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
merge_copyrights Add the ISC DNSSEC Guide as a BIND 9 ARM appendix 2021-01-08 13:53:52 +01:00
mksymtbl.pl update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
models.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
nanny.pl update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
new-func update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
nt-kit update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
pairwise-testing.sh Add pairwise testing 2020-09-22 11:39:08 +02:00
parse_tsan.py update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
run-clang-tidy Merge branch '46-add-curly-braces' into 'master' 2020-02-13 21:28:35 +00:00
spacewhack.pl update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
suppressions.txt Refactor netmgr and add more unit tests 2020-12-09 10:46:16 +01:00
tabify-changes update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
update-drafts.pl update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
update_branches update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
update_copyrights update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
xc update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00