Accepting request 632361 from home:elvigia:branches: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. OBS-URL: https://build.opensuse.org/request/show/632361 OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=46
This commit is contained in:
parent
0c93d41e01
commit
9cddc232d6
@ -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
|
Tue Apr 3 13:53:32 CEST 2018 - kukuk@suse.de
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@ fi
|
|||||||
CL_DATE="$(awk -F " - " 'NR==2{print $1;}' %{SOURCE1})"
|
CL_DATE="$(awk -F " - " 'NR==2{print $1;}' %{SOURCE1})"
|
||||||
test -n "$CL_DATE"
|
test -n "$CL_DATE"
|
||||||
export BUILD_DATE="$(LANG=C date --utc -d "${CL_DATE}" +"%b %e %Y %T")"
|
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
|
%configure
|
||||||
%{__make} all
|
%{__make} all
|
||||||
mkdir examples
|
mkdir examples
|
||||||
|
Loading…
Reference in New Issue
Block a user