X-Original-To: alpine-aports@lists.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id B3C67DC043A; Mon, 16 Mar 2015 10:42:56 +0000 (UTC) Date: Mon, 16 Mar 2015 11:42:53 +0100 From: Natanael Copa To: Andy Shinn Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] main/nginx: add stub status module Message-ID: <20150316114253.31092a91@ncopa-desktop.alpinelinux.org> In-Reply-To: References: X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 10 Mar 2015 18:21:58 -0500 Andy Shinn 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 ---