rpms/python-nss/F-10 .cvsignore, 1.3, 1.4 python-nss.spec, 1.3, 1.4 sources, 1.3, 1.4

John Dennis jdennis at fedoraproject.org
Thu Jul 9 13:04:40 UTC 2009


Author: jdennis

Update of /cvs/pkgs/rpms/python-nss/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18020

Modified Files:
	.cvsignore python-nss.spec sources 
Log Message:
- restore nss.nssinit(), make deprecated
- fix bug #510343 client_auth_data_callback seg faults if False
  is returned from callback
- restore ssl.nss_init and ssl.nss_shutdown but make them deprecated
  add __version__ string to nss module
- add binding for NSS_NoDB_Init(), bug #509002
  move nss_init and nss_shutdown from ssl module to nss module
- installed source code in Mozilla CVS repository
  update URL tag to point to CVS repositoy
  (not yet a valid URL, still have to coordinate with Mozilla)
  minor tweak to src directory layout
- Convert licensing to MPL tri-license
- apply patch from bug #472805, (Miloslav Trmač)
  Don't allow closing a socket twice, that causes crashes.
  New function nss.io.Socket.new_socket_pair()
  New function nss.io.Socket.poll()
  New function nss.io.Socket.import_tcp_socket()
  New method nss.nss.Certificate.get_subject_common_name()
  New function nss.nss.generate_random()
  Fix return value creation in SSLSocket.get_security_status
  New function nss.ssl.SSLSocket.import_tcp_socket()  



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	9 Sep 2008 20:45:39 -0000	1.3
+++ .cvsignore	9 Jul 2009 13:04:10 -0000	1.4
@@ -1 +1 @@
-python-nss-0.1.tar.bz2
+python-nss-0.6.tar.bz2


Index: python-nss.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/F-10/python-nss.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- python-nss.spec	9 Sep 2008 20:45:39 -0000	1.3
+++ python-nss.spec	9 Jul 2009 13:04:10 -0000	1.4
@@ -3,13 +3,13 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-nss
-Version:        0.1
-Release:        1%{?dist}
+Version:        0.6
+Release:        2%{?dist}
 Summary:        Python bindings for Network Security Services (NSS)
 
 Group:          Development/Languages
-License:        GPLv2+
-#URL:            
+License:        MPLv1.1 or GPLv2+ or LGPLv2+
+URL:            :pserver:anonymous at cvs-mirror.mozilla.org:/cvsroot/mozilla/security/python/nss
 Source0:        %{name}-%{version}.tar.bz2 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -48,12 +48,16 @@ rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install  -O1 --install-platlib %{python_sitearch} --skip-build --root $RPM_BUILD_ROOT 
 %{__python} setup.py install_doc --docdir %{docdir} --skip-build --root $RPM_BUILD_ROOT
 
+# Include httplib ported to NSS as example
+cp lib/httplib.py $RPM_BUILD_ROOT/%{docdir}/examples
+
 # Remove execution permission from any example scripts
 find $RPM_BUILD_ROOT/%{docdir}/examples -type f | xargs chmod a-x
 
 # Set correct permissions on .so files
 chmod 0755 $RPM_BUILD_ROOT/%{python_sitearch}/nss/*.so
  
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -65,6 +69,45 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul  9 2009 John Dennis <jdennis at redhat.com> - 0.6-2
+- restore nss.nssinit(), make deprecated
+
+* 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
+
+* Tue Jun 30 2009 John Dennis <jdennis at redhat.com> - 0.4-1
+- add binding for NSS_NoDB_Init(), bug #509002
+  move nss_init and nss_shutdown from ssl module to nss module
+
+* Thu Jun  4 2009 John Dennis <jdennis at redhat.com> - 0.3-1
+- installed source code in Mozilla CVS repository
+  update URL tag to point to CVS repositoy
+  (not yet a valid URL, still have to coordinate with Mozilla)
+  minor tweak to src directory layout
+
+* Mon Jun  1 2009 John Dennis <jdennis at redhat.com> - 0.2-1
+- Convert licensing to MPL tri-license
+- apply patch from bug #472805, (Miloslav Trmač)
+  Don't allow closing a socket twice, that causes crashes.
+  New function nss.io.Socket.new_socket_pair()
+  New function nss.io.Socket.poll()
+  New function nss.io.Socket.import_tcp_socket()
+  New method nss.nss.Certificate.get_subject_common_name()
+  New function nss.nss.generate_random()
+  Fix return value creation in SSLSocket.get_security_status
+  New function nss.ssl.SSLSocket.import_tcp_socket()  
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.1-2
+- Rebuild for Python 2.6
+
 * Tue Sep  9 2008 John Dennis <jdennis at redhat.com> - 0.1-1
 - clean up ssl_example.py, fix arg list in get_cert_nicknames,
    make certdir cmd line arg consistent with other NSS tools


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	9 Sep 2008 20:45:39 -0000	1.3
+++ sources	9 Jul 2009 13:04:10 -0000	1.4
@@ -1 +1 @@
-f92dcac6c1837d4cc7991678850b449a  python-nss-0.1.tar.bz2
+d52831184ea3a74238be906ae5e21fa0  python-nss-0.6.tar.bz2




More information about the scm-commits mailing list