View | Details | Raw Unified | Return to bug 266680 | Differences between
and this patch

Collapse All | Expand All

(-)b/security/py-openssl/Makefile (-5 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	openssl
1
PORTNAME=	openssl
2
PORTVERSION=	20.0.1
2
PORTVERSION=	22.1.0
3
PORTEPOCH=	1
3
PORTEPOCH=	1
4
CATEGORIES=	security python
4
CATEGORIES=	security python
5
MASTER_SITES=	CHEESESHOP
5
MASTER_SITES=	CHEESESHOP
Lines 13-19 WWW= https://github.com/pyca/pyopenssl Link Here
13
LICENSE=	APACHE20
13
LICENSE=	APACHE20
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
15
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=2.8:security/py-cryptography@${PY_FLAVOR} \
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=38.0.0:security/py-cryptography@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six@${PY_FLAVOR}
17
		${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six@${PY_FLAVOR}
18
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=3.0.1:devel/py-pytest@${PY_FLAVOR} \
18
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=3.0.1:devel/py-pytest@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}flaky>0:devel/py-flaky@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}flaky>0:devel/py-flaky@${PY_FLAVOR} \
Lines 31-39 CPE_PRODUCT= py${PORTNAME} Link Here
31
# Use options.mk to use OSVERSION and handle redefine PORTEPOCH
31
# Use options.mk to use OSVERSION and handle redefine PORTEPOCH
32
.include <bsd.port.options.mk>
32
.include <bsd.port.options.mk>
33
33
34
# We need to keep old py-cryptography and py-penssl for 11.x release
35
# due to outdated OpenSSL version in base
36
37
# These tests will be skipped due the following reasons:
34
# These tests will be skipped due the following reasons:
38
#
35
#
39
# * test_connect_refused: Avoid stalling in build environments that don't have
36
# * test_connect_refused: Avoid stalling in build environments that don't have
(-)b/security/py-openssl/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1648120923
1
TIMESTAMP = 1664376811
2
SHA256 (pyOpenSSL-20.0.1.tar.gz) = 4c231c759543ba02560fcd2480c48dcec4dae34c9da7d3747c508227e0624b51
2
SHA256 (pyOpenSSL-22.1.0.tar.gz) = 7a83b7b272dd595222d672f5ce29aa030f1fb837630ef229f62e72e395ce8968
3
SIZE (pyOpenSSL-20.0.1.tar.gz) = 173736
3
SIZE (pyOpenSSL-22.1.0.tar.gz) = 181704

Return to bug 266680