rpms/python-nss/devel python-nss.spec,1.20,1.21 sources,1.17,1.18

John Dennis jdennis at fedoraproject.org
Thu Jun 24 19:34:10 UTC 2010


Author: jdennis

Update of /cvs/pkgs/rpms/python-nss/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8336

Modified Files:
	python-nss.spec sources 
Log Message:
Invoke nss_init_nodb() when nss modules loads, this prevents segfaults
in NSS if Python programmer forgot to call one of the NSS
initialization routines.

Rename the classes X500Name, X500RDN, X500AVA to DN, RDN, AVA
respectively.

DN and RDN objects now return a list of their contents when indexed by
type, this is to support multi-valued items.

Fix bug where AVA object's string representation did not include it's
type.

Enhance test/test_cert_components.py unit test to test for above
changes.



Index: python-nss.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/python-nss.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- python-nss.spec	14 Jun 2010 14:52:44 -0000	1.20
+++ python-nss.spec	24 Jun 2010 19:34:10 -0000	1.21
@@ -4,7 +4,7 @@
 
 Name:           python-nss
 Version:        0.9
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Python bindings for Network Security Services (NSS)
 
 Group:          Development/Languages
@@ -66,6 +66,23 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 24 2010 John Dennis <jdennis at redhat.com> - 0.9-6
+- Invoke nss_init_nodb() when nss modules loads, this prevents segfaults
+  in NSS if Python programmer forgot to call one of the NSS
+  initialization routines.
+
+- Rename the classes X500Name, X500RDN, X500AVA to DN, RDN, AVA
+  respectively.
+
+- DN and RDN objects now return a list of their contents when indexed by
+  type, this is to support multi-valued items.
+
+- Fix bug where AVA object's string representation did not include it's
+  type.
+
+- Enhance test/test_cert_components.py unit test to test for above
+  changes.
+
 * Mon Jun 14 2010 John Dennis <jdennis at redhat.com> - 0.9-5
 - Fix incomplete read bug (due to read ahead buffer bookkeeping).
 - Remove python-nss specific httplib.py, no longer needed


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- sources	14 Jun 2010 14:52:44 -0000	1.17
+++ sources	24 Jun 2010 19:34:10 -0000	1.18
@@ -1 +1 @@
-5a9c7b86d8bed6a15623a9501fe3a17f  python-nss-0.9.tar.bz2
+6f0d10a09586fd6d54b841bae3450871  python-nss-0.9.tar.bz2



More information about the scm-commits mailing list