diff options
-rw-r--r-- | security/py-cryptography/Makefile | 4 | ||||
-rw-r--r-- | security/py-cryptography/PLIST | 11 | ||||
-rw-r--r-- | security/py-cryptography/distinfo | 10 | ||||
-rw-r--r-- | security/py-cryptography_vectors/Makefile | 4 | ||||
-rw-r--r-- | security/py-cryptography_vectors/PLIST | 5 | ||||
-rw-r--r-- | security/py-cryptography_vectors/distinfo | 10 |
6 files changed, 25 insertions, 19 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index f3449d68054..ad8f228f12b 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.72 2019/02/28 09:06:08 adam Exp $ +# $NetBSD: Makefile,v 1.73 2019/05/31 17:28:48 adam Exp $ -DISTNAME= cryptography-2.6.1 +DISTNAME= cryptography-2.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cryptography/} diff --git a/security/py-cryptography/PLIST b/security/py-cryptography/PLIST index bdd6d3f1882..b7bf73a76bd 100644 --- a/security/py-cryptography/PLIST +++ b/security/py-cryptography/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.23 2019/02/28 09:06:08 adam Exp $ +@comment $NetBSD: PLIST,v 1.24 2019/05/31 17:28:48 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -74,6 +74,9 @@ ${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/poly1305.py +${PYSITELIB}/cryptography/hazmat/backends/openssl/poly1305.pyc +${PYSITELIB}/cryptography/hazmat/backends/openssl/poly1305.pyo ${PYSITELIB}/cryptography/hazmat/backends/openssl/rsa.py ${PYSITELIB}/cryptography/hazmat/backends/openssl/rsa.pyc ${PYSITELIB}/cryptography/hazmat/backends/openssl/rsa.pyo @@ -194,12 +197,12 @@ ${PYSITELIB}/cryptography/hazmat/primitives/kdf/x963kdf.pyo ${PYSITELIB}/cryptography/hazmat/primitives/keywrap.py ${PYSITELIB}/cryptography/hazmat/primitives/keywrap.pyc ${PYSITELIB}/cryptography/hazmat/primitives/keywrap.pyo -${PYSITELIB}/cryptography/hazmat/primitives/mac.py -${PYSITELIB}/cryptography/hazmat/primitives/mac.pyc -${PYSITELIB}/cryptography/hazmat/primitives/mac.pyo ${PYSITELIB}/cryptography/hazmat/primitives/padding.py ${PYSITELIB}/cryptography/hazmat/primitives/padding.pyc ${PYSITELIB}/cryptography/hazmat/primitives/padding.pyo +${PYSITELIB}/cryptography/hazmat/primitives/poly1305.py +${PYSITELIB}/cryptography/hazmat/primitives/poly1305.pyc +${PYSITELIB}/cryptography/hazmat/primitives/poly1305.pyo ${PYSITELIB}/cryptography/hazmat/primitives/serialization/__init__.py ${PYSITELIB}/cryptography/hazmat/primitives/serialization/__init__.pyc ${PYSITELIB}/cryptography/hazmat/primitives/serialization/__init__.pyo diff --git a/security/py-cryptography/distinfo b/security/py-cryptography/distinfo index d76add44c30..dde2a5ccc40 100644 --- a/security/py-cryptography/distinfo +++ b/security/py-cryptography/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.58 2019/02/28 09:06:08 adam Exp $ +$NetBSD: distinfo,v 1.59 2019/05/31 17:28:48 adam Exp $ -SHA1 (cryptography-2.6.1.tar.gz) = 0a14cbcdf1bc0262303912762d94cfd645e8c8de -RMD160 (cryptography-2.6.1.tar.gz) = 2bab285a27bfed6fff8addc2322b8db3687ef2d1 -SHA512 (cryptography-2.6.1.tar.gz) = f14319e24d9dca52e74548cada5b78a6235f089ef875dbff4799e862f94da8b087f1b6e03e84dcef9fc7d7693c4a349c5f0cd54b8535806da777420ce8757d39 -Size (cryptography-2.6.1.tar.gz) = 491580 bytes +SHA1 (cryptography-2.7.tar.gz) = bdb5fa70836858a5bdcedec032bae390f65007fd +RMD160 (cryptography-2.7.tar.gz) = 23bcb288d8d3495f119985ab1dd634a7ed2f5b40 +SHA512 (cryptography-2.7.tar.gz) = fa420f44b038b6fe1983c6f2c6d830e2668017c26e1e125ad621e37ea627a927ffe64d0e987e0a26dcc260834f2ec817cccd22da03b892190f46cb6e8131a5a8 +Size (cryptography-2.7.tar.gz) = 495877 bytes diff --git a/security/py-cryptography_vectors/Makefile b/security/py-cryptography_vectors/Makefile index bb1742a29b7..49c97029793 100644 --- a/security/py-cryptography_vectors/Makefile +++ b/security/py-cryptography_vectors/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2019/02/28 09:06:08 adam Exp $ +# $NetBSD: Makefile,v 1.21 2019/05/31 17:28:48 adam Exp $ -DISTNAME= cryptography_vectors-2.6.1 +DISTNAME= cryptography_vectors-2.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cryptography_vectors/} diff --git a/security/py-cryptography_vectors/PLIST b/security/py-cryptography_vectors/PLIST index d4fd1c478ee..0243316e6c8 100644 --- a/security/py-cryptography_vectors/PLIST +++ b/security/py-cryptography_vectors/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2019/02/28 09:06:08 adam Exp $ +@comment $NetBSD: PLIST,v 1.12 2019/05/31 17:28:48 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -554,6 +554,7 @@ ${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/poly1305/rfc7539.txt ${PYSITELIB}/cryptography_vectors/twofactor/rfc-4226.txt ${PYSITELIB}/cryptography_vectors/twofactor/rfc-6238.txt ${PYSITELIB}/cryptography_vectors/x509/PKITS_data/ReadMe.txt @@ -2174,12 +2175,14 @@ ${PYSITELIB}/cryptography_vectors/x509/custom/nc_permitted_2.pem ${PYSITELIB}/cryptography_vectors/x509/custom/nc_permitted_excluded.pem ${PYSITELIB}/cryptography_vectors/x509/custom/nc_permitted_excluded_2.pem ${PYSITELIB}/cryptography_vectors/x509/custom/nc_single_ip_netmask.pem +${PYSITELIB}/cryptography_vectors/x509/custom/negative_serial.pem ${PYSITELIB}/cryptography_vectors/x509/custom/ocsp_nocheck.pem ${PYSITELIB}/cryptography_vectors/x509/custom/pc_inhibit.pem ${PYSITELIB}/cryptography_vectors/x509/custom/pc_inhibit_require.pem ${PYSITELIB}/cryptography_vectors/x509/custom/pc_require.pem ${PYSITELIB}/cryptography_vectors/x509/custom/policy_constraints_explicit.pem ${PYSITELIB}/cryptography_vectors/x509/custom/post2000utctime.pem +${PYSITELIB}/cryptography_vectors/x509/custom/rsa_pss.pem ${PYSITELIB}/cryptography_vectors/x509/custom/san_dirname.pem ${PYSITELIB}/cryptography_vectors/x509/custom/san_email_dns_ip_dirname_uri.pem ${PYSITELIB}/cryptography_vectors/x509/custom/san_empty_hostname.pem diff --git a/security/py-cryptography_vectors/distinfo b/security/py-cryptography_vectors/distinfo index 0a15d142c0b..07b14beecb0 100644 --- a/security/py-cryptography_vectors/distinfo +++ b/security/py-cryptography_vectors/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2019/02/28 09:06:08 adam Exp $ +$NetBSD: distinfo,v 1.21 2019/05/31 17:28:48 adam Exp $ -SHA1 (cryptography_vectors-2.6.1.tar.gz) = 5f614d0f3208f23de8ba3cf768b4b4245695bc15 -RMD160 (cryptography_vectors-2.6.1.tar.gz) = 0c6691f98e018b726b73c42caba046f22f1317ed -SHA512 (cryptography_vectors-2.6.1.tar.gz) = 44d318d5f983955f42791cf182dd80070a87c3c05f7353e204a520588243041fec97367c6fb6d9febcdab0ce7bcf1d135a8e6b44a7387b599752b7c87fc81d9a -Size (cryptography_vectors-2.6.1.tar.gz) = 35097785 bytes +SHA1 (cryptography_vectors-2.7.tar.gz) = 47579e1136d97736c0498dbaba3349ef9cd9845e +RMD160 (cryptography_vectors-2.7.tar.gz) = 9bc8af314e633814453c9785ece4a6855ec78dc0 +SHA512 (cryptography_vectors-2.7.tar.gz) = c68950ca1cf2ac261acdeeb2c95f22b3338d0ee3f1064d6b0e0df36e0d22bb461fb6013c9da0097e7901c7e600e0067213a854359e586efc1a9fb082bd8e4b4f +Size (cryptography_vectors-2.7.tar.gz) = 35098743 bytes |