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
This commit is contained in:
parent
e20179150f
commit
b78e659ebe
@ -1 +1 @@
|
|||||||
libtasn1-3
|
libtasn1-6
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bc2936cd20267859278145e563427c274d27aaae30ecdf50a04cdd4ec0153d54
|
|
||||||
size 1977010
|
|
3
libtasn1-3.0.tar.gz
Normal file
3
libtasn1-3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f1cb499b9b2fff119c150a485f1e1c8fdfe549bd7cb3886db661750a85769f01
|
||||||
|
size 1782052
|
@ -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
|
Fri Sep 28 09:23:57 UTC 2012 - meissner@suse.com
|
||||||
|
|
||||||
|
@ -16,12 +16,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define somajor 3
|
%define somajor 6
|
||||||
|
|
||||||
Name: libtasn1
|
Name: libtasn1
|
||||||
BuildRequires: info
|
BuildRequires: info
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
Version: 2.14
|
Version: 3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://ftp.gnu.org/gnu/libtasn1/
|
Url: http://ftp.gnu.org/gnu/libtasn1/
|
||||||
Summary: ASN.1 parsing library
|
Summary: ASN.1 parsing library
|
||||||
@ -50,7 +50,7 @@ http://www.gnutls.org
|
|||||||
%package devel
|
%package devel
|
||||||
Requires: libtasn1-%{somajor} = %{version}
|
Requires: libtasn1-%{somajor} = %{version}
|
||||||
Summary: ASN.1 parsing library
|
Summary: ASN.1 parsing library
|
||||||
Group: Productivity/Networking/Security
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This is the ASN.1 library used in GNUTLS. More up to date information
|
This is the ASN.1 library used in GNUTLS. More up to date information
|
||||||
|
Loading…
Reference in New Issue
Block a user