svn commit: r566075 - head/security/py-openssl

Jan Beich jbeich at FreeBSD.org
Sat Feb 20 20:01:38 UTC 2021


Dima Panov <fluffy at FreeBSD.org> writes:

> Moin!
>
> Indeed, this version of py-openssl require to upgrade some dependencies before.
> At least, py-cryptography to 3.2+
>
> Sofian, please revert this update or update all requirements to resolve isuue.

Another option is to split versions, limiting the revert to FreeBSD < 12.

diff --git a/security/py-openssl/Makefile b/security/py-openssl/Makefile
index 23fef66fd77d..73cea97160a5 100644
--- a/security/py-openssl/Makefile
+++ b/security/py-openssl/Makefile
@@ -45,4 +45,5 @@ do-test:
 			'not test_connect_refused and \
 		       	not test_set_verify_callback_exception'
 
+.sinclude "${.CURDIR}/Makefile.${OPSYS}-${OSREL:R}"
 .include <bsd.port.mk>
diff --git a/security/py-openssl/Makefile.FreeBSD-11 b/security/py-openssl/Makefile.FreeBSD-11
new file mode 100644
index 000000000000..72c6b4f4bf76
--- /dev/null
+++ b/security/py-openssl/Makefile.FreeBSD-11
@@ -0,0 +1,4 @@
+PORTVERSION=	19.1.0
+PORTEPOCH=	1
+
+DISTINFO_FILE=	${.CURDIR}/distinfo.${OPSYS}-${OSREL:R}
diff --git a/security/py-openssl/distinfo.FreeBSD-11 b/security/py-openssl/distinfo.FreeBSD-11
new file mode 100644
index 000000000000..3cbc75c1321e
--- /dev/null
+++ b/security/py-openssl/distinfo.FreeBSD-11
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609514364
+SHA256 (pyOpenSSL-19.1.0.tar.gz) = 9a24494b2602aaf402be5c9e30a0b82d4a5c67528fe8fb475e3f3bc00dd69507
+SIZE (pyOpenSSL-19.1.0.tar.gz) = 160510


More information about the svn-ports-all mailing list