unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58315] [PATCH] gnu: nginx: Support SSL / TLS for stream proxies.
@ 2022-10-05 20:26 Leo Famulari
  2022-10-14 22:28 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2022-10-05 20:26 UTC (permalink / raw)
  To: 58315

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#58315] [PATCH] gnu: nginx: Support SSL / TLS for stream proxies.
  2022-10-05 20:26 [bug#58315] [PATCH] gnu: nginx: Support SSL / TLS for stream proxies Leo Famulari
@ 2022-10-14 22:28 ` Ludovic Courtès
  2022-10-17 21:23   ` bug#58315: " Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2022-10-14 22:28 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 58315

Hi Leo,

Leo Famulari <leo@famulari.name> skribis:

> * gnu/packages/web.scm (nginx)[arguments]: Add "--with-stream_ssl_module"
> to #:configure-flags.

LGTM, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#58315: [PATCH] gnu: nginx: Support SSL / TLS for stream proxies.
  2022-10-14 22:28 ` Ludovic Courtès
@ 2022-10-17 21:23   ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2022-10-17 21:23 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 58315-done

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-17 21:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-05 20:26 [bug#58315] [PATCH] gnu: nginx: Support SSL / TLS for stream proxies Leo Famulari
2022-10-14 22:28 ` Ludovic Courtès
2022-10-17 21:23   ` bug#58315: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).