~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-aports] [PATCH] main/nginx: add stub status module

Details
Message ID
<CAGF8=Fznru4KoDe=7OPrR-zOaVDJx6if3mrpaVr2VB_m_EV_kw@mail.gmail.com>
Sender timestamp
1426029718
DKIM signature
missing
Download raw message
Patch: +2 -1
I'm not sure if thus was explicitly left out for a reason. But I have
a project where I would like to grab statistics from nginx. Let me
know if we want to leave this out for some reason and maybe it would
be better as a nginx-extra or nginx-full package.

---
 main/nginx/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD
index 5f4763d..e2a688b 100644
--- a/main/nginx/APKBUILD
+++ b/main/nginx/APKBUILD
@@ -5,7 +5,7 @@
pkgname=nginx
pkgver=1.6.2
_nginxrtmpver=1.1.6
pkgrel=1
pkgrel=2
pkgdesc="lightweight HTTP and reverse proxy server"
url="http://www.nginx.org"
arch="all"
@@ -52,6 +52,7 @@ build() {
 --with-pcre-jit \
 --with-http_dav_module \
 --with-http_ssl_module \
 --with-http_stub_status_module \
 --with-http_gzip_static_module \
--with-http_spdy_module \
 --with-mail \
--
2.2.2


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20150316114253.31092a91@ncopa-desktop.alpinelinux.org>
In-Reply-To
<CAGF8=Fznru4KoDe=7OPrR-zOaVDJx6if3mrpaVr2VB_m_EV_kw@mail.gmail.com> (view parent)
Sender timestamp
1426502573
DKIM signature
missing
Download raw message
On Tue, 10 Mar 2015 18:21:58 -0500
Andy Shinn <andys@andyshinn.as> wrote:

> I'm not sure if thus was explicitly left out for a reason. But I have
> a project where I would like to grab statistics from nginx. Let me
> know if we want to leave this out for some reason and maybe it would
> be better as a nginx-extra or nginx-full package.

The patch failed to apply (whitespace differences?) but i resolved it
manually and removed the above comment from commit message.

thanks!

-nc

> 
> ---
>  main/nginx/APKBUILD | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD
> index 5f4763d..e2a688b 100644
> --- a/main/nginx/APKBUILD
> +++ b/main/nginx/APKBUILD
> @@ -5,7 +5,7 @@
>  pkgname=nginx
>  pkgver=1.6.2
>  _nginxrtmpver=1.1.6
> -pkgrel=1
> +pkgrel=2
>  pkgdesc="lightweight HTTP and reverse proxy server"
>  url="http://www.nginx.org"
>  arch="all"
> @@ -52,6 +52,7 @@ build() {
>   --with-pcre-jit \
>   --with-http_dav_module \
>   --with-http_ssl_module \
> + --with-http_stub_status_module \
>   --with-http_gzip_static_module \
>  --with-http_spdy_module \
>   --with-mail \
> --
> 2.2.2
> 
> 
> ---
> Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
> Help:         alpine-aports+help@lists.alpinelinux.org
> ---
> 



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)