From a7b2991a70462027a07c1a54e70c4b0d71a96e64 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 1 Jan 2018 10:23:04 +0000 Subject: apache22: remove, it was eol'd in June 2017 Remove packages that only work with apache22. Remove apache22 references. --- www/ap22-authnz-external/patches/patch-aa | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 www/ap22-authnz-external/patches/patch-aa (limited to 'www/ap22-authnz-external/patches/patch-aa') diff --git a/www/ap22-authnz-external/patches/patch-aa b/www/ap22-authnz-external/patches/patch-aa deleted file mode 100644 index e7ec1126a20..00000000000 --- a/www/ap22-authnz-external/patches/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2008/11/12 09:07:56 martti Exp $ - ---- mod_authnz_external.c.orig 2008-07-31 22:11:46.000000000 +0300 -+++ mod_authnz_external.c 2008-11-12 10:53:39.000000000 +0200 -@@ -90,6 +90,7 @@ - #define ENV_PASS "PASS" - #define ENV_GROUP "GROUP" - #define ENV_URI "URI" -+#define ENV_METHOD "METHOD" - #define ENV_IP "IP" - #define ENV_HOST "HOST" /* Remote Host */ - #define ENV_HTTP_HOST "HTTP_HOST" /* Local Host */ -@@ -446,6 +447,9 @@ - if (r->uri) - child_env[i++]= apr_pstrcat(p, ENV_URI"=", r->uri, NULL); - -+ if (r->method) -+ child_env[i++]= apr_pstrcat(r->pool, ENV_METHOD"=", r->method, NULL); -+ - if ((host= apr_table_get(r->headers_in, "Host")) != NULL) - child_env[i++]= apr_pstrcat(p, ENV_HTTP_HOST"=", host, NULL); - -- cgit v1.2.3