From owner-freebsd-apache@freebsd.org Tue Mar 27 15:50:26 2018 Return-Path: Delivered-To: freebsd-apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B170BF636E9 for ; Tue, 27 Mar 2018 15:50:26 +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 1E8D16D97F for ; Tue, 27 Mar 2018 15:50:25 +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 1261C25F4D; Tue, 27 Mar 2018 08:50:24 -0700 (PDT) Date: Tue, 27 Mar 2018 08:50:24 -0700 (PDT) From: Roger Marquis To: Spil Oss cc: freebsd-apache@freebsd.org Subject: Re: mod_md misclassified? 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.25 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Mar 2018 15:50:26 -0000 > Are you referring to the module that is part of the www/apache24 port > or to the www/mod_md-devel module? Thanks Bernard, Was only referring to and www/apache24/Makefile.options which don't appear to specify or differentiate the -devel version. Looks like Apache's 2.4 module index is out of date. Best, Roger > > The www/apache24 mod_md module is release indeed > The www/mod_md-devel module is tracking the latest version from Github > and thus is a -devel version. > > Cheers, Bernard. > > 2018-03-25 17:58 GMT+02:00 Roger Marquis : >> In www/apache24 MD is listed outside of the 'Example and devel' section >> (EXAMPLE_MODULES). This appears to be incorrect according to >> httpd.apache.org/docs/2.4/mod/mod_md.html: >> >> Warning >> >> This module is experimental. Its behaviors, directives, and defaults >> are subject to more change from release to release relative to other >> standard modules. Users are encouraged to consult the "CHANGES" file >> for potential updates. >> >> Is there a reason behind the apparent misclassification? >>