Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        cksfv: Utility to manipulate SFV files
        
        
        - Summary
- cksfv is a utility that can create and use SFV files. SFV (Simple File
Verification) files are used to verify file integrity using CRC32
checksums.
Changelog
        
            - * Tue Apr  8 17:00:00 2003 Marius Johndal <mariuslj at ifi.uio.no> 0:1.3-0.fdr.2
- - Added epoch.
- Modified CFLAGS to honour RPM_OPT_FLAGS.
- Explicit installation commands instead of patching makefile.
- Modified source URL to allow direct downloading. 
            - * Tue Mar 25 16:00:00 2003 Marius Johndal <mariuslj at ifi.uio.no> 1.3-0.fdr.1
- - Initial RPM release. 
            - * Thu Dec 28 16:00:00 2000 Bryan Call  <bc{%}fodder{*}org>
- - version 1.2
- Fixed the a problem when making a new sfv it was not being zero
padded (found by Justin Head and Andre Tertling).
- Added the idea, when insensitive matching is activated, it will treat
"_" and " " equal. For example it will treat "foo_bar.txt" and
"Foo Bar.txt" the same (suggested and patch given by Andree Borrmann).
- Made it so it will not choke on blank lines.