summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/ccid/Makefile7
-rw-r--r--security/ccid/distinfo10
-rw-r--r--security/ccid/patches/patch-aa13
3 files changed, 9 insertions, 21 deletions
diff --git a/security/ccid/Makefile b/security/ccid/Makefile
index 107f6dbae01..c4cdfd87697 100644
--- a/security/ccid/Makefile
+++ b/security/ccid/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2008/08/10 12:38:39 shannonjr Exp $
+# $NetBSD: Makefile,v 1.5 2009/03/16 14:10:47 hasso Exp $
#
-DISTNAME= ccid-1.3.8
-PKGREVISION= 1
+DISTNAME= ccid-1.3.10
CATEGORIES= security
-MASTER_SITES= http://alioth.debian.org/frs/download.php/2482/
+MASTER_SITES= http://alioth.debian.org/frs/download.php/2924/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= shannonjr@NetBSD.org
diff --git a/security/ccid/distinfo b/security/ccid/distinfo
index 7841e9f38d4..782a0c08564 100644
--- a/security/ccid/distinfo
+++ b/security/ccid/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2008/08/08 21:27:24 shannonjr Exp $
+$NetBSD: distinfo,v 1.4 2009/03/16 14:10:47 hasso Exp $
-SHA1 (ccid-1.3.8.tar.bz2) = ee8a1e328d2ff286a953877f6da8c063b8438f04
-RMD160 (ccid-1.3.8.tar.bz2) = d616cf788e0d71358998ecd5c08e3f363a83d97b
-Size (ccid-1.3.8.tar.bz2) = 436222 bytes
-SHA1 (patch-aa) = 288ff7c1547de172995dd68c818528eb117aaa75
+SHA1 (ccid-1.3.10.tar.bz2) = 8674c5043623d2757b80e7e61c695cf8c6d62d30
+RMD160 (ccid-1.3.10.tar.bz2) = d70e06b2330d648955d2d25f9b513344a299f076
+Size (ccid-1.3.10.tar.bz2) = 395627 bytes
+SHA1 (patch-aa) = a9103835d13c8a860efb8a1b92aeacc8bd72fd23
SHA1 (patch-ab) = 13db7c54d6c45aa1cb61489a7f2b38f4155793cd
SHA1 (patch-ad) = 1eaae5649357cafbb7b612d45d4522bce7148f55
diff --git a/security/ccid/patches/patch-aa b/security/ccid/patches/patch-aa
index ad995ec84bb..b7554831861 100644
--- a/security/ccid/patches/patch-aa
+++ b/security/ccid/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.3 2008/08/08 21:27:25 shannonjr Exp $
+$NetBSD: patch-aa,v 1.4 2009/03/16 14:10:47 hasso Exp $
--- configure.in.orig 2008-06-27 03:47:16.000000000 -0600
+++ configure.in
@@ -13,14 +13,3 @@ $NetBSD: patch-aa,v 1.3 2008/08/08 21:27:25 shannonjr Exp $
*-*-openbsd*)
BUNDLE_HOST="OpenBSD"
DYN_LIB_EXT="so.0.0"
-@@ -106,6 +110,10 @@ case "$host" in
- BUNDLE_HOST="DragonFly"
- DYN_LIB_EXT="so"
- ;;
-+*-*-dragonfly*)
-+ BUNDLE_HOST="DragonFly"
-+ DYN_LIB_EXT="so"
-+ ;;
- *)
- BUNDLE_HOST="Linux"
- DYN_LIB_EXT="so"