summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshannonjr <shannonjr>2006-10-11 12:34:48 +0000
committershannonjr <shannonjr>2006-10-11 12:34:48 +0000
commitb1d7bdaf374a5a7ccc26bea8253aa94feafef365 (patch)
tree6f4e5210f82b9ab2f7cf513bf924c8fdcd525cd2
parent84cbf2adfde76e569300de40105eb047232e6e2e (diff)
downloadpkgsrc-b1d7bdaf374a5a7ccc26bea8253aa94feafef365.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
-rw-r--r--security/libassuan/Makefile6
-rw-r--r--security/libassuan/distinfo8
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