diff options
author | shannonjr <shannonjr> | 2006-10-11 12:34:48 +0000 |
---|---|---|
committer | shannonjr <shannonjr> | 2006-10-11 12:34:48 +0000 |
commit | 05a1876d76cb0200a6ca27afec3ccc8eb42a1068 (patch) | |
tree | 6f4e5210f82b9ab2f7cf513bf924c8fdcd525cd2 /security/libassuan | |
parent | 9cf92566bc02add5289d5b5ef2948fe042381e63 (diff) | |
download | pkgsrc-05a1876d76cb0200a6ca27afec3ccc8eb42a1068.tar.gz |
Update to 0.9.3. Changes:
* Portability fixes.
* Pth is not anymore linked by means of weak symbol tricks. It is
now required to link to the pth version of libassuan. New aufoconf
macros are provided to to check for this. The pth version is only
build if Pth is available.
* configure does now check that descriptor passing is available. A
way to check at runtime for this is also provided
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 492e89435c7..6ca44ee712c 100644 --- a/security/libassuan/Makefile +++ b/security/libassuan/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2006/04/06 06:22:42 reed Exp $ +# $NetBSD: Makefile,v 1.11 2006/10/11 12:34:48 shannonjr Exp $ # -DISTNAME= libassuan-0.6.10 -PKGREVISION= 2 +DISTNAME= libassuan-0.9.3 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= shannonjr@NetBSD.org HOMEPAGE= ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/ diff --git a/security/libassuan/distinfo b/security/libassuan/distinfo index dbd574b7f1d..b5f36d12e6c 100644 --- a/security/libassuan/distinfo +++ b/security/libassuan/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2005/06/23 09:21:18 shannonjr Exp $ +$NetBSD: distinfo,v 1.6 2006/10/11 12:34:48 shannonjr Exp $ -SHA1 (libassuan-0.6.10.tar.gz) = 18d43335494b0d38dde6d9748cbde4141f04114b -RMD160 (libassuan-0.6.10.tar.gz) = b780d284ab1def9320a9c771117901db12fab16f -Size (libassuan-0.6.10.tar.gz) = 257395 bytes +SHA1 (libassuan-0.9.3.tar.bz2) = e1a74bd344fe9135759c00b454a65b2e166521df +RMD160 (libassuan-0.9.3.tar.bz2) = aaf93786454880c3cb1aaa1192e3035359493f6d +Size (libassuan-0.9.3.tar.bz2) = 255193 bytes |