From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 18 07:57:22 2022 Received: (at 54998) by debbugs.gnu.org; 18 Apr 2022 11:57:22 +0000 Received: from localhost ([127.0.0.1]:38359 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ngQ0P-0002ST-Oq for submit@debbugs.gnu.org; Mon, 18 Apr 2022 07:57:22 -0400 Received: from michel.telenet-ops.be ([195.130.137.88]:48854) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ngQ0J-0002SF-Ok for 54998@debbugs.gnu.org; Mon, 18 Apr 2022 07:57:21 -0400 Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by michel.telenet-ops.be with bizsmtp id LBxE2700C4UW6Th06BxE5Z; Mon, 18 Apr 2022 13:57:15 +0200 Message-ID: <654d5e1972e09c1cd362635d4f9acc8b559ddd3e.camel@telenet.be> Subject: Re: [bug#54998] [PATCH] gnu: Add servefile. From: Maxime Devos To: Stefan =?ISO-8859-1?Q?Reich=F6r?= , 54998@debbugs.gnu.org Date: Mon, 18 Apr 2022 13:57:14 +0200 In-Reply-To: <20220417212954.93893-1-stefan@xsteve.at> References: <20220417212954.93893-1-stefan@xsteve.at> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-9NwD8d3vbiZNEcDwWBzc" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1650283035; bh=2+TZpLgFlhN5konEr/+LNgRvpbWXt8WFHYdI1WKPKmU=; h=Subject:From:To:Date:In-Reply-To:References; b=Y9bb0zHLLw1jQ6wW7lG/p8ytsfUMr9aS05n+l/8NLExPzcvIAJ0fvDEcHub8G+DDT T0YbvLWLbgbCr6VIWrgO55Tnz7PsVk96r1Bu8LlZKXzvd5SK3FYItKpx9baA+CC0mj zBPRXwTUQVR9c2G8Mg52c3/5XLZqlixUhdSnYntBuodJZXBzytXUuzDGMkmHwh8qxC 8ikpNqnmSDUTKV6Ph8hEKWbGDtrGM4+1dvTJ/z6tzt1Aa7h+lFZy9NxS4kB6A2t7i7 osYV12yBMyjAGm7DrtTV04PvQU0KURYRZCXTk+A6/ohJn+fteilTMgLCAnyJ7t70n2 UrgN1ALkJxW1w== X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 54998 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 (-) --=-9NwD8d3vbiZNEcDwWBzc Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Stefan Reich=C3=B6r schreef op zo 17-04-2022 om 23:29 [+0200]: > +=C2=A0=C2=A0=C2=A0 (source > +=C2=A0=C2=A0=C2=A0=C2=A0 (origin > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (method url-fetch) > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (uri (pypi-uri "servefile" version)= ) > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (sha256 > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (base32 > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 "1ywi9yzc2l24nxfb2mvmkh= a7qfaapjvqchd6rhjbc54ijwrdq9m1")))) It uses TLSv1_2_METHOD which apparently is deprecated (https://stackoverflow.com/questions/58143753/why-can-i-not-found-tlsv1-3-c= lient-method-when-programming-with-openssl), for TLS 1.3 support something else needs to be done here. Given the potential security impact, I think it's important here to do the non-deprecated thing. Greetings, Maxime --=-9NwD8d3vbiZNEcDwWBzc Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYl1SGhccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7m8lAP93M8Os3kZvII/b3Va5/0h+pyYH 6DOx2+5L9SwiPuqVQQD+OypUq37YkkcC1VHTvzNmvjmEORvdRBaYJdxKeBAbjAI= =h5R8 -----END PGP SIGNATURE----- --=-9NwD8d3vbiZNEcDwWBzc--