diff options
author | wiz <wiz@pkgsrc.org> | 2006-09-10 20:24:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-09-10 20:24:01 +0000 |
commit | a16b84906dfc906dc23c5ba83e5dd2b2aea19db1 (patch) | |
tree | 2894e7365562c196c46c5c1c1e141d6ffa20bf9f /security/opencdk/Makefile | |
parent | cb784f6e64e1cd893f6bb43a197d0112f432cce1 (diff) | |
download | pkgsrc-a16b84906dfc906dc23c5ba83e5dd2b2aea19db1.tar.gz |
Update to 0.5.9:
Noteworthy changes in version 0.5.9 (2006-08-06)
------------------------------------------------
* Fix cdk_kbnode_write_to_mem to return CDK_Too_Short when buf is
NULL, tiny patch from Mario Lenz.
* Fixed opencdk-config script to include -lz, thanks to Weng Liong, Low.
* Fix prototypes for AIX compiler, reported by John Heiden.
* Don't use trailing comma in last enum constant, for IBM C v6. Tiny
patch from Albert Chin.
Diffstat (limited to 'security/opencdk/Makefile')
-rw-r--r-- | security/opencdk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile index ca08aff3bc2..f692ba1b2b5 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2006/03/04 21:30:35 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2006/09/10 20:24:01 wiz Exp $ -DISTNAME= opencdk-0.5.8 -PKGREVISION= 1 +DISTNAME= opencdk-0.5.9 CATEGORIES= security devel MASTER_SITES= http://josefsson.org/gnutls/releases/opencdk/ \ ftp://ftp.gnutls.org/pub/gnutls/opencdk/ |