mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
372b15f862
commit
8e7ebd35cc
1 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@ (define-public torsocks
|
|||
(define-public privoxy
|
||||
(package
|
||||
(name "privoxy")
|
||||
(version "3.0.31")
|
||||
(version "3.0.32")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/ijbswa/Sources/"
|
||||
|
@ -170,7 +170,7 @@ (define-public privoxy
|
|||
version "-stable-src.tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1sq4s0h73r7mynl8s0ynn3a6zl98j06nb2nqx2j254n7maijjxq7"))))
|
||||
"1mzfxwnvnf1jkvfcrsivm6mjwdzjrc3h89qziz0mwi32ih0f87f6"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(;; The default 'sysconfdir' is $out/etc; change that to
|
||||
|
|
Loading…
Reference in a new issue