public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apache/mod_extract_forwarded: mod_extract_forwarded-2.0.3_pre2015052015.ebuild ChangeLog
@ 2015-05-09  8:37 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2015-05-09  8:37 UTC (permalink / raw
  To: gentoo-commits

pacho       15/05/09 08:37:18

  Modified:             ChangeLog
  Added:                mod_extract_forwarded-2.0.3_pre2015052015.ebuild
  Log:
  Support apache 2.4 (#532824)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.8                  www-apache/mod_extract_forwarded/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_extract_forwarded/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_extract_forwarded/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_extract_forwarded/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_extract_forwarded/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	10 Aug 2014 20:15:28 -0000	1.7
+++ ChangeLog	9 May 2015 08:37:18 -0000	1.8
@@ -1,6 +1,12 @@
 # ChangeLog for www-apache/mod_extract_forwarded
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_extract_forwarded/ChangeLog,v 1.7 2014/08/10 20:15:28 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_extract_forwarded/ChangeLog,v 1.8 2015/05/09 08:37:18 pacho Exp $
+
+*mod_extract_forwarded-2.0.3_pre2015052015 (09 May 2015)
+
+  09 May 2015; Pacho Ramos <pacho@gentoo.org>
+  +mod_extract_forwarded-2.0.3_pre2015052015.ebuild:
+  Support apache 2.4 (#532824)
 
   10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
   mod_extract_forwarded-2.0.2.ebuild:



1.1                  www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.3_pre2015052015.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.3_pre2015052015.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.3_pre2015052015.ebuild?rev=1.1&content-type=text/plain

Index: mod_extract_forwarded-2.0.3_pre2015052015.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.3_pre2015052015.ebuild,v 1.1 2015/05/09 08:37:18 pacho Exp $

EAPI=5
inherit apache-module

DESCRIPTION="Apache module that rewrites X-Forwarded-For to REMOTE_ADDR for reverse proxy configurations"
HOMEPAGE="http://www.openinfo.co.uk/apache/index.html"
#SRC_URI="http://www.openinfo.co.uk/apache/extract_forwarded-${PV}.tar.gz"
SRC_URI="http://dev.gentoo.org/~pacho/maintainer-needed/${P}.tar.xz"

LICENSE="Apache-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="mod_proxy"

DEPEND=""
RDEPEND="mod_proxy? ( www-servers/apache[apache2_modules_proxy_connect] )"

APACHE2_MOD_CONF="98_${PN}"
APACHE2_MOD_DEFINE="EXTRACT_FORWARDED"

need_apache2

src_prepare() {
	if ! use mod_proxy; then
		sed -i -e 's:#define USING_proxy_http_module .*::' mod_extract_forwarded.c || die
	fi
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-apache/mod_extract_forwarded: mod_extract_forwarded-2.0.3_pre2015052015.ebuild ChangeLog
@ 2015-05-17 11:05 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2015-05-17 11:05 UTC (permalink / raw
  To: gentoo-commits

pacho       15/05/17 11:05:03

  Modified:             mod_extract_forwarded-2.0.3_pre2015052015.ebuild
                        ChangeLog
  Log:
  Looks like it's not compatible with 2.2 (#549034)
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.2                  www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.3_pre2015052015.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.3_pre2015052015.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.3_pre2015052015.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.3_pre2015052015.ebuild?r1=1.1&r2=1.2

Index: mod_extract_forwarded-2.0.3_pre2015052015.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.3_pre2015052015.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_extract_forwarded-2.0.3_pre2015052015.ebuild	9 May 2015 08:37:18 -0000	1.1
+++ mod_extract_forwarded-2.0.3_pre2015052015.ebuild	17 May 2015 11:05:03 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.3_pre2015052015.ebuild,v 1.1 2015/05/09 08:37:18 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_extract_forwarded/mod_extract_forwarded-2.0.3_pre2015052015.ebuild,v 1.2 2015/05/17 11:05:03 pacho Exp $
 
 EAPI=5
 inherit apache-module
@@ -21,7 +21,7 @@
 APACHE2_MOD_CONF="98_${PN}"
 APACHE2_MOD_DEFINE="EXTRACT_FORWARDED"
 
-need_apache2
+need_apache2_4
 
 src_prepare() {
 	if ! use mod_proxy; then



1.9                  www-apache/mod_extract_forwarded/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_extract_forwarded/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_extract_forwarded/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_extract_forwarded/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_extract_forwarded/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	9 May 2015 08:37:18 -0000	1.8
+++ ChangeLog	17 May 2015 11:05:03 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for www-apache/mod_extract_forwarded
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_extract_forwarded/ChangeLog,v 1.8 2015/05/09 08:37:18 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_extract_forwarded/ChangeLog,v 1.9 2015/05/17 11:05:03 pacho Exp $
+
+  17 May 2015; Pacho Ramos <pacho@gentoo.org>
+  mod_extract_forwarded-2.0.3_pre2015052015.ebuild:
+  Looks like it's not compatible with 2.2 (#549034)
 
 *mod_extract_forwarded-2.0.3_pre2015052015 (09 May 2015)
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-17 11:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-17 11:05 [gentoo-commits] gentoo-x86 commit in www-apache/mod_extract_forwarded: mod_extract_forwarded-2.0.3_pre2015052015.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2015-05-09  8:37 Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox