Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Jun Ebihara <jun@netbsd.org>
List: pkgsrc-changes
Date: 04/05/2001 13:29:34
Module Name:	pkgsrc
Committed By:	jun
Date:		Thu Apr  5 10:29:34 UTC 2001

Modified Files:
	pkgsrc/security/pgpdump: Makefile
	pkgsrc/security/pgpdump/files: md5
	pkgsrc/security/pgpdump/pkg: PLIST

Log Message:
Update:
0.07 2001/04/05

* New scheme to handle partial bodies.
* Sophisticated buffering mechanism. No temporary files are created.
* Creating pgpdump.1.

Stefan H. Holek <stefan@epy.co.at> kindly contributes the followings:

* Fixed keyserver preferences (can be >1 octet)
* Changed display of time fields to include timezone information
* Added -u flag to display time fields in UTC instead of the local
  timezone (PGP time fields == seconds since 00:00:00, January 1,
  1970, UTC)
* Fixed key and signature expiration time calculations
  (expiration time == seconds since creation time)
* Added capability to read from stdin when no file is specifed on the
  commandline
* Implemented missing subpackets
        - revocation_key
        - reason_for_revocation
        - key_flags
        - signer_user_id (not tested)
        - notation_data (not tested)


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/security/pgpdump/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/security/pgpdump/files/md5
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/security/pgpdump/pkg/PLIST

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