Subject: CVS commit: pkgsrc/security/apg
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 06/10/2003 06:38:48
Module Name:	pkgsrc
Committed By:	wiz
Date:		Tue Jun 10 06:38:48 UTC 2003

Modified Files:
	pkgsrc/security/apg: Makefile PLIST distinfo
	pkgsrc/security/apg/patches: patch-aa
Removed Files:
	pkgsrc/security/apg: MESSAGE

Log Message:
Update to 2.1.0, from Quentin Garnier in PR 21780.
Also, add dependency on Perl instead of noting it in message, and use
REPLACE_PERL.
PHP frontend not included in this package.
Changes:
apg-2.1.0
    Some code cleanup.

apg-2.1.0b1
    Option [-E char_string] now works for pronounceable
    password generation too (see apg(1), apgd(8)).

apg-2.1.0b0
    Added new option [-e char_string] that allow to exclude some
    characters from password generation process.
    (works only for random password generation yet)

apg-2.1.0a0
    Added support for /dev/arandom for OpenBSD

apg-2.1.0a0
    Fixed some typing errors in the man pages
    System getopt() replaced with own apg_getopt().
    All calls of bcopy() and bzero() replaced with memcpy() and memset().
    Changed documentation.
    PRNG algorithm changed to use PID as an element of initial seed.
    Redesigned PHP frontend. Added support for German language.
    Implemented password quality ckeck based on filter. Now you can enforce
    APG to generate passwords that must contain numbers, special characters etc.
    Removed support for old style password generation mode definition.

apg-2.0.0final
    Changed PHP frontend to work with PHP safe-mode.
    Version numbers of apg, apgd, apgbfm, apgonline changed to 2.0.0final.

apg-2.0.0b1
    Fixed error that has forced user to set world-write privileges on
    Bloom-filter file. (Thanks to Mike Robbins)
    Fixed PHP frontend to clean-up generated HTML code.
    (Thanks to Mike Robbins)

apg-2.0.0b0
    Some code style fixes.
    Support for "special" symbol-set usage for password generation
    in pronounceable mode (S mode).
    Support for "resticted special" symbol-set usage for password generation
    in pronounceable mode (R mode).
    New style of hyphenated password output for pronounceable
    password generation mode.

apg-2.0.0a3
    Better error handling in apgbfm.
    Added -q option for apgbfm and apg (quiet mode).
    Added PHP frontend for APG.

apg-2.0.0a2
    Added support for SHA1 algorithm used for random numbers and hash
    generation.
    Hash function used in apgbfm changed to SHA1.
    Added info to APG_TIPS file.

apg-2.0.0a1 (not published)
    Finaly fixed some warnings during compilation process.
    Added support for OpenBSD.
    Added info to APG_TIPS file.

apg-2.0.0a0
    Added new algorithm (-b option) to check generated passwords
    quality (Bloom filter).
    Added utility apgbfm to manage Bloom filter.
    Some code style fixes.
    Added APG_TIPS file in documentation.


To generate a diff of this commit:
cvs rdiff -r1.2 -r0 pkgsrc/security/apg/MESSAGE
cvs rdiff -r1.3 -r1.4 pkgsrc/security/apg/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/security/apg/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/security/apg/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/security/apg/patches/patch-aa

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