From 3f9a0decc885b9fa1c25b6b74ae5ea4e51e59e05 Mon Sep 17 00:00:00 2001 From: jolan Date: Sun, 12 Oct 2003 21:33:43 +0000 Subject: [PATCH] downgrade to 0.1.2, aka the correct branch for gnutls 0.8.x. the gnutls port will still use the included version until some pending issues are fixed. --- security/libtasn1/Makefile | 4 ++-- security/libtasn1/distinfo | 6 +++--- security/libtasn1/patches/patch-configure | 12 ++++++------ security/libtasn1/patches/patch-src_asn1Coding_c | 8 ++++---- security/libtasn1/patches/patch-src_asn1Decoding_c | 8 ++++---- security/libtasn1/patches/patch-src_asn1Parser_c | 8 ++++---- security/libtasn1/pkg/DESCR | 2 -- security/libtasn1/pkg/PFRAG.shared | 4 ++-- 8 files changed, 25 insertions(+), 27 deletions(-) diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 790440c0fe6..12070b1f1a8 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2003/05/01 17:26:01 sturm Exp $ +# $OpenBSD: Makefile,v 1.2 2003/10/12 21:33:43 jolan Exp $ COMMENT= "Abstract Syntax Notation One structure parser library" -VERSION= 0.2.4 +VERSION= 0.1.2 DISTNAME= libtasn1-${VERSION} CATEGORIES= security diff --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo index 298a8c1bae4..7b596dc82da 100644 --- a/security/libtasn1/distinfo +++ b/security/libtasn1/distinfo @@ -1,3 +1,3 @@ -MD5 (libtasn1-0.2.4.tar.gz) = 83cc739839e3d40947ad2f62871c81f7 -RMD160 (libtasn1-0.2.4.tar.gz) = 932d7814ad2f9ac6ac66e302405bee0a0bc38889 -SHA1 (libtasn1-0.2.4.tar.gz) = 0cd9b054fc7c7ae49c4f86c20d37c911744538d6 +MD5 (libtasn1-0.1.2.tar.gz) = 6c8c376e5582f6845371a939869166dd +RMD160 (libtasn1-0.1.2.tar.gz) = 018bce960531ac129eb6876e2c60a3a7124895de +SHA1 (libtasn1-0.1.2.tar.gz) = 5eb77d7e992906738ee6e678b1183c2e4624f375 diff --git a/security/libtasn1/patches/patch-configure b/security/libtasn1/patches/patch-configure index 703885d3166..5c2adc27b25 100644 --- a/security/libtasn1/patches/patch-configure +++ b/security/libtasn1/patches/patch-configure @@ -1,7 +1,7 @@ -$OpenBSD: patch-configure,v 1.1.1.1 2003/05/01 17:26:01 sturm Exp $ ---- configure.orig Wed Apr 30 20:25:06 2003 -+++ configure Wed Apr 30 20:28:03 2003 -@@ -2716,7 +2716,7 @@ done +$OpenBSD: patch-configure,v 1.2 2003/10/12 21:33:43 jolan Exp $ +--- configure.orig 2002-10-09 15:31:50.000000000 -0500 ++++ configure 2003-10-12 16:29:15.000000000 -0500 +@@ -2701,7 +2701,7 @@ done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then @@ -10,7 +10,7 @@ $OpenBSD: patch-configure,v 1.1.1.1 2003/05/01 17:26:01 sturm Exp $ fi done -@@ -6860,7 +6860,7 @@ else +@@ -6776,7 +6776,7 @@ else ;; openbsd*) @@ -19,7 +19,7 @@ $OpenBSD: patch-configure,v 1.1.1.1 2003/05/01 17:26:01 sturm Exp $ hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no -@@ -7348,6 +7348,8 @@ openbsd*) +@@ -7264,6 +7264,8 @@ openbsd*) need_lib_prefix=no need_version=no fi diff --git a/security/libtasn1/patches/patch-src_asn1Coding_c b/security/libtasn1/patches/patch-src_asn1Coding_c index 48149aff135..f8bda8ba127 100644 --- a/security/libtasn1/patches/patch-src_asn1Coding_c +++ b/security/libtasn1/patches/patch-src_asn1Coding_c @@ -1,6 +1,6 @@ -$OpenBSD: patch-src_asn1Coding_c,v 1.1.1.1 2003/05/01 17:26:01 sturm Exp $ ---- src/asn1Coding.c.orig Wed Apr 30 20:21:40 2003 -+++ src/asn1Coding.c Wed Apr 30 20:21:57 2003 +$OpenBSD: patch-src_asn1Coding_c,v 1.2 2003/10/12 21:33:43 jolan Exp $ +--- src/asn1Coding.c.orig 2002-10-07 14:40:56.000000000 -0500 ++++ src/asn1Coding.c 2003-10-12 16:29:15.000000000 -0500 @@ -28,7 +28,7 @@ #include #include @@ -9,4 +9,4 @@ $OpenBSD: patch-src_asn1Coding_c,v 1.1.1.1 2003/05/01 17:26:01 sturm Exp $ +#include #include - #ifdef HAVE_UNISTD_H + #ifdef HAVE_GETOPT_H diff --git a/security/libtasn1/patches/patch-src_asn1Decoding_c b/security/libtasn1/patches/patch-src_asn1Decoding_c index 432f8e0510f..e74126a43e4 100644 --- a/security/libtasn1/patches/patch-src_asn1Decoding_c +++ b/security/libtasn1/patches/patch-src_asn1Decoding_c @@ -1,6 +1,6 @@ -$OpenBSD: patch-src_asn1Decoding_c,v 1.1.1.1 2003/05/01 17:26:01 sturm Exp $ ---- src/asn1Decoding.c.orig Wed Apr 30 20:22:02 2003 -+++ src/asn1Decoding.c Wed Apr 30 20:22:11 2003 +$OpenBSD: patch-src_asn1Decoding_c,v 1.2 2003/10/12 21:33:43 jolan Exp $ +--- src/asn1Decoding.c.orig 2002-10-07 14:41:20.000000000 -0500 ++++ src/asn1Decoding.c 2003-10-12 16:29:15.000000000 -0500 @@ -28,7 +28,7 @@ #include #include @@ -9,4 +9,4 @@ $OpenBSD: patch-src_asn1Decoding_c,v 1.1.1.1 2003/05/01 17:26:01 sturm Exp $ +#include #include - #ifdef HAVE_UNISTD_H + #ifdef HAVE_GETOPT_H diff --git a/security/libtasn1/patches/patch-src_asn1Parser_c b/security/libtasn1/patches/patch-src_asn1Parser_c index ce7769d131f..2c58f42afe7 100644 --- a/security/libtasn1/patches/patch-src_asn1Parser_c +++ b/security/libtasn1/patches/patch-src_asn1Parser_c @@ -1,6 +1,6 @@ -$OpenBSD: patch-src_asn1Parser_c,v 1.1.1.1 2003/05/01 17:26:01 sturm Exp $ ---- src/asn1Parser.c.orig Wed Apr 30 20:22:18 2003 -+++ src/asn1Parser.c Wed Apr 30 20:22:27 2003 +$OpenBSD: patch-src_asn1Parser_c,v 1.2 2003/10/12 21:33:43 jolan Exp $ +--- src/asn1Parser.c.orig 2002-10-07 14:41:44.000000000 -0500 ++++ src/asn1Parser.c 2003-10-12 16:29:15.000000000 -0500 @@ -28,7 +28,7 @@ #include #include @@ -9,4 +9,4 @@ $OpenBSD: patch-src_asn1Parser_c,v 1.1.1.1 2003/05/01 17:26:01 sturm Exp $ +#include #include - #ifdef HAVE_UNISTD_H + #ifdef HAVE_GETOPT_H diff --git a/security/libtasn1/pkg/DESCR b/security/libtasn1/pkg/DESCR index 7531b6a6fa6..e2d275e115a 100644 --- a/security/libtasn1/pkg/DESCR +++ b/security/libtasn1/pkg/DESCR @@ -1,4 +1,2 @@ The libtasn1 library is part of GnuTLS and was developed for ASN1 (Abstract Syntax Notation One) structures management. - -WWW: ${HOMEPAGE} diff --git a/security/libtasn1/pkg/PFRAG.shared b/security/libtasn1/pkg/PFRAG.shared index c9ac773a3e0..520667c5afb 100644 --- a/security/libtasn1/pkg/PFRAG.shared +++ b/security/libtasn1/pkg/PFRAG.shared @@ -1,3 +1,3 @@ -@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2003/05/01 17:26:01 sturm Exp $ -lib/libtasn1.so.2.4 +@comment $OpenBSD: PFRAG.shared,v 1.2 2003/10/12 21:33:43 jolan Exp $ +lib/libtasn1.so.0.2 DYNLIBDIR(%D/lib)