pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security
Module Name: pkgsrc
Committed By: adam
Date: Tue Nov 13 11:23:38 UTC 2018
Modified Files:
pkgsrc/security/py-cryptography: Makefile PLIST distinfo
pkgsrc/security/py-cryptography_vectors: Makefile PLIST distinfo
Log Message:
py-cryptography[_vectors]: updated to 2.4.1
2.4.1:
Fixed a build breakage in our manylinux1 wheels.
2.4:
BACKWARDS INCOMPATIBLE: Dropped support for LibreSSL 2.4.x.
Deprecated OpenSSL 1.0.1 support. OpenSSL 1.0.1 is no longer supported by the OpenSSL project. At this time there is no time table for dropping support, however we strongly encourage all users to
upgrade or install cryptography from a wheel.
Added initial :doc:OCSP </x509/ocsp> support.
Added support for :class:~cryptography.x509.PrecertPoison.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/security/py-cryptography/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/py-cryptography/PLIST
cvs rdiff -u -r1.54 -r1.55 pkgsrc/security/py-cryptography/distinfo
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/py-cryptography_vectors/Makefile \
pkgsrc/security/py-cryptography_vectors/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-cryptography_vectors/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-cryptography/Makefile
diff -u pkgsrc/security/py-cryptography/Makefile:1.68 pkgsrc/security/py-cryptography/Makefile:1.69
--- pkgsrc/security/py-cryptography/Makefile:1.68 Wed Aug 15 08:21:42 2018
+++ pkgsrc/security/py-cryptography/Makefile Tue Nov 13 11:23:38 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2018/08/15 08:21:42 adam Exp $
+# $NetBSD: Makefile,v 1.69 2018/11/13 11:23:38 adam Exp $
-DISTNAME= cryptography-2.3.1
+DISTNAME= cryptography-2.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cryptography/}
@@ -10,21 +10,20 @@ HOMEPAGE= https://pypi.python.org/pypi/c
COMMENT= Cryptographic recipes and primitives for Python
LICENSE= apache-2.0 OR modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-asn1crypto-[0-9]*:../../security/py-asn1crypto
-DEPENDS+= ${PYPKGPREFIX}-cffi>=1.8.2:../../devel/py-cffi
+DEPENDS+= ${PYPKGPREFIX}-asn1crypto>=0.21.0:../../security/py-asn1crypto
+DEPENDS+= ${PYPKGPREFIX}-cffi>=1.11.4:../../devel/py-cffi
DEPENDS+= ${PYPKGPREFIX}-cparser>=2.10:../../devel/py-cparser
-DEPENDS+= ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
-DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+= ${PYPKGPREFIX}-idna>=2.1:../../www/py-idna
+DEPENDS+= ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
TEST_DEPENDS+= ${PYPKGPREFIX}-cryptography_vectors-[0-9]*:../../security/py-cryptography_vectors
+TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=1.11.4:../../devel/py-hypothesis
TEST_DEPENDS+= ${PYPKGPREFIX}-iso8601-[0-9]*:../../time/py-iso8601
TEST_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
TEST_DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
-TEST_DEPENDS+= ${PYPKGPREFIX}-requests>=0.8:../../devel/py-requests
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0.8:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.9.3:../../devel/py-test
.include "../../lang/python/pyversion.mk"
-
-.if ${PYPKGPREFIX} == "py27"
+.if ${_PYTHON_VERSION} == 27
DEPENDS+= ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
DEPENDS+= ${PYPKGPREFIX}-ipaddress-[0-9]*:../../net/py-ipaddress
.endif
Index: pkgsrc/security/py-cryptography/PLIST
diff -u pkgsrc/security/py-cryptography/PLIST:1.20 pkgsrc/security/py-cryptography/PLIST:1.21
--- pkgsrc/security/py-cryptography/PLIST:1.20 Thu Oct 12 08:28:40 2017
+++ pkgsrc/security/py-cryptography/PLIST Tue Nov 13 11:23:38 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2017/10/12 08:28:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2018/11/13 11:23:38 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -20,6 +20,9 @@ ${PYSITELIB}/cryptography/fernet.pyo
${PYSITELIB}/cryptography/hazmat/__init__.py
${PYSITELIB}/cryptography/hazmat/__init__.pyc
${PYSITELIB}/cryptography/hazmat/__init__.pyo
+${PYSITELIB}/cryptography/hazmat/_oid.py
+${PYSITELIB}/cryptography/hazmat/_oid.pyc
+${PYSITELIB}/cryptography/hazmat/_oid.pyo
${PYSITELIB}/cryptography/hazmat/backends/__init__.py
${PYSITELIB}/cryptography/hazmat/backends/__init__.pyc
${PYSITELIB}/cryptography/hazmat/backends/__init__.pyo
@@ -62,6 +65,9 @@ ${PYSITELIB}/cryptography/hazmat/backend
${PYSITELIB}/cryptography/hazmat/backends/openssl/hmac.py
${PYSITELIB}/cryptography/hazmat/backends/openssl/hmac.pyc
${PYSITELIB}/cryptography/hazmat/backends/openssl/hmac.pyo
+${PYSITELIB}/cryptography/hazmat/backends/openssl/ocsp.py
+${PYSITELIB}/cryptography/hazmat/backends/openssl/ocsp.pyc
+${PYSITELIB}/cryptography/hazmat/backends/openssl/ocsp.pyo
${PYSITELIB}/cryptography/hazmat/backends/openssl/rsa.py
${PYSITELIB}/cryptography/hazmat/backends/openssl/rsa.pyc
${PYSITELIB}/cryptography/hazmat/backends/openssl/rsa.pyo
@@ -77,12 +83,12 @@ ${PYSITELIB}/cryptography/hazmat/backend
${PYSITELIB}/cryptography/hazmat/bindings/__init__.py
${PYSITELIB}/cryptography/hazmat/bindings/__init__.pyc
${PYSITELIB}/cryptography/hazmat/bindings/__init__.pyo
-${PLIST.py2x}${PYSITELIB}/cryptography/hazmat/bindings/_constant_time.so
-${PLIST.py2x}${PYSITELIB}/cryptography/hazmat/bindings/_openssl.so
-${PLIST.py2x}${PYSITELIB}/cryptography/hazmat/bindings/_padding.so
${PLIST.py3x}${PYSITELIB}/cryptography/hazmat/bindings/_constant_time.abi3.so
+${PLIST.py2x}${PYSITELIB}/cryptography/hazmat/bindings/_constant_time.so
${PLIST.py3x}${PYSITELIB}/cryptography/hazmat/bindings/_openssl.abi3.so
+${PLIST.py2x}${PYSITELIB}/cryptography/hazmat/bindings/_openssl.so
${PLIST.py3x}${PYSITELIB}/cryptography/hazmat/bindings/_padding.abi3.so
+${PLIST.py2x}${PYSITELIB}/cryptography/hazmat/bindings/_padding.so
${PYSITELIB}/cryptography/hazmat/bindings/openssl/__init__.py
${PYSITELIB}/cryptography/hazmat/bindings/openssl/__init__.pyc
${PYSITELIB}/cryptography/hazmat/bindings/openssl/__init__.pyo
@@ -212,6 +218,9 @@ ${PYSITELIB}/cryptography/x509/general_n
${PYSITELIB}/cryptography/x509/name.py
${PYSITELIB}/cryptography/x509/name.pyc
${PYSITELIB}/cryptography/x509/name.pyo
+${PYSITELIB}/cryptography/x509/ocsp.py
+${PYSITELIB}/cryptography/x509/ocsp.pyc
+${PYSITELIB}/cryptography/x509/ocsp.pyo
${PYSITELIB}/cryptography/x509/oid.py
${PYSITELIB}/cryptography/x509/oid.pyc
${PYSITELIB}/cryptography/x509/oid.pyo
Index: pkgsrc/security/py-cryptography/distinfo
diff -u pkgsrc/security/py-cryptography/distinfo:1.54 pkgsrc/security/py-cryptography/distinfo:1.55
--- pkgsrc/security/py-cryptography/distinfo:1.54 Wed Aug 15 08:21:42 2018
+++ pkgsrc/security/py-cryptography/distinfo Tue Nov 13 11:23:38 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.54 2018/08/15 08:21:42 adam Exp $
+$NetBSD: distinfo,v 1.55 2018/11/13 11:23:38 adam Exp $
-SHA1 (cryptography-2.3.1.tar.gz) = c550f9ba5a46ad33a0568edc2b9d0f4af3e4adab
-RMD160 (cryptography-2.3.1.tar.gz) = e82c4582af8a1ac2778153365bc204a882fab88a
-SHA512 (cryptography-2.3.1.tar.gz) = 384581238b5669dbf31fd1b1385ec2ff9c6d76e2b7612efb15f255e17a11a38474f84668e62ceaa39a146260f46cac743575c0a8ffedc1e40c7b2f90d7cb00b1
-Size (cryptography-2.3.1.tar.gz) = 449577 bytes
+SHA1 (cryptography-2.4.1.tar.gz) = 40dd9d731aeabb635b3cb36d0b6cbd97c2f42495
+RMD160 (cryptography-2.4.1.tar.gz) = fea1b17f78f5bcca1d888b5e4583bdc26d46784f
+SHA512 (cryptography-2.4.1.tar.gz) = dd018fca4b3dbc2c576f643df0df2a534f9fdd4af464ae6ee77b0702bfd4dfa7e89943a89fe5126094f7f23e349a32774e91bb074735014efa49fe5390cc6b4c
+Size (cryptography-2.4.1.tar.gz) = 468551 bytes
Index: pkgsrc/security/py-cryptography_vectors/Makefile
diff -u pkgsrc/security/py-cryptography_vectors/Makefile:1.16 pkgsrc/security/py-cryptography_vectors/Makefile:1.17
--- pkgsrc/security/py-cryptography_vectors/Makefile:1.16 Wed Aug 15 08:21:42 2018
+++ pkgsrc/security/py-cryptography_vectors/Makefile Tue Nov 13 11:23:38 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2018/08/15 08:21:42 adam Exp $
+# $NetBSD: Makefile,v 1.17 2018/11/13 11:23:38 adam Exp $
-DISTNAME= cryptography_vectors-2.3.1
+DISTNAME= cryptography_vectors-2.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cryptography_vectors/}
Index: pkgsrc/security/py-cryptography_vectors/distinfo
diff -u pkgsrc/security/py-cryptography_vectors/distinfo:1.16 pkgsrc/security/py-cryptography_vectors/distinfo:1.17
--- pkgsrc/security/py-cryptography_vectors/distinfo:1.16 Wed Aug 15 08:21:42 2018
+++ pkgsrc/security/py-cryptography_vectors/distinfo Tue Nov 13 11:23:38 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2018/08/15 08:21:42 adam Exp $
+$NetBSD: distinfo,v 1.17 2018/11/13 11:23:38 adam Exp $
-SHA1 (cryptography_vectors-2.3.1.tar.gz) = db6440696fe898932e9d45fc18bf8d5fb15c935b
-RMD160 (cryptography_vectors-2.3.1.tar.gz) = b384a02a141fbb4b190b865b136d34c186587c0c
-SHA512 (cryptography_vectors-2.3.1.tar.gz) = d607571c6471a1a7aa391c0ae441937b88caec0497daaa539ddc71ba76da7c534f0cf6460fce1124035f9fe10e55c621d799586dedb7f3b5f3589ca6be5cb555
-Size (cryptography_vectors-2.3.1.tar.gz) = 35308320 bytes
+SHA1 (cryptography_vectors-2.4.1.tar.gz) = 42c852bb7c30a08318a9386f6f710644c6061f4a
+RMD160 (cryptography_vectors-2.4.1.tar.gz) = 2761ef397ab4aa4a1b7ffc0b21fac2a95e36961b
+SHA512 (cryptography_vectors-2.4.1.tar.gz) = ad85e0fb3954db48ed8fd1f72d4ceb07abef81eb3861665fca0e4cfcca023f5aced5aaf8f921e0f7ca2480876a254cd7590786bfc44e005683be00050a9fafde
+Size (cryptography_vectors-2.4.1.tar.gz) = 35087338 bytes
Index: pkgsrc/security/py-cryptography_vectors/PLIST
diff -u pkgsrc/security/py-cryptography_vectors/PLIST:1.8 pkgsrc/security/py-cryptography_vectors/PLIST:1.9
--- pkgsrc/security/py-cryptography_vectors/PLIST:1.8 Thu Jul 19 09:24:37 2018
+++ pkgsrc/security/py-cryptography_vectors/PLIST Tue Nov 13 11:23:38 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2018/07/19 09:24:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2018/11/13 11:23:38 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -521,6 +521,12 @@ ${PYSITELIB}/cryptography_vectors/keywra
${PYSITELIB}/cryptography_vectors/keywrap/kwtestvectors/TKW_AD_inv.txt
${PYSITELIB}/cryptography_vectors/keywrap/kwtestvectors/TKW_AE.txt
${PYSITELIB}/cryptography_vectors/keywrap/kwtestvectors/TKW_AE_inv.txt
+${PYSITELIB}/cryptography_vectors/pkcs12/cert-aes256cbc-no-key.p12
+${PYSITELIB}/cryptography_vectors/pkcs12/cert-key-aes256cbc.p12
+${PYSITELIB}/cryptography_vectors/pkcs12/cert-none-key-none.p12
+${PYSITELIB}/cryptography_vectors/pkcs12/cert-rc2-key-3des.p12
+${PYSITELIB}/cryptography_vectors/pkcs12/no-cert-key-aes256cbc.p12
+${PYSITELIB}/cryptography_vectors/pkcs12/no-password.p12
${PYSITELIB}/cryptography_vectors/twofactor/rfc-4226.txt
${PYSITELIB}/cryptography_vectors/twofactor/rfc-6238.txt
${PYSITELIB}/cryptography_vectors/x509/PKITS_data/ReadMe.txt
@@ -2085,7 +2091,9 @@ ${PYSITELIB}/cryptography_vectors/x509/a
${PYSITELIB}/cryptography_vectors/x509/badasn1time.pem
${PYSITELIB}/cryptography_vectors/x509/badssl-sct.pem
${PYSITELIB}/cryptography_vectors/x509/bigoid.pem
+${PYSITELIB}/cryptography_vectors/x509/cryptography-scts.pem
${PYSITELIB}/cryptography_vectors/x509/cryptography.io.pem
+${PYSITELIB}/cryptography_vectors/x509/cryptography.io.precert.pem
${PYSITELIB}/cryptography_vectors/x509/custom/aia_ca_issuers.pem
${PYSITELIB}/cryptography_vectors/x509/custom/aia_ocsp.pem
${PYSITELIB}/cryptography_vectors/x509/custom/aia_ocsp_ca_issuers.pem
@@ -2095,6 +2103,8 @@ ${PYSITELIB}/cryptography_vectors/x509/c
${PYSITELIB}/cryptography_vectors/x509/custom/authority_key_identifier_no_keyid.pem
${PYSITELIB}/cryptography_vectors/x509/custom/basic_constraints_not_critical.pem
${PYSITELIB}/cryptography_vectors/x509/custom/bc_path_length_zero.pem
+${PYSITELIB}/cryptography_vectors/x509/custom/ca/ca.pem
+${PYSITELIB}/cryptography_vectors/x509/custom/ca/ca_key.pem
${PYSITELIB}/cryptography_vectors/x509/custom/cdp_all_reasons.pem
${PYSITELIB}/cryptography_vectors/x509/custom/cdp_crl_issuer.pem
${PYSITELIB}/cryptography_vectors/x509/custom/cdp_empty_hostname.pem
@@ -2110,6 +2120,14 @@ ${PYSITELIB}/cryptography_vectors/x509/c
${PYSITELIB}/cryptography_vectors/x509/custom/crl_dup_entry_ext.pem
${PYSITELIB}/cryptography_vectors/x509/custom/crl_empty.pem
${PYSITELIB}/cryptography_vectors/x509/custom/crl_ian_aia_aki.pem
+${PYSITELIB}/cryptography_vectors/x509/custom/crl_idp_fullname_indirect_crl.pem
+${PYSITELIB}/cryptography_vectors/x509/custom/crl_idp_fullname_only.pem
+${PYSITELIB}/cryptography_vectors/x509/custom/crl_idp_fullname_only_aa.pem
+${PYSITELIB}/cryptography_vectors/x509/custom/crl_idp_fullname_only_user.pem
+${PYSITELIB}/cryptography_vectors/x509/custom/crl_idp_only_ca.pem
+${PYSITELIB}/cryptography_vectors/x509/custom/crl_idp_reasons_only.pem
+${PYSITELIB}/cryptography_vectors/x509/custom/crl_idp_relative_user_all_reasons.pem
+${PYSITELIB}/cryptography_vectors/x509/custom/crl_idp_relativename_only.pem
${PYSITELIB}/cryptography_vectors/x509/custom/crl_inval_cert_issuer_entry_ext.pem
${PYSITELIB}/cryptography_vectors/x509/custom/crl_md2_unknown_crit_entry_ext.pem
${PYSITELIB}/cryptography_vectors/x509/custom/crl_unsupported_reason.pem
@@ -2158,7 +2176,18 @@ ${PYSITELIB}/cryptography_vectors/x509/c
${PYSITELIB}/cryptography_vectors/x509/department-of-state-root.pem
${PYSITELIB}/cryptography_vectors/x509/e-trust.ru.der
${PYSITELIB}/cryptography_vectors/x509/ecdsa_root.pem
+${PYSITELIB}/cryptography_vectors/x509/letsencryptx3.pem
+${PYSITELIB}/cryptography_vectors/x509/ocsp/req-ext-nonce.der
+${PYSITELIB}/cryptography_vectors/x509/ocsp/req-invalid-hash-alg.der
+${PYSITELIB}/cryptography_vectors/x509/ocsp/req-multi-sha1.der
${PYSITELIB}/cryptography_vectors/x509/ocsp/req-sha1.der
+${PYSITELIB}/cryptography_vectors/x509/ocsp/resp-delegate-unknown-cert.der
+${PYSITELIB}/cryptography_vectors/x509/ocsp/resp-responder-key-hash.der
+${PYSITELIB}/cryptography_vectors/x509/ocsp/resp-revoked-no-next-update.der
+${PYSITELIB}/cryptography_vectors/x509/ocsp/resp-revoked-reason.der
+${PYSITELIB}/cryptography_vectors/x509/ocsp/resp-revoked.der
+${PYSITELIB}/cryptography_vectors/x509/ocsp/resp-sha256.der
+${PYSITELIB}/cryptography_vectors/x509/ocsp/resp-unauthorized.der
${PYSITELIB}/cryptography_vectors/x509/rapidssl_sha256_ca_g3.pem
${PYSITELIB}/cryptography_vectors/x509/requests/basic_constraints.pem
${PYSITELIB}/cryptography_vectors/x509/requests/dsa_sha1.der
Home |
Main Index |
Thread Index |
Old Index