From b78e659ebe11cdded7bd0e8bbb37c67a88294dc5152ae125497a46f9d2d0bdbc Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 20 Nov 2012 09:39:49 +0000 Subject: [PATCH] Accepting request 141696 from Base:System update to libtasn1 3.0, SONAME libtasn1.so.6 (forwarded request 141684 from AndreasStieger) OBS-URL: https://build.opensuse.org/request/show/141696 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=24 --- baselibs.conf | 2 +- libtasn1-2.14.tar.gz | 3 --- libtasn1-3.0.tar.gz | 3 +++ libtasn1.changes | 20 ++++++++++++++++++++ libtasn1.spec | 6 +++--- 5 files changed, 27 insertions(+), 7 deletions(-) delete mode 100644 libtasn1-2.14.tar.gz create mode 100644 libtasn1-3.0.tar.gz diff --git a/baselibs.conf b/baselibs.conf index 5a91d1e..b0e0088 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libtasn1-3 +libtasn1-6 diff --git a/libtasn1-2.14.tar.gz b/libtasn1-2.14.tar.gz deleted file mode 100644 index 3b24ddd..0000000 --- a/libtasn1-2.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc2936cd20267859278145e563427c274d27aaae30ecdf50a04cdd4ec0153d54 -size 1977010 diff --git a/libtasn1-3.0.tar.gz b/libtasn1-3.0.tar.gz new file mode 100644 index 0000000..10c6138 --- /dev/null +++ b/libtasn1-3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1cb499b9b2fff119c150a485f1e1c8fdfe549bd7cb3886db661750a85769f01 +size 1782052 diff --git a/libtasn1.changes b/libtasn1.changes index 0d572f3..5e7a923 100644 --- a/libtasn1.changes +++ b/libtasn1.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Nov 17 22:17:09 UTC 2012 - andreas.stieger@gmx.de + +- update to libtasn1 3.0, SONAME libtasn1.so.6 + - Added tool in tests/ to benchmark X.509 structure decoding. + - Added asn1_read_node_value() to obtain a node's value. + - Optimizations in internal tree allocation. + - Optimizations in tree search. + - libtasn1.h no longer exports internal structures. + - Types were renamed for consistency: + ASN1_DATA_NODE -> asn1_data_node_st + ASN1_ARRAY_TYPE -> asn1_static_node + ASN1_TYPE -> asn1_node + ASN1_TYPE_EMPTY -> NULL + static_struct_asn -> asn1_static_node_st + node_asn_struct -> asn1_node_st + node_asn -> asn1_node_st + (the old types are still available as definitions) +- fix W: devel-package-with-non-devel-group + ------------------------------------------------------------------- Fri Sep 28 09:23:57 UTC 2012 - meissner@suse.com diff --git a/libtasn1.spec b/libtasn1.spec index 666b8c8..955641a 100644 --- a/libtasn1.spec +++ b/libtasn1.spec @@ -16,12 +16,12 @@ # -%define somajor 3 +%define somajor 6 Name: libtasn1 BuildRequires: info BuildRequires: pkg-config -Version: 2.14 +Version: 3.0 Release: 0 Url: http://ftp.gnu.org/gnu/libtasn1/ Summary: ASN.1 parsing library @@ -50,7 +50,7 @@ http://www.gnutls.org %package devel Requires: libtasn1-%{somajor} = %{version} Summary: ASN.1 parsing library -Group: Productivity/Networking/Security +Group: Development/Libraries/C and C++ %description devel This is the ASN.1 library used in GNUTLS. More up to date information