diff --git a/.cvsignore b/.cvsignore index eeb884d..5731296 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/hmaccalc.spec b/hmaccalc.spec index 6989913..c380ad4 100644 --- a/hmaccalc.spec +++ b/hmaccalc.spec @@ -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 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 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 diff --git a/sources b/sources index 13c6878..182a2a0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7cdafa7876106e2716c2c09b58c86573 hmaccalc-0.9.10.tar.gz +a2ce45eb54d6202f41d307ecc53a6036 hmaccalc-0.9.11.tar.gz