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.
This commit is contained in:
jolan 2003-10-12 21:33:43 +00:00
parent d2d6f117e3
commit 3f9a0decc8
8 changed files with 25 additions and 27 deletions

View File

@ -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" COMMENT= "Abstract Syntax Notation One structure parser library"
VERSION= 0.2.4 VERSION= 0.1.2
DISTNAME= libtasn1-${VERSION} DISTNAME= libtasn1-${VERSION}
CATEGORIES= security CATEGORIES= security

View File

@ -1,3 +1,3 @@
MD5 (libtasn1-0.2.4.tar.gz) = 83cc739839e3d40947ad2f62871c81f7 MD5 (libtasn1-0.1.2.tar.gz) = 6c8c376e5582f6845371a939869166dd
RMD160 (libtasn1-0.2.4.tar.gz) = 932d7814ad2f9ac6ac66e302405bee0a0bc38889 RMD160 (libtasn1-0.1.2.tar.gz) = 018bce960531ac129eb6876e2c60a3a7124895de
SHA1 (libtasn1-0.2.4.tar.gz) = 0cd9b054fc7c7ae49c4f86c20d37c911744538d6 SHA1 (libtasn1-0.1.2.tar.gz) = 5eb77d7e992906738ee6e678b1183c2e4624f375

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.1.1.1 2003/05/01 17:26:01 sturm Exp $ $OpenBSD: patch-configure,v 1.2 2003/10/12 21:33:43 jolan Exp $
--- configure.orig Wed Apr 30 20:25:06 2003 --- configure.orig 2002-10-09 15:31:50.000000000 -0500
+++ configure Wed Apr 30 20:28:03 2003 +++ configure 2003-10-12 16:29:15.000000000 -0500
@@ -2716,7 +2716,7 @@ done @@ -2701,7 +2701,7 @@ done
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
rm -f conftest.err conftest.$ac_ext rm -f conftest.err conftest.$ac_ext
if $ac_preproc_ok; then 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 fi
done done
@@ -6860,7 +6860,7 @@ else @@ -6776,7 +6776,7 @@ else
;; ;;
openbsd*) 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_libdir_flag_spec='-R$libdir'
hardcode_direct=yes hardcode_direct=yes
hardcode_shlibpath_var=no hardcode_shlibpath_var=no
@@ -7348,6 +7348,8 @@ openbsd*) @@ -7264,6 +7264,8 @@ openbsd*)
need_lib_prefix=no need_lib_prefix=no
need_version=no need_version=no
fi fi

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-src_asn1Coding_c,v 1.1.1.1 2003/05/01 17:26:01 sturm Exp $ $OpenBSD: patch-src_asn1Coding_c,v 1.2 2003/10/12 21:33:43 jolan Exp $
--- src/asn1Coding.c.orig Wed Apr 30 20:21:40 2003 --- src/asn1Coding.c.orig 2002-10-07 14:40:56.000000000 -0500
+++ src/asn1Coding.c Wed Apr 30 20:21:57 2003 +++ src/asn1Coding.c 2003-10-12 16:29:15.000000000 -0500
@@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
@ -9,4 +9,4 @@ $OpenBSD: patch-src_asn1Coding_c,v 1.1.1.1 2003/05/01 17:26:01 sturm Exp $
+#include <stdlib.h> +#include <stdlib.h>
#include <config.h> #include <config.h>
#ifdef HAVE_UNISTD_H #ifdef HAVE_GETOPT_H

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-src_asn1Decoding_c,v 1.1.1.1 2003/05/01 17:26:01 sturm Exp $ $OpenBSD: patch-src_asn1Decoding_c,v 1.2 2003/10/12 21:33:43 jolan Exp $
--- src/asn1Decoding.c.orig Wed Apr 30 20:22:02 2003 --- src/asn1Decoding.c.orig 2002-10-07 14:41:20.000000000 -0500
+++ src/asn1Decoding.c Wed Apr 30 20:22:11 2003 +++ src/asn1Decoding.c 2003-10-12 16:29:15.000000000 -0500
@@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
@ -9,4 +9,4 @@ $OpenBSD: patch-src_asn1Decoding_c,v 1.1.1.1 2003/05/01 17:26:01 sturm Exp $
+#include <stdlib.h> +#include <stdlib.h>
#include <config.h> #include <config.h>
#ifdef HAVE_UNISTD_H #ifdef HAVE_GETOPT_H

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-src_asn1Parser_c,v 1.1.1.1 2003/05/01 17:26:01 sturm Exp $ $OpenBSD: patch-src_asn1Parser_c,v 1.2 2003/10/12 21:33:43 jolan Exp $
--- src/asn1Parser.c.orig Wed Apr 30 20:22:18 2003 --- src/asn1Parser.c.orig 2002-10-07 14:41:44.000000000 -0500
+++ src/asn1Parser.c Wed Apr 30 20:22:27 2003 +++ src/asn1Parser.c 2003-10-12 16:29:15.000000000 -0500
@@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
@ -9,4 +9,4 @@ $OpenBSD: patch-src_asn1Parser_c,v 1.1.1.1 2003/05/01 17:26:01 sturm Exp $
+#include <stdlib.h> +#include <stdlib.h>
#include <config.h> #include <config.h>
#ifdef HAVE_UNISTD_H #ifdef HAVE_GETOPT_H

View File

@ -1,4 +1,2 @@
The libtasn1 library is part of GnuTLS and was developed for ASN1 The libtasn1 library is part of GnuTLS and was developed for ASN1
(Abstract Syntax Notation One) structures management. (Abstract Syntax Notation One) structures management.
WWW: ${HOMEPAGE}

View File

@ -1,3 +1,3 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2003/05/01 17:26:01 sturm Exp $ @comment $OpenBSD: PFRAG.shared,v 1.2 2003/10/12 21:33:43 jolan Exp $
lib/libtasn1.so.2.4 lib/libtasn1.so.0.2
DYNLIBDIR(%D/lib) DYNLIBDIR(%D/lib)