From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 94B7B158013 for ; Fri, 25 Oct 2024 09:59:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51E57E0827; Fri, 25 Oct 2024 09:59:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F182EE07A9 for ; Fri, 25 Oct 2024 09:59:24 +0000 (UTC) Received: by stitch (Postfix, from userid 1000) id 04249CC600; Fri, 25 Oct 2024 05:59:39 -0400 (EDT) Date: Fri, 25 Oct 2024 05:59:39 -0400 From: Michael Orlitzky To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Why does bind-tools 9.18 depend on bind? Message-ID: References: <2acf0931-8d75-4e2d-99f2-75a8f8fcd94e@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Archives-Salt: 653f4a39-b332-475d-a97a-8310e9e6c792 X-Archives-Hash: 1fdbed2a91fb732d9be544ae4f72ec64 On 2024-10-25 00:47:27, Grant Edwards wrote: > > > > Try net-dns/doggo[2] > > Cool, and it doens't want to install 4 other new packages like > bind-tools does. [OK, two are just account/group packages, so it's > not quite as bad as it sounds.] It's a Go package though, so it will quietly install a mountain a random outdated static libraries from github. Try it: $ emerge --fetchonly --nodeps doggo $ tar -tf /var/cache/distfiles/doggo-1.0.5-deps.tar.xz BIND may actually be the least bad option. The Knot DNS server provides alternatives like kdig, but you'll still wind up with a full-fledged DNS server on your hands. Depending on how serious this is, you could use package.provided and INSTALL_MASK to block everything you don't want.