summaryrefslogtreecommitdiff
path: root/misc/cksfv
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digestsagc1-1/+2
2005-02-05Update to 1.3.3:wiz10-236/+18
2005-03-04 Heikki Orsila * version 1.3.3 - lots of changes. see previous changelog entries. 2005-03-04 Heikki Orsila - configure script now ignore unknown arguments (but gives a warning) - configure allows setting mandir and compiler. Examples: --mandir=/usr/man --compiler=/opt/experimental/gcc-4/bin/gcc - fixed wording in man file (Thomas Klausner) - -b option: print only basenames of the given files when creating an sfv. 2005-03-03 Heikki Orsila - fixed O_LARGEFILE for macosx - Thomas Klausner submitted partial sfv checking patch by Dieter Baron. Now cksfv -f foo.sfv [FILE1 FILE2 ...] checks only given FILES. - Thomas Klausner submitted patch by Tobias Nygren to avoid calculating CRC twice per file (read once, compute twice). 2005-02-03 Heikki Orsila * version 1.3.2 - solaris printf workaround. use %lu tu print filesizes. works best on 64-bit architectures (with compilers assuming sizeof(long) == sizeof(size_t)). GNU/Linux support %zu which is the appropriate modifier for this case, but can't have it everywhere. - doesn't print directory infos into catalogues when creating sfvs - see other modifications since 1.3.1 (many of them) 2005-01-26 Heikki Orsila - fixed output (displayed only 32-bit file sizes, and months wrong) OLD: ; 100663296 14:54.37 2005-00-25 zeros NEW: ; 4395630592 14:54.37 2005-01-25 zeros - lots of code cleanups - solaris fixes 2005-01-25 Heikki Orsila * no new version - Added and edited man page from Debian distribution - Fixed Makefile issues for -jx - Added a simple configure script for more consistent compilation - Removed b0rken rpm creation from Makefile - Removed spam messages (when creating and verifying checksums) - Added test cases (make tests) - added fake and lousy stdint.h generation (OS that don't have it should be upgraded) 2005-01-24 Heikki Orsila * no new version - I decided to start maintaining the program since Bryan Call is unreachable. 2004-05-25 Heikki Orsila * version 1.3.1 - Fixed 64-bit issues. Went into Gentoo portage.
2004-07-16Apply patch from PR pkg/26330 by Tobias Nygren to make this work onxtraeme2-1/+26
Alpha.
2004-04-25use my NetBSD.org email address.dillo1-2/+2
2003-09-22Fix compilation on Solaris, from Jonathan Perkin in PR 22887.wiz2-1/+21
2003-09-22Fix off-by-one in date output. Bump PKGREVISION.wiz3-2/+26
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2002-01-31update cksfv to 1.3:dillo4-19/+19
Fixed the problem with case insensitive (ignoring case). Now will compile on RedHat 7.1.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-4/+4
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-9/+7
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-28Update to 1.2, provided by Dieter Baron.wiz9-139/+141
Changes: new sfv were not zero padded; handle ' ' and '_' the same in insensitive matching.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-09-09fix coredump on empty lines, warn if files given on commandline are notwiz2-11/+42
in checksum file
2000-08-13Initial import of cksfv-1.1, a tool to check and create simple filewiz10-0/+151
verification (SFV) listings. Package provided by Dieter Baron in private communication.