Port details |
- py-cryptography-legacy Cryptographic recipes and primitives for Python developers
- 3.4.8_3,1 security
=2 3.4.8_3,1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2023-07-22 07:51:05
- Last Update: 2024-07-01 20:27:23
- Commit Hash: 19d6872
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20 BSD3CLAUSE
- WWW:
- https://github.com/pyca/cryptography
- Description:
- cryptography is a package which provides cryptographic recipes and primitives to
Python developers. Our goal is for it to be your "cryptographic standard
library". It supports Python 3.6+ and PyPy3 7.2+.
cryptography includes both high level recipes and low level interfaces to common
cryptographic algorithms such as symmetric ciphers, message digests, and key
derivation functions.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}cryptography-legacy>0:security/py-cryptography-legacy@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/security/py-cryptography-legacy/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-cryptography-legacy
- pkg install py311-cryptography-legacy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-cryptography-legacy listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-cryptography-legacy
- Package flavors (<flavor>: <package>)
- py311: py311-cryptography-legacy
- distinfo:
- TIMESTAMP = 1652122693
SHA256 (cryptography-3.4.8.tar.gz) = 94cc5ed4ceaefcbe5bf38c8fba6a21fc1d365bb8fb826ea1688e3370b2e24a1c
SIZE (cryptography-3.4.8.tar.gz) = 546907
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-cffi>=1.12 : devel/py-cffi@py311
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-cryptography-vectors>=3.4.8 : security/py-cryptography-vectors@py311
- py311-hypothesis>=1.11.4 : devel/py-hypothesis@py311
- py311-iso8601>=0 : devel/py-iso8601@py311
- py311-pretend>=0 : devel/py-pretend@py311
- py311-pytest-cov>=0 : devel/py-pytest-cov@py311
- py311-pytest-subtests>=0 : devel/py-pytest-subtests@py311
- py311-pytest-xdist>=0,1 : devel/py-pytest-xdist@py311
- py311-pytz>=0,1 : devel/py-pytz@py311
- py311-sqlite3>=0 : databases/py-sqlite3@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-cffi>=1.12 : devel/py-cffi@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_py-cryptography-legacy
- USES:
- compiler:env cpe python ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.4.8_3,1 01 Jul 2024 20:27:23
    |
Rene Ladan (rene)  |
all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked.
Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat,
nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision: https://reviews.freebsd.org/D45141 |
3.4.8_3,1 30 May 2024 09:53:54
    |
Matthias Andree (mandree)  |
security/py-cryptography-legacy: fix OpenSSL >= 3.0 compat
py-cryptography-legacy still references functions that have been
removed in OpenSSL 3.0, and fails to load openssl.abi3.so at run-time because
it lacks ERR_GET_FUNC (reported) and FIPS_mode (masked by first error),
and later because py-openssl feeds our utils/deprecated() an
unsupported name=<some string> keyword argument.
https://www.openssl.org/docs/man3.0/man7/migration_guide.html
is the basis for fixes #1 and #2
removed, because OpenSSL 3.0 removed function codes from the error.
In our own binding, leave the err_func attribute in, but set it
to a constant 0.
(patch-src___cffi* and patch-*binding.py) (Only the first 15 lines of the commit message are shown above ) |
3.4.8_2,1 13 May 2024 14:07:31
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-cryptography-legacy: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
3.4.8_1,1 22 Jul 2023 07:46:37
    |
Tobias C. Berner (tcberner)  |
security/py-cryptography: copy port to -legacy variant prior to update
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853 |
Number of commits found: 4
|