From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 17 12:14:24 2018 Received: (at submit) by debbugs.gnu.org; 17 Aug 2018 16:14:24 +0000 Received: from localhost ([127.0.0.1]:53698 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fqhOD-0005dL-R3 for submit@debbugs.gnu.org; Fri, 17 Aug 2018 12:14:24 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48760) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fqhO6-0005cz-Mm for submit@debbugs.gnu.org; Fri, 17 Aug 2018 12:14:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fqhO0-0006o3-JW for submit@debbugs.gnu.org; Fri, 17 Aug 2018 12:14:05 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_20,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:41723) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fqhO0-0006nm-EB for submit@debbugs.gnu.org; Fri, 17 Aug 2018 12:14:04 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fqhNw-0008LV-SN for guix-patches@gnu.org; Fri, 17 Aug 2018 12:14:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fqhAX-0006wN-Ic for guix-patches@gnu.org; Fri, 17 Aug 2018 12:00:12 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:47826) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fqhAX-0006v9-23 for guix-patches@gnu.org; Fri, 17 Aug 2018 12:00:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=qE0JIz2mLxRLKbGNXHIubQZFMZaclzgTAii5hqSok60=; b=eaBBYuG5R5SyPstSbHv3Unv/zv s5Vinu1CCMvRHURHPQuXlukwn+//80nqCS0zPdhMRCUtazibY+rSrFV+xdbS4Fxqr1QnNbeTiExVu hdppQ+3PqZtEqNvz1G0SDP8F2f3PT/56VSUPH1ClZYSWfY9RwQgxwGDdC0ken93a3J18=; Received: from [192.168.2.1] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1fqhAQ-0007mX-U8 for guix-patches@gnu.org; Fri, 17 Aug 2018 21:30:04 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: Add dante Date: Fri, 17 Aug 2018 21:29:52 +0530 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) --=-=-= Content-Type: text/plain Please find attached a patch adding dante, a SOCKS client and server. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-Add-dante.patch Content-Transfer-Encoding: quoted-printable >From 3da12958bbaa283fce15a51ac902ce66adeaeec0 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 9 Feb 2018 15:23:19 +0530 Subject: [PATCH] gnu: Add dante. To: guix-patches@gnu.org * gnu/packages/networking.scm (dante): New variable. --- gnu/packages/networking.scm | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 371a93566..16da879c3 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -9,7 +9,7 @@ ;;; Copyright =C2=A9 2016, 2017, 2018 Nicolas Goaziou ;;; Copyright =C2=A9 2016 Eric Bavier ;;; Copyright =C2=A9 2016, 2017 Nils Gillmann -;;; Copyright =C2=A9 2016, 2017 Arun Isaac +;;; Copyright =C2=A9 2016, 2017, 2018 Arun Isaac ;;; Copyright =C2=A9 2016 Benz Schenk ;;; Copyright =C2=A9 2016, 2017 Pjotr Prins ;;; Copyright =C2=A9 2017 Mathieu Othacehe @@ -2177,3 +2177,25 @@ Convert the cap file to hccapx format and/or to WPA-= PMKID-PBKDF2 hashline (16800) with @command{hcxpcaptool} from the @code{hcxtools} packa= ge and check if the WLAN key or the master key was transmitted unencrypted.") (license license:expat)))) + +(define-public dante + (package + (name "dante") + (version "1.4.2") + (source + (origin + (method url-fetch) + (uri (string-append "https://www.inet.no/dante/files/dante-" + version ".tar.gz")) + (sha256 + (base32 + "19rqzj167q73ag20zxpvswhkk0bj56r5maf83v5016sw7vrcz5sc")))) + (build-system gnu-build-system) + (home-page "https://www.inet.no/dante/") + (synopsis "SOCKS server and client") + (description "Dante is a SOCKS client and server implementation. It c= an +be installed on a machine with access to an external TCP/IP network and wi= ll +allow all other machines, without direct access to that network, to be rel= ayed +through the machine the Dante server is running on. The external network = will +never see any machines other than the one Dante is running on.") + (license (license:non-copyleft "file://LICENSE")))) --=20 2.18.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 17 13:51:54 2018 Received: (at 32468) by debbugs.gnu.org; 17 Aug 2018 17:51:54 +0000 Received: from localhost ([127.0.0.1]:53743 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fqiuf-0004ZA-Ru for submit@debbugs.gnu.org; Fri, 17 Aug 2018 13:51:54 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:54847) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fqiue-0004Z2-5k for 32468@debbugs.gnu.org; Fri, 17 Aug 2018 13:51:52 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id A373921C79; Fri, 17 Aug 2018 13:51:51 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Fri, 17 Aug 2018 13:51:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= mesmtp; bh=ZUOFkJCiv7V50QfFdqc0ZXzWqAEsjq8PD4RqdOsXGdo=; b=gRmB9 gBlearJpaylxErXJ/D+oghIXnV3AmOpH9GlAiIQHIeq2edA4OetZHBApxbmVZcb4 MAqE3Hl+6yqDhBEF6SJHrGvuviEo+sn2SFwKyydP7e6F+q5JwW9AkdRHizhGxT0U aoJtheSD80fhVr04T86c1xgLhBlk+Sh+JxYowE= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=ZUOFkJCiv7V50QfFdqc0ZXzWqAEsj q8PD4RqdOsXGdo=; b=Bo5XgIWVLazYtvYiCbIbjxS/ojBbJAG83uPm0yyjOs6Yy JkrmyXlXzoiYJ+GiGGFrcEaco0IYZhM/P4kuuAuLHe+vl8NO2ozUebEkUeHT1fDS 7uG8AZbDe0+hvHrh3oVjPkQNLb66z5xOHlk5QhWgRb4yD9GdonzSh2RFBLGQh721 Nsu1QhuN+y/pp8+yMhEUKiQU0LCEMz4aqE+dTmi5lSTMQyAz8wo72M9Y2e3hp4Pe A63BeltIu+tJxN5HBsp9C7dQJl0SwZLQnfjRji7U0hxw59uW71TWARptVYa6OaEK wF6uug+RFGqhVAQ7OFerGd5azkA9c0iepGT1JrQSA== X-ME-Proxy: X-ME-Sender: Received: from localhost (unknown [172.58.200.107]) by mail.messagingengine.com (Postfix) with ESMTPA id ADD2E10255; Fri, 17 Aug 2018 13:51:50 -0400 (EDT) Date: Fri, 17 Aug 2018 13:51:49 -0400 From: Leo Famulari To: Arun Isaac Subject: Re: [bug#32468] Add dante Message-ID: <20180817175149.GA15789@jasmine.lan> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 32468 Cc: 32468@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 17, 2018 at 09:29:52PM +0530, Arun Isaac wrote: >=20 > Please find attached a patch adding dante, a SOCKS client and server. >=20 > From 3da12958bbaa283fce15a51ac902ce66adeaeec0 Mon Sep 17 00:00:00 2001 > From: Arun Isaac > Date: Fri, 9 Feb 2018 15:23:19 +0530 > Subject: [PATCH] gnu: Add dante. > To: guix-patches@gnu.org >=20 > * gnu/packages/networking.scm (dante): New variable. LGTM, thanks! --2oS5YaxWCcQjTEyO Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlt3CzIACgkQJkb6MLrK fwisMw/+M6pxgsoil0h4pn1dyehG/kvhmyv1r5nU43ZFV720yayCaRZxtVLkR5QO g0a8n/TWtbZxM3NzdF20vrJ5xOfsGJUhWg6aUf/46B2r2Yto5w1AFoYGP7ncUpM+ A/lkYPFDmzpr3oGeNB7LqQZK+egDPKtLZaoVKKdAT5Hq2PVCfYmcE7V60l33O5yq SsX4PABiLjR5U1M5/y8c9JFltVLwwMjcug5UqzI5y1NkqUSSh+QNeX0rj7KTE0hK 6tTyNP7ZWzhGDXXhhl/Yw1QzwuOgSmgqtquuCj9mscQl2dMEmEFvoG6VD1D3983Q wglVs2UUL3KuuxOkNXO2yoMfzdTTuuD23wBO6YhjA3MVG96SRl6wKN67l9YTk15s oQ5TYLHfBlMkaF7+r1WtEHQhqGt7/spVLoamL/xVpepAyS6bY6LjRy11x0uPwEMN y31nkwlTo7yEraVfvv+U1VJN8dqsPcEAjEVq5SVyv7TgsvJYFnHcOEi2JySLaMs1 SQDCw7nU3uVfCW9duXiVzF25/sSZXB8xljD4k1RDLr+WyukRbyOufArH1PUGU0f4 XSCWywqOM8gu4qwKjr1sUTVhl9HG/HXFEZ1lpNNP9YNvX/c/khjxL4Xcm/i7jmDI 5dpAaYIRQ+iaVZBmolEeRgW3w//N4HCKqV1J+XWipN2R1GyV/S8= =4WNU -----END PGP SIGNATURE----- --2oS5YaxWCcQjTEyO-- From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 17 15:25:51 2018 Received: (at 32468-done) by debbugs.gnu.org; 17 Aug 2018 19:25:51 +0000 Received: from localhost ([127.0.0.1]:53760 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fqkNb-0006tl-IV for submit@debbugs.gnu.org; Fri, 17 Aug 2018 15:25:51 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:47666) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fqkNX-0006tU-Ct for 32468-done@debbugs.gnu.org; Fri, 17 Aug 2018 15:25:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=x4LvyFp1wPKq9yx6wWXITbB6hzXFoJCIA8mbN5K9TPg=; b=ff3LHqiM2PtVkXgjgzAuc7jZF XSVqcuKdEyCrHoKZGGOg1/6iymLrIxSQSWXAnPvsWzF0rnrR/A42JZrsv6U7dUaAwNJ/rIIYUYAww sFwrz1JMCbvbHWx1YL7T8HJ95+r+/DNu9Qu42zZPviZ1iJqooredyzBBSQKskgIgT4nI4=; Received: from [192.168.2.1] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1fqkNO-0002Xh-1d; Sat, 18 Aug 2018 00:55:38 +0530 From: Arun Isaac To: Leo Famulari Subject: Re: [bug#32468] Add dante In-Reply-To: <20180817175149.GA15789@jasmine.lan> References: <20180817175149.GA15789@jasmine.lan> Date: Sat, 18 Aug 2018 00:55:30 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 32468-done Cc: 32468-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Pushed! Thanks for the very quick review! :-) From unknown Thu Sep 11 06:07:38 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 15 Sep 2018 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator