pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libtasn1 Changes 0.2.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74afecf697a1
branches:  trunk
changeset: 475633:74afecf697a1
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat May 22 07:30:03 2004 +0000

description:
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@localhost>.

Changes 0.2.9
- Accept negative numbers as range in INTEGER declarations

Changes 0.2.8
- Add asn1_delete_element function

diffstat:

 security/libtasn1/Makefile |  15 +++++++++------
 security/libtasn1/PLIST    |   6 ++++--
 security/libtasn1/distinfo |   6 +++---
 3 files changed, 16 insertions(+), 11 deletions(-)

diffs (56 lines):

diff -r df0e6c20c941 -r 74afecf697a1 security/libtasn1/Makefile
--- a/security/libtasn1/Makefile        Sat May 22 05:51:17 2004 +0000
+++ b/security/libtasn1/Makefile        Sat May 22 07:30:03 2004 +0000
@@ -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@localhost
 HOMEPAGE=      http://www.gnutls.org/
@@ -10,8 +13,8 @@
 
 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 -r df0e6c20c941 -r 74afecf697a1 security/libtasn1/PLIST
--- a/security/libtasn1/PLIST   Sat May 22 05:51:17 2004 +0000
+++ b/security/libtasn1/PLIST   Sat May 22 07:30:03 2004 +0000
@@ -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 -r df0e6c20c941 -r 74afecf697a1 security/libtasn1/distinfo
--- a/security/libtasn1/distinfo        Sat May 22 05:51:17 2004 +0000
+++ b/security/libtasn1/distinfo        Sat May 22 07:30:03 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index