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

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

bug#58189: closed ([PATCH] gnu: squid: Enable TLS features)


From: GNU bug Tracking System
Subject: bug#58189: closed ([PATCH] gnu: squid: Enable TLS features)
Date: Thu, 06 Oct 2022 21:12:02 +0000

Your message dated Thu, 06 Oct 2022 23:10:35 +0200
with message-id <87zge8fyk4.fsf@gnu.org>
and subject line Re: bug#58189: [PATCH] gnu: squid: Enable TLS features
has caused the debbugs.gnu.org bug report #58189,
regarding [PATCH] gnu: squid: Enable TLS features
to be marked as done.

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


-- 
58189: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58189
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: squid: Enable TLS features Date: Fri, 30 Sep 2022 09:34:39 +0200
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




--- End Message ---
--- Begin Message --- Subject: Re: bug#58189: [PATCH] gnu: squid: Enable TLS features Date: Thu, 06 Oct 2022 23:10:35 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
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’.


--- End Message ---

reply via email to

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