forked from Lainports/freebsd-ports
security/py-openssl: restore previous version
py-openssl new version rely on a minimum version of
security/py-cryptography which is not yet available in the tree. This
cause problems on consumers that fails at runtime due to unsatisfied
pkg_resources requirement
pkg_resources.ContextualVersionConflict: (cryptography 3.3.2 (/usr/local/lib/python3.10/site-packages), Requirement.parse('cryptography>=35.0'), {'PyOpenSSL'})
Reported by: yasu
This commit is contained in:
parent
b9710a8d16
commit
0e63dc8634
2 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: ijliao
|
||||
|
||||
PORTNAME= openssl
|
||||
PORTVERSION= 22.0.0
|
||||
PORTVERSION= 20.0.1
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1647962240
|
||||
SHA256 (pyOpenSSL-22.0.0.tar.gz) = 660b1b1425aac4a1bea1d94168a85d99f0b3144c869dd4390d27629d0087f1bf
|
||||
SIZE (pyOpenSSL-22.0.0.tar.gz) = 178438
|
||||
TIMESTAMP = 1648120923
|
||||
SHA256 (pyOpenSSL-20.0.1.tar.gz) = 4c231c759543ba02560fcd2480c48dcec4dae34c9da7d3747c508227e0624b51
|
||||
SIZE (pyOpenSSL-20.0.1.tar.gz) = 173736
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue