summaryrefslogtreecommitdiff
path: root/www-servers/nginx/files/http_cache_purge-1.11.6+.patch
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2023-07-05 00:08:34 +0200
committerMarcin Deranek <marcin.deranek@slonko.net>2023-07-05 00:08:34 +0200
commit69b8a7a72af666dacd90cf627d225a64e6580763 (patch)
treed9aa8fe58fef6f074bd0b1f83d095d4703a5a433 /www-servers/nginx/files/http_cache_purge-1.11.6+.patch
parentd272278e8d6d533d8a832526a955759678f03a61 (diff)
downloadportage-69b8a7a72af666dacd90cf627d225a64e6580763.tar.gz
portage-69b8a7a72af666dacd90cf627d225a64e6580763.tar.bz2
portage-69b8a7a72af666dacd90cf627d225a64e6580763.zip
Dropping www-servers/nginx as already upstream
Diffstat (limited to 'www-servers/nginx/files/http_cache_purge-1.11.6+.patch')
-rw-r--r--www-servers/nginx/files/http_cache_purge-1.11.6+.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/www-servers/nginx/files/http_cache_purge-1.11.6+.patch b/www-servers/nginx/files/http_cache_purge-1.11.6+.patch
deleted file mode 100644
index c4596bf..0000000
--- a/www-servers/nginx/files/http_cache_purge-1.11.6+.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Fix compatibility with nginx-1.11.6+
-
-https://github.com/FRiCKLE/ngx_cache_purge/pull/51
-
----
- ngx_cache_purge_module.c | 4 ++++
- 1 file changed, 4 insertions(+)
-
---- a/ngx_cache_purge_module.c
-+++ b/ngx_cache_purge_module.c
-@@ -492,7 +492,11 @@ typedef struct {
- ngx_str_t body_source;
- # endif /* nginx_version < 1007008 */
-
-+# if (nginx_version >= 1011006)
-+ ngx_http_complex_value_t *method;
-+# else
- ngx_str_t method;
-+# endif /* nginx_version >= 1011006 */
- ngx_str_t location;
- ngx_str_t url;
-