Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3AACA200C30 for ; Tue, 7 Mar 2017 13:33:20 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 393A3160B74; Tue, 7 Mar 2017 12:33:20 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 84A9B160B68 for ; Tue, 7 Mar 2017 13:33:19 +0100 (CET) Received: (qmail 12459 invoked by uid 500); 7 Mar 2017 12:33:18 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 12449 invoked by uid 99); 7 Mar 2017 12:33:18 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Mar 2017 12:33:18 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 04B741A032C for ; Tue, 7 Mar 2017 12:33:18 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.151 X-Spam-Level: * X-Spam-Status: No, score=1.151 tagged_above=-999 required=6.31 tests=[KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id N7pq4DCSicDP for ; Tue, 7 Mar 2017 12:33:13 +0000 (UTC) Received: from resqmta-po-03v.sys.comcast.net (resqmta-po-03v.sys.comcast.net [96.114.154.162]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id C9F715FC29 for ; Tue, 7 Mar 2017 12:33:12 +0000 (UTC) Received: from resomta-po-10v.sys.comcast.net ([96.114.154.234]) by resqmta-po-03v.sys.comcast.net with SMTP id lEIbchWEoyXuHlEIbcEayG; Tue, 07 Mar 2017 12:33:05 +0000 Received: from [192.168.199.10] ([69.251.90.98]) by resomta-po-10v.sys.comcast.net with SMTP id lEIacOrR1Cp2WlEIac4M1p; Tue, 07 Mar 2017 12:33:05 +0000 From: Jim Jagielski Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: svn commit: r1785116 - in /httpd/httpd/branches/2.4.x: ./ modules/lua/config.m4 Date: Tue, 7 Mar 2017 07:33:04 -0500 References: <20170302122723.913423A0158@svn01-us-west.apache.org> <5649082d-f0f3-ec8e-2428-8c4ee37e2d24@gmail.com> <0C3A8132-57D5-4670-BBA4-C3E6430CD480@jaguNET.com> <63DD9D96-7A06-4438-9A9F-1AD225379C46@jaguNET.com> <0ef781b6-fc32-bc50-aa4f-753f36b20d0e@gmail.com> To: dev@httpd.apache.org In-Reply-To: <0ef781b6-fc32-bc50-aa4f-753f36b20d0e@gmail.com> Message-Id: X-Mailer: Apple Mail (2.3259) X-CMAE-Envelope: MS4wfEnFjNJBHegR66azy/AmSCXg/SPhHoMMPbrvIFK3kSFRbsbmzbAffo9NWp251d1eIQDcUHSfdUVi8EfnCSfERU1wqwgfpygGHz/HvAzLz9YGJb7HHlNZ x8bbO2l4B3bHnV2QZYAT2EvgNaz3wbBVHyJhJdqQsT5qJjN6kppx3wJX archived-at: Tue, 07 Mar 2017 12:33:20 -0000 Backport away! :) > On Mar 6, 2017, at 2:52 PM, Jacob Champion = wrote: >=20 > On 03/06/2017 09:41 AM, Jacob Champion wrote: >> On 03/06/2017 04:36 AM, Jim Jagielski wrote: >>> So config.m4 should look for that API then, right? >>=20 >> Yup. I don't think it's *quite* as easy as just looking for the = _openlib >> call, since that's an implementation detail (the compatibility APIs = are >> macros on some versions of Lua, I think). Let me take a crack at it. >=20 > See r1785752 and r1785753. I've tested with 5.1 and 5.2 (with 5.3 = installed, but correctly ignored) on Ubuntu 16.04. >=20 > --Jacob