[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: prixovy: Enable HTTPS inspection.
From: |
guix-commits |
Subject: |
01/06: gnu: prixovy: Enable HTTPS inspection. |
Date: |
Sun, 29 Nov 2020 14:44:54 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 70feedbbdb202bd0366121bd766d1838b20233d7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 29 18:22:16 2020 +0100
gnu: prixovy: Enable HTTPS inspection.
* gnu/packages/tor.scm (privoxy)[arguments]: Add "--with-openssl"
to the #:configure-flags.
[inputs]: Add openssl.
---
gnu/packages/tor.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index 6ab6464..1aa261d 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -171,7 +171,8 @@ rejects UDP traffic from the application you're using.")
#:configure-flags (list (string-append "--sysconfdir="
(assoc-ref %outputs "out")
"/etc/privoxy")
- "--localstatedir=/var")
+ "--localstatedir=/var"
+ "--with-openssl")
#:tests? #f ; no test suite
#:phases
(modify-phases %standard-phases
@@ -193,8 +194,9 @@ rejects UDP traffic from the application you're using.")
(("^logfile") "#logfile")))
#t)))))
(inputs
- `(("w3m" ,w3m)
+ `(("openssl" ,openssl)
("pcre" ,pcre)
+ ("w3m" ,w3m)
("zlib" ,zlib)))
(native-inputs
`(("autoconf" ,autoconf)
- branch master updated (79613ec8 -> dac14ef), guix-commits, 2020/11/29
- 02/06: gnu: prixovy: Enable Brotli inspection., guix-commits, 2020/11/29
- 03/06: gnu: vim: Update to 8.2.2067., guix-commits, 2020/11/29
- 06/06: gnu: texmaker: Update to 5.0.4., guix-commits, 2020/11/29
- 04/06: gnu: stgit: Update home page., guix-commits, 2020/11/29
- 05/06: gnu: stgit: Update to 0.23., guix-commits, 2020/11/29
- 01/06: gnu: prixovy: Enable HTTPS inspection.,
guix-commits <=