From owner-freebsd-apache@freebsd.org Wed Jun 28 02:16:41 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 DB2A2D9577E for ; Wed, 28 Jun 2017 02:16:41 +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 CE79B1017 for ; Wed, 28 Jun 2017 02:16:41 +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 07A8E211BD for ; Tue, 27 Jun 2017 19:16:41 -0700 (PDT) Date: Tue, 27 Jun 2017 19:16:40 -0700 (PDT) From: Roger Marquis To: freebsd-apache@freebsd.org Subject: Solved: Patch wanted for www/apache24(.26) and security/libressl In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed 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 02:16:41 -0000 > There is a working patch somewhere on github Found it via the freebsd-apache list archives. Thanks to Bernard Spil and Markus Kohlmeyer apache24 compiles after a simple fetch: cd /usr/ports/www/apache24 fetch 'https://bz.apache.org/bugzilla/attachment.cgi?id=35070' -o files/patch-35070 make deinstall reinstall clean service apache24 restart Roger