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 |