Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nginx: build with http_slice_module
@ 2021-01-04 17:24 AluminumTank
  2021-01-04 17:47 ` [PR REVIEW] " ericonr
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: AluminumTank @ 2021-01-04 17:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 412 bytes --]

There is a new pull request by AluminumTank against master on the void-packages repository

https://github.com/AluminumTank/void-packages nginx
https://github.com/void-linux/void-packages/pull/27662

nginx: build with http_slice_module
Add support for slicing. Runtime tested on my server, and builds for armv7l as well.

A patch file from https://github.com/void-linux/void-packages/pull/27662.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nginx-27662.patch --]
[-- Type: text/x-diff, Size: 1351 bytes --]

From 33844b990899a14cd0d59559a73e9811c64cbdf3 Mon Sep 17 00:00:00 2001
From: AluminumTank <joel@thebeckmeyers.xyz>
Date: Mon, 4 Jan 2021 12:02:45 -0500
Subject: [PATCH] nginx: build with http_slice_module

---
 srcpkgs/nginx/template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/nginx/template b/srcpkgs/nginx/template
index e05fae00b8d..e1aec482739 100644
--- a/srcpkgs/nginx/template
+++ b/srcpkgs/nginx/template
@@ -2,7 +2,7 @@
 pkgname=nginx
 reverts="1.17.7_1"
 version=1.18.0
-revision=2
+revision=3
 build_style=gnu-makefile
 hostmakedepends="libressl-devel pcre-devel $(vopt_if geoip geoip-devel)"
 makedepends="${hostmakedepends}"
@@ -32,9 +32,10 @@ make_dirs="/var/log/nginx 0750 root root
  /var/tmp 1777 root root
  /var/tmp/nginx 0750 nginx root"
 
-build_options="geoip stream"
+build_options="geoip stream slice"
 desc_option_stream="Enable support for stream proxies"
-build_options_default="geoip stream"
+desc_option_slice="Enable support for slice filters"
+build_options_default="geoip stream slice"
 
 do_configure() {
 	local cfgdir=/etc/nginx
@@ -76,6 +77,7 @@ do_configure() {
 		--with-http_ssl_module \
 		--with-http_stub_status_module \
 		--with-http_sub_module \
+		--with-http_slice_module \
 		$(vopt_if geoip --with-http_geoip_module) \
 		$(vopt_if stream "$stream_modules")
 }

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

end of thread, other threads:[~2021-02-15  4:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-04 17:24 [PR PATCH] nginx: build with http_slice_module AluminumTank
2021-01-04 17:47 ` [PR REVIEW] " ericonr
2021-01-04 18:13 ` [PR PATCH] [Updated] " AluminumTank
2021-01-04 19:33 ` Duncaen
2021-01-05  3:45 ` [PR PATCH] [Updated] " AluminumTank
2021-01-05 14:16 ` AluminumTank
2021-01-22  4:34 ` ericonr
2021-02-15  4:05 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).