mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
security/py-openssl: Update to 25.0.0
ChangeLog: https://github.com/pyca/pyopenssl/blob/25.0.0/CHANGELOG.rst PR: 284796 Approved by: maintainer timeout
This commit is contained in:
parent
af1c28bcb7
commit
e4937425f2
2 changed files with 7 additions and 9 deletions
|
@ -1,11 +1,10 @@
|
|||
PORTNAME= openssl
|
||||
PORTVERSION= 24.1.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 25.0.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= pyOpenSSL-${PORTVERSION}
|
||||
DISTNAME= pyopenssl-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sbz@FreeBSD.org
|
||||
COMMENT= Python interface to the OpenSSL library
|
||||
|
@ -14,9 +13,8 @@ WWW= https://github.com/pyca/pyopenssl
|
|||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flaky>0:devel/py-flaky@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pretend>0:devel/py-pretend@${PY_FLAVOR} \
|
||||
${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pretend>0:devel/py-pretend@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-rerunfailures>0:devel/py-pytest-rerunfailures@${PY_FLAVOR}
|
||||
|
||||
USES= cpe python
|
||||
USE_PYTHON= autoplist concurrent cryptography distutils pytest pythonprefix
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1720447792
|
||||
SHA256 (pyOpenSSL-24.1.0.tar.gz) = cabed4bfaa5df9f1a16c0ef64a0cb65318b5cd077a7eda7d6970131ca2f41a6f
|
||||
SIZE (pyOpenSSL-24.1.0.tar.gz) = 179671
|
||||
TIMESTAMP = 1739473917
|
||||
SHA256 (pyopenssl-25.0.0.tar.gz) = cd2cef799efa3936bb08e8ccb9433a575722b9dd986023f1cabc4ae64e9dac16
|
||||
SIZE (pyopenssl-25.0.0.tar.gz) = 179573
|
||||
|
|
Loading…
Add table
Reference in a new issue