pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-bcrypt



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Oct  8 08:58:21 UTC 2017

Modified Files:
        pkgsrc/security/py-bcrypt: Makefile PLIST distinfo
Removed Files:
        pkgsrc/security/py-bcrypt: options.mk
        pkgsrc/security/py-bcrypt/patches: patch-bcrypt_____init____.py

Log Message:
py-bcrypt: update to 3.1.3

3.1.3
Fixed a compilation issue on Solaris.
Added a warning when using too few rounds with kdf.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/py-bcrypt/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-bcrypt/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-bcrypt/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/security/py-bcrypt/options.mk
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/security/py-bcrypt/patches/patch-bcrypt_____init____.py

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-bcrypt/Makefile
diff -u pkgsrc/security/py-bcrypt/Makefile:1.9 pkgsrc/security/py-bcrypt/Makefile:1.10
--- pkgsrc/security/py-bcrypt/Makefile:1.9      Sat Sep 16 19:27:06 2017
+++ pkgsrc/security/py-bcrypt/Makefile  Sun Oct  8 08:58:21 2017
@@ -1,23 +1,20 @@
-# $NetBSD: Makefile,v 1.9 2017/09/16 19:27:06 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2017/10/08 08:58:21 adam Exp $
 
-DISTNAME=      bcrypt-1.1.1
+DISTNAME=      bcrypt-3.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
-CATEGORIES=    python security
+CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/bcrypt/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/pyca/bcrypt/
+HOMEPAGE=      https://github.com/pyca/bcrypt
 COMMENT=       Modern password hashing for your software and your servers
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-cffi-[0-9]*:../../devel/py-cffi
-DEPENDS+=      ${PYPKGPREFIX}-cparser-[0-9]*:../../devel/py-cparser
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-cffi>=1.1:../../devel/py-cffi
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 CONFLICTS+=    ${PYPKGPREFIX}-py-bcrypt-[0-9]*
 
-.include "options.mk"
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-bcrypt/PLIST
diff -u pkgsrc/security/py-bcrypt/PLIST:1.3 pkgsrc/security/py-bcrypt/PLIST:1.4
--- pkgsrc/security/py-bcrypt/PLIST:1.3 Sat Apr 25 13:48:50 2015
+++ pkgsrc/security/py-bcrypt/PLIST     Sun Oct  8 08:58:21 2017
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2015/04/25 13:48:50 wiz Exp $
-${PYSITELIB}/_bcrypt_cffi.so
+@comment $NetBSD: PLIST,v 1.4 2017/10/08 08:58:21 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -12,19 +11,4 @@ ${PYSITELIB}/bcrypt/__about__.pyo
 ${PYSITELIB}/bcrypt/__init__.py
 ${PYSITELIB}/bcrypt/__init__.pyc
 ${PYSITELIB}/bcrypt/__init__.pyo
-${PYSITELIB}/bcrypt/crypt_blowfish-1.3/LINKS
-${PYSITELIB}/bcrypt/crypt_blowfish-1.3/Makefile
-${PYSITELIB}/bcrypt/crypt_blowfish-1.3/PERFORMANCE
-${PYSITELIB}/bcrypt/crypt_blowfish-1.3/README
-${PYSITELIB}/bcrypt/crypt_blowfish-1.3/crypt.3
-${PYSITELIB}/bcrypt/crypt_blowfish-1.3/crypt.h
-${PYSITELIB}/bcrypt/crypt_blowfish-1.3/crypt_blowfish.c
-${PYSITELIB}/bcrypt/crypt_blowfish-1.3/crypt_blowfish.h
-${PYSITELIB}/bcrypt/crypt_blowfish-1.3/crypt_gensalt.c
-${PYSITELIB}/bcrypt/crypt_blowfish-1.3/crypt_gensalt.h
-${PYSITELIB}/bcrypt/crypt_blowfish-1.3/glibc-2.1.3-crypt.diff
-${PYSITELIB}/bcrypt/crypt_blowfish-1.3/glibc-2.14-crypt.diff
-${PYSITELIB}/bcrypt/crypt_blowfish-1.3/glibc-2.3.6-crypt.diff
-${PYSITELIB}/bcrypt/crypt_blowfish-1.3/ow-crypt.h
-${PYSITELIB}/bcrypt/crypt_blowfish-1.3/wrapper.c
-${PYSITELIB}/bcrypt/crypt_blowfish-1.3/x86.S
+${PYSITELIB}/bcrypt/_bcrypt.abi3.so

Index: pkgsrc/security/py-bcrypt/distinfo
diff -u pkgsrc/security/py-bcrypt/distinfo:1.5 pkgsrc/security/py-bcrypt/distinfo:1.6
--- pkgsrc/security/py-bcrypt/distinfo:1.5      Wed Nov  4 01:18:03 2015
+++ pkgsrc/security/py-bcrypt/distinfo  Sun Oct  8 08:58:21 2017
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/04 01:18:03 agc Exp $
+$NetBSD: distinfo,v 1.6 2017/10/08 08:58:21 adam Exp $
 
-SHA1 (bcrypt-1.1.1.tar.gz) = 38d9973aeb5f0cea17ce01e457b1b8eafdf85797
-RMD160 (bcrypt-1.1.1.tar.gz) = be0cc2e808392001c183190db5825800da1ea5ee
-SHA512 (bcrypt-1.1.1.tar.gz) = b6388e69dfe4a7a40a304745607fe23fa2cd6c0f874b09c39849958f4d4c77cd5387c2baa79de69e8809c0df8841b085885c83f00bc13ee5a08b3af6c04d721f
-Size (bcrypt-1.1.1.tar.gz) = 39714 bytes
-SHA1 (patch-bcrypt_____init____.py) = cac83e359ca533abc1c60df20101ff71662baa5d
+SHA1 (bcrypt-3.1.3.tar.gz) = e952d64761390712fdd035d6dcb36dee98ee8235
+RMD160 (bcrypt-3.1.3.tar.gz) = efcd8f0eb67dbcbf2e88f70ec3e2c6dd646dfb8d
+SHA512 (bcrypt-3.1.3.tar.gz) = 1fe80a156cd3707c27d4d3b6495caede3404acfdcd238d0461fdd83249601a0b0f2945e0f531dd4422f19e9cd47107245d8e40eb8b47b78e5c679e7e6b37a92c
+Size (bcrypt-3.1.3.tar.gz) = 40806 bytes



Home | Main Index | Thread Index | Old Index