Commit graph

24 commits

Author SHA1 Message Date
wiz
3351c09810 Update to 1.3.9:
2006-03-07  Heikki Orsila
	* Version 1.3.9
	- Fixed large file support for Solaris (Mark Niggemann)
	- Added an option that converts backslashes to slashes. It is useful
	  for checking sfv files generated by Windows systems. The feature
	  was implemented by Tero Halla-aho.
2006-03-12 18:26:20 +00:00
wiz
8208de660d Update to 1.3.8:
2006-01-01  Heikki Orsila
	* Version 1.3.8
	- configure and Makefile cleanups and fixes.

2005-10-24  Heikki Orsila
	- Mike Frysinger pointed out several things about
	  the build procedure:
	  - -W/-O flags are useless in header checks in the configure script
	  - $compiler was not used for header checks in the configure script
	  - Cleaned CFLAGS handling so that if CFLAGS is set by the
	    environment, the default -O2 is stripped away from the
	    src/Makefile.in.
2006-01-02 23:57:42 +00:00
joerg
1a11187979 Depend on errno.h to provide errno. 2005-11-10 17:41:18 +00:00
wiz
2d3e809d30 Update to 1.3.7:
2005-10-23  Heikki Orsila
	* Version 1.3.7
	- Fixed INSTALL documentation. The INSTALL file documented the
	  old behaviour, where editing Makefile was required for installing
	  to an alternative path.
	- Fixed 'configure --help' to report usage properly. '--prefix dir' =>
	  '--prefix=dir'.
	- Shortened cksfv output to print only 2 lines to the beginning of a
	  newly created sfv file. cksfv version, date, time, and the project
	  web site URL.
	- A stack corruption and localtime error fix by
	  T. Farago
	- Added -b option to the command line help.
2005-10-25 13:16:34 +00:00
wiz
68b8d173bf Update MASTER_SITES and HOMEPAGE, fixing PR 31776 by Zafer Aydogan. 2005-10-22 03:33:29 +00:00
wiz
f59d6d3bcf Update to 1.3.6:
2005-08-08  Heikki Orsila
        * version 1.3.6
        - Portability fix for Solaris (Stefan Alfredsson)

2005-08-03  Heikki Orsila <heikki.orsila@iki.fi>
        - A configure script bug was fixed that prevented inttypes.h from being
          detected if stdint.h doesn't exist. This bug seems affect some
          Solaris systems (they had inttypes.h but no stdint.h). Thanks to
          Stefan Alfredsson for the fix.
        - Added optimization into the configure script. Now inttypes.h is not
          checked if stdint.h exists.
2005-09-05 00:48:13 +00:00
wiz
ed65e697aa Update to 1.3.5:
* version 1.3.5
        - recursive SFV checking support by Travis Poppe
        - portability fix for OpenBSD

        * version 1.3.5-pre2
        - portable integer type #include fix for OpenBSD and possibly others.
          thanks to Daniel Kåkneryd for pointing out the problem. (shd)

        * version 1.3.5-pre1
        - (copied from 2005-05-11) feature that prints out sfv files with
          broken files and broken
          sfv files when recursive sfv checking is enabled. this is useful
          because print out in recursive mode can be long. one sees those
          sfv files that failed at the end of the output. Thanks to
          Travis Poppe for suggesting this feature (shd)
        - feature that prints out sfv files with broken files and broken
          sfv files when recursive sfv checking is enabled. this is useful
          because print out in recursive mode can be long. one sees those
          sfv files that failed at the end of the output. Thanks to
          Travis Poppe for suggesting this feature (shd)
2005-06-24 14:23:15 +00:00
wiz
ebc26f1239 Use .tar.bz2 file and add test target. 2005-04-05 09:13:54 +00:00
wiz
783027b05d Update to 1.3.4:
2005-04-04  Heikki Orsila
        * version 1.3.4
	- compatibility fixes
	- recursive sfv file checking support by Durk van Veen

2005-03-26  Heikki Orsila
	- trivial fix for 'make check'. It wasn't posix sh compatible.
	  On bash "==" is the same as "=".

2005-03-26  Heikki Orsila
	* version 1.3.4-pre5
	- added recursion support from Durk van Veen

2005-03-21  Heikki Orsila
	- fixed 'make install' bug. Man dir was not created properly. Thanks
	  to Durk van Veen for finding this.

2005-02-21  Heikki Orsila
	* version 1.3.4-pre1
	- consistent policy for BSD and Linux systems. Trying to checksum a
	  directory lead to different actions. Also, trying to verify
	  checksum of a directory bugged.

2005-02-06  Heikki Orsila
        - 'make check' executes tests. 'make tests' doesn't.
2005-04-05 09:12:31 +00:00
agc
07b46baa43 Add RMD160 digests 2005-02-24 11:02:49 +00:00
wiz
0208f99a90 Update to 1.3.3:
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.
2005-02-05 00:45:49 +00:00
xtraeme
5ddd260d04 Apply patch from PR pkg/26330 by Tobias Nygren to make this work on
Alpha.
2004-07-16 23:40:54 +00:00
dillo
81af2e463a use my NetBSD.org email address. 2004-04-25 11:48:31 +00:00
wiz
44b65e0b1e Fix compilation on Solaris, from Jonathan Perkin in PR 22887. 2003-09-22 12:23:20 +00:00
wiz
01bc05eca6 Fix off-by-one in date output. Bump PKGREVISION. 2003-09-22 09:11:31 +00:00
martti
1ba8eec232 COMMENT should start with a capital letter. 2003-07-21 17:01:11 +00:00
dillo
ddd76384e5 update cksfv to 1.3:
Fixed the problem with case insensitive (ignoring case).
	Now will compile on RedHat 7.1.
2002-01-31 22:17:41 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
agc
88670a4a89 Move to sha1 digests, and add distfile sizes. 2001-04-20 13:52:07 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
wiz
bfb46ee889 Update to 1.2, provided by Dieter Baron.
Changes: new sfv were not zero padded; handle ' ' and '_' the same in
insensitive matching.
2001-02-28 15:44:15 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
wiz
407a54e313 fix coredump on empty lines, warn if files given on commandline are not
in checksum file
2000-09-09 02:53:10 +00:00
wiz
3b301bdfcc Initial import of cksfv-1.1, a tool to check and create simple file
verification (SFV) listings. Package provided by Dieter Baron in
private communication.
2000-08-13 22:03:07 +00:00