emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58315: closed ([PATCH] gnu: nginx: Support SSL / TLS for stream prox


From: GNU bug Tracking System
Subject: bug#58315: closed ([PATCH] gnu: nginx: Support SSL / TLS for stream proxies.)
Date: Mon, 17 Oct 2022 21:25:02 +0000

Your message dated Mon, 17 Oct 2022 17:23:54 -0400
with message-id <Y03H6n6PrAhYKxOr@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@gnu.org.)


-- 
58315: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58315
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- 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@famulari.name> skribis:
> 
> > * gnu/packages/web.scm (nginx)[arguments]: Add "--with-stream_ssl_module"
> > to #:configure-flags.
> 
> LGTM, thanks!

Thanks, pushed as d85c254319435c3fcd1fc5842769b9f167f92b14


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]