limb pushed to py-bcrypt (epel7). "0.3."

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 16 14:13:36 UTC 2015


>From b2fc98c02e2fb5916f5297ac51facc5653bd065e Mon Sep 17 00:00:00 2001
From: Jon Ciesla <limburgher at gmail.com>
Date: Tue, 26 Mar 2013 07:51:25 -0500
Subject: 0.3.


diff --git a/.gitignore b/.gitignore
index 7393395..bb4e7ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 py-bcrypt-0.2.tar.gz
+/py-bcrypt-0.3.tar.gz
diff --git a/py-bcrypt.spec b/py-bcrypt.spec
index b12b316..5c17030 100644
--- a/py-bcrypt.spec
+++ b/py-bcrypt.spec
@@ -8,12 +8,12 @@
 
 Summary:	Python bindings for OpenBSD's Blowfish password hashing code
 Name:		py-bcrypt
-Version:	0.2
-Release:	8%{?dist}
+Version:	0.3
+Release:	1%{?dist}
 License:	BSD with advertising
 Group:		Development/Libraries
-URL:		http://www.mindrot.org/projects/py-bcrypt/	
-Source:		http://www.mindrot.org/files/py-bcrypt/py-bcrypt-%{version}.tar.gz
+URL:		http://code.google.com/p/py-bcrypt/
+Source:		http://py-bcrypt.googlecode.com/files/py-bcrypt-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildRequires:	python2-devel
@@ -46,11 +46,14 @@ rm  -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog LICENSE MANIFEST README TODO
-%{python_sitearch}/py_bcrypt-0.2-py2.*
+%doc LICENSE MANIFEST.in README TODO
+%{python_sitearch}/py_bcrypt-%{version}-py2.*
 %{python_sitearch}/bcrypt
 
 %changelog
+* Tue Mar 26 2013 Jon Ciesla <limburgher at gmail.com> - 0.3-1
+- Latest upstream, fixes CVE-2013-1895: concurrency issue leading to auth bypass
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 03ab5c9..470beae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-231565f5e5d0389c6f3fe4bb6fc4d9f1  py-bcrypt-0.2.tar.gz
+ee85276d9ef7bce4086e3b12b182356f  py-bcrypt-0.3.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/py-bcrypt.git/commit/?h=epel7&id=b2fc98c02e2fb5916f5297ac51facc5653bd065e


More information about the scm-commits mailing list