From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cx3f0-00007R-Vi for guix-patches@gnu.org; Sat, 08 Apr 2017 23:37:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cx3ex-00085D-Ss for guix-patches@gnu.org; Sat, 08 Apr 2017 23:37:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40522) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cx3ex-000842-Np for guix-patches@gnu.org; Sat, 08 Apr 2017 23:37:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cx3ex-0005CY-Ci for guix-patches@gnu.org; Sat, 08 Apr 2017 23:37:03 -0400 Subject: bug#26391: [PATCH 0/1] Patching getcap and which in torsocks References: <20170407140511.25564-1-bavier@member.fsf.org> In-Reply-To: <20170407140511.25564-1-bavier@member.fsf.org> Resent-To: guix-patches@gnu.org Resent-Message-ID: Date: Sat, 8 Apr 2017 22:36:29 -0500 From: Eric Bavier Message-ID: <20170408223629.6bec0a7a@openmailbox.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26391-done@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hi Eric, > > Eric Bavier skribis: > >> This patches references to the 'getcap' and 'which' programs in 'torsock= s' >> so that users that don't have either of those packages installed in their >> profiles do not see confusing output about them missing. Usually torsoc= ks >> will still function in that case, but it's probably better to have them >> available. > >> * gnu/packages/tor.scm (torsocks)[inputs,arguments]: New fields. > > LGTM, thanks! Pushed in f3cf25c3c2aef91a47b790fe69b5008cdb6a6316