pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-cryptography Updated py-cryptography to 1.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a67a563768a8
branches:  trunk
changeset: 348058:a67a563768a8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jun 06 11:58:09 2016 +0000

description:
Updated py-cryptography to 1.4.

1.4 - 2016-06-04
~~~~~~~~~~~~~~~~

* Support for OpenSSL 0.9.8 has been removed. Users on older versions of
  OpenSSL will need to upgrade.
* Added :class:`~cryptography.hazmat.primitives.kdf.kbkdf.KBKDFHMAC`.
* Added support for ``OpenSSH`` public key serialization.
* Added support for SHA-2 in RSA
  :class:`~cryptography.hazmat.primitives.asymmetric.padding.OAEP` when using
  OpenSSL 1.0.2 or greater.
* Added "one shot"
  :meth:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey.sign`
  and
  :meth:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey.verify`
  methods to RSA keys.

diffstat:

 security/py-cryptography/Makefile |   6 +++---
 security/py-cryptography/PLIST    |   5 ++++-
 security/py-cryptography/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 9 deletions(-)

diffs (50 lines):

diff -r 44a793a681fd -r a67a563768a8 security/py-cryptography/Makefile
--- a/security/py-cryptography/Makefile Mon Jun 06 11:55:46 2016 +0000
+++ b/security/py-cryptography/Makefile Mon Jun 06 11:58:09 2016 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.40 2016/05/12 14:08:29 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2016/06/06 11:58:09 wiz Exp $
 
-DISTNAME=      cryptography-1.3.2
+DISTNAME=      cryptography-1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
-MASTER_SITES=  https://pypi.python.org/packages/04/da/35f9a1d34dab5d777f65fb87731288f338ab0ae46a525ffdf0405b573dd0/
+MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cryptography/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://pypi.python.org/pypi/cryptography/
diff -r 44a793a681fd -r a67a563768a8 security/py-cryptography/PLIST
--- a/security/py-cryptography/PLIST    Mon Jun 06 11:55:46 2016 +0000
+++ b/security/py-cryptography/PLIST    Mon Jun 06 11:58:09 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2016/04/08 15:22:03 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2016/06/06 11:58:09 wiz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -165,6 +165,9 @@
 ${PYSITELIB}/cryptography/hazmat/primitives/kdf/hkdf.py
 ${PYSITELIB}/cryptography/hazmat/primitives/kdf/hkdf.pyc
 ${PYSITELIB}/cryptography/hazmat/primitives/kdf/hkdf.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/kdf/kbkdf.py
+${PYSITELIB}/cryptography/hazmat/primitives/kdf/kbkdf.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/kdf/kbkdf.pyo
 ${PYSITELIB}/cryptography/hazmat/primitives/kdf/pbkdf2.py
 ${PYSITELIB}/cryptography/hazmat/primitives/kdf/pbkdf2.pyc
 ${PYSITELIB}/cryptography/hazmat/primitives/kdf/pbkdf2.pyo
diff -r 44a793a681fd -r a67a563768a8 security/py-cryptography/distinfo
--- a/security/py-cryptography/distinfo Mon Jun 06 11:55:46 2016 +0000
+++ b/security/py-cryptography/distinfo Mon Jun 06 11:58:09 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2016/05/12 14:08:29 wiz Exp $
+$NetBSD: distinfo,v 1.31 2016/06/06 11:58:09 wiz Exp $
 
-SHA1 (cryptography-1.3.2.tar.gz) = e087cd7bc8ec31759fadd82f8a5d51b4f8b507b0
-RMD160 (cryptography-1.3.2.tar.gz) = 9e68ba6fc817bc7d4bc653d0ddc8ebe79f715c7c
-SHA512 (cryptography-1.3.2.tar.gz) = 6d63d65c6584167192030e471c007d0cdc3b9ac79763d961578de454ef754e9d9387ba7984b88b6dd9ff44eaa94890bf53b33cc5ff1f0b202006a699f4d47baa
-Size (cryptography-1.3.2.tar.gz) = 383974 bytes
+SHA1 (cryptography-1.4.tar.gz) = f769cd5b007b3e1699eeefd6c4a9259ae97908b6
+RMD160 (cryptography-1.4.tar.gz) = d0061e04c6b27100fc8678ab13702b3881028777
+SHA512 (cryptography-1.4.tar.gz) = 84ac02b3af381da077be77057e387ceb2977da584da7c32ddb953b7f67a101836f16fbfe119dbf430a358141f9867ed6f9b65d5214f6a602e17f988d03a112d9
+Size (cryptography-1.4.tar.gz) = 399707 bytes



Home | Main Index | Thread Index | Old Index