unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58189] [PATCH] gnu: squid: Enable TLS features
@ 2022-09-30  7:34 Sergey Trofimov
  2022-10-06 21:10 ` bug#58189: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Sergey Trofimov @ 2022-09-30  7:34 UTC (permalink / raw)
  To: 58189; +Cc: Sergey Trofimov

I've noticed that despite openssl is listed as an input - it's not actually enabled by default.
Fixing that using a configure flag. W/o this change I was not able to use cache_peer with tls enabled.

---
 gnu/packages/networking.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 3d9ba4fc8d..3489c3b96a 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2010,7 +2010,7 @@ (define-public squid
      '(#:configure-flags
        ;; disable -march=native in build for reproducibility; see
        ;; https://wiki.squid-cache.org/KnowledgeBase/IllegalInstructionError
-       (list "--disable-arch-native")
+       (list "--disable-arch-native" "--with-openssl")
        #:phases
        (modify-phases %standard-phases
          (add-before 'build 'fix-true-path
-- 
2.37.3





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

* bug#58189: [PATCH] gnu: squid: Enable TLS features
  2022-09-30  7:34 [bug#58189] [PATCH] gnu: squid: Enable TLS features Sergey Trofimov
@ 2022-10-06 21:10 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-10-06 21:10 UTC (permalink / raw)
  To: Sergey Trofimov; +Cc: 58189-done

Hi,

Sergey Trofimov <sarg@sarg.org.ru> skribis:

> I've noticed that despite openssl is listed as an input - it's not actually enabled by default.
> Fixing that using a configure flag. W/o this change I was not able to use cache_peer with tls enabled.

I tweaked the commit log and applied it, thanks!

Ludo’.




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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-30  7:34 [bug#58189] [PATCH] gnu: squid: Enable TLS features Sergey Trofimov
2022-10-06 21:10 ` bug#58189: " Ludovic Courtès

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).