rpms/python-nss/F-11 .cvsignore, 1.6, 1.7 python-nss.spec, 1.8, 1.9 sources, 1.6, 1.7

John Dennis jdennis at fedoraproject.org
Fri Nov 13 15:57:43 UTC 2009


Author: jdennis

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

Modified Files:
	.cvsignore python-nss.spec sources 
Log Message:
- upgrade to latest upstream
- add support for symmetric encryption/decryption
  more support for digests (hashes)
- The following classes were added:
  PK11SymKey PK11Context
- The following methods and functions were added:
  get_best_wrap_mechanism          get_best_key_length
  key_gen                          derive
  get_key_length                   digest_key
  clone_context                    digest_begin
  digest_op                        cipher_op
  finalize                         digest_final
  read_hex                         hash_buf
  sec_oid_tag_str                  sec_oid_tag_name
  sec_oid_tag_from_name            key_mechanism_type_name
  key_mechanism_type_from_name     pk11_attribute_type_name
  pk11_attribute_type_from_name    get_best_slot
  get_internal_key_slot            create_context_by_sym_key
  import_sym_key                   create_digest_context
  param_from_iv                    param_from_algid
  generate_new_param               algtag_to_mechanism
  mechanism_to_algtag              create_context_by_sym_key
  SecItem.type                     SecItem.len
  SecItem.data                     PK11SymKey.key_data
  PK11SymKey.key_length            PK11SymKey.slot
  param_from_iv                    generate_new_param
  get_iv_length                    get_block_size
  get_pad_mechanism
- The following files were added:
  cipher_test.py digest_test.py
- SecItem's now support indexing and slicing on their data
- Clean up parsing and parameter validation of variable arg functions



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/F-11/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	9 Jul 2009 12:47:15 -0000	1.6
+++ .cvsignore	13 Nov 2009 15:57:43 -0000	1.7
@@ -1 +1 @@
-python-nss-0.6.tar.bz2
+python-nss-0.8.tar.bz2


Index: python-nss.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/F-11/python-nss.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- python-nss.spec	9 Jul 2009 12:49:51 -0000	1.8
+++ python-nss.spec	13 Nov 2009 15:57:43 -0000	1.9
@@ -3,8 +3,8 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-nss
-Version:        0.6
-Release:        2%{?dist}
+Version:        0.8
+Release:        1%{?dist}
 Summary:        Python bindings for Network Security Services (NSS)
 
 Group:          Development/Languages
@@ -51,6 +51,10 @@ rm -rf $RPM_BUILD_ROOT
 # Include httplib ported to NSS as example
 cp lib/httplib.py $RPM_BUILD_ROOT/%{docdir}/examples
 
+# Include digest and cipher tests as example
+cp test/digest_test.py $RPM_BUILD_ROOT/%{docdir}/examples
+cp test/cipher_test.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
 
@@ -69,6 +73,40 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Nov 13 2009 John Dennis <jdennis at redhat.com> - 0.8-1
+- upgrade to latest upstream
+- add support for symmetric encryption/decryption
+  more support for digests (hashes)
+- The following classes were added:
+  PK11SymKey PK11Context
+- The following methods and functions were added:
+  get_best_wrap_mechanism          get_best_key_length
+  key_gen                          derive
+  get_key_length                   digest_key
+  clone_context                    digest_begin
+  digest_op                        cipher_op
+  finalize                         digest_final
+  read_hex                         hash_buf
+  sec_oid_tag_str                  sec_oid_tag_name
+  sec_oid_tag_from_name            key_mechanism_type_name
+  key_mechanism_type_from_name     pk11_attribute_type_name
+  pk11_attribute_type_from_name    get_best_slot
+  get_internal_key_slot            create_context_by_sym_key
+  import_sym_key                   create_digest_context
+  param_from_iv                    param_from_algid
+  generate_new_param               algtag_to_mechanism
+  mechanism_to_algtag              create_context_by_sym_key
+  SecItem.type                     SecItem.len
+  SecItem.data                     PK11SymKey.key_data
+  PK11SymKey.key_length            PK11SymKey.slot
+  param_from_iv                    generate_new_param
+  get_iv_length                    get_block_size
+  get_pad_mechanism
+- The following files were added:
+  cipher_test.py digest_test.py
+- SecItem's now support indexing and slicing on their data
+- Clean up parsing and parameter validation of variable arg functions
+
 * Thu Jul  9 2009 John Dennis <jdennis at redhat.com> - 0.6-2
 - restore nss.nssinit(), make deprecated
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/F-11/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	9 Jul 2009 12:47:15 -0000	1.6
+++ sources	13 Nov 2009 15:57:43 -0000	1.7
@@ -1 +1 @@
-d52831184ea3a74238be906ae5e21fa0  python-nss-0.6.tar.bz2
+4209e0b421d3b997602f695e04282daa  python-nss-0.8.tar.bz2




More information about the scm-commits mailing list