gnu: privoxy: Update to 3.0.32 [security fixes].

Fixes OVE-20210203-0001, OVE-20210206-0001, OVE-20210207-0001,
OVE-20210205-0001, and OVE-20210222-0001.

* gnu/packages/tor.scm (privoxy): Update to 3.0.32.
This commit is contained in:
Kei Kebreau 2021-02-28 12:38:50 -05:00
parent 372b15f862
commit 8e7ebd35cc
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -162,7 +162,7 @@ (define-public torsocks
(define-public privoxy (define-public privoxy
(package (package
(name "privoxy") (name "privoxy")
(version "3.0.31") (version "3.0.32")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/ijbswa/Sources/" (uri (string-append "mirror://sourceforge/ijbswa/Sources/"
@ -170,7 +170,7 @@ (define-public privoxy
version "-stable-src.tar.gz")) version "-stable-src.tar.gz"))
(sha256 (sha256
(base32 (base32
"1sq4s0h73r7mynl8s0ynn3a6zl98j06nb2nqx2j254n7maijjxq7")))) "1mzfxwnvnf1jkvfcrsivm6mjwdzjrc3h89qziz0mwi32ih0f87f6"))))
(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