rpms/python-nss/devel python-nss.spec,1.18,1.19 sources,1.15,1.16

John Dennis jdennis at fedoraproject.org
Wed Jun 9 20:15:52 UTC 2010


Author: jdennis

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

Modified Files:
	python-nss.spec sources 
Log Message:
add nss.cert_usage_flags()



Index: python-nss.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/python-nss.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- python-nss.spec	6 Jun 2010 15:17:05 -0000	1.18
+++ python-nss.spec	9 Jun 2010 20:15:52 -0000	1.19
@@ -4,7 +4,7 @@
 
 Name:           python-nss
 Version:        0.9
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Python bindings for Network Security Services (NSS)
 
 Group:          Development/Languages
@@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jun  9 2010 John Dennis <jdennis at redhat.com> - 0.9-4
+- add nss.cert_usage_flags(), use it in ssl_example.py
+
 * Sun Jun  6 2010 John Dennis <jdennis at redhat.com> - 0.9-3
 - Add format_lines() & format() methods to the new certificate extension objects.
 - Add printing of certificate extensions.
@@ -94,6 +97,7 @@ rm -rf $RPM_BUILD_ROOT
 
 - The following classes were added:
     AuthKeyID
+    BasicConstraints	
     CRLDistributionPoint
     CRLDistributionPts
     CertificateExtension
@@ -108,6 +112,7 @@ rm -rf $RPM_BUILD_ROOT
     nss.nss.cert_crl_reason_name()
     nss.nss.cert_general_name_type_from_name()
     nss.nss.cert_general_name_type_name()
+    nss.nss.cert_usage_flags()
     nss.nss.decode_der_crl()
     nss.nss.der_universal_secitem_fmt_lines()
     nss.nss.import_crl()


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- sources	6 Jun 2010 15:17:05 -0000	1.15
+++ sources	9 Jun 2010 20:15:52 -0000	1.16
@@ -1 +1 @@
-9aa8909ec90de8d0d983bf153c52809d  python-nss-0.9.tar.bz2
+c7ad32c9692fda695478d43fc707f05a  python-nss-0.9.tar.bz2



More information about the scm-commits mailing list