Tue Jul 29 11:51:36 2014 UTC ()
Update to 0.5.2:

0.5.2 - 2014-07-09
~~~~~~~~~~~~~~~~~~

* Add
  :class:`~cryptography.hazmat.backends.interfaces.TraditionalOpenSSLSerializationBackend`
  support to :doc:`/hazmat/backends/multibackend`.
* Fix compilation error on OS X 10.8 (Mountain Lion).

0.5.1 - 2014-07-07
~~~~~~~~~~~~~~~~~~

* Add
  :class:`~cryptography.hazmat.backends.interfaces.PKCS8SerializationBackend`
  support to :doc:`/hazmat/backends/multibackend`.

0.5 - 2014-07-07
~~~~~~~~~~~~~~~~

* **BACKWARDS INCOMPATIBLE:**
  :class:`~cryptography.hazmat.primitives.ciphers.modes.GCM` no longer allows
  truncation of tags by default. Previous versions of ``cryptography`` allowed
  tags to be truncated by default, applications wishing to preserve this
  behavior (not recommended) can pass the ``min_tag_length`` argument.
* Windows builds now statically link OpenSSL by default. When installing a
  wheel on Windows you no longer need to install OpenSSL separately. Windows
  users can switch between static and dynamic linking with an environment
  variable. See :doc:`/installation` for more details.
* Added :class:`~cryptography.hazmat.primitives.kdf.hkdf.HKDFExpand`.
* Added :class:`~cryptography.hazmat.primitives.ciphers.modes.CFB8` support
  for :class:`~cryptography.hazmat.primitives.ciphers.algorithms.AES` and
  :class:`~cryptography.hazmat.primitives.ciphers.algorithms.TripleDES` on
  :doc:`/hazmat/backends/commoncrypto` and :doc:`/hazmat/backends/openssl`.
* Added ``AES`` :class:`~cryptography.hazmat.primitives.ciphers.modes.CTR`
  support to the OpenSSL backend when linked against 0.9.8.
* Added
  :class:`~cryptography.hazmat.backends.interfaces.PKCS8SerializationBackend`
  and
  :class:`~cryptography.hazmat.backends.interfaces.TraditionalOpenSSLSerializationBackend`
  support to the :doc:`/hazmat/backends/openssl`.
* Added :doc:`/hazmat/primitives/asymmetric/ec` and
  :class:`~cryptography.hazmat.backends.interfaces.EllipticCurveBackend`.
* Added :class:`~cryptography.hazmat.primitives.ciphers.modes.ECB` support
  for :class:`~cryptography.hazmat.primitives.ciphers.algorithms.TripleDES` on
  :doc:`/hazmat/backends/commoncrypto` and :doc:`/hazmat/backends/openssl`.
* Deprecated :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`
  in favor of backend specific providers of the
  :class:`~cryptography.hazmat.primitives.interfaces.RSAPrivateKey` interface.
* Deprecated :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey`
  in favor of backend specific providers of the
  :class:`~cryptography.hazmat.primitives.interfaces.RSAPublicKey` interface.
* Deprecated :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey`
  in favor of backend specific providers of the
  :class:`~cryptography.hazmat.primitives.interfaces.DSAPrivateKey` interface.
* Deprecated :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey`
  in favor of backend specific providers of the
  :class:`~cryptography.hazmat.primitives.interfaces.DSAPublicKey` interface.
* Deprecated :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAParameters`
  in favor of backend specific providers of the
  :class:`~cryptography.hazmat.primitives.interfaces.DSAParameters` interface.
* Deprecated ``encrypt_rsa``, ``decrypt_rsa``, ``create_rsa_signature_ctx`` and
  ``create_rsa_verification_ctx`` on
  :class:`~cryptography.hazmat.backends.interfaces.RSABackend`.
* Deprecated ``create_dsa_signature_ctx`` and ``create_dsa_verification_ctx``
  on :class:`~cryptography.hazmat.backends.interfaces.DSABackend`.


(wiz)
diff -r1.7 -r1.8 pkgsrc/security/py-cryptography/Makefile
diff -r1.3 -r1.4 pkgsrc/security/py-cryptography/PLIST
diff -r1.5 -r1.6 pkgsrc/security/py-cryptography/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/security/py-cryptography/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-cryptography/Makefile 2014/05/06 10:30:54 1.7
+++ pkgsrc/security/py-cryptography/Makefile 2014/07/29 11:51:36 1.8
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2014/05/06 10:30:54 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2014/07/29 11:51:36 wiz Exp $
2 2
3DISTNAME= cryptography-0.4 3DISTNAME= cryptography-0.5.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= security python 5CATEGORIES= security python
6MASTER_SITES= https://pypi.python.org/packages/source/c/cryptography/ 6MASTER_SITES= https://pypi.python.org/packages/source/c/cryptography/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://pypi.python.org/pypi/cryptography/ 9HOMEPAGE= https://pypi.python.org/pypi/cryptography/
10COMMENT= Cryptographic recipes and primitives for Python 10COMMENT= Cryptographic recipes and primitives for Python
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-cffi>=0.8:../../devel/py-cffi 13DEPENDS+= ${PYPKGPREFIX}-cffi>=0.8:../../devel/py-cffi
14DEPENDS+= ${PYPKGPREFIX}-cparser>=2.10:../../devel/py-cparser 14DEPENDS+= ${PYPKGPREFIX}-cparser>=2.10:../../devel/py-cparser
15DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six 15DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
16# actually, TEST_DEPENDS 16# actually, TEST_DEPENDS

cvs diff -r1.3 -r1.4 pkgsrc/security/py-cryptography/PLIST (expand / switch to unified diff)

--- pkgsrc/security/py-cryptography/PLIST 2014/05/06 10:30:54 1.3
+++ pkgsrc/security/py-cryptography/PLIST 2014/07/29 11:51:36 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.3 2014/05/06 10:30:54 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.4 2014/07/29 11:51:36 wiz Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
6${PYSITELIB}/${EGG_INFODIR}/requires.txt 6${PYSITELIB}/${EGG_INFODIR}/requires.txt
7${PYSITELIB}/${EGG_INFODIR}/top_level.txt 7${PYSITELIB}/${EGG_INFODIR}/top_level.txt
8${PYSITELIB}/cryptography/__about__.py 8${PYSITELIB}/cryptography/__about__.py
9${PYSITELIB}/cryptography/__about__.pyc 9${PYSITELIB}/cryptography/__about__.pyc
10${PYSITELIB}/cryptography/__about__.pyo 10${PYSITELIB}/cryptography/__about__.pyo
11${PYSITELIB}/cryptography/__init__.py 11${PYSITELIB}/cryptography/__init__.py
12${PYSITELIB}/cryptography/__init__.pyc 12${PYSITELIB}/cryptography/__init__.pyc
13${PYSITELIB}/cryptography/__init__.pyo 13${PYSITELIB}/cryptography/__init__.pyo
14${PYSITELIB}/cryptography/checkpkcs7padding.so 14${PYSITELIB}/cryptography/checkpkcs7padding.so
@@ -22,59 +22,107 @@ ${PYSITELIB}/cryptography/fernet.pyc @@ -22,59 +22,107 @@ ${PYSITELIB}/cryptography/fernet.pyc
22${PYSITELIB}/cryptography/fernet.pyo 22${PYSITELIB}/cryptography/fernet.pyo
23${PYSITELIB}/cryptography/hazmat/__init__.py 23${PYSITELIB}/cryptography/hazmat/__init__.py
24${PYSITELIB}/cryptography/hazmat/__init__.pyc 24${PYSITELIB}/cryptography/hazmat/__init__.pyc
25${PYSITELIB}/cryptography/hazmat/__init__.pyo 25${PYSITELIB}/cryptography/hazmat/__init__.pyo
26${PYSITELIB}/cryptography/hazmat/backends/__init__.py 26${PYSITELIB}/cryptography/hazmat/backends/__init__.py
27${PYSITELIB}/cryptography/hazmat/backends/__init__.pyc 27${PYSITELIB}/cryptography/hazmat/backends/__init__.pyc
28${PYSITELIB}/cryptography/hazmat/backends/__init__.pyo 28${PYSITELIB}/cryptography/hazmat/backends/__init__.pyo
29${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/__init__.py 29${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/__init__.py
30${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/__init__.pyc 30${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/__init__.pyc
31${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/__init__.pyo 31${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/__init__.pyo
32${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/backend.py 32${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/backend.py
33${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/backend.pyc 33${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/backend.pyc
34${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/backend.pyo 34${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/backend.pyo
 35${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/ciphers.py
 36${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/ciphers.pyc
 37${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/ciphers.pyo
 38${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/hashes.py
 39${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/hashes.pyc
 40${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/hashes.pyo
 41${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/hmac.py
 42${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/hmac.pyc
 43${PYSITELIB}/cryptography/hazmat/backends/commoncrypto/hmac.pyo
35${PYSITELIB}/cryptography/hazmat/backends/interfaces.py 44${PYSITELIB}/cryptography/hazmat/backends/interfaces.py
36${PYSITELIB}/cryptography/hazmat/backends/interfaces.pyc 45${PYSITELIB}/cryptography/hazmat/backends/interfaces.pyc
37${PYSITELIB}/cryptography/hazmat/backends/interfaces.pyo 46${PYSITELIB}/cryptography/hazmat/backends/interfaces.pyo
38${PYSITELIB}/cryptography/hazmat/backends/multibackend.py 47${PYSITELIB}/cryptography/hazmat/backends/multibackend.py
39${PYSITELIB}/cryptography/hazmat/backends/multibackend.pyc 48${PYSITELIB}/cryptography/hazmat/backends/multibackend.pyc
40${PYSITELIB}/cryptography/hazmat/backends/multibackend.pyo 49${PYSITELIB}/cryptography/hazmat/backends/multibackend.pyo
41${PYSITELIB}/cryptography/hazmat/backends/openssl/__init__.py 50${PYSITELIB}/cryptography/hazmat/backends/openssl/__init__.py
42${PYSITELIB}/cryptography/hazmat/backends/openssl/__init__.pyc 51${PYSITELIB}/cryptography/hazmat/backends/openssl/__init__.pyc
43${PYSITELIB}/cryptography/hazmat/backends/openssl/__init__.pyo 52${PYSITELIB}/cryptography/hazmat/backends/openssl/__init__.pyo
44${PYSITELIB}/cryptography/hazmat/backends/openssl/backend.py 53${PYSITELIB}/cryptography/hazmat/backends/openssl/backend.py
45${PYSITELIB}/cryptography/hazmat/backends/openssl/backend.pyc 54${PYSITELIB}/cryptography/hazmat/backends/openssl/backend.pyc
46${PYSITELIB}/cryptography/hazmat/backends/openssl/backend.pyo 55${PYSITELIB}/cryptography/hazmat/backends/openssl/backend.pyo
 56${PYSITELIB}/cryptography/hazmat/backends/openssl/ciphers.py
 57${PYSITELIB}/cryptography/hazmat/backends/openssl/ciphers.pyc
 58${PYSITELIB}/cryptography/hazmat/backends/openssl/ciphers.pyo
 59${PYSITELIB}/cryptography/hazmat/backends/openssl/cmac.py
 60${PYSITELIB}/cryptography/hazmat/backends/openssl/cmac.pyc
 61${PYSITELIB}/cryptography/hazmat/backends/openssl/cmac.pyo
 62${PYSITELIB}/cryptography/hazmat/backends/openssl/dsa.py
 63${PYSITELIB}/cryptography/hazmat/backends/openssl/dsa.pyc
 64${PYSITELIB}/cryptography/hazmat/backends/openssl/dsa.pyo
 65${PYSITELIB}/cryptography/hazmat/backends/openssl/ec.py
 66${PYSITELIB}/cryptography/hazmat/backends/openssl/ec.pyc
 67${PYSITELIB}/cryptography/hazmat/backends/openssl/ec.pyo
 68${PYSITELIB}/cryptography/hazmat/backends/openssl/hashes.py
 69${PYSITELIB}/cryptography/hazmat/backends/openssl/hashes.pyc
 70${PYSITELIB}/cryptography/hazmat/backends/openssl/hashes.pyo
 71${PYSITELIB}/cryptography/hazmat/backends/openssl/hmac.py
 72${PYSITELIB}/cryptography/hazmat/backends/openssl/hmac.pyc
 73${PYSITELIB}/cryptography/hazmat/backends/openssl/hmac.pyo
 74${PYSITELIB}/cryptography/hazmat/backends/openssl/rsa.py
 75${PYSITELIB}/cryptography/hazmat/backends/openssl/rsa.pyc
 76${PYSITELIB}/cryptography/hazmat/backends/openssl/rsa.pyo
47${PYSITELIB}/cryptography/hazmat/bindings/__init__.py 77${PYSITELIB}/cryptography/hazmat/bindings/__init__.py
48${PYSITELIB}/cryptography/hazmat/bindings/__init__.pyc 78${PYSITELIB}/cryptography/hazmat/bindings/__init__.pyc
49${PYSITELIB}/cryptography/hazmat/bindings/__init__.pyo 79${PYSITELIB}/cryptography/hazmat/bindings/__init__.pyo
50${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/__init__.py 80${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/__init__.py
51${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/__init__.pyc 81${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/__init__.pyc
52${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/__init__.pyo 82${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/__init__.pyo
53${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/binding.py 83${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/binding.py
54${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/binding.pyc 84${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/binding.pyc
55${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/binding.pyo 85${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/binding.pyo
 86${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/cf.py
 87${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/cf.pyc
 88${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/cf.pyo
56${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/common_cryptor.py 89${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/common_cryptor.py
57${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/common_cryptor.pyc 90${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/common_cryptor.pyc
58${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/common_cryptor.pyo 91${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/common_cryptor.pyo
59${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/common_digest.py 92${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/common_digest.py
60${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/common_digest.pyc 93${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/common_digest.pyc
61${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/common_digest.pyo 94${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/common_digest.pyo
62${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/common_hmac.py 95${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/common_hmac.py
63${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/common_hmac.pyc 96${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/common_hmac.pyc
64${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/common_hmac.pyo 97${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/common_hmac.pyo
65${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/common_key_derivation.py 98${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/common_key_derivation.py
66${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/common_key_derivation.pyc 99${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/common_key_derivation.pyc
67${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/common_key_derivation.pyo 100${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/common_key_derivation.pyo
 101${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/secimport.py
 102${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/secimport.pyc
 103${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/secimport.pyo
 104${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/secitem.py
 105${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/secitem.pyc
 106${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/secitem.pyo
 107${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/seckey.py
 108${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/seckey.pyc
 109${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/seckey.pyo
 110${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/seckeychain.py
 111${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/seckeychain.pyc
 112${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/seckeychain.pyo
 113${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/sectransform.py
 114${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/sectransform.pyc
 115${PYSITELIB}/cryptography/hazmat/bindings/commoncrypto/sectransform.pyo
68${PYSITELIB}/cryptography/hazmat/bindings/openssl/__init__.py 116${PYSITELIB}/cryptography/hazmat/bindings/openssl/__init__.py
69${PYSITELIB}/cryptography/hazmat/bindings/openssl/__init__.pyc 117${PYSITELIB}/cryptography/hazmat/bindings/openssl/__init__.pyc
70${PYSITELIB}/cryptography/hazmat/bindings/openssl/__init__.pyo 118${PYSITELIB}/cryptography/hazmat/bindings/openssl/__init__.pyo
71${PYSITELIB}/cryptography/hazmat/bindings/openssl/aes.py 119${PYSITELIB}/cryptography/hazmat/bindings/openssl/aes.py
72${PYSITELIB}/cryptography/hazmat/bindings/openssl/aes.pyc 120${PYSITELIB}/cryptography/hazmat/bindings/openssl/aes.pyc
73${PYSITELIB}/cryptography/hazmat/bindings/openssl/aes.pyo 121${PYSITELIB}/cryptography/hazmat/bindings/openssl/aes.pyo
74${PYSITELIB}/cryptography/hazmat/bindings/openssl/asn1.py 122${PYSITELIB}/cryptography/hazmat/bindings/openssl/asn1.py
75${PYSITELIB}/cryptography/hazmat/bindings/openssl/asn1.pyc 123${PYSITELIB}/cryptography/hazmat/bindings/openssl/asn1.pyc
76${PYSITELIB}/cryptography/hazmat/bindings/openssl/asn1.pyo 124${PYSITELIB}/cryptography/hazmat/bindings/openssl/asn1.pyo
77${PYSITELIB}/cryptography/hazmat/bindings/openssl/bignum.py 125${PYSITELIB}/cryptography/hazmat/bindings/openssl/bignum.py
78${PYSITELIB}/cryptography/hazmat/bindings/openssl/bignum.pyc 126${PYSITELIB}/cryptography/hazmat/bindings/openssl/bignum.pyc
79${PYSITELIB}/cryptography/hazmat/bindings/openssl/bignum.pyo 127${PYSITELIB}/cryptography/hazmat/bindings/openssl/bignum.pyo
80${PYSITELIB}/cryptography/hazmat/bindings/openssl/binding.py 128${PYSITELIB}/cryptography/hazmat/bindings/openssl/binding.py
@@ -145,44 +193,50 @@ ${PYSITELIB}/cryptography/hazmat/binding @@ -145,44 +193,50 @@ ${PYSITELIB}/cryptography/hazmat/binding
145${PYSITELIB}/cryptography/hazmat/bindings/openssl/pkcs7.pyo 193${PYSITELIB}/cryptography/hazmat/bindings/openssl/pkcs7.pyo
146${PYSITELIB}/cryptography/hazmat/bindings/openssl/rand.py 194${PYSITELIB}/cryptography/hazmat/bindings/openssl/rand.py
147${PYSITELIB}/cryptography/hazmat/bindings/openssl/rand.pyc 195${PYSITELIB}/cryptography/hazmat/bindings/openssl/rand.pyc
148${PYSITELIB}/cryptography/hazmat/bindings/openssl/rand.pyo 196${PYSITELIB}/cryptography/hazmat/bindings/openssl/rand.pyo
149${PYSITELIB}/cryptography/hazmat/bindings/openssl/rsa.py 197${PYSITELIB}/cryptography/hazmat/bindings/openssl/rsa.py
150${PYSITELIB}/cryptography/hazmat/bindings/openssl/rsa.pyc 198${PYSITELIB}/cryptography/hazmat/bindings/openssl/rsa.pyc
151${PYSITELIB}/cryptography/hazmat/bindings/openssl/rsa.pyo 199${PYSITELIB}/cryptography/hazmat/bindings/openssl/rsa.pyo
152${PYSITELIB}/cryptography/hazmat/bindings/openssl/ssl.py 200${PYSITELIB}/cryptography/hazmat/bindings/openssl/ssl.py
153${PYSITELIB}/cryptography/hazmat/bindings/openssl/ssl.pyc 201${PYSITELIB}/cryptography/hazmat/bindings/openssl/ssl.pyc
154${PYSITELIB}/cryptography/hazmat/bindings/openssl/ssl.pyo 202${PYSITELIB}/cryptography/hazmat/bindings/openssl/ssl.pyo
155${PYSITELIB}/cryptography/hazmat/bindings/openssl/x509.py 203${PYSITELIB}/cryptography/hazmat/bindings/openssl/x509.py
156${PYSITELIB}/cryptography/hazmat/bindings/openssl/x509.pyc 204${PYSITELIB}/cryptography/hazmat/bindings/openssl/x509.pyc
157${PYSITELIB}/cryptography/hazmat/bindings/openssl/x509.pyo 205${PYSITELIB}/cryptography/hazmat/bindings/openssl/x509.pyo
 206${PYSITELIB}/cryptography/hazmat/bindings/openssl/x509_vfy.py
 207${PYSITELIB}/cryptography/hazmat/bindings/openssl/x509_vfy.pyc
 208${PYSITELIB}/cryptography/hazmat/bindings/openssl/x509_vfy.pyo
158${PYSITELIB}/cryptography/hazmat/bindings/openssl/x509name.py 209${PYSITELIB}/cryptography/hazmat/bindings/openssl/x509name.py
159${PYSITELIB}/cryptography/hazmat/bindings/openssl/x509name.pyc 210${PYSITELIB}/cryptography/hazmat/bindings/openssl/x509name.pyc
160${PYSITELIB}/cryptography/hazmat/bindings/openssl/x509name.pyo 211${PYSITELIB}/cryptography/hazmat/bindings/openssl/x509name.pyo
161${PYSITELIB}/cryptography/hazmat/bindings/openssl/x509v3.py 212${PYSITELIB}/cryptography/hazmat/bindings/openssl/x509v3.py
162${PYSITELIB}/cryptography/hazmat/bindings/openssl/x509v3.pyc 213${PYSITELIB}/cryptography/hazmat/bindings/openssl/x509v3.pyc
163${PYSITELIB}/cryptography/hazmat/bindings/openssl/x509v3.pyo 214${PYSITELIB}/cryptography/hazmat/bindings/openssl/x509v3.pyo
164${PYSITELIB}/cryptography/hazmat/bindings/utils.py 215${PYSITELIB}/cryptography/hazmat/bindings/utils.py
165${PYSITELIB}/cryptography/hazmat/bindings/utils.pyc 216${PYSITELIB}/cryptography/hazmat/bindings/utils.pyc
166${PYSITELIB}/cryptography/hazmat/bindings/utils.pyo 217${PYSITELIB}/cryptography/hazmat/bindings/utils.pyo
167${PYSITELIB}/cryptography/hazmat/primitives/__init__.py 218${PYSITELIB}/cryptography/hazmat/primitives/__init__.py
168${PYSITELIB}/cryptography/hazmat/primitives/__init__.pyc 219${PYSITELIB}/cryptography/hazmat/primitives/__init__.pyc
169${PYSITELIB}/cryptography/hazmat/primitives/__init__.pyo 220${PYSITELIB}/cryptography/hazmat/primitives/__init__.pyo
170${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/__init__.py 221${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/__init__.py
171${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/__init__.pyc 222${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/__init__.pyc
172${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/__init__.pyo 223${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/__init__.pyo
173${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/dsa.py 224${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/dsa.py
174${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/dsa.pyc 225${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/dsa.pyc
175${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/dsa.pyo 226${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/dsa.pyo
 227${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/ec.py
 228${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/ec.pyc
 229${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/ec.pyo
176${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/padding.py 230${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/padding.py
177${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/padding.pyc 231${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/padding.pyc
178${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/padding.pyo 232${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/padding.pyo
179${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/rsa.py 233${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/rsa.py
180${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/rsa.pyc 234${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/rsa.pyc
181${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/rsa.pyo 235${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/rsa.pyo
182${PYSITELIB}/cryptography/hazmat/primitives/ciphers/__init__.py 236${PYSITELIB}/cryptography/hazmat/primitives/ciphers/__init__.py
183${PYSITELIB}/cryptography/hazmat/primitives/ciphers/__init__.pyc 237${PYSITELIB}/cryptography/hazmat/primitives/ciphers/__init__.pyc
184${PYSITELIB}/cryptography/hazmat/primitives/ciphers/__init__.pyo 238${PYSITELIB}/cryptography/hazmat/primitives/ciphers/__init__.pyo
185${PYSITELIB}/cryptography/hazmat/primitives/ciphers/algorithms.py 239${PYSITELIB}/cryptography/hazmat/primitives/ciphers/algorithms.py
186${PYSITELIB}/cryptography/hazmat/primitives/ciphers/algorithms.pyc 240${PYSITELIB}/cryptography/hazmat/primitives/ciphers/algorithms.pyc
187${PYSITELIB}/cryptography/hazmat/primitives/ciphers/algorithms.pyo 241${PYSITELIB}/cryptography/hazmat/primitives/ciphers/algorithms.pyo
188${PYSITELIB}/cryptography/hazmat/primitives/ciphers/base.py 242${PYSITELIB}/cryptography/hazmat/primitives/ciphers/base.py
@@ -208,25 +262,28 @@ ${PYSITELIB}/cryptography/hazmat/primiti @@ -208,25 +262,28 @@ ${PYSITELIB}/cryptography/hazmat/primiti
208${PYSITELIB}/cryptography/hazmat/primitives/interfaces.pyo 262${PYSITELIB}/cryptography/hazmat/primitives/interfaces.pyo
209${PYSITELIB}/cryptography/hazmat/primitives/kdf/__init__.py 263${PYSITELIB}/cryptography/hazmat/primitives/kdf/__init__.py
210${PYSITELIB}/cryptography/hazmat/primitives/kdf/__init__.pyc 264${PYSITELIB}/cryptography/hazmat/primitives/kdf/__init__.pyc
211${PYSITELIB}/cryptography/hazmat/primitives/kdf/__init__.pyo 265${PYSITELIB}/cryptography/hazmat/primitives/kdf/__init__.pyo
212${PYSITELIB}/cryptography/hazmat/primitives/kdf/hkdf.py 266${PYSITELIB}/cryptography/hazmat/primitives/kdf/hkdf.py
213${PYSITELIB}/cryptography/hazmat/primitives/kdf/hkdf.pyc 267${PYSITELIB}/cryptography/hazmat/primitives/kdf/hkdf.pyc
214${PYSITELIB}/cryptography/hazmat/primitives/kdf/hkdf.pyo 268${PYSITELIB}/cryptography/hazmat/primitives/kdf/hkdf.pyo
215${PYSITELIB}/cryptography/hazmat/primitives/kdf/pbkdf2.py 269${PYSITELIB}/cryptography/hazmat/primitives/kdf/pbkdf2.py
216${PYSITELIB}/cryptography/hazmat/primitives/kdf/pbkdf2.pyc 270${PYSITELIB}/cryptography/hazmat/primitives/kdf/pbkdf2.pyc
217${PYSITELIB}/cryptography/hazmat/primitives/kdf/pbkdf2.pyo 271${PYSITELIB}/cryptography/hazmat/primitives/kdf/pbkdf2.pyo
218${PYSITELIB}/cryptography/hazmat/primitives/padding.py 272${PYSITELIB}/cryptography/hazmat/primitives/padding.py
219${PYSITELIB}/cryptography/hazmat/primitives/padding.pyc 273${PYSITELIB}/cryptography/hazmat/primitives/padding.pyc
220${PYSITELIB}/cryptography/hazmat/primitives/padding.pyo 274${PYSITELIB}/cryptography/hazmat/primitives/padding.pyo
 275${PYSITELIB}/cryptography/hazmat/primitives/serialization.py
 276${PYSITELIB}/cryptography/hazmat/primitives/serialization.pyc
 277${PYSITELIB}/cryptography/hazmat/primitives/serialization.pyo
221${PYSITELIB}/cryptography/hazmat/primitives/twofactor/__init__.py 278${PYSITELIB}/cryptography/hazmat/primitives/twofactor/__init__.py
222${PYSITELIB}/cryptography/hazmat/primitives/twofactor/__init__.pyc 279${PYSITELIB}/cryptography/hazmat/primitives/twofactor/__init__.pyc
223${PYSITELIB}/cryptography/hazmat/primitives/twofactor/__init__.pyo 280${PYSITELIB}/cryptography/hazmat/primitives/twofactor/__init__.pyo
224${PYSITELIB}/cryptography/hazmat/primitives/twofactor/hotp.py 281${PYSITELIB}/cryptography/hazmat/primitives/twofactor/hotp.py
225${PYSITELIB}/cryptography/hazmat/primitives/twofactor/hotp.pyc 282${PYSITELIB}/cryptography/hazmat/primitives/twofactor/hotp.pyc
226${PYSITELIB}/cryptography/hazmat/primitives/twofactor/hotp.pyo 283${PYSITELIB}/cryptography/hazmat/primitives/twofactor/hotp.pyo
227${PYSITELIB}/cryptography/hazmat/primitives/twofactor/totp.py 284${PYSITELIB}/cryptography/hazmat/primitives/twofactor/totp.py
228${PYSITELIB}/cryptography/hazmat/primitives/twofactor/totp.pyc 285${PYSITELIB}/cryptography/hazmat/primitives/twofactor/totp.pyc
229${PYSITELIB}/cryptography/hazmat/primitives/twofactor/totp.pyo 286${PYSITELIB}/cryptography/hazmat/primitives/twofactor/totp.pyo
230${PYSITELIB}/cryptography/utils.py 287${PYSITELIB}/cryptography/utils.py
231${PYSITELIB}/cryptography/utils.pyc 288${PYSITELIB}/cryptography/utils.pyc
232${PYSITELIB}/cryptography/utils.pyo 289${PYSITELIB}/cryptography/utils.pyo

cvs diff -r1.5 -r1.6 pkgsrc/security/py-cryptography/distinfo (expand / switch to unified diff)

--- pkgsrc/security/py-cryptography/distinfo 2014/05/06 10:30:54 1.5
+++ pkgsrc/security/py-cryptography/distinfo 2014/07/29 11:51:36 1.6
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.5 2014/05/06 10:30:54 wiz Exp $ 1$NetBSD: distinfo,v 1.6 2014/07/29 11:51:36 wiz Exp $
2 2
3SHA1 (cryptography-0.4.tar.gz) = 10255ea8609436b74362d5873f5419aa0dd3d7b1 3SHA1 (cryptography-0.5.2.tar.gz) = db82491315e1303eb6b9c30d2479e59da7705176
4RMD160 (cryptography-0.4.tar.gz) = b8d99e06b13c46e45852d98ceedfdcf0227c4f91 4RMD160 (cryptography-0.5.2.tar.gz) = bcaf6cdd8c3ea9371abd3b6ce53c81d102db4594
5Size (cryptography-0.4.tar.gz) = 260891 bytes 5Size (cryptography-0.5.2.tar.gz) = 319705 bytes
6SHA1 (patch-cryptography_hazmat_bindings_utils.py) = 4f4f53262efac03ea2b93c1338fed00aef4dc9cc 6SHA1 (patch-cryptography_hazmat_bindings_utils.py) = 4f4f53262efac03ea2b93c1338fed00aef4dc9cc
7SHA1 (patch-cryptography_hazmat_primitives_constant__time.py) = 2af2bed42ba2d8a3eca3898abf17715066664f82 7SHA1 (patch-cryptography_hazmat_primitives_constant__time.py) = 2af2bed42ba2d8a3eca3898abf17715066664f82
8SHA1 (patch-cryptography_hazmat_primitives_padding.py) = f840dbde2109dee89632bf4bc5b893521971d640 8SHA1 (patch-cryptography_hazmat_primitives_padding.py) = f840dbde2109dee89632bf4bc5b893521971d640