Date: Mon, 09 Jul 2018 14:37:47 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 229640] Can't import ssl in lang/python37 on FreeBSD 10.4 Message-ID: <bug-229640-21822-RQkWBE5Sh0@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-229640-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-229640-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229640 Kai <freebsd_ports@k-worx.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |python@FreeBSD.org Attachment #194994| |maintainer-approval?(python Flags| |@FreeBSD.org) --- Comment #3 from Kai <freebsd_ports@k-worx.org> --- Created attachment 194994 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D194994&action= =3Dedit python37-fix-ssl-with-10.4.patch Ok, that bug has been closed as 'not a bug', which makes sense by the techn= ical background. Maybe it makes sense to implement Pascal's suggestion (extend the SSL check) together with a warning to avoid confusion and future PRs until autumn 2018 when 10.4 will be EOL? Attached is a patch for it. This has been tested with: - 10.4-RELEASE amd64 with openssl from ports, libressl -> OK (no warning) - 10.4-RELEASE amd64 with base openssl -> OK (with warning) - 11.2-RELEASE amd64 with base openssl -> OK (no warning) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229640-21822-RQkWBE5Sh0>