View previous topic :: View next topic |
Author |
Message |
freke Veteran
Joined: 23 Jan 2003 Posts: 1028 Location: Somewhere in Denmark
|
Posted: Tue Nov 05, 2024 5:24 pm Post subject: net-dns/bind vs net-dns/bind-tools? (net-analyzer/testssl) |
|
|
Hi,
I was wondering....
Isn't net-dns/bind-tools simply a subset/stripped down version of net-dns/bind?
net-analyzer/testssl has Code: | DEPEND
...
net-dns/bind-tools
... | shouldn't it rather have Code: | DEPEND
...
|| (net-dns/bind net-dns/bind-tools)
... | instead? (Seems to work fine for the ssl-testing I've tried)
Asking because I'm using net-dns/bind::eras-overlay - and it no longer offers bind-tools which makes portage wanting a downgrade to bind+bind-tools from ::gentoo Code: | mail ~ # emerge -uvaDN testssl
Local copy of remote index is up-to-date and will be used.
Local copy of remote index is up-to-date and will be used.
These are the packages that would be merged, in order:
Calculating dependencies... done!
Dependency resolution took 13.21 s (backtrack: 0/20).
[binary N ] acct-group/named-0-r3::gentoo 11 KiB
[binary N ] acct-user/named-0-r3::gentoo 0 KiB
[ebuild N ] net-dns/bind-9.18.31::gentoo USE="caps idn xml -dnstap -doc -doh -fixed-rrset -geoip -gssapi (-jemalloc) -lmdb (-selinux) -static-libs -test" 5,260 KiB
[ebuild UD ] net-dns/bind-tools-9.18.0::gentoo [9.20.3::eras-overlay] USE="caps%* idn readline xml -doc% -gssapi -libedit (-lmdb%) (-static-libs%)" 0 KiB
[blocks b ] net-dns/bind ("net-dns/bind" is soft blocking net-dns/bind-tools-9.20.3)
Total: 4 packages (1 downgrade, 3 new, 2 binaries), Size of downloads: 5,271 KiB
Conflict: 1 block (all satisfied)
Would you like to merge these packages? [Yes/No] |
|
|
Back to top |
|
|
pjp Administrator
Joined: 16 Apr 2002 Posts: 20479
|
|
Back to top |
|
|
freke Veteran
Joined: 23 Jan 2003 Posts: 1028 Location: Somewhere in Denmark
|
Posted: Wed Nov 06, 2024 4:09 pm Post subject: |
|
|
Thanks - I'll make a testssl::local with DEPEND net-dns/bind instead of net-dns/bind-tools so I can keep the net-dns/bind from ::eras-overlay
Seems like DEPEND net-dns/bind-tools will eventually be replaced with net-dns/bind anyway if net-dns/bind-tools will at some point be removed. |
|
Back to top |
|
|
|