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

libtasn1 4.15.0

OBS-URL: https://build.opensuse.org/request/show/750366
OBS-URL: https://build.opensuse.org/package/show/security:tls/libtasn1?expand=0&rev=8
This commit is contained in:
Pedro Monreal Gonzalez 2019-11-22 18:16:48 +00:00 committed by Git OBS Bridge
parent a374facc09
commit 36d74cc361
6 changed files with 29 additions and 15 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEWfu1XKfzqKsMUDdz2BxIh/FnmmUFAl03SokACgkQ2BxIh/Fn
mmWqpAgAoeGWiRn/Gp3kcxH5igYSbVPIK2ovLWrN4++zzrkrhNylMQeh/l/nVIjx
Wk2aZ3wka0jCez7lAjIUV3FrjczMqunK4wopG4SKKw3K8OSScOaYZIkONFE45HmY
xyYJnq5ePviy8oYfBczNSmyDqDeH1WQ5W/tpezlk9nbmEGqGT2Ic+DO2MeTzj0G+
Z9s7pvyUAxRe0Rz0XJWQpSgyU+3nwppqasE1t+S7H/aNlFIBFCMfqET1n5hQAh/p
qRKBzOSLzn/DdDGthZRCIDEhgPBz0tJ+WKmXgyilEXOjYcSc1pH4PdsboS759KIK
zi07IvoeLbfwVVyFEpQ/QxkRwRBoBg==
=+Jqp
-----END PGP SIGNATURE-----

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

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Nov 22 17:08:35 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
- libtasn1 4.15.0:
* The generated tree no longer contains ASN.1 built-in types
even if they are explicitly defined in the description.
Previously a warning was printed when these types were seen,
now they are ignored.
* Several fixes in ASN.1 definition parser, preventing several
crashes and leaks in the tools due to improper ASN.1.
* Switched to semantic versioning
-------------------------------------------------------------------
Wed Jul 31 20:15:25 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -18,7 +18,7 @@
%define somajor 6
Name: libtasn1
Version: 4.14
Version: 4.15.0
Release: 0
Summary: ASN.1 parsing library
License: LGPL-2.1-or-later AND GPL-3.0-only
@ -69,6 +69,8 @@ make %{?_smp_mflags} V=1
%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
# see 49d6e3f0a4b5fd4da31228d23ae9efabef20c1ca
rm %{buildroot}/%{_bindir}/corpus2array
%check
make %{?_smp_mflags} check