Accepting request 644654 from home:elvigia:branches:security:tls

- Explictly select "getrandom" system call as the seed source,
  it is the safer/best performing choice on linux.
- do not force -std=gnu99, pick the compiler default.

OBS-URL: https://build.opensuse.org/request/show/644654
OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl-1_1?expand=0&rev=23
This commit is contained in:
Vítězslav Čížek 2018-10-25 13:55:29 +00:00 committed by Git OBS Bridge
parent a3426a21a5
commit 332d0e46eb
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Oct 25 13:32:33 UTC 2018 - Cristian Rodríguez <crrodriguez@opensuse.org>
- Explictly select "getrandom" system call as the seed source,
it is the safer/best performing choice on linux.
- do not force -std=gnu99, pick the compiler default.
-------------------------------------------------------------------
Tue Sep 11 13:49:06 UTC 2018 - Vítězslav Čížek <vcizek@suse.com>

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -127,7 +127,7 @@ export MACHINE=armv6l
--prefix=%{_prefix} \
--libdir=%{_lib} \
--openssldir=%{ssletcdir} \
%{optflags} -std=gnu99 \
%{optflags} \
-Wa,--noexecstack \
-Wl,-z,relro,-z,now \
-fno-common \
@ -136,7 +136,8 @@ export MACHINE=armv6l
-D_GNU_SOURCE \
-DOPENSSL_NO_BUF_FREELISTS \
$(getconf LFS_CFLAGS) \
-Wall
-Wall \
--with-rand-seed=getrandom
# Show build configuration
perl configdata.pm --dump