rpms/python-nss/devel .cvsignore, 1.7, 1.8 python-nss.spec, 1.9, 1.10 sources, 1.8, 1.9

John Dennis jdennis at fedoraproject.org
Wed Jul 8 21:17:40 UTC 2009


Author: jdennis

Update of /cvs/pkgs/rpms/python-nss/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4729

Modified Files:
	.cvsignore python-nss.spec sources 
Log Message:
fix bug #510343 client_auth_data_callback seg faults if False
is returned from callback



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	1 Jul 2009 19:47:13 -0000	1.7
+++ .cvsignore	8 Jul 2009 21:17:10 -0000	1.8
@@ -1 +1 @@
-python-nss-0.5.tar.bz2
+python-nss-0.6.tar.bz2


Index: python-nss.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/python-nss.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- python-nss.spec	1 Jul 2009 19:47:13 -0000	1.9
+++ python-nss.spec	8 Jul 2009 21:17:10 -0000	1.10
@@ -3,7 +3,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-nss
-Version:        0.5
+Version:        0.6
 Release:        1%{?dist}
 Summary:        Python bindings for Network Security Services (NSS)
 
@@ -69,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jul  8 2009 John Dennis <jdennis at redhat.com> - 0.6-1
+- fix bug #510343 client_auth_data_callback seg faults if False
+  is returned from callback
+
 * Wed Jul  1 2009 John Dennis <jdennis at redhat.com> - 0.5-1
 - restore ssl.nss_init and ssl.nss_shutdown but make them deprecated
   add __version__ string to nss module


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	1 Jul 2009 19:47:13 -0000	1.8
+++ sources	8 Jul 2009 21:17:10 -0000	1.9
@@ -1 +1 @@
-b038beb638a8a843f653a6771d9d5c48  python-nss-0.5.tar.bz2
+896a11b35c14358db44582f198095fe5  python-nss-0.6.tar.bz2




More information about the fedora-extras-commits mailing list