From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id CHAdJKtj1V9qcgAA0tVLHw (envelope-from ) for ; Sun, 13 Dec 2020 00:43:23 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id IIjdH6tj1V9LagAA1q6Kng (envelope-from ) for ; Sun, 13 Dec 2020 00:43:23 +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 DE10E9404DF for ; Sun, 13 Dec 2020 00:43:22 +0000 (UTC) Received: from localhost ([::1]:41658 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1koFTt-0005ko-9y for larch@yhetil.org; Sat, 12 Dec 2020 19:43:21 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:39480) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1koFOm-0003yp-HN for guix-devel@gnu.org; Sat, 12 Dec 2020 19:38:04 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55662) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1koFOl-0003qJ-Qt; Sat, 12 Dec 2020 19:38:03 -0500 Received: from host-37-191-236-253.lynet.no ([37.191.236.253]:51914 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1koFOk-0000ym-T1; Sat, 12 Dec 2020 19:38:03 -0500 From: Marius Bakke To: guix-devel@gnu.org Subject: [ungrafting] cURL is missing the 'curl-use-ssl-cert-env' patch Date: Sun, 13 Dec 2020 01:37:59 +0100 Message-ID: <87tusqa6c8.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -4.90 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Migadu-Queue-Id: DE10E9404DF X-Spam-Score: -4.90 X-Migadu-Scanner: scn1.migadu.com X-TUID: 5dr8/4TN2Ac5 --=-=-= Content-Type: text/plain Hello, As you may have noticed, there is a new "ungrafting" branch that intends to remove most of the "grafts" people have to deal with on a regular basis. The CI (and undersigned) have gotten pretty far on building this branch, but there is a problem: cURL lost its "curl-use-ssl-cert-env" patch in commit cb8569e10c766f180c48c7cf74b74f7b4cb74541. This patch adds support for the SSL_CERT_DIR and SSL_CERT_FILE variables for any application using libcurl. I only noticed this because I merged a new graft for cURL (1adeb74456, a7737f0ead). Now the question is: should we restore this patch, and in practice restart the branch almost from scratch? Or drop it, considering upstream has rejected it[0]? [0] https://github.com/curl/curl/pull/4809 As a middle ground, we can add it to the recent graft added in 1adeb74456, which won't require rebuilds. Thoughts? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFDBAEBCgAtFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl/VYmcPHG1hcml1c0Bn bnUub3JnAAoJEKKgbfKjOlT6mTcIAMPjBsPX/UondIFVhcMT4lE6P0prhJ1MQ5S3 ioQiAUl1v9KX0mxOKc39AEWt7Jhx9apxcpc5YIIWi/x/ZGLr1ZtnBleqVviSqcqU q/0Vlrv4LrVlgIGZ82+sogrdR3Iqa1H0ImvJD8Lbfc6vWYwrGdvWhu6Hje5W8C/O ecWZTOkFvpU9vNgfkIN6SM2LEkHhtfXmUfEGuOFyJNu6afXvyqp668MLeHXB4TWX 5DZyNRKpQ93pz3QQtM3aTQzoybx2s4cHcrjdqaND/nOBJOf0VMo8SPuu8Yj9f0U4 tjM1vZKlcfyntAKCXRpEsKNxq7IszD0dfpWtJLeVRYP5pDspFxs= =Xa21 -----END PGP SIGNATURE----- --=-=-=--