From owner-freebsd-apache@freebsd.org Wed Jun 28 01:35:27 2017 Return-Path: Delivered-To: freebsd-apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30790D94F1B for ; Wed, 28 Jun 2017 01:35:27 +0000 (UTC) (envelope-from marquis@roble.com) Received: from mx5.roble.com (mx5.roble.com [209.237.23.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx5.roble.com", Issuer "mx5.roble.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 24C6884F5C for ; Wed, 28 Jun 2017 01:35:26 +0000 (UTC) (envelope-from marquis@roble.com) Received: from roble.com (roble.com [209.237.23.50]) by mx5.roble.com (Postfix) with ESMTP id 8267C22407 for ; Tue, 27 Jun 2017 18:29:29 -0700 (PDT) Date: Tue, 27 Jun 2017 18:29:29 -0700 (PDT) From: Roger Marquis To: freebsd-apache@freebsd.org Subject: Patch wanted for www/apache24(.26) and security/libressl Message-ID: MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jun 2017 01:35:27 -0000 Is anyone else unable to build 2.4.26 with libressl? The errors include: ab.o: In function `main': ab.c:(.text+0xbd9): undefined reference to `SSL_CTX_set_max_proto_version' ab.c:(.text+0xbea): undefined reference to `SSL_CTX_set_min_proto_version' ab can be commented out of work/httpd-2.4.26/support/Makefile but that just changes the error "(bio_filter_out_ctx_t *)BIO_get_data(bio)". There is a working patch somewhere on github or apache.org IIRC that can be dropped as-is into files/patch... but I can't seem to find it (now). Pointers appreciated. Roger