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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F09A3158042 for ; Fri, 25 Oct 2024 00:47:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7211BE092A; Fri, 25 Oct 2024 00:47:33 +0000 (UTC) Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29257E088A for ; Fri, 25 Oct 2024 00:47:33 +0000 (UTC) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1t48UF-0004dT-PC for gentoo-user@lists.gentoo.org; Fri, 25 Oct 2024 02:47:32 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Grant Edwards Subject: [gentoo-user] Re: Why does bind-tools 9.18 depend on bind? Date: Fri, 25 Oct 2024 00:47:27 -0000 (UTC) Message-ID: References: <2acf0931-8d75-4e2d-99f2-75a8f8fcd94e@gentoo.org> User-Agent: slrn/1.0.3 (Linux) 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 X-Archives-Salt: 10907d1c-e6a8-450e-943d-4095ce95c81c X-Archives-Hash: 59485ad4f173e2f5a8b0982d036c16ce On 2024-10-24, Matt Jolly wrote: > The commit that added 9.18.0[1] gives some context: > > >This is just a proxy for net-dns/bind. Splitting the ebuilds is > >*way* too fragile and gains nothing because the same software gets > >built again anyway, just thrown away at the end. I'm just not keen on have extra, uneeded accounts, groups, binaries, and libraries, but I'm probably being overly paranoid. >> Is there another package that will provide a command line dns lookup >> tool that can be used for troubleshooting that doesn't require me to >> install a DNS server all of its extra faff? > > 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.] Thanks.