./pkgtools/digest, Message digest wrapper utility

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q1, Version: 20070803, Package name: digest-20070803, Maintainer: agc

This utility is a wrapper for the

+ md5(3),
+ rmd160(3),
+ sha1(3),
+ sha256,
+ sha384
+ sha512
+ tiger
+ whirlpool

message digest routines.


Version history: (Expand)


CVS history: (Expand)


   2008-05-12 12:56:49 by Tyler R. Retzlaff | Files touched by this commit (2)
Log message:
pullup ticket #2373 - requested by joerg
digest: bug fix, version bump

revisions pulled up:
- pkgsrc/pkgtools/digest/files/configure	1.14,1.15
- pkgsrc/pkgtools/digest/files/configure.ac	1.15

   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Sun May 11 18:38:15 UTC 2008

   Modified Files:
   	pkgsrc/pkgtools/digest/files: configure

   Log message:
   As workaround for PR 38625, rebuild with autoconf 2.61.
   ------------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Sun May 11 18:39:21 UTC 2008

   Modified Files:
   	pkgsrc/pkgtools/digest/files: configure configure.ac

   Log message:
   Bump version to 20080510.
   2008-05-10 02:53:12 by Tyler R. Retzlaff | Files touched by this commit (5) | Package updated
Log message:
pullup ticket #2367 - requested by joerg
digest: bug fixes for tiger & sha512

revisions pulled up:
- pkgsrc/pkgtools/digest/files/configure	1.13
- pkgsrc/pkgtools/digest/files/configure.ac	1.14
- pkgsrc/pkgtools/digest/files/sha2.c		1.9
- pkgsrc/pkgtools/digest/files/tiger.c		1.6
- pkgsrc/pkgtools/digest/files/tiger.h		1.5

   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Fri May  9 15:00:32 UTC 2008

   Modified Files:
   	pkgsrc/pkgtools/digest/files: configure configure.ac tiger.c tiger.h

   Log message:
   digest-20080509:
   The tiger hash needs to run at least once through the update function,
   even for empty input. The fix is different from the patch in PR 36565.
   ------------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Fri May  9 16:19:57 UTC 2008

   Modified Files:
   	pkgsrc/pkgtools/digest/files: sha2.c

   Log message:
   Fix a bug in the SHA512 implementation that would be triggered if the
   last block has exactly the length of a short fragment. This happened
   incidently with two files in the NetBSD 4.0 release.