GNU bug report logs - #58315
[PATCH] gnu: nginx: Support SSL / TLS for stream proxies.

Previous Next

Package: guix-patches;

Reported by: Leo Famulari <leo <at> famulari.name>

Date: Wed, 5 Oct 2022 20:27:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Famulari <leo <at> famulari.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#58315: closed ([PATCH] gnu: nginx: Support SSL / TLS for
 stream proxies.)
Date: Mon, 17 Oct 2022 21:25:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 17 Oct 2022 17:23:54 -0400
with message-id <Y03H6n6PrAhYKxOr <at> jasmine.lan>
and subject line Re: bug#58315: [PATCH] gnu: nginx: Support SSL / TLS for stream proxies.
has caused the debbugs.gnu.org bug report #58315,
regarding [PATCH] gnu: nginx: Support SSL / TLS for stream proxies.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
58315: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58315
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: nginx: Support SSL / TLS for stream proxies.
Date: Wed,  5 Oct 2022 16:26:30 -0400
* gnu/packages/web.scm (nginx)[arguments]: Add "--with-stream_ssl_module"
to #:configure-flags.
---
 gnu/packages/web.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 3262dbbb10..a96e9456ad 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -407,6 +407,7 @@ (define-public nginx
               "--with-pcre-jit"
               "--with-debug"
               "--with-stream"
+              "--with-stream_ssl_module"
               ;; Even when not cross-building, we pass the
               ;; --crossbuild option to avoid customizing for the
               ;; kernel version on the build machine.
-- 
2.36.1



[Message part 3 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 58315-done <at> debbugs.gnu.org
Subject: Re: bug#58315: [PATCH] gnu: nginx: Support SSL / TLS for stream
 proxies.
Date: Mon, 17 Oct 2022 17:23:54 -0400
On Sat, Oct 15, 2022 at 12:28:15AM +0200, Ludovic Courtès wrote:
> Hi Leo,
> 
> Leo Famulari <leo <at> famulari.name> skribis:
> 
> > * gnu/packages/web.scm (nginx)[arguments]: Add "--with-stream_ssl_module"
> > to #:configure-flags.
> 
> LGTM, thanks!

Thanks, pushed as d85c254319435c3fcd1fc5842769b9f167f92b14


This bug report was last modified 2 years and 219 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.