Subject: CVS commit: pkgsrc/security/dirmngr
To: None <pkgsrc-changes@NetBSD.org>
From: John R. Shannon <shannonjr@netbsd.org>
List: pkgsrc-changes
Date: 01/04/2005 13:40:38
Module Name:	pkgsrc
Committed By:	shannonjr
Date:		Tue Jan  4 13:40:38 UTC 2005

Modified Files:
	pkgsrc/security/dirmngr: Makefile PLIST distinfo
	pkgsrc/security/dirmngr/patches: patch-aa
Added Files:
	pkgsrc/security/dirmngr/files: dirmngr runDirmngr.c
Removed Files:
	pkgsrc/security/dirmngr/patches: patch-ab patch-ac

Log Message:
Update to release 0.90.

Dirmngr is a server for managing and downloading certificate
revocation lists (CRLs) for X.509 certificates and for downloading the
certificates themselves. Dirmngr also handles OCSP requests as an
alternative to CRLs. Dirmngr is either invoked internaly by gpgsm
(from gnupg 1.9) or when running as a system daemon through the
dirmngr-client tool.

Whats new in this release
=========================

 * New option --daemon to start dirmngr as a system daemon.  This
   switches to the use of different directories and also does
   CRL signing certificate validation on its own.
 * New tool dirmngr-client.
 * New options: --ldap-wrapper-program, --http-wrapper-program,
   --disable-ldap, --disable-http, --honor-http-proxy, --http-proxy,
   --ldap-proxy, --only-ldap-proxy, --ignore-ldap-dp and
   --ignore-http-dp.
 * Uses an external ldap wrapper to cope with timeouts and general
   LDAP problems.
 * SIGHUP may be used to reread the configuration and to flush the
   certificate cache.
 * An authorithyKeyIdentifier in a CRL is now handled correctly.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/security/dirmngr/Makefile \
    pkgsrc/security/dirmngr/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/security/dirmngr/PLIST
cvs rdiff -r0 -r1.1 pkgsrc/security/dirmngr/files/dirmngr \
    pkgsrc/security/dirmngr/files/runDirmngr.c
cvs rdiff -r1.2 -r1.3 pkgsrc/security/dirmngr/patches/patch-aa
cvs rdiff -r1.1 -r0 pkgsrc/security/dirmngr/patches/patch-ab \
    pkgsrc/security/dirmngr/patches/patch-ac

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