Accepting request 769388 from home:AndreasStieger:branches:security:tls

libtasn1 4.16.0

OBS-URL: https://build.opensuse.org/request/show/769388
OBS-URL: https://build.opensuse.org/package/show/security:tls/libtasn1?expand=0&rev=10
This commit is contained in:
Jason Sikes 2020-02-02 22:17:08 +00:00 committed by Git OBS Bridge
parent 36d74cc361
commit 81f9359a17
6 changed files with 27 additions and 18 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEWfu1XKfzqKsMUDdz2BxIh/FnmmUFAl3WV98ACgkQ2BxIh/Fn
mmVEZgf9Gvadh4vAx9+X7Ct1XwW5WcbHz5/Is6fWZ+Sdzm7sBNENoQftCbAO8+Nc
6oX3GsvAf2Q72GjoARUC4mmJC5Q5meEECx35W2FjaqKsG6tnNUteXgfXv2tYI+wf
q09Te+8jRsv0xxTlDUZCItx6CRHGsFmk0EMJXMYMiZT0igkWpvynG9DWcAKr82p+
m2OAS6xFlHZnMDp3Zpdu7fOP9Iy0f9jCc/vyOcJocFxx4fext5yPRgEzbc58bZpB
qTGfpnQ77VSTUqYPCTYaAHLVhxD2NR3iFmVLma5ug85iz6HY2ZGnoRQg3g2o9ss2
tZQG0yYmhYLHOHBmbI8ve67I2tE8Tw==
=pVxN
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEWfu1XKfzqKsMUDdz2BxIh/FnmmUFAl42AF0ACgkQ2BxIh/Fn
mmVm8Qf9GroRQ/D3f8crSv/HWZJ/EGDKAcSc+s0Gc5bfPQK7CrEUJpoCRt+kZzhO
9RWcod3jot3/W26v1R6lCruQwUDbXmoPOYUMJ5cJuP8oHSs3+6m96e6aadWhpNxh
8FGsnSvLNJ1zeCtsuvf9Zyi1NVicBGoeeCRgkJIkAE1TnCsbpo+QascmXJHlfDc2
lueMzRexFzy7t03ySsRdiKpfzG1pyTWvU7lVhX8ysf2+31wi9kgvg71bPJhsA794
FBIkpHcJXBkxxmlIvI/O65pRNX+13GmZjcPij5qth6Cr1fVQcN4hzEEKzyzf2RoP
xqzVc6yNRh8pj+A44vwZ4sm7S+o0tQ==
=czTt
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Feb 2 19:41:58 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
- libtasn1 4.16.0:
* asn1_decode_simple_ber: added support for constructed definite
octet strings
* asn1_get_object_id_der: enhance the range of decoded OIDs
* asn1_object_id_der: New function
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 22 17:08:35 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de> Fri Nov 22 17:08:35 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libtasn1 # spec file for package libtasn1
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define somajor 6 %define somajor 6
Name: libtasn1 Name: libtasn1
Version: 4.15.0 Version: 4.16.0
Release: 0 Release: 0
Summary: ASN.1 parsing library Summary: ASN.1 parsing library
License: LGPL-2.1-or-later AND GPL-3.0-only License: LGPL-2.1-or-later AND GPL-3.0-only
@ -64,7 +64,7 @@ http://www.gnutls.org
%build %build
%configure --disable-static %configure --disable-static
make %{?_smp_mflags} V=1 %make_build
%install %install
%make_install %make_install
@ -73,7 +73,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
rm %{buildroot}/%{_bindir}/corpus2array rm %{buildroot}/%{_bindir}/corpus2array
%check %check
make %{?_smp_mflags} check %make_build check
%post %post
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz