Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Feb 2021 21:01:33 +0100
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Dima Panov <fluffy@FreeBSD.org>
Cc:        Matthias Fechner <idefix@fechner.net>, svn-ports-all@freebsd.org, Sofian Brabez <sbz@FreeBSD.org>, svn-ports-head@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r566075 - head/security/py-openssl
Message-ID:  <eeha-o6ea-wny@FreeBSD.org>
In-Reply-To: <f2195f75-d6ec-43db-a42d-2b6a2e9fd2cf@Canary> (Dima Panov's message of "Sat, 20 Feb 2021 22:14:40 %2B1000")
References:  <202102191522.11JFMDHm092434@repo.freebsd.org> <d19f6684-ebe9-48ec-b55d-8efd1cc2066c@fechner.net> <f2195f75-d6ec-43db-a42d-2b6a2e9fd2cf@Canary>

next in thread | previous in thread | raw e-mail | index | archive | help
Dima Panov <fluffy@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?eeha-o6ea-wny>