gnu: privoxy: Update to 3.0.33.

* gnu/packages/tor.scm (privoxy): Update to 3.0.33.
[arguments]: Don't explicitly return #t from phases.
This commit is contained in:
Tobias Geerinckx-Rice 2021-12-10 18:30:33 +01:00
parent af067eaff4
commit e1e3230312
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -165,7 +165,7 @@ (define-public torsocks
(define-public privoxy (define-public privoxy
(package (package
(name "privoxy") (name "privoxy")
(version "3.0.32") (version "3.0.33")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/ijbswa/Sources/" (uri (string-append "mirror://sourceforge/ijbswa/Sources/"
@ -173,7 +173,7 @@ (define-public privoxy
version "-stable-src.tar.gz")) version "-stable-src.tar.gz"))
(sha256 (sha256
(base32 (base32
"1mzfxwnvnf1jkvfcrsivm6mjwdzjrc3h89qziz0mwi32ih0f87f6")))) "1bhzi2ddv3g1z9h7lhxy7p0wibqg4m5nh46ikldmcqdc1pkh9c84"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(;; The default 'sysconfdir' is $out/etc; change that to '(;; The default 'sysconfdir' is $out/etc; change that to
@ -202,8 +202,7 @@ (define-public privoxy
;; non-root users using it as is. ;; non-root users using it as is.
(substitute* "config" (substitute* "config"
(("^logdir") "#logdir") (("^logdir") "#logdir")
(("^logfile") "#logfile"))) (("^logfile") "#logfile"))))))))
#t)))))
(inputs (inputs
`(("brotli" ,brotli) `(("brotli" ,brotli)
("openssl" ,openssl) ("openssl" ,openssl)