diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2007-11-07 11:13:15 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2007-11-07 11:13:15 +0000 |
commit | d8efb0bb193bcaa64cd85c58f7c1dc70427ed9b0 (patch) | |
tree | de1ebc8abef0f4a96b20fa9043ccbb326863df2a /security/libassuan | |
parent | 0e0e1a73df2a770d0a3c6b6db82c5b49b7816caf (diff) | |
download | pkgsrc-d8efb0bb193bcaa64cd85c58f7c1dc70427ed9b0.tar.gz |
Upgrade to 1.0.3. This is a maintenance upgrade. Noteworthy changes in
version 1.0.3:
* New functions assuan_process_done and assuan_inquire_ext to support
external event loops.
* Changed the license of the library code back to LGPLv2.1 to support
a bunch of GPLv2(only) software which does not allow the use of
LGPLv3.
* Assorted bug fixed and code cleanups.
Diffstat (limited to 'security/libassuan')
-rw-r--r-- | security/libassuan/Makefile | 6 | ||||
-rw-r--r-- | security/libassuan/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/libassuan/Makefile b/security/libassuan/Makefile index 5c1fe38671c..0a0caec781d 100644 --- a/security/libassuan/Makefile +++ b/security/libassuan/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2007/05/12 11:11:25 shannonjr Exp $ +# $NetBSD: Makefile,v 1.14 2007/11/07 11:13:15 shannonjr Exp $ # -DISTNAME= libassuan-1.0.1 +DISTNAME= libassuan-1.0.3 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libassuan/ EXTRACT_SUFX= .tar.bz2 @@ -13,7 +13,7 @@ COMMENT= The IPC library used by some GnuPG related software PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes -INFO_FILES= # PLIST +INFO_FILES= yes BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0 diff --git a/security/libassuan/distinfo b/security/libassuan/distinfo index e7c372d08b7..6462b74f873 100644 --- a/security/libassuan/distinfo +++ b/security/libassuan/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2007/05/12 11:11:25 shannonjr Exp $ +$NetBSD: distinfo,v 1.9 2007/11/07 11:13:15 shannonjr Exp $ -SHA1 (libassuan-1.0.1.tar.bz2) = 4e12bd924e01c31c7d4c021b465c94ec55b1cb17 -RMD160 (libassuan-1.0.1.tar.bz2) = 0ff13f97d20c9fc8c08d92e5cf14bb26d9afa69b -Size (libassuan-1.0.1.tar.bz2) = 268874 bytes +SHA1 (libassuan-1.0.3.tar.bz2) = 1a16c9d1086e2cda819a3f7d4e5ebd41eb350e5f +RMD160 (libassuan-1.0.3.tar.bz2) = fd4fa8bff29d8a7ee9901aa2ad665df989c5c82e +Size (libassuan-1.0.3.tar.bz2) = 292168 bytes |