summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoradam <adam>2004-05-22 07:30:03 +0000
committeradam <adam>2004-05-22 07:30:03 +0000
commita41735fd81728ecb4b7585847ed217a8d6c61282 (patch)
treefa46e42a78f0513f3fa2689f3d131d5548f60880 /security
parenta96fc12c79f68de9d16a4a731d7bd6ac14e12816 (diff)
downloadpkgsrc-a41735fd81728ecb4b7585847ed217a8d6c61282.tar.gz
Changes 0.2.10
- Added scripts to assist in libtasn1 version detection from configure scripts. - Corrected a DER decoding bug which was reported by Max Vozeler <max@hinterhof.net>. Changes 0.2.9 - Accept negative numbers as range in INTEGER declarations Changes 0.2.8 - Add asn1_delete_element function
Diffstat (limited to 'security')
-rw-r--r--security/libtasn1/Makefile15
-rw-r--r--security/libtasn1/PLIST6
-rw-r--r--security/libtasn1/distinfo6
3 files changed, 16 insertions, 11 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile
index 04ae06459f7..a9f371ac3d4 100644
--- a/security/libtasn1/Makefile
+++ b/security/libtasn1/Makefile
@@ -1,8 +1,11 @@
-# $NetBSD: Makefile,v 1.10 2004/03/01 15:12:10 jmmv Exp $
+# $NetBSD: Makefile,v 1.11 2004/05/22 07:30:03 adam Exp $
-DISTNAME= libtasn1-0.2.7
+DISTNAME= libtasn1-0.2.10
CATEGORIES= security devel
-MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/libtasn1/
+MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \
+ ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/ \
+ http://www.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/ \
+ ftp://ftp.mirrors.wiretapped.net/pub/security/network-security/gnutls/libtasn1/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnutls.org/
@@ -10,8 +13,8 @@ COMMENT= ASN.1 structure parser library
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_BUILDLINK3= YES
-USE_LIBTOOL= YES
-GNU_CONFIGURE= YES
+USE_BUILDLINK3= YES
+USE_LIBTOOL= YES
+GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"
diff --git a/security/libtasn1/PLIST b/security/libtasn1/PLIST
index f26d167124c..f0eaf8fce13 100644
--- a/security/libtasn1/PLIST
+++ b/security/libtasn1/PLIST
@@ -1,7 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2004/03/01 15:12:10 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/05/22 07:30:03 adam Exp $
+bin/libtasn1-config
include/libtasn1.h
lib/libtasn1.a
lib/libtasn1.la
lib/libtasn1.so
lib/libtasn1.so.2
-lib/libtasn1.so.2.7
+lib/libtasn1.so.2.10
+share/aclocal/libtasn1.m4
diff --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo
index e01ce845dd6..eddb3d27a6f 100644
--- a/security/libtasn1/distinfo
+++ b/security/libtasn1/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2004/03/01 15:12:10 jmmv Exp $
+$NetBSD: distinfo,v 1.4 2004/05/22 07:30:03 adam Exp $
-SHA1 (libtasn1-0.2.7.tar.gz) = d956cbf01288285a5a03f0c4e1671b1c48ea0f35
-Size (libtasn1-0.2.7.tar.gz) = 529912 bytes
+SHA1 (libtasn1-0.2.10.tar.gz) = 8afa21d91a4755834190641c1d357165d0df73bd
+Size (libtasn1-0.2.10.tar.gz) = 534008 bytes