Subject: CVS commit: pkgsrc/security/p5-Digest-SHA
To: None <pkgsrc-changes@NetBSD.org>
From: Klaus Heinz <heinz@netbsd.org>
List: pkgsrc-changes
Date: 09/10/2006 13:18:21
Module Name:	pkgsrc
Committed By:	heinz
Date:		Sun Sep 10 13:18:21 UTC 2006

Modified Files:
	pkgsrc/security/p5-Digest-SHA: Makefile distinfo

Log Message:
Updated to version 5.43.
This resolves PR pkg/34407 by Martin Wilke.

Pkgsrc changes:
  - took maintainership

Changes since version 5.41:
===========================
5.43  Sat Aug  5 02:36:18 MST 2006
	- undid Perl Best Practice of favoring 3-argument "open"
		-- 3-arg version uses different semantics for "-"
			causing bugs in addfile and shasum
	- modified underlying C functions to use ANSI prototypes
		-- requested by Steve Hay (ref. Smoke [5.9.4] 28630)
		-- K&R style was causing numerous warnings from
			Borland compiler

5.42  Mon Jul 24 04:04:40 MST 2006
	- minor code changes suggested by Perl::Critic
		-- e.g. no bareword filehandles, no 2-argument open's
	- updated public key (ref. B538C51C)
		-- previous one (0AF563FE) expired July 2, 2006
	- added documentation to warn that Base64 digests are NOT padded
		-- padding must be done by user if interoperability
			with other software is required


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/security/p5-Digest-SHA/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/security/p5-Digest-SHA/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.