Jump to letter: [
          
            ABCDEFGHIKLMNOPRSTUVXY
          ]
        
        hmaccalc: Tools for computing and checking HMAC values for files
        
        
        - Summary
 
        - The hmaccalc package contains tools which can calculate HMAC (hash-based
message authentication code) values for files.  The names and interfaces are
meant to mimic the sha*sum tools provided by the coreutils package.
 
        
        
        Changelog
        
            - * Tue Dec 15 16:00:00 2009 Nalin Dahyabhai <nalin{%}redhat{*}com> 0.9.6-3
 
            - don't forget to regenerate configure (#512275)
- account for older autotools
 
        
            - * Tue Dec 15 16:00:00 2009 Nalin Dahyabhai <nalin{%}redhat{*}com> 0.9.6-2
 
            - backport changes to ensure that hmaccalc can always find prelink where it
  was at build-time, regardless of the value of $PATH at runtime (#512275)
- buildrequire prelink on architectures where we have it, so that it will be
  found at build-time
 
        
            - * Wed Apr  8 17:00:00 2009 Nalin Dahyabhai <nalin{%}redhat{*}com> 0.9.6-1
 
            - fix 'make check' by using binaries built with a different path for their
  own check files
- add a non-fips compile-time option, which we don't use