Accepting request 769451 from security:tls
OBS-URL: https://build.opensuse.org/request/show/769451 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=48
This commit is contained in:
commit
9a332deb1b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd77509fe8f5304deafbca654dc7f0ea57f5841f41ba530cff9a5bf71382739e
|
||||
size 1800713
|
@ -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
3
libtasn1-4.16.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e0fb0903839117cb6e3b56e68222771bebf22ad7fc2295a0ed7d576e8d4329d
|
||||
size 1812442
|
11
libtasn1-4.16.0.tar.gz.sig
Normal file
11
libtasn1-4.16.0.tar.gz.sig
Normal 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-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 23:00:48 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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define somajor 6
|
||||
Name: libtasn1
|
||||
Version: 4.15.0
|
||||
Version: 4.16.0
|
||||
Release: 0
|
||||
Summary: ASN.1 parsing library
|
||||
License: LGPL-2.1-or-later AND GPL-3.0-only
|
||||
@ -64,16 +64,14 @@ http://www.gnutls.org
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags} V=1
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
# see 49d6e3f0a4b5fd4da31228d23ae9efabef20c1ca
|
||||
rm %{buildroot}/%{_bindir}/corpus2array
|
||||
|
||||
%check
|
||||
make %{?_smp_mflags} check
|
||||
%make_build check
|
||||
|
||||
%post
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
|
Loading…
Reference in New Issue
Block a user