3
0
forked from pool/openssl-3

Accepting request 817865 from home:vitezslav_cizek:branches:security:tls

- Update to 3.0.0 Alpha 4
  * No changelog available
- The license is now Apache-2.0
- temporarily disable broken 81-test_cmp_cli.t test
  * https://github.com/openssl/openssl/issues/12324

OBS-URL: https://build.opensuse.org/request/show/817865
OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl-3?expand=0&rev=11
This commit is contained in:
Vítězslav Čížek 2020-06-30 12:20:26 +00:00 committed by Git OBS Bridge
parent 1e33ca551f
commit d257654006
6 changed files with 27 additions and 16 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEhlersmDwVrHlGQg52cTSbQ5gRJEFAl7Y/ZwACgkQ2cTSbQ5g
RJGVPQgAj/1O/bbdYXNC4ITWymDDPp6urwKvCuhUDsCfu7zZ+9K8xj/fMKmlknyg
z/uG97sjO0fGHqB5rYcsf/vPqeDJT9xnsBfpm3LQkJIfmWiePDsfyQN6s0gSP0UL
3YwJlLxFCVE7QhcAZdTlqtNTwgUcJM4dGAnJZ5MV5lMvQja49Pde4fMHBv2crJs3
/VO0WQTke+zoqZOGSmBJIi6Hlm4EjOgI4dVqSfO0a1SFfqc547nzyg0AVoWLizqI
rISRp4sD93zPK/2JcuY9fBViPnHCOA20U18SmLT859V+xPPYTXfU0n3G2vhvYId0
GqeQvcLjUUI/XWreEtobHuSh9yc3/w==
=u3vY
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEhlersmDwVrHlGQg52cTSbQ5gRJEFAl70rYcACgkQ2cTSbQ5g
RJFsRwgAlrEhcEjqVsAVXNB9q7vGKkGzugDwKydXJuYel95dQFR9doiRDPG1iHXa
MVXIcZoSsOdm+DBm9qRzTbYQgVKbtFJYQVO/Q+AzSi9HihS9Nq9vdXt2xkpQhb5N
KewzA8LSZOZWJBaqP1JAyAECl8bfgln4x05vrDNpzJfDOkO8z+tgI1BZNaGZk81s
C5l3MP35gOj7XAdwCQBzRY/0S6OppUL+qtdyORQPf2PcjXoXZ90ncHISb7nMR5Io
uw2K/AiDSPcoIAuku1JO5HSgr8Py5FfrJMWrfJnsrHRX48wTV2EwDutjWYSd892C
ft7Yy8C7VFnY6NLB4ts/zmgApScMBA==
=k+We
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jun 26 07:20:40 UTC 2020 - Vítězslav Čížek <vcizek@suse.com>
- Update to 3.0.0 Alpha 4
* No changelog available
- The license is now Apache-2.0
- temporarily disable broken 81-test_cmp_cli.t test
* https://github.com/openssl/openssl/issues/12324
-------------------------------------------------------------------
Thu Jun 4 20:24:04 UTC 2020 - Vítězslav Čížek <vcizek@suse.com>

View File

@ -20,14 +20,14 @@
%define sover 3
%define _rname openssl
%define vernum 3.0.0
%define relnum alpha3
%define relnum alpha4
%define dash_version %{vernum}-%{relnum}
Name: openssl-3
# Don't forget to update the version in the "openssl" package!
Version: %{vernum}~%{relnum}
Release: 0
Summary: Secure Sockets and Transport Layer Security
License: OpenSSL
License: Apache-2.0
URL: https://www.openssl.org/
Source: https://www.%{_rname}.org/source/%{_rname}-%{dash_version}.tar.gz
# to get mtime of file:
@ -145,6 +145,8 @@ perl configdata.pm --dump
%check
export MALLOC_CHECK_=3
export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
# Disable broken test (needs lsof) https://github.com/openssl/openssl/issues/12324
rm test/recipes/81-test_cmp_cli.t
LD_LIBRARY_PATH="$PWD" make test -j1
# show cyphers
gcc -o showciphers %{optflags} -I%{buildroot}%{_includedir} %{SOURCE5} -L%{buildroot}%{_libdir} -lssl -lcrypto