diff options
author | adam <adam@pkgsrc.org> | 2011-08-11 10:34:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-08-11 10:34:21 +0000 |
commit | e080f4168b6b1cb09fbfcfe755687932798e4647 (patch) | |
tree | 1372392c7d3b7bfbd7436c36a90e0e449bc7b878 /security/libassuan2 | |
parent | 9a053a2bd77a69ba6705d86d66f49490f06d6c5e (diff) | |
download | pkgsrc-e080f4168b6b1cb09fbfcfe755687932798e4647.tar.gz |
Changes 2.0.2:
* A new flag may now be used to convey comments via assuan_transact.
* A new flag value may now be used to disable logging.
* The gpgcedev.c driver now provides a log device.
* It is now possible to overwrite socket and connect functions in
struct assuan_system_hooks.
Diffstat (limited to 'security/libassuan2')
-rw-r--r-- | security/libassuan2/Makefile | 5 | ||||
-rw-r--r-- | security/libassuan2/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/libassuan2/Makefile b/security/libassuan2/Makefile index 931fbf5f27d..c271f1f0113 100644 --- a/security/libassuan2/Makefile +++ b/security/libassuan2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2011/04/22 13:42:47 obache Exp $ +# $NetBSD: Makefile,v 1.6 2011/08/11 10:34:21 adam Exp $ -DISTNAME= libassuan-2.0.1 -PKGREVISION= 2 +DISTNAME= libassuan-2.0.2 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libassuan/ EXTRACT_SUFX= .tar.bz2 diff --git a/security/libassuan2/distinfo b/security/libassuan2/distinfo index e3b818d2292..945e9ade6e2 100644 --- a/security/libassuan2/distinfo +++ b/security/libassuan2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2011/04/12 13:17:20 adam Exp $ +$NetBSD: distinfo,v 1.4 2011/08/11 10:34:21 adam Exp $ -SHA1 (libassuan-2.0.1.tar.bz2) = b7e9dbd41769cc20b1fb7db9f2ecdf276ffc352c -RMD160 (libassuan-2.0.1.tar.bz2) = 2064f7f977f7084ba4780e0a87de0c808ee6f680 -Size (libassuan-2.0.1.tar.bz2) = 494384 bytes +SHA1 (libassuan-2.0.2.tar.bz2) = dbcd96e2525d4c3a2da9e8054a06fa517f20a185 +RMD160 (libassuan-2.0.2.tar.bz2) = 7ba0138d83f242da3fd2ebae6f9deef6383329a6 +Size (libassuan-2.0.2.tar.bz2) = 491172 bytes SHA1 (patch-src_Makefile.in) = 30d1e1c156090e761efbae28cdc22f9017bc259f |