From unknown Sat Sep 06 03:34:33 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#48838 <48838@debbugs.gnu.org> To: bug#48838 <48838@debbugs.gnu.org> Subject: Status: [PATCH] gnu: nginx: Build with support for a few more modules. Reply-To: bug#48838 <48838@debbugs.gnu.org> Date: Sat, 06 Sep 2025 10:34:33 +0000 retitle 48838 [PATCH] gnu: nginx: Build with support for a few more modules. reassign 48838 guix-patches submitter 48838 Christopher Baines severity 48838 normal tag 48838 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 04 16:29:13 2021 Received: (at submit) by debbugs.gnu.org; 4 Jun 2021 20:29:13 +0000 Received: from localhost ([127.0.0.1]:47947 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lpGRN-0000W3-Bo for submit@debbugs.gnu.org; Fri, 04 Jun 2021 16:29:13 -0400 Received: from lists.gnu.org ([209.51.188.17]:46664) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lpGRI-0000Vt-W7 for submit@debbugs.gnu.org; Fri, 04 Jun 2021 16:29:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41214) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lpGRI-0000C5-PH for guix-patches@gnu.org; Fri, 04 Jun 2021 16:29:08 -0400 Received: from mira.cbaines.net ([212.71.252.8]:50402) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lpGRG-0008Af-9o for guix-patches@gnu.org; Fri, 04 Jun 2021 16:29:08 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:8ac0:b4c7:f5c8:7caa]) by mira.cbaines.net (Postfix) with ESMTPSA id 9230527BC78 for ; Fri, 4 Jun 2021 21:29:04 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 3f2e3636 for ; Fri, 4 Jun 2021 20:29:04 +0000 (UTC) From: Christopher Baines To: guix-patches@gnu.org Subject: [PATCH] gnu: nginx: Build with support for a few more modules. Date: Fri, 4 Jun 2021 21:29:04 +0100 Message-Id: <20210604202904.28218-1-mail@cbaines.net> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=212.71.252.8; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, UNPARSEABLE_RELAY=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) I think this is generally useful. Personally, I want the HTTP gzip static and gunzip ones for serving gzip compressed log files, and I spotted that the HTTP sub and addition ones are easy to enable as well. * gnu/packages/web.scm (nginx)[arguments]: Add the following configure flags: --with-http_gzip_static_module, --with-http_gunzip_module, --with-http_addition_module, --with-http_sub_module. --- gnu/packages/web.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 4753eca8da..15befe7e6d 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -399,6 +399,10 @@ the same, being completely separated from the Internet.") "--with-http_ssl_module" "--with-http_v2_module" "--with-http_xslt_module" + "--with-http_gzip_static_module" + "--with-http_gunzip_module" + "--with-http_addition_module" + "--with-http_sub_module" "--with-pcre-jit" "--with-debug" "--with-stream" -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 08 17:00:13 2021 Received: (at 48838) by debbugs.gnu.org; 8 Jun 2021 21:00:13 +0000 Received: from localhost ([127.0.0.1]:59867 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqipY-0006XW-SK for submit@debbugs.gnu.org; Tue, 08 Jun 2021 17:00:13 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33380) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqipV-0006WD-4r for 48838@debbugs.gnu.org; Tue, 08 Jun 2021 17:00:12 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45762) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lqipP-0001Fv-LS; Tue, 08 Jun 2021 17:00:03 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=35984 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lqipO-0002jq-Ss; Tue, 08 Jun 2021 17:00:03 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Christopher Baines Subject: Re: bug#48838: [PATCH] gnu: nginx: Build with support for a few more modules. References: <20210604202904.28218-1-mail@cbaines.net> Date: Tue, 08 Jun 2021 23:00:01 +0200 In-Reply-To: <20210604202904.28218-1-mail@cbaines.net> (Christopher Baines's message of "Fri, 4 Jun 2021 21:29:04 +0100") Message-ID: <87tum8dqcu.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 48838 Cc: 48838@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi! Christopher Baines skribis: > I think this is generally useful. Personally, I want the HTTP gzip static= and > gunzip ones for serving gzip compressed log files, and I spotted that the= HTTP > sub and addition ones are easy to enable as well. > > * gnu/packages/web.scm (nginx)[arguments]: Add the following configure fl= ags: > --with-http_gzip_static_module, --with-http_gunzip_module, > --with-http_addition_module, --with-http_sub_module. LGTM, thanks! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 09 04:12:15 2021 Received: (at 48838-done) by debbugs.gnu.org; 9 Jun 2021 08:12:15 +0000 Received: from localhost ([127.0.0.1]:60396 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqtJu-0008Pw-N9 for submit@debbugs.gnu.org; Wed, 09 Jun 2021 04:12:15 -0400 Received: from mira.cbaines.net ([212.71.252.8]:39494) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqtJp-0008Pj-P1 for 48838-done@debbugs.gnu.org; Wed, 09 Jun 2021 04:12:13 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:8ac0:b4c7:f5c8:7caa]) by mira.cbaines.net (Postfix) with ESMTPSA id A6FB327BC78; Wed, 9 Jun 2021 09:12:08 +0100 (BST) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id ad3084c5; Wed, 9 Jun 2021 08:12:08 +0000 (UTC) References: <20210604202904.28218-1-mail@cbaines.net> <87tum8dqcu.fsf@gnu.org> User-agent: mu4e 1.4.15; emacs 27.2 From: Christopher Baines To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#48838: [PATCH] gnu: nginx: Build with support for a few more modules. In-reply-to: <87tum8dqcu.fsf@gnu.org> Date: Wed, 09 Jun 2021 09:12:06 +0100 Message-ID: <87wnr3sbhl.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 48838-done Cc: 48838-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Hi! > > Christopher Baines skribis: > >> I think this is generally useful. Personally, I want the HTTP gzip stati= c and >> gunzip ones for serving gzip compressed log files, and I spotted that th= e HTTP >> sub and addition ones are easy to enable as well. >> >> * gnu/packages/web.scm (nginx)[arguments]: Add the following configure f= lags: >> --with-http_gzip_static_module, --with-http_gunzip_module, >> --with-http_addition_module, --with-http_sub_module. > > LGTM, thanks! Great, pushed as 2d31eeecf06ab14732d374c75cdf6e7a55aa704e. Thanks for taking a look! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmDAd9ZfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xfakg/+LZY86L19O1o6C4pseWnlV2UPWzJn9wPw 0nBlr+ClfjFlg6/KcjPoVPoV8oP2o9VhW9oN3yFvDpASBpTQCoLkusW9X5MXeoIG 2G8Bq/GYKL+sR0DKe/lkM73r3p4TfYEYIxHWxwi1w7z2+vRQMVTtxC9mPQeSsXz7 OstE2v3aPt7wj5zH7wh+v7wNHwTX78nFsS5EZ9/eiXmdA1raUYPmXkzYnWlcWkgA iQIXvF3ggNd8zkZnSeHCKC4nC8V8HUXjUlzqaAIHptjEtcCuef31GD/rceaFNsIy +iOaRrNj4ww/JnrIgl5MhPKrrrZXvRSk5SAgz8Zm5Yffj/JPda13EIPgcOsptaD6 FmetNzi4IyeSNyzGtNr/u2eHKA5YAuOLHk+GYlQZOvXVJ6WAnPrIgtGCsrPbs1Oq nyvvbOP2pUTclRz5t12niNhFLrKfcY0gF8s4+EbHMRSQ5IVrM+LQFSPCCjjJ2euR jejdC1QXCDTc3MugbwwJocHR6cDjyFGuaajmSkAS4ymp2n/WoMR5SjNfPDTAHBvH /dIU/4qVF8Un+UhKKKb5EVk8l0MAyDHCMfHfxe+NIm9XzPxDvCXxMbjXQ+YrM3zW dq1VrGNhyhFhz9ykUCSavVOpz3w/uwEzwF+YML/YtO0lpgyVbpK3843wQYy8MrSB hOySoeCt/f8= =QPLG -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Sep 06 03:34:33 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 07 Jul 2021 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator