diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-05 22:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-05 22:59:00 +0000 |
commit | 0b4ff3bffe4e9a6c71602cc2a6d3351694c2c9e5 (patch) | |
tree | 97eb8c517bb2726145ec13a48904991644c860b7 /security/opencdk | |
parent | c84647398957d6c035b17d3fc64455e9646a3ac1 (diff) | |
download | pkgsrc-0b4ff3bffe4e9a6c71602cc2a6d3351694c2c9e5.tar.gz |
Update to 0.5.13:
Noteworthy changes in version 0.5.13 (2007-02-01)
------------------------------------------------
* Fixed shared library for newly added APIs in last release.
* Add -no-undefined to LDFLAGS, to make opencdk build under mingw32.
* Add AC_LIBTOOL_WIN32_DLL to configure.ac, which is required for
* libtool to behave correctly for cross-compiles to mingw32.
* Use gnulib for mingw32 support.
Noteworthy changes in version 0.5.12 (2007-02-01)
------------------------------------------------
* Add new API to extract public/secret OpenPGP key to S-expr.
The functions are cdk_pubkey_to_sexp and cdk_seckey_to_sexp. Patch by
Mario Lenz <mario.lenz@gmx.net>.
* Autoconf 2.60 and automake 1.10 are now required.
* Doc fixes.
Diffstat (limited to 'security/opencdk')
-rw-r--r-- | security/opencdk/Makefile | 4 | ||||
-rw-r--r-- | security/opencdk/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile index 4f1302e2159..2968402d662 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2006/11/05 17:35:58 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2007/02/05 22:59:00 wiz Exp $ -DISTNAME= opencdk-0.5.11 +DISTNAME= opencdk-0.5.13 CATEGORIES= security devel MASTER_SITES= http://josefsson.org/gnutls/releases/opencdk/ \ ftp://ftp.gnutls.org/pub/gnutls/opencdk/ diff --git a/security/opencdk/distinfo b/security/opencdk/distinfo index 4a5905a27d6..e2ce2194f4d 100644 --- a/security/opencdk/distinfo +++ b/security/opencdk/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2006/10/31 22:49:57 wiz Exp $ +$NetBSD: distinfo,v 1.14 2007/02/05 22:59:00 wiz Exp $ -SHA1 (opencdk-0.5.11.tar.gz) = c89bae403acfac96e8e987355cf9b633b0186fd3 -RMD160 (opencdk-0.5.11.tar.gz) = 2bc1f5c879f51e474d9277ee28de4c139f7efd0e -Size (opencdk-0.5.11.tar.gz) = 519267 bytes +SHA1 (opencdk-0.5.13.tar.gz) = bff9daabfe8f20824e4d167a9dc11e0908f11370 +RMD160 (opencdk-0.5.13.tar.gz) = 587d3fb578b66c67f85aa751010140355b522774 +Size (opencdk-0.5.13.tar.gz) = 597475 bytes |