The FreeBSD Ports Archive
FreeBSD security : dirmngr4>
A client for managing and downloading certificate revocation lists
Dirmngr is a client for managing and downloading certificate
revocation lists (CRLs) for X509 certificates and for downloading the
certificates themselves. Dirmngr is usually invoked by gpgsm and in
general not used directly.
http://www.gnupg.org/aegypten2
|
dirmngr history
v. 1.29
date: 2007/07/23 09:36:28; author: rafan; state: Exp; lines: +0 -1
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.28
date: 2007/04/03 17:58:36; author: lofi; state: Exp; lines: +2 -3
Set mandir to ports-default MANPREFIX as well.
v. 1.27
date: 2007/04/03 06:52:55; author: lofi; state: Exp; lines: +2 -1
Set infodir to the ports default.
v. 1.26
date: 2007/03/30 02:17:21; author: lofi; state: Exp; lines: +3 -2
Update to 0.9.7
v. 1.25
date: 2007/03/08 14:12:07; author: jylefort; state: Exp; lines: +2 -2
Track libgpg-error shlib version change.
v. 1.24
date: 2006/09/22 07:10:30; author: sergei; state: Exp; lines: +2 -1
- Chase libgpg-error version bump [1]
- Add explicit version to libgpg-error dependency where missing [2]
- Bump PORTREVISION [1]
Approved by: maintainers (arved, lofi, novel,
ports at mcdermottroe dot com) [1]
Suggested by: novel, lofi [2]
v. 1.23
date: 2006/09/13 21:12:04; author: lofi; state: Exp; lines: +3 -3
Update to 0.9.6
v. 1.22
date: 2006/03/13 03:14:17; author: nork; state: Exp; lines: +1 -1
Fix typos of entries in .texi.
PR: ports/93916
Reported by: many people
Tested by: many people
Approved by: portmgr (linimon), lofi (dirmngr's maintainer)
Reviewed by: hrs (UPDATING)
v. 1.21
date: 2006/02/23 10:38:54; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.20
date: 2005/12/20 16:39:53; author: lofi; state: Exp; lines: +2 -1
- Update libksba to 0.9.13
- Chase shared library bumps
- Update gnupg-devel to 1.9.20
v. 1.19
date: 2005/11/15 06:50:55; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.18
date: 2005/11/01 09:20:24; author: lofi; state: Exp; lines: +1 -1
Update to 0.9.3
v. 1.17
date: 2005/04/21 19:22:55; author: lofi; state: Exp; lines: +3 -3
Update libksba to version 0.9.11.
Update gnupg-devel to 1.9.16.
Update dirmngr to 0.9.2.
Bump PORTREVISION for pinentry (for libksba shared library bump).
v. 1.16
date: 2005/01/11 14:53:10; author: arved; state: Exp; lines: +2 -1
Update libgcrypt to 1.2.1. Changes:
* made the code try to lock secure memory pool not only when running as
root,
* fixed type usage in Serpent,
* made the code mix the PID into the entropy pool for better protection
after a fork,
* fixed memory leak in RSA.
* fixed alignment problems in Rijndael,
* fixed memory leak in gcry_pk_sign(),
* fixed broken pointer access in gcry_ac_open(),
* updated the documentation,
* fixed several other bugs.
Chase Shared library version and bump PORTREVISION of affected ports.
v. 1.15
date: 2004/12/17 13:41:01; author: lofi; state: Exp; lines: +5 -2
Update to 0.9.0
v. 1.14
date: 2004/10/12 00:41:02; author: lofi; state: Exp; lines: +1 -1
Update to 0.5.6
PR: ports/72537
Submitted by: Jose M Rodriguez
v. 1.13
date: 2004/08/04 15:56:09; author: lofi; state: Exp; lines: +9 -3
Update to 0.5.5
v. 1.12
date: 2004/08/04 15:14:29; author: lofi; state: Exp; lines: +1 -1
Chase bumped libksba shared library version
v. 1.11
date: 2004/05/03 19:22:03; author: lofi; state: Exp; lines: +10 -30
Update the Aegypten ports to versions compatible with libgcrypt 1.2.0
v. 1.10
date: 2004/03/14 06:17:18; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.9
date: 2004/02/06 13:12:16; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.8
date: 2004/02/04 05:08:44; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.7
date: 2003/08/28 16:41:11; author: lofi; state: Exp; lines: +3 -10
Use INFO and USE_OPENLDAP macros, change maintainer address.
Approved by: arved (Mentor)
v. 1.6
date: 2003/08/15 00:49:30; author: kuriyama; state: Exp; lines: +1 -1
Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port v. of them because this should not affect
# packages built on bento...
v. 1.5
date: 2003/08/14 22:12:22; author: kuriyama; state: Exp; lines: +2 -2
Quick fix for INDEX build breakage by openldap2[012] split.
We should use net/openldap20/bsd.openldap.mk later...
Pointy hat to: kuriyama
v. 1.4
date: 2003/07/14 02:53:02; author: sf; state: Exp; lines: +2 -1
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
v. 1.3
date: 2003/06/18 02:57:02; author: foxfair; state: Exp; lines: +1 -2
PR: 53402
Submitted by: maintainer
Update to 0.4.5, which is current release.
v. 1.2
date: 2003/05/04 21:24:50; author: arved; state: Exp; lines: +10 -0
Add dependency on openldap
PR: 51749
Submitted by: maintainer
v. 1.1
date: 2003/04/30 17:00:36; author: arved; state: Exp;
Add dirmngr, a client for managing and downloading certificate
revocation lists (X.509).
PR: 51577
Submitted by: Michael Nottebrock
=============================================================================
v. 1.29
date: 2007/07/23 09:36:28; author: rafan; state: Exp; lines: +0 -1
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.28
date: 2007/04/03 17:58:36; author: lofi; state: Exp; lines: +2 -3
Set mandir to ports-default MANPREFIX as well.
v. 1.27
date: 2007/04/03 06:52:55; author: lofi; state: Exp; lines: +2 -1
Set infodir to the ports default.
v. 1.26
date: 2007/03/30 02:17:21; author: lofi; state: Exp; lines: +3 -2
Update to 0.9.7
v. 1.25
date: 2007/03/08 14:12:07; author: jylefort; state: Exp; lines: +2 -2
Track libgpg-error shlib version change.
v. 1.24
date: 2006/09/22 07:10:30; author: sergei; state: Exp; lines: +2 -1
- Chase libgpg-error version bump [1]
- Add explicit version to libgpg-error dependency where missing [2]
- Bump PORTREVISION [1]
Approved by: maintainers (arved, lofi, novel,
ports at mcdermottroe dot com) [1]
Suggested by: novel, lofi [2]
v. 1.23
date: 2006/09/13 21:12:04; author: lofi; state: Exp; lines: +3 -3
Update to 0.9.6
v. 1.22
date: 2006/03/13 03:14:17; author: nork; state: Exp; lines: +1 -1
Fix typos of entries in .texi.
PR: ports/93916
Reported by: many people
Tested by: many people
Approved by: portmgr (linimon), lofi (dirmngr's maintainer)
Reviewed by: hrs (UPDATING)
v. 1.21
date: 2006/02/23 10:38:54; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.20
date: 2005/12/20 16:39:53; author: lofi; state: Exp; lines: +2 -1
- Update libksba to 0.9.13
- Chase shared library bumps
- Update gnupg-devel to 1.9.20
v. 1.19
date: 2005/11/15 06:50:55; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.18
date: 2005/11/01 09:20:24; author: lofi; state: Exp; lines: +1 -1
Update to 0.9.3
v. 1.17
date: 2005/04/21 19:22:55; author: lofi; state: Exp; lines: +3 -3
Update libksba to version 0.9.11.
Update gnupg-devel to 1.9.16.
Update dirmngr to 0.9.2.
Bump PORTREVISION for pinentry (for libksba shared library bump).
v. 1.16
date: 2005/01/11 14:53:10; author: arved; state: Exp; lines: +2 -1
Update libgcrypt to 1.2.1. Changes:
* made the code try to lock secure memory pool not only when running as
root,
* fixed type usage in Serpent,
* made the code mix the PID into the entropy pool for better protection
after a fork,
* fixed memory leak in RSA.
* fixed alignment problems in Rijndael,
* fixed memory leak in gcry_pk_sign(),
* fixed broken pointer access in gcry_ac_open(),
* updated the documentation,
* fixed several other bugs.
Chase Shared library version and bump PORTREVISION of affected ports.
v. 1.15
date: 2004/12/17 13:41:01; author: lofi; state: Exp; lines: +5 -2
Update to 0.9.0
v. 1.14
date: 2004/10/12 00:41:02; author: lofi; state: Exp; lines: +1 -1
Update to 0.5.6
PR: ports/72537
Submitted by: Jose M Rodriguez
v. 1.13
date: 2004/08/04 15:56:09; author: lofi; state: Exp; lines: +9 -3
Update to 0.5.5
v. 1.12
date: 2004/08/04 15:14:29; author: lofi; state: Exp; lines: +1 -1
Chase bumped libksba shared library version
v. 1.11
date: 2004/05/03 19:22:03; author: lofi; state: Exp; lines: +10 -30
Update the Aegypten ports to versions compatible with libgcrypt 1.2.0
v. 1.10
date: 2004/03/14 06:17:18; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.9
date: 2004/02/06 13:12:16; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.8
date: 2004/02/04 05:08:44; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.7
date: 2003/08/28 16:41:11; author: lofi; state: Exp; lines: +3 -10
Use INFO and USE_OPENLDAP macros, change maintainer address.
Approved by: arved (Mentor)
v. 1.6
date: 2003/08/15 00:49:30; author: kuriyama; state: Exp; lines: +1 -1
Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port v. of them because this should not affect
# packages built on bento...
v. 1.5
date: 2003/08/14 22:12:22; author: kuriyama; state: Exp; lines: +2 -2
Quick fix for INDEX build breakage by openldap2[012] split.
We should use net/openldap20/bsd.openldap.mk later...
Pointy hat to: kuriyama
v. 1.4
date: 2003/07/14 02:53:02; author: sf; state: Exp; lines: +2 -1
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
v. 1.3
date: 2003/06/18 02:57:02; author: foxfair; state: Exp; lines: +1 -2
PR: 53402
Submitted by: maintainer
Update to 0.4.5, which is current release.
v. 1.2
date: 2003/05/04 21:24:50; author: arved; state: Exp; lines: +10 -0
Add dependency on openldap
PR: 51749
Submitted by: maintainer
v. 1.1
date: 2003/04/30 17:00:36; author: arved; state: Exp;
Add dirmngr, a client for managing and downloading certificate
revocation lists (X.509).
PR: 51577
Submitted by: Michael Nottebrock
=============================================================================
v. 1.29
date: 2007/07/23 09:36:28; author: rafan; state: Exp; lines: +0 -1
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.28
date: 2007/04/03 17:58:36; author: lofi; state: Exp; lines: +2 -3
Set mandir to ports-default MANPREFIX as well.
v. 1.27
date: 2007/04/03 06:52:55; author: lofi; state: Exp; lines: +2 -1
Set infodir to the ports default.
v. 1.26
date: 2007/03/30 02:17:21; author: lofi; state: Exp; lines: +3 -2
Update to 0.9.7
v. 1.25
date: 2007/03/08 14:12:07; author: jylefort; state: Exp; lines: +2 -2
Track libgpg-error shlib version change.
v. 1.24
date: 2006/09/22 07:10:30; author: sergei; state: Exp; lines: +2 -1
- Chase libgpg-error version bump [1]
- Add explicit version to libgpg-error dependency where missing [2]
- Bump PORTREVISION [1]
Approved by: maintainers (arved, lofi, novel,
ports at mcdermottroe dot com) [1]
Suggested by: novel, lofi [2]
v. 1.23
date: 2006/09/13 21:12:04; author: lofi; state: Exp; lines: +3 -3
Update to 0.9.6
v. 1.22
date: 2006/03/13 03:14:17; author: nork; state: Exp; lines: +1 -1
Fix typos of entries in .texi.
PR: ports/93916
Reported by: many people
Tested by: many people
Approved by: portmgr (linimon), lofi (dirmngr's maintainer)
Reviewed by: hrs (UPDATING)
v. 1.21
date: 2006/02/23 10:38:54; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.20
date: 2005/12/20 16:39:53; author: lofi; state: Exp; lines: +2 -1
- Update libksba to 0.9.13
- Chase shared library bumps
- Update gnupg-devel to 1.9.20
v. 1.19
date: 2005/11/15 06:50:55; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.18
date: 2005/11/01 09:20:24; author: lofi; state: Exp; lines: +1 -1
Update to 0.9.3
v. 1.17
date: 2005/04/21 19:22:55; author: lofi; state: Exp; lines: +3 -3
Update libksba to version 0.9.11.
Update gnupg-devel to 1.9.16.
Update dirmngr to 0.9.2.
Bump PORTREVISION for pinentry (for libksba shared library bump).
v. 1.16
date: 2005/01/11 14:53:10; author: arved; state: Exp; lines: +2 -1
Update libgcrypt to 1.2.1. Changes:
* made the code try to lock secure memory pool not only when running as
root,
* fixed type usage in Serpent,
* made the code mix the PID into the entropy pool for better protection
after a fork,
* fixed memory leak in RSA.
* fixed alignment problems in Rijndael,
* fixed memory leak in gcry_pk_sign(),
* fixed broken pointer access in gcry_ac_open(),
* updated the documentation,
* fixed several other bugs.
Chase Shared library version and bump PORTREVISION of affected ports.
v. 1.15
date: 2004/12/17 13:41:01; author: lofi; state: Exp; lines: +5 -2
Update to 0.9.0
v. 1.14
date: 2004/10/12 00:41:02; author: lofi; state: Exp; lines: +1 -1
Update to 0.5.6
PR: ports/72537
Submitted by: Jose M Rodriguez
v. 1.13
date: 2004/08/04 15:56:09; author: lofi; state: Exp; lines: +9 -3
Update to 0.5.5
v. 1.12
date: 2004/08/04 15:14:29; author: lofi; state: Exp; lines: +1 -1
Chase bumped libksba shared library version
v. 1.11
date: 2004/05/03 19:22:03; author: lofi; state: Exp; lines: +10 -30
Update the Aegypten ports to versions compatible with libgcrypt 1.2.0
v. 1.10
date: 2004/03/14 06:17:18; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.9
date: 2004/02/06 13:12:16; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.8
date: 2004/02/04 05:08:44; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.7
date: 2003/08/28 16:41:11; author: lofi; state: Exp; lines: +3 -10
Use INFO and USE_OPENLDAP macros, change maintainer address.
Approved by: arved (Mentor)
v. 1.6
date: 2003/08/15 00:49:30; author: kuriyama; state: Exp; lines: +1 -1
Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port v. of them because this should not affect
# packages built on bento...
v. 1.5
date: 2003/08/14 22:12:22; author: kuriyama; state: Exp; lines: +2 -2
Quick fix for INDEX build breakage by openldap2[012] split.
We should use net/openldap20/bsd.openldap.mk later...
Pointy hat to: kuriyama
v. 1.4
date: 2003/07/14 02:53:02; author: sf; state: Exp; lines: +2 -1
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
v. 1.3
date: 2003/06/18 02:57:02; author: foxfair; state: Exp; lines: +1 -2
PR: 53402
Submitted by: maintainer
Update to 0.4.5, which is current release.
v. 1.2
date: 2003/05/04 21:24:50; author: arved; state: Exp; lines: +10 -0
Add dependency on openldap
PR: 51749
Submitted by: maintainer
v. 1.1
date: 2003/04/30 17:00:36; author: arved; state: Exp;
Add dirmngr, a client for managing and downloading certificate
revocation lists (X.509).
PR: 51577
Submitted by: Michael Nottebrock
=============================================================================
|
| |

|