Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 50A2E116C6 for ; Sat, 5 Apr 2014 12:56:56 +0000 (UTC) Received: (qmail 77583 invoked by uid 500); 5 Apr 2014 12:56:54 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 77373 invoked by uid 500); 5 Apr 2014 12:56:53 -0000 Mailing-List: contact cvs-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 cvs@httpd.apache.org Received: (qmail 77366 invoked by uid 99); 5 Apr 2014 12:56:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Apr 2014 12:56:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Apr 2014 12:56:51 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4B02923888FE; Sat, 5 Apr 2014 12:56:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1585089 - /httpd/httpd/branches/2.4.x/STATUS Date: Sat, 05 Apr 2014 12:56:31 -0000 To: cvs@httpd.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140405125631.4B02923888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: trawick Date: Sat Apr 5 12:56:30 2014 New Revision: 1585089 URL: http://svn.apache.org/r1585089 Log: monster Modified: httpd/httpd/branches/2.4.x/STATUS Modified: httpd/httpd/branches/2.4.x/STATUS URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1585089&r1=1585088&r2=1585089&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/STATUS (original) +++ httpd/httpd/branches/2.4.x/STATUS Sat Apr 5 12:56:30 2014 @@ -240,9 +240,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: +1: ylavic * Merge mod_authnz_fcgi from trunk. - http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/aaa/mod_authnz_fcgi.c - http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authnz_fcgi.xml - (Note: I'll build a proper patch file for this with all the necessary bits.) + trunk: + http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/aaa/mod_authnz_fcgi.c + http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authnz_fcgi.xml + and a line each in CMakeLists.txt and modules/aaa/config.m4 + (It was never added to other build systems.) + See the 2.4.x patch mergeinfo for trunk revisions. I've also added a tiny + part of r1522544 to create an entry in os/win32/BaseAddr.ref. + 2.4.x patch: http://people.apache.org/~trawick/authnz_fcgi-2.4.txt + The patch includes generated doc changes in order to carry eol-style. +1: trawick OTHER PROPOSALS