Accepting request 113727 from Base:System

update to 2.12 (forwarded request 113648 from tabraham1)

OBS-URL: https://build.opensuse.org/request/show/113727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=19
This commit is contained in:
Stephan Kulow 2012-04-17 19:59:23 +00:00 committed by Git OBS Bridge
parent cf5d447210
commit 827a12d215
4 changed files with 22 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4d43c77c12ceabf1a72911472fc8c67e43728b328dfb1b83fd519ed5d079afb
size 1944644

3
libtasn1-2.12.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:123b57082c2ed2c99d0f3a8d526d5a12bbe3464e33e59cec9d0ef7526e5822aa
size 1634238

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Apr 14 17:24:30 UTC 2012 - tabraham@novell.com
- update to version 2.12
+ Cleanup license headers.
+ build: Update gnulib files.
+ Corrected DER decoding issue (reported by Matthew Hall).
Added self check to detect the problem, see tests/Test_overflow.c.
This problem can lead to at least remotely triggered crashes, see
further analysis on the libtasn1 mailing list.
-------------------------------------------------------------------
Sun Jan 8 16:37:35 UTC 2012 - tabraham@novell.com

View File

@ -15,18 +15,17 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: libtasn1
BuildRequires: info pkg-config
Version: 2.11
Release: 1
BuildRequires: info
BuildRequires: pkg-config
Version: 2.12
Release: 0
Url: http://ftp.gnu.org/gnu/libtasn1/
Group: Productivity/Networking/Security
License: LGPL-2.1+
Summary: ASN.1 parsing library
Source: %{name}-%{version}.tar.gz
License: LGPL-2.1+
Group: Productivity/Networking/Security
Source: %{name}-%{version}.tar.bz2
Source99: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %install_info_prereq
@ -37,10 +36,9 @@ can be found at http://www.gnu.org/software/gnutls and
http://www.gnutls.org
%package -n libtasn1-3
License: LGPL-2.1+
Summary: ASN.1 parsing library
Requires: %{name} >= %{version}
Group: Productivity/Networking/Security
Requires: %{name} >= %{version}
%description -n libtasn1-3
This is the ASN.1 library used in GNUTLS. More up to date information
@ -48,7 +46,6 @@ can be found at http://www.gnu.org/software/gnutls and
http://www.gnutls.org
%package devel
License: LGPL-2.1+
Requires: %{name} = %{version}
Summary: ASN.1 parsing library
Group: Productivity/Networking/Security