From unknown Tue Aug 19 23:11:30 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#30269] gnurl: revert last commit, gnurl: update to 7.58.0 Resent-From: ng0@n0.is Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 27 Jan 2018 15:31:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 30269 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 30269@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.151706703521695 (code B ref -1); Sat, 27 Jan 2018 15:31:01 +0000 Received: (at submit) by debbugs.gnu.org; 27 Jan 2018 15:30:35 +0000 Received: from localhost ([127.0.0.1]:45387 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1efSR6-0005di-0P for submit@debbugs.gnu.org; Sat, 27 Jan 2018 10:30:35 -0500 Received: from eggs.gnu.org ([208.118.235.92]:47173) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1efSR4-0005dS-G8 for submit@debbugs.gnu.org; Sat, 27 Jan 2018 10:30:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1efSQy-0003F1-6k for submit@debbugs.gnu.org; Sat, 27 Jan 2018 10:30:25 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:60010) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1efSQx-0003Ek-UB for submit@debbugs.gnu.org; Sat, 27 Jan 2018 10:30:24 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1efSQw-0002cB-Hq for guix-patches@gnu.org; Sat, 27 Jan 2018 10:30:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1efSQr-0003AA-UP for guix-patches@gnu.org; Sat, 27 Jan 2018 10:30:22 -0500 Received: from aibo.runbox.com ([91.220.196.211]:49896) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1efSQr-00038t-KM for guix-patches@gnu.org; Sat, 27 Jan 2018 10:30:17 -0500 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1efSQq-0007PD-7w for guix-patches@gnu.org; Sat, 27 Jan 2018 16:30:16 +0100 Received: from dslb-088-078-030-190.088.078.pools.vodafone-ip.de ([88.78.30.190] helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1efSQT-0001jU-BI for guix-patches@gnu.org; Sat, 27 Jan 2018 16:29:53 +0100 From: ng0@n0.is Date: Sat, 27 Jan 2018 15:29:54 +0000 Message-ID: <871sib7219.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> 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: -5.0 (-----) 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.0 (-----) --=-=-= Content-Type: text/plain I still have to write the release announcement, but here is the update to 7.58.0 for gnurl. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-Revert-gnu-gnurl-Add-with-ca-bundle-path-to-configur.patch Content-Transfer-Encoding: 8bit >From 83dd89710e0fcd82942bd5f708198c81eb9a50e8 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 27 Jan 2018 15:15:57 +0000 Subject: [PATCH 1/2] Revert "gnu: gnurl: Add '--with-ca-bundle' path to configure-flags." This reverts commit 8bf127d5ab5f95dc606fbec2b8de5c942dd79b9d. It broke building gnurl in non-reproducible ways. --- gnu/packages/gnunet.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 5e47f2ebf..30db585a8 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2015, 2017 Efraim Flashner ;;; Copyright © 2016 Ricardo Wurmus ;;; Copyright © 2016 Mark H Weaver -;;; Copyright © 2016, 2017, 2018 ng0 +;;; Copyright © 2016, 2017 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -205,8 +205,7 @@ authentication and support for SSL3 and TLS.") ("pkg-config" ,pkg-config) ("python" ,python-2))) (arguments - `(#:configure-flags (list "--disable-ntlm-wb" - "--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt") + `(#:configure-flags (list "--disable-ntlm-wb") #:test-target "test" #:parallel-tests? #f #:phases -- 2.16.1 --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0002-gnu-gnurl-Update-to-7.58.0.patch Content-Transfer-Encoding: 8bit >From 4d20f2413247b5d4b49796cd7759d9e71c8e143b Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 27 Jan 2018 15:25:55 +0000 Subject: [PATCH 2/2] gnu: gnurl: Update to 7.58.0. * gnu/packages/gnunet.scm (gnurl): Update to 7.58.0. --- gnu/packages/gnunet.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 30db585a8..7aa429f63 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2015, 2017 Efraim Flashner ;;; Copyright © 2016 Ricardo Wurmus ;;; Copyright © 2016 Mark H Weaver -;;; Copyright © 2016, 2017 ng0 +;;; Copyright © 2016, 2017, 2018 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -185,13 +185,13 @@ authentication and support for SSL3 and TLS.") (define-public gnurl (package (name "gnurl") - (version "7.57.0") + (version "7.58.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/gnunet/" name "-" version ".tar.xz")) (sha256 (base32 - "0cl2x1jddnhn1z8gd75w6k7lb6pymn5rf2vqgl2vdkbxsz677z07")))) + "1yyswsz0csplqi8hlhqaxlafqn5kh5016j8k2gaxziv4cb343znx")))) (build-system gnu-build-system) (outputs '("out" "doc")) ; 1.5 MiB of man3 pages -- 2.16.1 --=-=-= Content-Type: text/plain -- ng0 :: https://ea.n0.is A88C8ADD129828D7EAC02E52E22F9BBFEE348588 :: https://ea.n0.is/keys/ --=-=-=-- From unknown Tue Aug 19 23:11:30 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: ng0@n0.is Subject: bug#30269: closed (Re: [bug#30269] gnurl: revert last commit, gnurl: update to 7.58.0) Message-ID: References: <871sibqjdp.fsf@fastmail.com> <871sib7219.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> X-Gnu-PR-Message: they-closed 30269 X-Gnu-PR-Package: guix-patches Reply-To: 30269@debbugs.gnu.org Date: Sat, 27 Jan 2018 17:53:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1517075584-4732-1" This is a multi-part message in MIME format... ------------=_1517075584-4732-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #30269: gnurl: revert last commit, gnurl: update to 7.58.0 which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 30269@debbugs.gnu.org. --=20 30269: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D30269 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1517075584-4732-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 30269-done) by debbugs.gnu.org; 27 Jan 2018 17:52:40 +0000 Received: from localhost ([127.0.0.1]:45470 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1efUee-0001DF-3a for submit@debbugs.gnu.org; Sat, 27 Jan 2018 12:52:40 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:41227) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1efUea-0001D3-Bg for 30269-done@debbugs.gnu.org; Sat, 27 Jan 2018 12:52:36 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 27B2D21042; Sat, 27 Jan 2018 12:52:36 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Sat, 27 Jan 2018 12:52:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= 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=FmS4McEjw3zszvC2RLChHpNOVgGE9Y1f6+bcs0UiJvM=; b=IweKJXV5 CxwUOhXGDGe5B9fOXIf9cUx/3Kaug50FmN4XnwFAa9bXwOlSQpjnw/bTUPOC2Bzr RzrLhqs+9N4DOjegF2mOFEj+7jB8j97dREPCPFwd638N4T4of2S6hE8wntge3UPo qQl1rMTvdeEHraCzLKl9lm4J4yD1iBPsqx1ojlTSPFwcFU3+Rj6R3syvZ+CIAHwy ec+N0lYkcXUiZAQPW5hpPZ01aZnxMNQWl7WEeUFuwCgiJSFo6Dm72p/C5o2GN5aZ qCm57A6YvK0BCp0lq85KMWdXoS40v+AyNn7i1q3nhDwJusfd+wm+r/uoQCjKBeHc GbZc7alM7hVp3w== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=FmS4McEjw3zszvC2RLChHpNOVgGE9 Y1f6+bcs0UiJvM=; b=AXRFh8zOAIBDQeGO2ewBF29nN0Egyba+eZ1yJlCLQzIOt ErLAFfvP+y1czj6j0a80duwEWbLpWSGAupOUSaPR3pMqYEhsS6KWbf7kU8HFpeNY FvTGmiGsccUiDHDUn+BZJaHq7ueonOEOVfNtzE+dkeCVX8mlsKbv/K+dWAv5S5Pi Ics4lARZSReu2mmw85ycYuFMT+NHO8bkSGan87poeccvBPZNMHJx/+gnpsBnSZbA UnWh8vuO90tNoUP9usWKm5xOilqtW3IWpC3cu+iu7oB7t88NXz2T+x2jgjDoEonB Hd8Y1MCUib2DCawdu/2jrTMIXW5eszUs+aaoZKMzg== X-ME-Sender: Received: from localhost (cm-84.214.173.174.getinternet.no [84.214.173.174]) by mail.messagingengine.com (Postfix) with ESMTPA id AE70224814; Sat, 27 Jan 2018 12:52:35 -0500 (EST) From: Marius Bakke To: ng0@n0.is, 30269-done@debbugs.gnu.org Subject: Re: [bug#30269] gnurl: revert last commit, gnurl: update to 7.58.0 In-Reply-To: <871sib7219.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> References: <871sib7219.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> User-Agent: Notmuch/0.26 (https://notmuchmail.org) Emacs/25.3.1 (x86_64-pc-linux-gnu) Date: Sat, 27 Jan 2018 18:52:34 +0100 Message-ID: <871sibqjdp.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30269-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: -0.7 (/) --=-=-= Content-Type: text/plain ng0@n0.is writes: > I still have to write the release announcement, but here is the > update to 7.58.0 for gnurl. Pushed, thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlpsvGIACgkQoqBt8qM6 VPqUQgf+PLfQCId0pcefyftb/rLfgYXnjylKgQOuUqw7I4CO7H1I2mHt9Egwoj3Z yaRMa8kMlQlNMDjn+0mBqshELWeqARGEbVG65LmkgxIRWiew49yq2ezlVGaa8tCW 9ksTVKeCDVLH+4gjnfqYbWSOyNBZ1m4m/pq0FFfia/uj0/xx3LlhV+Kxq+2uWViE 5+15vd4sBDzy/fBNq24YOGjMrDLNDP+V0aBIeBl22PTK9Anz+ArT/i8OmBbVVKC6 fExqSKLW22T+/GeSAUkhxyxSFRiMgVXYsEZjZIFjlpzwfZ0+7LH+2lOcZvkuKJhe zFsuI4D00tGU1nCPAgncP9ys4iveRA== =sGjZ -----END PGP SIGNATURE----- --=-=-=-- ------------=_1517075584-4732-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 27 Jan 2018 15:30:35 +0000 Received: from localhost ([127.0.0.1]:45387 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1efSR6-0005di-0P for submit@debbugs.gnu.org; Sat, 27 Jan 2018 10:30:35 -0500 Received: from eggs.gnu.org ([208.118.235.92]:47173) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1efSR4-0005dS-G8 for submit@debbugs.gnu.org; Sat, 27 Jan 2018 10:30:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1efSQy-0003F1-6k for submit@debbugs.gnu.org; Sat, 27 Jan 2018 10:30:25 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:60010) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1efSQx-0003Ek-UB for submit@debbugs.gnu.org; Sat, 27 Jan 2018 10:30:24 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1efSQw-0002cB-Hq for guix-patches@gnu.org; Sat, 27 Jan 2018 10:30:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1efSQr-0003AA-UP for guix-patches@gnu.org; Sat, 27 Jan 2018 10:30:22 -0500 Received: from aibo.runbox.com ([91.220.196.211]:49896) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1efSQr-00038t-KM for guix-patches@gnu.org; Sat, 27 Jan 2018 10:30:17 -0500 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1efSQq-0007PD-7w for guix-patches@gnu.org; Sat, 27 Jan 2018 16:30:16 +0100 Received: from dslb-088-078-030-190.088.078.pools.vodafone-ip.de ([88.78.30.190] helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1efSQT-0001jU-BI for guix-patches@gnu.org; Sat, 27 Jan 2018 16:29:53 +0100 From: ng0@n0.is To: guix-patches@gnu.org Subject: gnurl: revert last commit, gnurl: update to 7.58.0 Date: Sat, 27 Jan 2018 15:29:54 +0000 Message-ID: <871sib7219.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> 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: -5.0 (-----) 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: -5.0 (-----) --=-=-= Content-Type: text/plain I still have to write the release announcement, but here is the update to 7.58.0 for gnurl. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-Revert-gnu-gnurl-Add-with-ca-bundle-path-to-configur.patch Content-Transfer-Encoding: 8bit >From 83dd89710e0fcd82942bd5f708198c81eb9a50e8 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 27 Jan 2018 15:15:57 +0000 Subject: [PATCH 1/2] Revert "gnu: gnurl: Add '--with-ca-bundle' path to configure-flags." This reverts commit 8bf127d5ab5f95dc606fbec2b8de5c942dd79b9d. It broke building gnurl in non-reproducible ways. --- gnu/packages/gnunet.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 5e47f2ebf..30db585a8 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2015, 2017 Efraim Flashner ;;; Copyright © 2016 Ricardo Wurmus ;;; Copyright © 2016 Mark H Weaver -;;; Copyright © 2016, 2017, 2018 ng0 +;;; Copyright © 2016, 2017 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -205,8 +205,7 @@ authentication and support for SSL3 and TLS.") ("pkg-config" ,pkg-config) ("python" ,python-2))) (arguments - `(#:configure-flags (list "--disable-ntlm-wb" - "--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt") + `(#:configure-flags (list "--disable-ntlm-wb") #:test-target "test" #:parallel-tests? #f #:phases -- 2.16.1 --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0002-gnu-gnurl-Update-to-7.58.0.patch Content-Transfer-Encoding: 8bit >From 4d20f2413247b5d4b49796cd7759d9e71c8e143b Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 27 Jan 2018 15:25:55 +0000 Subject: [PATCH 2/2] gnu: gnurl: Update to 7.58.0. * gnu/packages/gnunet.scm (gnurl): Update to 7.58.0. --- gnu/packages/gnunet.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 30db585a8..7aa429f63 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2015, 2017 Efraim Flashner ;;; Copyright © 2016 Ricardo Wurmus ;;; Copyright © 2016 Mark H Weaver -;;; Copyright © 2016, 2017 ng0 +;;; Copyright © 2016, 2017, 2018 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -185,13 +185,13 @@ authentication and support for SSL3 and TLS.") (define-public gnurl (package (name "gnurl") - (version "7.57.0") + (version "7.58.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/gnunet/" name "-" version ".tar.xz")) (sha256 (base32 - "0cl2x1jddnhn1z8gd75w6k7lb6pymn5rf2vqgl2vdkbxsz677z07")))) + "1yyswsz0csplqi8hlhqaxlafqn5kh5016j8k2gaxziv4cb343znx")))) (build-system gnu-build-system) (outputs '("out" "doc")) ; 1.5 MiB of man3 pages -- 2.16.1 --=-=-= Content-Type: text/plain -- ng0 :: https://ea.n0.is A88C8ADD129828D7EAC02E52E22F9BBFEE348588 :: https://ea.n0.is/keys/ --=-=-=-- ------------=_1517075584-4732-1--