svn commit: r484599 - in head: Mk Mk/Scripts Mk/Uses audio/cpp-xmms2 audio/p5-xmms2 audio/py-xmms2 audio/raop_play audio/umurmur benchmarks/polygraph comms/trustedqsl converters/wkhtmltopdf databas...

Matthias Fechner idefix at fechner.net
Fri Nov 23 15:43:27 UTC 2018


Am 10.11.2018 um 11:09 schrieb Mathieu Arnold:
> Modified: head/net/haproxy/Makefile
> ==============================================================================
> --- head/net/haproxy/Makefile	Sat Nov 10 10:04:42 2018	(r484598)
> +++ head/net/haproxy/Makefile	Sat Nov 10 10:09:48 2018	(r484599)
> @@ -46,8 +46,8 @@ LUA_MAKE_ARGS=		USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LI
>  MAKE_ARGS+=     USE_REGPARM=1
>  .endif
>  
> -.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel}
> -BROKEN=         Does not build with openssl-devel
> +.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl111}
> +BROKEN=         Does not build with openssl111
>  .endif
>  
>  post-build:

I do not understand why haproxy was marked as broken with openssl 1.1.1.
I use it now for about 3 weeks and it works perfectly fine with
OPENSSL111 and is doing TLS1.3 correctly.

Gruß
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook



More information about the svn-ports-all mailing list