From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id MM+oIJfEfF9XRwAA0tVLHw (envelope-from ) for ; Tue, 06 Oct 2020 19:25:11 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id kDmDHJfEfF+yOgAAbx9fmQ (envelope-from ) for ; Tue, 06 Oct 2020 19:25:11 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 04B829401BE for ; Tue, 6 Oct 2020 19:25:10 +0000 (UTC) Received: from localhost ([::1]:36268 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kPsaC-00041Z-Kz for larch@yhetil.org; Tue, 06 Oct 2020 15:25:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40322) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kPsa6-00041P-4l for guix-patches@gnu.org; Tue, 06 Oct 2020 15:25:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42645) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kPsa5-0004GR-RK for guix-patches@gnu.org; Tue, 06 Oct 2020 15:25:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kPsa5-0007iv-M3 for guix-patches@gnu.org; Tue, 06 Oct 2020 15:25:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43825] [PATCH] bioinformatics: htslib: Enable support for custom URI schemes. Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 06 Oct 2020 19:25:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43825 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Roel Janssen Cc: 43825@debbugs.gnu.org Received: via spool by 43825-submit@debbugs.gnu.org id=B43825.160201228629664 (code B ref 43825); Tue, 06 Oct 2020 19:25:01 +0000 Received: (at 43825) by debbugs.gnu.org; 6 Oct 2020 19:24:46 +0000 Received: from localhost ([127.0.0.1]:54191 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPsZq-0007iO-DH for submit@debbugs.gnu.org; Tue, 06 Oct 2020 15:24:46 -0400 Received: from flashner.co.il ([178.62.234.194]:34078) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPsZl-0007i8-3r for 43825@debbugs.gnu.org; Tue, 06 Oct 2020 15:24:45 -0400 Received: from localhost (unknown [31.210.181.177]) by flashner.co.il (Postfix) with ESMTPSA id D69BF4022E; Tue, 6 Oct 2020 19:24:34 +0000 (UTC) Date: Tue, 6 Oct 2020 22:23:59 +0300 From: Efraim Flashner Message-ID: <20201006192359.GG21174@E5400> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="p7qwJlK53pWzbayA" Content-Disposition: inline In-Reply-To: X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: 0.69 X-TUID: fBO1w6yiJaQC --p7qwJlK53pWzbayA Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 06, 2020 at 10:48:31AM +0200, Roel Janssen wrote: > Dear Guix, >=20 > I'd like to apply this patch to enable accessing files stored in > certain "cloud" systems. I added "--enable-libcurl" although it is not > strictly necessary. Both "--enable-gcs" and "--enable-s3" require > libcurl to be enabled, so this just seems reassuringly clear to me.=20 >=20 > Kind regards, > Roel Janssen >=20 That sounds fine to me. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --p7qwJlK53pWzbayA Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl98xE8ACgkQQarn3Mo9 g1GXfw/+OXGcLlQSMA9TOkZZAChx4UI+sV+Nhjv5mY/hMAc16ot/1YurWM/wRpyC Ta28LwzN/mc6Q/emqvZss9zdNFhHaczB6/s/muurbGpFsE81k3j75j9kXGIwMw1x OgSt6ghWMmRp+Nly8Ip5MjTkliV7UZJPO1o83FObKRAXUj/6YLHPyVrRLWAmN7+w NxqEl1pKOOGpi9Egcb9aHHwkw+vAP6o1gi8t/n1kfN8rs45oDi5AeAEoxQbveN3B hEtOlhRQan7Ey4f8ebDSSTGoH86PlRTPcDgR9VEWDZ13eRAWkNs4jlLh0eppzW5q iukHoxfSC4kIGp6elja/HuIj/QVA7De1fhL+BNem4hy0/W6gHCuw9o3j2PByTgDk rywknFyt9FFgCQMHZsTAmOSOHkOSzTbkox4gYU+0VLRs7RpRcyj6R7J9IsD4v4Ki j1hJKrJv8zWPSs6OJN8dHZrbdFvNmECb8qR0urKnYybhPnlFFv82cWcIUymsyPS5 ZIwGWdcXHJHUQ/CjovBfbrXq0byX6OAsN/Fo/ehh91wfF1B8Up6JPmPWRhg1xVvB BpaYBjrJTr0pyW3ITyDIYoxa/YcvpkjEK0MalWNABiB3Lo8rheDnyVbli8rvvmNz EDe9TMIf1HW/AUzrfsld1lQF6LXabvCW66etvoJ1RpyLwMO76jQ= =DMoz -----END PGP SIGNATURE----- --p7qwJlK53pWzbayA--