Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2018 16:43:13 +0100
From:      Matthias Fechner <idefix@fechner.net>
To:        Mathieu Arnold <mat@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: 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...
Message-ID:  <64334e35-a82d-0e7a-d6a0-8b5eeb8055a7@fechner.net>
In-Reply-To: <201811101009.wAAA9nKT020853@repo.freebsd.org>
References:  <201811101009.wAAA9nKT020853@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?64334e35-a82d-0e7a-d6a0-8b5eeb8055a7>