[ucommon] hmac support added

David Sugar dyfet at fedoraproject.org
Thu Nov 29 13:18:33 UTC 2012


commit eee5ef16c25408814f660e4f02ee749523be922f
Author: David Sugar <dyfet at gnutelephony.org>
Date:   Thu Nov 29 08:18:22 2012 -0500

    hmac support added

 .gitignore   |    1 +
 sources      |    2 +-
 ucommon.spec |    5 ++++-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 82eaa96..3a5b81b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@ ucommon-3.3.4.tar.gz
 /ucommon-5.4.3.tar.gz
 /ucommon-5.5.0.tar.gz
 /ucommon-6.0.0.tar.gz
+/ucommon-6.0.2.tar.gz
diff --git a/sources b/sources
index 26a1349..cc3fbd6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-22cb20d2167d9cb9998791ee2f8b9414  ucommon-6.0.0.tar.gz
+2a9722f0f5e94bdd569629281459a002  ucommon-6.0.2.tar.gz
diff --git a/ucommon.spec b/ucommon.spec
index 354eb36..6feec69 100644
--- a/ucommon.spec
+++ b/ucommon.spec
@@ -10,7 +10,7 @@
 
 Name: ucommon
 Summary: Portable C++ framework for threads and sockets
-Version: 6.0.0
+Version: 6.0.2
 Release: 1%{?dist}
 License: LGPLv3+
 URL: http://www.gnu.org/software/commoncpp
@@ -123,6 +123,9 @@ html browsable.
 %postun -p /sbin/ldconfig
 
 %changelog
+* Thu Nov 29 2012 David Sugar <dyfet at gnutelephony.org> - 6.0.2-1
+- Added hmac to usecure
+
 * Tue Nov 20 2012 David Sugar <dyfet at gnutelephony.org> - 6.0.0-1
 - new version 6 ucommon api.
 


More information about the scm-commits mailing list