[PATCH] gnu: nginx: Support SSL / TLS for stream proxies.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Ludovic Courtès
Owner
unassigned
Submitted by
Leo Famulari
Severity
normal
L
L
Leo Famulari wrote on 5 Oct 2022 22:26
(address . guix-patches@gnu.org)
f9d3707a7c918c5fe4a00a089f287310955adbf4.1665001590.git.leo@famulari.name
* gnu/packages/web.scm (nginx)[arguments]: Add "--with-stream_ssl_module"
to #:configure-flags.
---
gnu/packages/web.scm | 1 +
1 file changed, 1 insertion(+)

Toggle diff (14 lines)
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
L
L
Ludovic Courtès wrote on 15 Oct 2022 00:28
(name . Leo Famulari)(address . leo@famulari.name)(address . 58315@debbugs.gnu.org)
87o7uejb0g.fsf@gnu.org
Hi Leo,

Leo Famulari <leo@famulari.name> skribis:

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

LGTM, thanks!

Ludo’.
L
L
Leo Famulari wrote on 17 Oct 2022 23:23
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 58315-done@debbugs.gnu.org)
Y03H6n6PrAhYKxOr@jasmine.lan
On Sat, Oct 15, 2022 at 12:28:15AM +0200, Ludovic Court�s wrote:
Toggle quote (9 lines)
> 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
Closed
?