The attached diff updates the py-bcrypt port to the latest version, which fixes a security problem [1].
Ok? [1] https://code.google.com/p/py-bcrypt/source/detail?r=3bc365ff43736d26ff37e9f2a4084f37b381b569 -- "Do nothing which is of no use." - Miyamoto Musashi --------------------------------------------------------------------- Francisco de Borja Lopez Rio ([email protected]) Soluciones Informaticas Codigo23 S.L.U. http://www.codigo23.net
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/py-bcrypt/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile 26 Mar 2013 21:37:26 -0000 1.1.1.1
+++ Makefile 19 Mar 2014 07:22:29 -0000
@@ -2,7 +2,7 @@
COMMENT= bcrypt blowfish password hashing for Python
-MODPY_EGG_VERSION= 0.3
+MODPY_EGG_VERSION= 0.4
DISTNAME= py-bcrypt-${MODPY_EGG_VERSION}
CATEGORIES= security
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/py-bcrypt/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo 26 Mar 2013 21:37:26 -0000 1.1.1.1
+++ distinfo 19 Mar 2014 07:22:29 -0000
@@ -1,2 +1,2 @@
-SHA256 (py-bcrypt-0.3.tar.gz) = rxL5lFTolenkMMdXI8O5QZwLzNDqd4A2YtaprFb2Qls=
-SIZE (py-bcrypt-0.3.tar.gz) = 17232
+SHA256 (py-bcrypt-0.4.tar.gz) = X6E7zlUUaDUNZsSINpSFBXDz2ijWhmu2OLpE/l6r2ng=
+SIZE (py-bcrypt-0.4.tar.gz) = 27399
pgpzB3cUCJT7F.pgp
Description: PGP signature
