Accepting request 632455 from network:utilities

- We HAVE_SSLv23_*_method, just not as functions, but macros
  add the relevant defines in the command line so support for
  autonegotiation of the highest TLS version is restored. (forwarded request 632361 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/632455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socat?expand=0&rev=37
This commit is contained in:
Dominique Leuenberger 2018-09-04 20:49:10 +00:00 committed by Git OBS Bridge
commit 190c917692
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Aug 30 16:32:32 UTC 2018 - crrodriguez@opensuse.org
- We HAVE_SSLv23_*_method, just not as functions, but macros
add the relevant defines in the command line so support for
autonegotiation of the highest TLS version is restored.
-------------------------------------------------------------------
Tue Apr 3 13:53:32 CEST 2018 - kukuk@suse.de

View File

@ -68,7 +68,7 @@ fi
CL_DATE="$(awk -F " - " 'NR==2{print $1;}' %{SOURCE1})"
test -n "$CL_DATE"
export BUILD_DATE="$(LANG=C date --utc -d "${CL_DATE}" +"%b %e %Y %T")"
export RPM_OPT_FLAGS="%{optflags} -fno-strict-aliasing"
export CFLAGS="%{optflags} -fno-strict-aliasing -DHAVE_SSLv23_client_method -DHAVE_SSLv23_server_method"
%configure
%{__make} all
mkdir examples