diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-03-27 19:03:02 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-03-27 19:03:02 +0000 |
commit | 496a75656ea2e6cff153a1ebac4361ebf0872705 (patch) | |
tree | db3fe41f373dc632f3d9eabd124e066a006bf43f /security/dirmngr | |
parent | A new version of xml2rfc (v1.36) has been released, as well as updates to (diff) |
Update libksba to 1.2.0, and update dependent ports.
The patch also adds a verify target for the PGP signature
of the distfile.
Noteworthy changes in version 1.2.0 (2011-03-01)
------------------------------------------------
* New functions to allow the creation of X.509 certificates.
This release adds features required by the GnuPG 2.1 development
version.
PR: ports/155506
Submitted by: me
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=271906
Diffstat (limited to 'security/dirmngr')
-rw-r--r-- | security/dirmngr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index eef183e28c63..8ed05f7a0bdc 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -7,7 +7,7 @@ PORTNAME= dirmngr PORTVERSION= 1.1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= dirmngr @@ -20,7 +20,7 @@ COMMENT= A client for managing and downloading certificate revocation lists LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \ gcrypt.17:${PORTSDIR}/security/libgcrypt \ gpg-error.0:${PORTSDIR}/security/libgpg-error \ - ksba.18:${PORTSDIR}/security/libksba \ + ksba.19:${PORTSDIR}/security/libksba \ pth:${PORTSDIR}/devel/pth USE_BZIP2= yes |