From unknown Fri Sep 12 15:16:30 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#30422] pycanberra: use new URL Resent-From: ng0@crash.cx Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 11 Feb 2018 10:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 30422 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 30422@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.151834458529271 (code B ref -1); Sun, 11 Feb 2018 10:24:01 +0000 Received: (at submit) by debbugs.gnu.org; 11 Feb 2018 10:23:05 +0000 Received: from localhost ([127.0.0.1]:37633 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ekomd-0007bN-NO for submit@debbugs.gnu.org; Sun, 11 Feb 2018 05:23:05 -0500 Received: from eggs.gnu.org ([208.118.235.92]:48442) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ekomV-0007b4-H2 for submit@debbugs.gnu.org; Sun, 11 Feb 2018 05:22:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ekomP-00064y-1X for submit@debbugs.gnu.org; Sun, 11 Feb 2018 05:22:42 -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,URIBL_RED autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:41743) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ekomO-00064s-UQ for submit@debbugs.gnu.org; Sun, 11 Feb 2018 05:22:40 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ekomN-0004H2-Bh for guix-patches@gnu.org; Sun, 11 Feb 2018 05:22:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ekomK-00061B-HH for guix-patches@gnu.org; Sun, 11 Feb 2018 05:22:39 -0500 Received: from aibo.runbox.com ([91.220.196.211]:44034) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ekomK-0005zQ-6r for guix-patches@gnu.org; Sun, 11 Feb 2018 05:22:36 -0500 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1ekomH-0001xd-TP for guix-patches@gnu.org; Sun, 11 Feb 2018 11:22:33 +0100 Received: from dslb-092-073-182-135.092.073.pools.vodafone-ip.de ([92.73.182.135] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1ekom5-0007Tb-V6 for guix-patches@gnu.org; Sun, 11 Feb 2018 11:22:23 +0100 From: ng0@crash.cx Date: Sun, 11 Feb 2018 10:22:27 +0000 Message-ID: <87bmgvomfw.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: 0.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: 0.0 (/) --=-=-= Content-Type: text/plain Patch 1: Fix the build of python-pycanberra, as it currently points to my old crashed server. Patch 2: Adjust mailmap to new email address. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-python-pycanberra-Use-new-URLs.patch Content-Transfer-Encoding: 8bit >From ef1796d7314656468c229469fc719c9ffcd0d974 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 11 Feb 2018 10:16:05 +0000 Subject: [PATCH 1/2] gnu: python-pycanberra: Use new URLs. The server it was previously located on crashed. * gnu/packages/libcanberra.scm (python-pycanberra)[source]: Use new URL. [home-page]: Use new website. --- gnu/packages/libcanberra.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/libcanberra.scm b/gnu/packages/libcanberra.scm index 42456995b..b4ed90ebb 100644 --- a/gnu/packages/libcanberra.scm +++ b/gnu/packages/libcanberra.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2013 Andreas Enge ;;; Copyright © 2014, 2015 Ludovic Courtès ;;; Copyright © 2016 Fabian Harfert -;;; Copyright © 2017 ng0 +;;; Copyright © 2017, 2018 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -139,7 +139,7 @@ sounds for various system events.") (source (origin (method url-fetch) - (uri (string-append "https://d.n0.is/releases/pycanberra/" + (uri (string-append "https://files.crash.cx/releases/" "pycanberra-" version ".tar.xz")) (sha256 (base32 @@ -152,5 +152,5 @@ sounds for various system events.") (synopsis "Ctypes wrapper for the libcanberra API") (description "Pycanberra is a basic Python wrapper for libcanberra.") - (home-page "https://c.n0.is/pycanberra/") + (home-page "https://code.crash.cx/pycanberra/log.html") (license lgpl2.1+))) -- 2.16.1 --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0002-mailmap-Adjust-entries-for-ng0.patch >From 8e4da043058f45063e4d86796755c8769481373a Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 11 Feb 2018 10:18:16 +0000 Subject: [PATCH 2/2] mailmap: Adjust entries for ng0. --- .mailmap | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.mailmap b/.mailmap index e32a3dfb9..84a1c469c 100644 --- a/.mailmap +++ b/.mailmap @@ -42,17 +42,18 @@ Mathieu Lirzin Mathieu Lirzin Mathieu Othacehe Nikita Karetnikov -ng0 -ng0 -ng0 -ng0 -ng0 -ng0 -ng0 -ng0 -ng0 -ng0 -ng0 +ng0 +ng0 ng0 +ng0 +ng0 +ng0 +ng0 +ng0 +ng0 +ng0 +ng0 +ng0 +ng0 Pjotr Prins Pjotr Prins Pjotr Prins -- 2.16.1 --=-=-= Content-Type: text/plain -- ng0 :: https://crash.cx A88C8ADD129828D7EAC02E52E22F9BBFEE348588 :: https://crash.cx/keys/ --=-=-=-- From unknown Fri Sep 12 15:16: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@crash.cx Subject: bug#30422: closed (Re: [bug#30422] pycanberra: use new URL) Message-ID: References: <20180211144623.GA21677@jasmine.lan> <87bmgvomfw.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> X-Gnu-PR-Message: they-closed 30422 X-Gnu-PR-Package: guix-patches Reply-To: 30422@debbugs.gnu.org Date: Sun, 11 Feb 2018 14:47:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1518360422-2003-1" This is a multi-part message in MIME format... ------------=_1518360422-2003-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #30422: pycanberra: use new URL 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 30422@debbugs.gnu.org. --=20 30422: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D30422 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1518360422-2003-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 30422-done) by debbugs.gnu.org; 11 Feb 2018 14:46:29 +0000 Received: from localhost ([127.0.0.1]:37710 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ekstg-0000Vc-Qi for submit@debbugs.gnu.org; Sun, 11 Feb 2018 09:46:28 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:35895) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ekstd-0000VS-Tk for 30422-done@debbugs.gnu.org; Sun, 11 Feb 2018 09:46:26 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id BD76120B52; Sun, 11 Feb 2018 09:46:25 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Sun, 11 Feb 2018 09:46:25 -0500 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=HEc/zkx2/HedXdvZXqgLhKz/qOQ7jZOjG5g25YKL3Ok=; b=y8Wxi z5d9fuMavP2INY8teE4LhPTXDTqGfWlutbsCSSk6GnGpVl1xpizkHEjbEW8v3zri cZhb4bWOrl4ON5NWwNXgewipkbxcHmNDaEV4W4U7x+sW+uppbey3TTlM3Ugp0ZL5 axWG83pcVXbORELLxDLgXetQVf1j1Hmm+vXccU= 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=HEc/zkx2/HedXdvZXqgLhKz/qOQ7j ZOjG5g25YKL3Ok=; b=jRgNBTWcdwFPOkFRd2OT34wyZvhaJ1oabFrpyicjsN5Mp 0/71B4GfqBM5b6BqhL3Sz8Hw8EQt3vQSKN18BpmbF64bOf//mRsJyfQD8nZBFyGK pGS7O/HoUTjXv4Tu8+VZ/DxKwEnHWShCucDQ1Ps9n1xhDsLYieM9ACwTdU1LVsOF KDV2w5JFqc1IeTKjU2er+Un5pDd6tP4EwGaymyf53GDljIPGLDriNEH2obMCqhnO dhbiHelELZNoWWqBwALhEYUgFDXAdKxf3It14qC9cLJwWWUW/Lqap1cyoNLpl6SI 4xsnQd/Rd0lDDxbTsDed7zBJGwahQm6w31vjTLbrw== X-ME-Sender: Received: from localhost (unknown [172.58.200.6]) by mail.messagingengine.com (Postfix) with ESMTPA id 705B17E137; Sun, 11 Feb 2018 09:46:25 -0500 (EST) Date: Sun, 11 Feb 2018 09:46:23 -0500 From: Leo Famulari To: ng0@crash.cx Subject: Re: [bug#30422] pycanberra: use new URL Message-ID: <20180211144623.GA21677@jasmine.lan> References: <87bmgvomfw.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="zYM0uCDKw75PZbzx" Content-Disposition: inline In-Reply-To: <87bmgvomfw.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> User-Agent: Mutt/1.9.3 (2018-01-21) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30422-done Cc: 30422-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: -0.7 (/) --zYM0uCDKw75PZbzx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 11, 2018 at 10:22:27AM +0000, ng0@crash.cx wrote: > Patch 1: Fix the build of python-pycanberra, as it currently > points to my old crashed server. > Patch 2: Adjust mailmap to new email address. > From ef1796d7314656468c229469fc719c9ffcd0d974 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Sun, 11 Feb 2018 10:16:05 +0000 > Subject: [PATCH 1/2] gnu: python-pycanberra: Use new URLs. >=20 > The server it was previously located on crashed. >=20 > * gnu/packages/libcanberra.scm (python-pycanberra)[source]: Use new > URL. > [home-page]: Use new website. > From 8e4da043058f45063e4d86796755c8769481373a Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Sun, 11 Feb 2018 10:18:16 +0000 > Subject: [PATCH 2/2] mailmap: Adjust entries for ng0. >=20 > --- > .mailmap | 23 ++++++++++++----------- > 1 file changed, 12 insertions(+), 11 deletions(-) Thanks! Pushed as c275462025917ad7b8e182f29d6580804e585643 --zYM0uCDKw75PZbzx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlqAVz8ACgkQJkb6MLrK fwiAcA/7Buas9cciljkBa/MGdSFd5RTB084mEoAGcFfEi4sPU6WGdRxHvNLSbOlS KnURyICoYpVysQazTHMuzlUlGmRYEOBO1LlmRKd+l4N+RY5dIbM5DzV8FXfbh67J cQ/NGQ6/Z+tqPVezu0PF7flvxXawS9JnVXaftrCypOpESvYENWWNLQNsru36++u2 WtCMzPS64HGz//XsfUYt8oefgoJpir9jWu5/axM9JmuF1iXXPzSZU+qPYm3wM6ew a3/7YMqz2ajBLpYEr2e+8HcLF0l6AUTs4swt4mVD/79cRiEVhEnG2wGAXjJapo8t r9/MlBMAIlv6yh3oFtQFgtCGWsh3sH8h9Nj6PmSsZ5L1sMANQdhBeYdxjJtk9+Kp mLhfRIx1oB6JemczvuMmdTyrvHI8sp+NZNfZvuLWihEnX83hR/B1CLhdZKxlaXF9 d+XWlQLvBwOT98+BDgxXNWz8TAJ/KY/XAkoM2r7vmfRYYF7USPPICTkzwKR20yGu vwvzSqtblpV+0fvtXOFjn3lGBPOcTPcOvdOX+SBCtBX4VKsoAH5H9RcyY76CPbOn wl1IwmyzNHVslN7dUJ1saZyFk0aUlntNdnQrk/bX53p6py8AyC7d8uJEJRMec8xH Fk4yCNyknwEnHj1s35aE3yIcZTIzchX+H3PeR/XkAfSjYfXMpKE= =KhZz -----END PGP SIGNATURE----- --zYM0uCDKw75PZbzx-- ------------=_1518360422-2003-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 11 Feb 2018 10:23:05 +0000 Received: from localhost ([127.0.0.1]:37633 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ekomd-0007bN-NO for submit@debbugs.gnu.org; Sun, 11 Feb 2018 05:23:05 -0500 Received: from eggs.gnu.org ([208.118.235.92]:48442) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ekomV-0007b4-H2 for submit@debbugs.gnu.org; Sun, 11 Feb 2018 05:22:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ekomP-00064y-1X for submit@debbugs.gnu.org; Sun, 11 Feb 2018 05:22:42 -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,URIBL_RED autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:41743) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ekomO-00064s-UQ for submit@debbugs.gnu.org; Sun, 11 Feb 2018 05:22:40 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ekomN-0004H2-Bh for guix-patches@gnu.org; Sun, 11 Feb 2018 05:22:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ekomK-00061B-HH for guix-patches@gnu.org; Sun, 11 Feb 2018 05:22:39 -0500 Received: from aibo.runbox.com ([91.220.196.211]:44034) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ekomK-0005zQ-6r for guix-patches@gnu.org; Sun, 11 Feb 2018 05:22:36 -0500 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1ekomH-0001xd-TP for guix-patches@gnu.org; Sun, 11 Feb 2018 11:22:33 +0100 Received: from dslb-092-073-182-135.092.073.pools.vodafone-ip.de ([92.73.182.135] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1ekom5-0007Tb-V6 for guix-patches@gnu.org; Sun, 11 Feb 2018 11:22:23 +0100 From: ng0@crash.cx To: guix-patches@gnu.org Subject: pycanberra: use new URL Date: Sun, 11 Feb 2018 10:22:27 +0000 Message-ID: <87bmgvomfw.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: 0.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: 0.0 (/) --=-=-= Content-Type: text/plain Patch 1: Fix the build of python-pycanberra, as it currently points to my old crashed server. Patch 2: Adjust mailmap to new email address. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-python-pycanberra-Use-new-URLs.patch Content-Transfer-Encoding: 8bit >From ef1796d7314656468c229469fc719c9ffcd0d974 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 11 Feb 2018 10:16:05 +0000 Subject: [PATCH 1/2] gnu: python-pycanberra: Use new URLs. The server it was previously located on crashed. * gnu/packages/libcanberra.scm (python-pycanberra)[source]: Use new URL. [home-page]: Use new website. --- gnu/packages/libcanberra.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/libcanberra.scm b/gnu/packages/libcanberra.scm index 42456995b..b4ed90ebb 100644 --- a/gnu/packages/libcanberra.scm +++ b/gnu/packages/libcanberra.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2013 Andreas Enge ;;; Copyright © 2014, 2015 Ludovic Courtès ;;; Copyright © 2016 Fabian Harfert -;;; Copyright © 2017 ng0 +;;; Copyright © 2017, 2018 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -139,7 +139,7 @@ sounds for various system events.") (source (origin (method url-fetch) - (uri (string-append "https://d.n0.is/releases/pycanberra/" + (uri (string-append "https://files.crash.cx/releases/" "pycanberra-" version ".tar.xz")) (sha256 (base32 @@ -152,5 +152,5 @@ sounds for various system events.") (synopsis "Ctypes wrapper for the libcanberra API") (description "Pycanberra is a basic Python wrapper for libcanberra.") - (home-page "https://c.n0.is/pycanberra/") + (home-page "https://code.crash.cx/pycanberra/log.html") (license lgpl2.1+))) -- 2.16.1 --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0002-mailmap-Adjust-entries-for-ng0.patch >From 8e4da043058f45063e4d86796755c8769481373a Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 11 Feb 2018 10:18:16 +0000 Subject: [PATCH 2/2] mailmap: Adjust entries for ng0. --- .mailmap | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.mailmap b/.mailmap index e32a3dfb9..84a1c469c 100644 --- a/.mailmap +++ b/.mailmap @@ -42,17 +42,18 @@ Mathieu Lirzin Mathieu Lirzin Mathieu Othacehe Nikita Karetnikov -ng0 -ng0 -ng0 -ng0 -ng0 -ng0 -ng0 -ng0 -ng0 -ng0 -ng0 +ng0 +ng0 ng0 +ng0 +ng0 +ng0 +ng0 +ng0 +ng0 +ng0 +ng0 +ng0 +ng0 Pjotr Prins Pjotr Prins Pjotr Prins -- 2.16.1 --=-=-= Content-Type: text/plain -- ng0 :: https://crash.cx A88C8ADD129828D7EAC02E52E22F9BBFEE348588 :: https://crash.cx/keys/ --=-=-=-- ------------=_1518360422-2003-1--