rpms/hmaccalc/devel .cvsignore, 1.6, 1.7 hmaccalc.spec, 1.6, 1.7 sources, 1.6, 1.7

Nalin Dahyabhai nalin at fedoraproject.org
Tue Sep 8 18:25:03 UTC 2009


Author: nalin

Update of /cvs/pkgs/rpms/hmaccalc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20527

Modified Files:
	.cvsignore hmaccalc.spec sources 
Log Message:
- error out when we previously skipped a check entry because the value to be
  checked is the wrong size
- fix estimation of the expected length for truncated values



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hmaccalc/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	3 Sep 2009 18:58:46 -0000	1.6
+++ .cvsignore	8 Sep 2009 18:25:03 -0000	1.7
@@ -3,3 +3,4 @@ hmaccalc-0.9.7.tar.gz
 hmaccalc-0.9.8.tar.gz
 hmaccalc-0.9.9.tar.gz
 hmaccalc-0.9.10.tar.gz
+hmaccalc-0.9.11.tar.gz


Index: hmaccalc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hmaccalc/devel/hmaccalc.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- hmaccalc.spec	3 Sep 2009 18:58:46 -0000	1.6
+++ hmaccalc.spec	8 Sep 2009 18:25:03 -0000	1.7
@@ -12,7 +12,7 @@
 	%{nil}
 
 Name:		hmaccalc
-Version:	0.9.10
+Version:	0.9.11
 Release:	1%{?dist}
 Summary:	Tools for computing and checking HMAC values for files
 
@@ -61,6 +61,11 @@ make check
 %{_mandir}/*/*
 
 %changelog
+* Tue Sep  8 2009 Nalin Dahyabhai <nalin at redhat.com> 0.9.11-1
+- error out when we previously skipped a check entry because the value to be
+  checked is the wrong size
+- fix estimation of the expected length for truncated values
+
 * Thu Sep  3 2009 Nalin Dahyabhai <nalin at redhat.com> 0.9.10-1
 - refuse to truncate output below half the size of the hash length, or 80
   bits, whichever is higher, in case we get used in a situation where


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hmaccalc/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	3 Sep 2009 18:58:46 -0000	1.6
+++ sources	8 Sep 2009 18:25:03 -0000	1.7
@@ -1 +1 @@
-7cdafa7876106e2716c2c09b58c86573  hmaccalc-0.9.10.tar.gz
+a2ce45eb54d6202f41d307ecc53a6036  hmaccalc-0.9.11.tar.gz




More information about the scm-commits mailing list