From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 16 05:11:43 2018 Received: (at submit) by debbugs.gnu.org; 16 Apr 2018 09:11:43 +0000 Received: from localhost ([127.0.0.1]:55052 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f80Ak-0007sh-Nn for submit@debbugs.gnu.org; Mon, 16 Apr 2018 05:11:43 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45527) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f80Ai-0007sS-NO for submit@debbugs.gnu.org; Mon, 16 Apr 2018 05:11:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f80Ac-0001Wj-Ck for submit@debbugs.gnu.org; Mon, 16 Apr 2018 05:11:31 -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_40 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:56046) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f80Ac-0001WL-9u for submit@debbugs.gnu.org; Mon, 16 Apr 2018 05:11:30 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f80Aa-0001ig-SJ for guix-patches@gnu.org; Mon, 16 Apr 2018 05:11:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f80AZ-0001Sb-MO for guix-patches@gnu.org; Mon, 16 Apr 2018 05:11:28 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37604) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f80AZ-0001SJ-JB for guix-patches@gnu.org; Mon, 16 Apr 2018 05:11:27 -0400 Received: from [2a00:c500:22e:1d3:4865:950c:bbf0:c961] (port=35926 helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1f80AW-0006bB-4Q; Mon, 16 Apr 2018 05:11:24 -0400 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20=C4=8Cech?= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add go-golang-org-x-crypto-ssh-terminal. Date: Mon, 16 Apr 2018 11:11:20 +0200 Message-Id: <20180416091120.15800-1-sleep_walker@gnu.org> X-Mailer: git-send-email 2.16.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Tom=C3=A1=C5=A1=20=C4=8Cech?= 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: -6.0 (------) * gnu/packages/syncthing.scm (go-golang-org-x-crypto-ssh-terminal): New variable. --- gnu/packages/syncthing.scm | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 4c607600d..a6cff9759 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2016 Petter ;;; Copyright © 2016, 2017, 2018 Leo Famulari +;;; Copyright © 2018 Tomáš Čech ;;; ;;; This file is part of GNU Guix. ;;; @@ -1200,6 +1201,44 @@ Tiny Encryption Algorithm (XTEA) block cipher.") (home-page "https://go.googlesource.com/crypto/") (license bsd-3)))) +(define-public go-golang-org-x-crypto-ssh-terminal + (let ((commit "95a4943f35d008beabde8c11e5075a1b714e6419") + (revision "1")) + (package + (name "go-golang-org-x-crypto-ssh-terminal") + (version (git-version "0.0.0" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://go.googlesource.com/crypto") + (commit commit))) + (file-name (string-append "go.googlesource.com-crypto-" + version "-checkout")) + (sha256 + (base32 + "0bkm0jx9mxmi1liabb9c04kf765n7d0062zdp3zmvzyamsq00lcx")))) + (build-system go-build-system) + (inputs + `(("go-golang-org-x-sys-unix" ,go-golang-org-x-sys-unix))) + (arguments + `(#:import-path "golang.org/x/crypto/ssh/terminal" + #:unpack-path "golang.org/x/crypto" + #:phases + (modify-phases %standard-phases + (add-before 'reset-gzip-timestamps 'make-gzip-archive-writable + (lambda* (#:key outputs #:allow-other-keys) + (map (lambda (file) + (make-file-writable file)) + (find-files + (string-append (assoc-ref outputs "out") + "/src/golang.org/x/crypto/ed25519/testdata") + ".*\\.gz$")) + #t))))) + (synopsis "TBD") + (description "TBD") + (home-page "https://go.googlesource.com/crypto/") + (license bsd-3)))) + (define* (go-golang-org-x-net-union #:optional (packages (list go-golang-org-x-net-ipv4 go-golang-org-x-net-bpf -- 2.16.3 From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 17 15:52:17 2018 Received: (at 31174) by debbugs.gnu.org; 17 Apr 2018 19:52:17 +0000 Received: from localhost ([127.0.0.1]:57905 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f8WeH-0006Gy-Ii for submit@debbugs.gnu.org; Tue, 17 Apr 2018 15:52:17 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:50575) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f8WeG-0006Gr-EF for 31174@debbugs.gnu.org; Tue, 17 Apr 2018 15:52:16 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id BD83F2201D; Tue, 17 Apr 2018 15:52:15 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Tue, 17 Apr 2018 15:52:15 -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=+sC4qqNTh0FXG5cUGGQ7oTN3HLdHYkogeDdKfT4hhig=; b=QKxEL rSZoGybhxjD6688/vIZkAS3Vh6G7LF37mQ+8ddBqwESR/MQULTbWhtlfomQJFn6w Ia5ngJ9VsvJWauZ/pIMHGHkv1u39cwUzVbMBn3vzQ04Fh7N34+yyiMaErsgKEIhp 4+KJ3J6lKFIa/mdYJ+Nz2zZjRbBEACgwQlZTqI= 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=fm2; bh=+sC4qqNTh0FXG5cUGGQ7oTN3HLdHY kogeDdKfT4hhig=; b=aFFBSWv56dUExlmGW2CroNgzymI9W+ktD6UJKX2r/riEo Oa8Lu/evycVkkXliW+Rpw9uQWrachX+dn+i2rGHrEKv1vtQxf3iIXH4pZeQmMlj0 +XiX2M8611Gu23yhP85JelAHzltKRZZz337b/Zk3ZuHctJhI7HibZZC+zAh/4131 VLUWJp033oRB/bApeIR2wSBO+LUYkfDozhd+jqqSi3gdrpPrv9PmgPiihkeTE8bF /oy54/dCjvlFnpX1AdcmW0M9N7nJqhpgET5k/0OExa4gVatjWCpvrgKgq+CZDUmf +r9j/xB8iz+uoKzOEi9BZurBTKsYI9KPGaS8i5gmA== X-ME-Sender: Received: from localhost (c-71-230-114-75.hsd1.pa.comcast.net [71.230.114.75]) by mail.messagingengine.com (Postfix) with ESMTPA id 5684310262; Tue, 17 Apr 2018 15:52:15 -0400 (EDT) Date: Tue, 17 Apr 2018 15:52:14 -0400 From: Leo Famulari To: =?utf-8?B?VG9tw6HFoSDEjGVjaA==?= Subject: Re: [bug#31174] [PATCH] gnu: Add go-golang-org-x-crypto-ssh-terminal. Message-ID: <20180417195214.GA22258@jasmine.lan> References: <20180416091120.15800-1-sleep_walker@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="qDbXVdCdHGoSgWSk" Content-Disposition: inline In-Reply-To: <20180416091120.15800-1-sleep_walker@gnu.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 31174 Cc: 31174@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 (-) --qDbXVdCdHGoSgWSk Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 16, 2018 at 11:11:20AM +0200, Tom=C3=A1=C5=A1 =C4=8Cech wrote: > * gnu/packages/syncthing.scm (go-golang-org-x-crypto-ssh-terminal): New > variable. Thanks! In general, LGTM. Did you put this in the Syncthing module because that's where the rest of the Go 'x' libraries live? If so, I'd rather move the full 'x' suite to (gnu packages golang), since they are not specific to Syncthing and are used by nearly every Go application. I can handle this move. > + (synopsis "TBD") > + (description "TBD") This is the last missing bit :) --qDbXVdCdHGoSgWSk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlrWUGsACgkQJkb6MLrK fwh7uhAApci6704sekU45kCXDnaeO5ogg9kZgoXq3ezumJtXr8U+LeZlVDkaZ3vO c1qm6TsYPN23Eml5Joug8x6aj6y0moDHI6WD+f0S/VgDRnybUm1LcuUPx2WvtbI3 PkY9HDmSx0UlhnhCqHMG/G8Vg4RcB6j5pHN7lvNJ9AxDOiPIaNfhq0znPJted3iT riyo8LIEj5VnuaiBhptRn6EYiOIvhismVZew6qJGEKNqfwuBX1h2qymF9DgFck33 IP1Vhq594H0dqjORe83J+AIwwQmx0bC05p0iWIpySvxk1HOzTC09OgjrgZ/G8942 YVmjR+UeQOCO8+CNXCzbHE2C1Pst4WH3WwunLykyrN0KUE+SIVvGDAzCKapOerHu Te/kdLdb+CU5k84Wob061fMqSr7uR9oPGKgSAY54PhNfwjyb9+YClDCoVL8DgNDy me4AaNdSQwimIiLq4YFmioRnVFIcCiYg0z8IB/dhb/NQdAiM7QjQFMH631daCJd8 wngNiUidArusUrbeZxRkmvguybmiOP1j4n7CHXQ2tdPL/gU8me/uLzFMEV1mheyX llXvwnYhknGQRqSwBoU8Oxjp0LzkReuQbqJBgpQMosIUkEDxC92obE7GioZL6UkH FUlMiQ7k10DEsjDw0txZ8ua+sFaRcMWDKu8hneCGQoatDdlGDik= =8h9t -----END PGP SIGNATURE----- --qDbXVdCdHGoSgWSk-- From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 17 16:08:12 2018 Received: (at 31174) by debbugs.gnu.org; 17 Apr 2018 20:08:12 +0000 Received: from localhost ([127.0.0.1]:57917 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f8Wtg-0006f2-11 for submit@debbugs.gnu.org; Tue, 17 Apr 2018 16:08:12 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44060) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f8Wte-0006em-7a for 31174@debbugs.gnu.org; Tue, 17 Apr 2018 16:08:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f8WtX-0003tM-Vv for 31174@debbugs.gnu.org; Tue, 17 Apr 2018 16:08:04 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=1.0 required=5.0 tests=BAYES_40,FROM_EXCESS_BASE64 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f8WtV-0003Xl-4n; Tue, 17 Apr 2018 16:08:01 -0400 Received: from [2a00:c500:22e:1d3:903b:6b2c:84e4:bd83] (port=52072 helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1f8WtU-0002Vo-Nm; Tue, 17 Apr 2018 16:08:01 -0400 Date: Tue, 17 Apr 2018 22:07:59 +0200 From: =?utf-8?B?VG9tw6HFoSDEjGVjaA==?= To: Leo Famulari Subject: Re: [bug#31174] [PATCH] gnu: Add go-golang-org-x-crypto-ssh-terminal. Message-ID: <20180417200759.bni372jceliqavhu@doom> References: <20180416091120.15800-1-sleep_walker@gnu.org> <20180417195214.GA22258@jasmine.lan> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="vm5jy3dt3cxcupe6" Content-Disposition: inline In-Reply-To: <20180417195214.GA22258@jasmine.lan> User-Agent: NeoMutt/20170912 (1.9.0) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -4.9 (----) X-Debbugs-Envelope-To: 31174 Cc: 31174@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: -5.9 (-----) --vm5jy3dt3cxcupe6 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 17, 2018 at 03:52:14PM -0400, Leo Famulari wrote: >On Mon, Apr 16, 2018 at 11:11:20AM +0200, Tom=C3=A1=C5=A1 =C4=8Cech wrote: >> * gnu/packages/syncthing.scm (go-golang-org-x-crypto-ssh-terminal): New >> variable. > >Thanks! > >In general, LGTM. > >Did you put this in the Syncthing module because that's where the >rest of the Go 'x' libraries live? If so, I'd rather move the full 'x' >suite to (gnu packages golang), since they are not specific to Syncthing >and are used by nearly every Go application. I can handle this move. Yes, my motivation was to keep all related packages together. Moving go-golang* packages to (gnu packages golang) sounds right. I will put it this to the same spot and let you do the rearrangement if you don't mind. > >> + (synopsis "TBD") >> + (description "TBD") > >This is the last missing bit :) Ooops, sorry! S_W --vm5jy3dt3cxcupe6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEDOrssfr9jDQthC2PSiPjT6AzQ20FAlrWVB8ACgkQSiPjT6Az Q23Q8Q//XTzuP/+LQhruf6yv9ZHLtcROToJEgg4mKdEia8zece1Nald4mbA590EP u1YxK/Gl8kJ9qWp94S9n9XTpxkKPtRJBTDlts/IeMAEJ1m4CRJMHVBHNqicrgTf/ jPNA/ee4KPXfHAnugrw6Cfc3NIZBrCedmkOjTdoHt8+tcdK7VqME0y06VRp8HwKo lNt417ZUsajhsE9htuysXOCymJB0r92pR3IzIvk+Y3isF0ky5CxSqcwf7LE8gkVg CpRT1ZSGyoeczXm1d5PGRXohqbckYI5aq3rguLIl64/AvwPxtCoNc0k6q6KneOO+ avDebvA8ztgxvAB7DN4cdgLrnqc+1q67nC/k3kwrxsgcabYjTPwmrPHLj2LLun9z lVosy6dh3nXyqDQMCk3t33E5Wye249vqKOnQNILRYCjQXAVoZzmFQ6dCjYZ2hHAn nc9TZjJ2KGrvmQOCiw1K8CTG+hmlSe5OWPU/hzQ5QxkPshJMcDOaFLwf3iyxfBjr iz8+ELSl3JV+TbIFmDKJLJatOCkhQ7HV4yInlRysxQSspAdmLiPUlLmnfULJQzDF OmarAcBZiFG02AdwTvtApp29AjemiLKvKliBspUGRS/EyOBEJ1lyYljQ8bNA2t52 mInPWQ8TnXazFx6aPa9ObOUxnI9HxMT4h2dV1MRwkFh3PtRslNs= =YD5g -----END PGP SIGNATURE----- --vm5jy3dt3cxcupe6-- From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 17 17:50:10 2018 Received: (at 31174) by debbugs.gnu.org; 17 Apr 2018 21:50:10 +0000 Received: from localhost ([127.0.0.1]:58103 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f8YUK-0002Dn-6u for submit@debbugs.gnu.org; Tue, 17 Apr 2018 17:50:10 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:37931) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f8YUI-0002Df-LM for 31174@debbugs.gnu.org; Tue, 17 Apr 2018 17:50:06 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 3AC0D21C6F; Tue, 17 Apr 2018 17:50:06 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Tue, 17 Apr 2018 17:50:06 -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=JvQaxYv0u/qurjNOAmKGXTDiLFBPhkGbfuUda1giXs4=; b=G2Csl 3Q1ElTDAXeh+gbRZnKeKruTIDS9bzFzqnRaqA5JQu12mQbn0w4jGiThjjwOcaoLa sPx/EdnMm0h0mU503oLyW9g1YXUAXJl1leKLncgOR2SAOHLciUFvaq3F0aBh44jh fs+zGNwwAkMwOkrsVEXkAcDxcj9CrjzYC8ZVXA= 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=fm2; bh=JvQaxYv0u/qurjNOAmKGXTDiLFBPh kGbfuUda1giXs4=; b=nYIQg1spv118MS0Hc/48vtJNPJTwZCjRv5BUDTm0AC88z h0oQGyU5BG8ID6Ne6h1PeSe9jfxjcRf7Stxrv2Zj4osQNr5GKjy/U1rhxju7o7BR 1tk4+l8DSxb/Lz1R5RX/0K7WlQJ9P0lWfkN0nn0r/yFCsBOlcjWlOfv9kzU6CGr+ RViDQd9elgumfP97uzxmtFilIosu8b/NuuWeHBVNMZ1E2QNzXuRhpsz9bGj2obPy u4+KsGo+F9u7HHGGXAQfFCbzlgtgAxlShaQSCpczaxP5QUWfVKx7g7OIhrIozs/0 nfdKy6OiEVLoRwQtxlwiMPZXHAvg+4+SZk+uUensA== X-ME-Sender: Received: from localhost (c-71-230-114-75.hsd1.pa.comcast.net [71.230.114.75]) by mail.messagingengine.com (Postfix) with ESMTPA id 630ABE44D5; Tue, 17 Apr 2018 17:50:04 -0400 (EDT) Date: Tue, 17 Apr 2018 17:50:01 -0400 From: Leo Famulari To: =?utf-8?B?VG9tw6HFoSDEjGVjaA==?= Subject: Re: [bug#31174] [PATCH] gnu: Add go-golang-org-x-crypto-ssh-terminal. Message-ID: <20180417215001.GA26334@jasmine.lan> References: <20180416091120.15800-1-sleep_walker@gnu.org> <20180417195214.GA22258@jasmine.lan> <20180417200759.bni372jceliqavhu@doom> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline In-Reply-To: <20180417200759.bni372jceliqavhu@doom> User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 31174 Cc: 31174@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 (-) --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 17, 2018 at 10:07:59PM +0200, Tom=C3=A1=C5=A1 =C4=8Cech wrote: > On Tue, Apr 17, 2018 at 03:52:14PM -0400, Leo Famulari wrote: > > On Mon, Apr 16, 2018 at 11:11:20AM +0200, Tom=C3=A1=C5=A1 =C4=8Cech wro= te: > > > * gnu/packages/syncthing.scm (go-golang-org-x-crypto-ssh-terminal): N= ew > > > variable. > >=20 > > Thanks! > >=20 > > In general, LGTM. > >=20 > > Did you put this in the Syncthing module because that's where the > > rest of the Go 'x' libraries live? If so, I'd rather move the full 'x' > > suite to (gnu packages golang), since they are not specific to Syncthing > > and are used by nearly every Go application. I can handle this move. >=20 > Yes, my motivation was to keep all related packages together. >=20 > Moving go-golang* packages to (gnu packages golang) sounds right. I > will put it this to the same spot and let you do the rearrangement if > you don't mind. Okay! Moved in 269d0858c6c01145b07be8ebb170e448894b112a > > > + (synopsis "TBD") > > > + (description "TBD") > >=20 > > This is the last missing bit :) >=20 > Ooops, sorry! Can you fill these out and send an updated patch? --82I3+IH0IqGh5yIs Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlrWbAkACgkQJkb6MLrK fwjtzQ/+OdeG54s3eYOZf4WG1C+pwXaZIYP1nI3eWKZYNOGX6frmb5hFCkS2bHqn QqKB0IX9qLbqIyyuI4VlaFKZqcRPoCMQ1DUOj7tkYb+cDXeEeG7RsFGhjvu41nnz cnjyHyoEsBDIf7RFPMlfZVVmO1Wx+0xCDXsOfU5jz2y3ozSom0rF61eJPoinudXG iHKZw410+es8KrnNEVIpcWWLehy+BXWOxIOjL3BZ9dDXxh86pxAVjc4rM4OcrAcR jodiTx74PY4F8t6dJI2f6LSVHDUmZs62LqKf4GHpRezkyxD3AN3Gk7HgFgK/W33t YlkhNm9yn8Tt15/XMiB3j2dYREmMrtmW2EQ5IFoBhBEeoDjWSWs9aS91PBe7zJCQ PqbkDmmebKXPTDaUXVxXDWMX6maZGx3w0hDeb86CNHM9WtEzOHAjgf76d7z/V9Vg EAW9F3E0L/zDBPAlciSa5s6Dnd/+MHRArKbVnMAi6cncib6+4QZCAnmIYj8b7nhT HfwXxzzTY1ZawfiamfliUVOlISNy8QPywacfhCpE3/AHUlwkMPqsVc4fI8FWINU5 hjl09kGGVdaTvZL+czdA5aVQWwFWZ23nFE4b3yYXeRtz0auB2975CDduJWQh22Fq +1e2FJawHEA7vhoQiMIw1hVi1zOqECUfKAIKomq354giGpCJTJ0= =xZzH -----END PGP SIGNATURE----- --82I3+IH0IqGh5yIs-- From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 19 04:06:23 2018 Received: (at 31174) by debbugs.gnu.org; 19 Apr 2018 08:06:23 +0000 Received: from localhost ([127.0.0.1]:60061 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f94aA-0003iR-II for submit@debbugs.gnu.org; Thu, 19 Apr 2018 04:06:23 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34955) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f94a9-0003iC-Ba for 31174@debbugs.gnu.org; Thu, 19 Apr 2018 04:06:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f94Zz-0003TA-4D for 31174@debbugs.gnu.org; Thu, 19 Apr 2018 04:06:12 -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.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60415) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f94Zr-0003Qr-QO; Thu, 19 Apr 2018 04:05:59 -0400 Received: from [2a00:c500:22e:1d3:593a:e2b1:6d07:eb] (port=58780 helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1f94Zq-0001yr-Rd; Thu, 19 Apr 2018 04:05:59 -0400 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20=C4=8Cech?= To: Leo Famulari Subject: [PATCH] gnu: Add go-golang-org-x-crypto-ssh-terminal. Date: Thu, 19 Apr 2018 10:05:55 +0200 Message-Id: <20180419080555.14367-1-sleep_walker@gnu.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180417215001.GA26334@jasmine.lan> References: <20180417215001.GA26334@jasmine.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 31174 Cc: =?UTF-8?q?Tom=C3=A1=C5=A1=20=C4=8Cech?= , 31174@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: -6.0 (------) * gnu/packages/golang.scm (go-golang-org-x-crypto-ssh-terminal): New variable. --- gnu/packages/golang.scm | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index e2fbd54a5..485aa02c4 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -9,6 +9,7 @@ ;;; Copyright © 2017 Alex Vong ;;; Copyright © 2018 Tobias Geerinckx-Rice ;;; Copyright © 2018 Christopher Baines +;;; Copyright © 2018 Tomáš Čech ;;; ;;; This file is part of GNU Guix. ;;; @@ -1257,3 +1258,43 @@ functions for normalizing Unicode strings.") limiting in Go.") (home-page "https://godoc.org/golang.org/x/time/rate") (license license:bsd-3)))) + +(define-public go-golang-org-x-crypto-ssh-terminal + (let ((commit "95a4943f35d008beabde8c11e5075a1b714e6419") + (revision "1")) + (package + (name "go-golang-org-x-crypto-ssh-terminal") + (version (git-version "0.0.0" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://go.googlesource.com/crypto") + (commit commit))) + (file-name (string-append "go.googlesource.com-crypto-" + version "-checkout")) + (sha256 + (base32 + "0bkm0jx9mxmi1liabb9c04kf765n7d0062zdp3zmvzyamsq00lcx")))) + (build-system go-build-system) + (inputs + `(("go-golang-org-x-sys-unix" ,go-golang-org-x-sys-unix))) + (arguments + `(#:import-path "golang.org/x/crypto/ssh/terminal" + #:unpack-path "golang.org/x/crypto" + #:phases + (modify-phases %standard-phases + (add-before 'reset-gzip-timestamps 'make-gzip-archive-writable + (lambda* (#:key outputs #:allow-other-keys) + (map (lambda (file) + (make-file-writable file)) + (find-files + (string-append (assoc-ref outputs "out") + "/src/golang.org/x/crypto/ed25519/testdata") + ".*\\.gz$")) + #t))))) + (synopsis "Terminal functions for Go") + (description "This package provides @{terminal}, which implements +support functions for dealing with terminals, as commonly found on UNIX +systems.") + (home-page "https://go.googlesource.com/crypto/") + (license license:bsd-3)))) -- 2.17.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 19 10:41:00 2018 Received: (at 31174) by debbugs.gnu.org; 19 Apr 2018 14:41:00 +0000 Received: from localhost ([127.0.0.1]:33048 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f9Ak6-0000AF-CH for submit@debbugs.gnu.org; Thu, 19 Apr 2018 10:41:00 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:40035) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f9Ak4-0000A7-GN for 31174@debbugs.gnu.org; Thu, 19 Apr 2018 10:40:56 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 5C4BD21C88; Thu, 19 Apr 2018 10:40:56 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Thu, 19 Apr 2018 10:40:56 -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=YFVZCmEuBg7a5sv7E+tX/iDI61OZXHMYpyFjRxps13w=; b=WneR/ Vx/mm9nI1OjC/VoWbj7/Rc9g9U628XgCiQjZxOHlq0QfdwMecoKq6fshjO2DACg3 G/MFFFA4D46MwlIy0WB7kqmgMt0Eb3CPEjVqbcWrCCivgrxpmxP7RbOK76ZlMru9 jYk9A+VdAX03eNgEnr0914a6NZf39F6fPegpsc= 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=fm2; bh=YFVZCmEuBg7a5sv7E+tX/iDI61OZX HMYpyFjRxps13w=; b=XD9se4QpWHBKR+tpiPp9XAN6Lr2KG15irf3B7AOJywIHS JoZav3huM/ciC/Kxqmm5vLSEm9NrivYI9VMqsYx6uXpa4tqd7t/n8OmOGgFOQn36 o8Hqj4Qg3JX/9T9mcHQQu6HV9Yor5cYWW1eB/gHwRhbujBKYHXc0XHXwtBwUZ17A qFisAJXb5Nec43IPxPbOqwb4BmeP/Zt/3EF9039VLNRWsRclgD/xN+cVwYoeFXnk zNzR7d+n8NiDD98eN6sw3nvL1hGxklhcIftEaXUkX53T9yYauLlLuwSt0QIzwpae uzWFRDoJDmWu9sRqDEbZd+8gzTEOFBrCWUpD2BCuA== X-ME-Sender: Received: from localhost (unknown [172.58.201.72]) by mail.messagingengine.com (Postfix) with ESMTPA id 02A67E5092; Thu, 19 Apr 2018 10:40:55 -0400 (EDT) Date: Thu, 19 Apr 2018 10:40:54 -0400 From: Leo Famulari To: =?utf-8?B?VG9tw6HFoSDEjGVjaA==?= Subject: Re: [PATCH] gnu: Add go-golang-org-x-crypto-ssh-terminal. Message-ID: <20180419144054.GC8699@jasmine.lan> References: <20180417215001.GA26334@jasmine.lan> <20180419080555.14367-1-sleep_walker@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="i7F3eY7HS/tUJxUd" Content-Disposition: inline In-Reply-To: <20180419080555.14367-1-sleep_walker@gnu.org> User-Agent: Mutt/1.9.5 (2018-04-13) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 31174 Cc: 31174@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 (-) --i7F3eY7HS/tUJxUd Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 19, 2018 at 10:05:55AM +0200, Tom=C3=A1=C5=A1 =C4=8Cech wrote: > * gnu/packages/golang.scm (go-golang-org-x-crypto-ssh-terminal): New vari= able. LGTM, thanks! Also, please don't hesitate to suggest changes to the go-build-system. The current implementation is a bit primitive and will probably need some changes as we add more Go applications. --i7F3eY7HS/tUJxUd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlrYqnYACgkQJkb6MLrK fwioaA/+N5K0vA/pT51/+yl3y9DPaazw1BJPklrbSx6NITntTjBhMrST9ZIfVvDd wpa6vsbz9MHA62C1b0E9XQfKhxekGa9hm3b4g0UA+0jr01oMFv5WJ8+t3qYcjEmG jBHAcJ3M+CjCp/oKDmqbQnPb2S+bywj2QlSXHQtRgqoHOdi+r74zYoderYftGPzg IwQLEquUQmHNRCu1i5oCoEZG3qhPU9zVoEffAhucjoRSTrnY+NCA0Yoaw44DPypX JaEcETWw372XOPZwLu9OMI6Ct3Jyf8hDCYJUdopkYpQJbbd8zwo6ssCdxzOUcZJF /Ecpkh4qS/lutx2anxaqRcacsG4qNfTRvoINqMNGifXLjo9W1d8YDFcMBtpCzDH2 ZdVLbFMkuuVVw522/90moyJDPYiimjtT4JEJLr+KT4dqrDkwU5v3uDayhZhcK2AS 3wQp+LwIfsABSsOfUpdqKwclNfDrj0gGEWmIUfam1e9QpOCmUIiXIDFS4CRG/eLU QpLLQeCwnhPt31evAf0zrvjyukkTrEDon6jQPIYr9vb72+oambkxxmbqFkykJQya U/HekIjFopA70lPYzCv1RwBF5nMznlgE2xCxPB5BgW7ORDdf2tBqY8eIF0fK2Zo0 yxu6+mKkstnb8fyTnpZ41WJ7qE2Vc/VuOsnBCxeIKkSVCCJZVkI= =Wjeu -----END PGP SIGNATURE----- --i7F3eY7HS/tUJxUd-- From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 22 17:42:46 2018 Received: (at control) by debbugs.gnu.org; 22 Apr 2018 21:42:46 +0000 Received: from localhost ([127.0.0.1]:36161 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fAMku-0006YZ-Gc for submit@debbugs.gnu.org; Sun, 22 Apr 2018 17:42:45 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:50592) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fAMks-0006YR-K3 for control@debbugs.gnu.org; Sun, 22 Apr 2018 17:42:42 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 1E01A121A5 for ; Sun, 22 Apr 2018 23:42:42 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NFcpMPzvACSq for ; Sun, 22 Apr 2018 23:42:41 +0200 (CEST) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 6E84612167 for ; Sun, 22 Apr 2018 23:42:41 +0200 (CEST) Date: Sun, 22 Apr 2018 23:42:40 +0200 Message-Id: <87po2qgbov.fsf@gnu.org> To: control@debbugs.gnu.org From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: control message for bug #31174 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: control 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.0 (/) tags 31174 fixed close 31174 From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 22 18:19:01 2018 Received: (at 31174-done) by debbugs.gnu.org; 22 Apr 2018 22:19:01 +0000 Received: from localhost ([127.0.0.1]:36199 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fANK1-0000w0-4L for submit@debbugs.gnu.org; Sun, 22 Apr 2018 18:19:01 -0400 Received: from eggs.gnu.org ([208.118.235.92]:58815) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fANK0-0000vl-6W for 31174-done@debbugs.gnu.org; Sun, 22 Apr 2018 18:19:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fANJu-0003VJ-GY for 31174-done@debbugs.gnu.org; Sun, 22 Apr 2018 18:18:55 -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.5 required=5.0 tests=BAYES_05,FROM_EXCESS_BASE64 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57656) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fANJu-0003VB-CJ for 31174-done@debbugs.gnu.org; Sun, 22 Apr 2018 18:18:54 -0400 Received: from [2a00:c500:22e:1d3:593a:e2b1:6d07:eb] (port=52000 helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fANJt-0001Ao-Ny for 31174-done@debbugs.gnu.org; Sun, 22 Apr 2018 18:18:54 -0400 Date: Mon, 23 Apr 2018 00:18:46 +0200 From: =?utf-8?B?VG9tw6HFoSDEjGVjaA==?= To: 31174-done@debbugs.gnu.org Subject: Re: [PATCH] gnu: Add go-golang-org-x-crypto-ssh-terminal. Message-ID: <20180422221846.GA18921@doom> References: <20180417215001.GA26334@jasmine.lan> <20180419080555.14367-1-sleep_walker@gnu.org> <20180419144054.GC8699@jasmine.lan> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="X1bOJ3K7DJ5YkBrT" Content-Disposition: inline In-Reply-To: <20180419144054.GC8699@jasmine.lan> User-Agent: Mutt/1.9.4 (2018-02-28) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -4.9 (----) X-Debbugs-Envelope-To: 31174-done 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: -5.9 (-----) --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Pushed. Closing. Thanks for review! S_W --X1bOJ3K7DJ5YkBrT Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEDOrssfr9jDQthC2PSiPjT6AzQ20FAlrdCjMACgkQSiPjT6Az Q2297Q/+Pmim8N8e+SoJ7DlB1mRm6FXOGnssW+zGLRWy6ptsTi1Jz9NMHU5/h2zn ju4+G4OAvIoDQG0wun5HWDHvG0pCr3vcx+sh/q6zDMI9M7g/zF0OTqz4SrUH0rLN nYtTaFR2+b6XEWUysHKizOCSsi+/pqwHwceylXTFidqIrV2akhybkVctyvSV1gmC /0IP/qxUynjnHgQta9cr22NC+kUbkP8byu7Wwvq8a3jL3u+B+k7P/J1tq1RzYycL NopQadyUPyQrNwOS/fhczvUUwdKnXFxg5scn8XZesNEt49etf9OAhYSLoRir/lBw fRmSFmUlKbkpJg0/oY1a2B1C7U7VqiF9ebUgSPsHrFKvXXxRovaxzyVf8W/AMJq9 ERkch1sk4wo5J6ZHQwIGcW6d+4rZf6CC/ByV/t4/l3StOvzmuHhh4XEZV5ZRJ4/9 cpnrYZhEYuW+dNoGCjHGZpJOWM6hpvZfQYOTzTfHOnaRg9D6gbR0TFqdDu2mBY3W xz3Ck0NbqTH1BstJuj/QvKBEAR7m/Imc7fvqivHV619dko+oX4syA1k7g89OCNyG mmnrYowDgvbYB2ZQlAY3zCV45IMhro0tL+6uaeeTOXnUsOll7VPQocWgJjtakuz+ M64rtP6u20T5upPQbK1UhlNjsnbVWuP7FS5OWfxoyZN03C4sXQw= =m0VF -----END PGP SIGNATURE----- --X1bOJ3K7DJ5YkBrT-- From unknown Tue Jun 24 10:31:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 21 May 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