From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 12 12:06:04 2022 Received: (at 55903) by debbugs.gnu.org; 12 Jun 2022 16:06:05 +0000 Received: from localhost ([127.0.0.1]:56374 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o0Q6D-0004Pn-03 for submit@debbugs.gnu.org; Sun, 12 Jun 2022 12:06:04 -0400 Received: from knopi.disroot.org ([178.21.23.139]:58628) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o0Q67-0004PZ-I7 for 55903@debbugs.gnu.org; Sun, 12 Jun 2022 12:05:59 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 3586943D38; Sun, 12 Jun 2022 18:05:54 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5Jn_zwtQROIA; Sun, 12 Jun 2022 18:05:52 +0200 (CEST) Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1655049947; bh=dcfFM0jthDQ+d1G8hLD71WxsP8Q5rW70NC8XfrHY4lY=; h=Date:Subject:From:To:References:In-Reply-To; b=Xw/gxmmRJd6hejpWsNF7Y6tdxqESLc9bypFg2zbKIYc2aAWrfWMt3aixjlrDVKlu4 PR0Gi7UZZ/0O+c35aQhk4OYEU5iIg9R7jksDlVzSptHy1MXRFXDp5t4kr/POm1UbIb 8sG0Jd+3I6B2bcAlk8EbwdSkZUK2IPlv7cyO3JnjcxQ+qcBCy+Vw3kVWfhH4q9aCd3 ldMjOdunZsEieSdj8ZYtRdmRqoIP0EnPjCH9+A6CabYjVR48s9e4BHqO/w+aiXvZ88 /gQH7mWACNp3RooMFpH1XF8zuOWL/xMaO11n0PWOmRNoZ7G1jay2tOrzUzikKwZfNW nBIzWXFE/cCww== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Sun, 12 Jun 2022 17:05:46 +0100 Message-Id: Subject: Re: [bug#55903] [PATCH 25/41] gnu: Add go-github-com-protonmail-go-crypto-openpgp. From: "(" To: "Maxime Devos" , <55903@debbugs.gnu.org> References: <20220611191653.15471-1-paren@disroot.org> <20220611191653.15471-25-paren@disroot.org> <8bda65b813803639b127a174bbd0a74b3d383858.camel@telenet.be> In-Reply-To: <8bda65b813803639b127a174bbd0a74b3d383858.camel@telenet.be> X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 55903 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.0 (-) Okay, when I tried to replace x/crypto with a shim that inherits from protonmail/crypto, the build of emersion/pgpmail failed. Looks like protonmail/crypto actually mostly just reexports x/crypto, except for the parts that it changes. So, sadly, there is no way we can get rid of this fork. I also stumbled across this that indicates that the protonmail version might not actually be as backwards-compatible as it claims to be: I think I've now addressed all your review points. I'll be sending in a new patchset soon :)