[ucommon] Extended api for cipher key management and new car utility

David Sugar dyfet at fedoraproject.org
Sun Jun 12 00:42:44 UTC 2011


commit a4ae276bfea6011a2c0cf956e2f1da0c0c05df57
Author: David Sugar <dyfet at gnutelephony.org>
Date:   Sat Jun 11 20:41:22 2011 -0400

    Extended api for cipher key management and new car utility

 .gitignore   |    1 +
 sources      |    2 +-
 ucommon.spec |    9 ++++++++-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7ebd4c2..f0c77bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ ucommon-3.3.4.tar.gz
 /ucommon-4.3.2.tar.gz
 /ucommon-4.3.3.tar.gz
 /ucommon-5.0.0.tar.gz
+/ucommon-5.0.2.tar.gz
diff --git a/sources b/sources
index 36ed509..7241cb1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b6780d31305d86e16c6b790883b48969  ucommon-5.0.0.tar.gz
+90c8e5635984f9294d1a8090e3359007  ucommon-5.0.2.tar.gz
diff --git a/ucommon.spec b/ucommon.spec
index d15ab72..98361f7 100644
--- a/ucommon.spec
+++ b/ucommon.spec
@@ -10,7 +10,7 @@
 
 Name: ucommon
 Summary: Portable C++ framework for threads and sockets
-Version: 5.0.0
+Version: 5.0.2
 Release: 0%{?dist}
 License: LGPLv3+
 URL: http://www.gnu.org/software/commoncpp
@@ -92,7 +92,9 @@ html browsable.
 %{_bindir}/mdsum
 %{_bindir}/zerofill
 %{_bindir}/scrub
+%{_bindir}/car
 %{_mandir}/man1/args.*
+%{_mandir}/man1/car.*
 %{_mandir}/man1/mdsum.*
 %{_mandir}/man1/scrub.*
 %{_mandir}/man1/zerofill.*
@@ -117,6 +119,11 @@ html browsable.
 %postun -p /sbin/ldconfig
 
 %changelog
+* Sat Jun 11 2011 David Sugar <dyfet at gnutelephony.org> - 5.0.2-0
+- cryptographic archiver added
+- extended the cipher key management api
+- added shell interactive functions
+
 * Sat May 21 2011 David Sugar <dyfet at gnutelephony.org> - 5.0.0-0
 - new version 5 abi of ucommon library
 - includes GNU Common C++ rebuilt as a library of the ucommon core library.


More information about the scm-commits mailing list