Accepting request 388236 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/388236
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=39
This commit is contained in:
Dominique Leuenberger 2016-05-05 06:09:16 +00:00 committed by Git OBS Bridge
parent 85eb1b1683
commit e0ca76e183
6 changed files with 29 additions and 21 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCAAGBQJV9weDAAoJEJ1eqvaQE7hCEqIH/jwb0vLao9bZIBPavwjZcj6a
oAE4DlUflrerz4qjQYgXRGqLLBGV+FwcSYRvm59BMyC6K/zGx8b/0EX/mtADNfLk
y3S1GFpwfuwI0lrG5ffR/+a6PE0oyvaBc00p0sml3FMm+uAGFPkaM/yfVl9XnTeL
4cGlmYofV2OC2j/eucwlcqNy3d9B2TfLuOawqUUSX4Q1m/JyQFpH95Uq2SQQ1UaS
22Jp/BPiBVZo99aqfDLlnzG1sUQX5GzBUz4YUGzQQRSbZVykJ2Er7eF2rntzqP+l
Sc0xOm8EzHyAYLmxvOlpg/YEIkovRLhwpMfAaA3obuBPhWrOXEkh+zjeZ+6DwhM=
=RwHf
-----END PGP SIGNATURE-----

3
libtasn1-4.8.tar.gz Normal file
View File

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

11
libtasn1-4.8.tar.gz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCAAGBQJXC0aEAAoJEJ1eqvaQE7hCOukIAKm7Sg+a8pY/KaF7JKZRT74J
htcwNe8lwLqvpFf54vNjgD31qWv0MBq2tNaDuiQNWxBTJHxiYMwBlEG56B79Upx3
7aXkZeQMJTzO1vJo5svRi5YkFIBq1ByvFgupLGcmUUrn06CZGtvzdK4qK1D3YsI1
Q4PzmEf9TM/pHZjHRbIm3Ca/DOGX0OuSWAc4AwmiKS8XO47TmowB6/Lmqqxzy74s
+ClrP07s+EtVeIjY0WUt047MtP1/28Is/IIB1jze2CUeAJS2BDOMhMj+ori39Lht
gNl2u1of7n80Qlp71Zj73xFj8SpRLiox2MVX/+VhYNNsXCVhgvD43mpC808kWCI=
=pLk0
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Apr 11 14:56:31 UTC 2016 - mpluskal@suse.com
- Update to 4.8
* Fixes to avoid reliance on C undefined behavior.
* Fixes to avoid an infinite recursion when decoding without the
ASN1_DECODE_FLAG_STRICT_DER flag. Reported by Pascal Cuoq.
* Combined all the BER octet string decoding functions to a
single one based on asn1_decode_simple_ber().
-------------------------------------------------------------------
Wed Sep 16 23:49:25 UTC 2015 - zaitor@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package libtasn1
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define somajor 6
Name: libtasn1
Version: 4.7
Version: 4.8
Release: 0
Summary: ASN.1 parsing library
License: LGPL-2.1+ and GPL-3.0
@ -32,7 +32,6 @@ Source99: baselibs.conf
BuildRequires: info
BuildRequires: pkg-config
Requires(post): %{install_info_prereq}
# FIXME: use proper Requires(pre/post/preun/...)
Requires(preun): %{install_info_prereq}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -82,15 +81,14 @@ make %{?_smp_mflags} check
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
%post -n libtasn1-%{somajor} -p /sbin/ldconfig
%postun -n libtasn1-%{somajor} -p /sbin/ldconfig
%files
%defattr(-, root, root)
%doc NEWS README THANKS
%{_bindir}/*
%{_mandir}/man1/*.1.gz
%{_infodir}/*.info.gz
%{_mandir}/man1/*.1%{ext_man}
%{_infodir}/*.info%{ext_info}
%files -n libtasn1-%{somajor}
%defattr(-, root, root)
@ -101,6 +99,6 @@ make %{?_smp_mflags} check
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/libtasn1.pc
%{_mandir}/man3/*.3.gz
%{_mandir}/man3/*.3%{ext_man}
%changelog