diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-25 18:08:27 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-25 18:08:27 +0000 |
commit | 6d3ec2b779b4cdd9653f0cc3e630d3ef9d0a8b17 (patch) | |
tree | 12ce9df01f3ddf364026ae7c7fc079b5125472be /security/libksba/Makefile | |
parent | 01361281e9fc6386d513ce5edfa148761c1620e0 (diff) | |
download | pkgsrc-6d3ec2b779b4cdd9653f0cc3e630d3ef9d0a8b17.tar.gz |
Update libksba to 0.9.4.
Changes since 0.9.1:
* Support for Extended Key Usage.
* ksba_cms_identify may no return a pseudo content type for pkcs#12
files.
* Cleaned up the DN label table.
* Fixed a bug in creating CMS signed data.
* Interface changes:
ksba_reader_clear NEW.
ksba_cert_get_ext_key_usages NEW.
KSBA_CT_PKCS12 NEW.
Diffstat (limited to 'security/libksba/Makefile')
-rw-r--r-- | security/libksba/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/libksba/Makefile b/security/libksba/Makefile index 79989e87745..81eced08366 100644 --- a/security/libksba/Makefile +++ b/security/libksba/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2004/02/25 15:53:17 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2004/02/25 18:08:27 minskim Exp $ # -DISTNAME= libksba-0.9.1 -PKGREVISION= 2 +DISTNAME= libksba-0.9.4 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/libksba/ |