mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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:
parent
af067eaff4
commit
e1e3230312
1 changed files with 3 additions and 4 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue