diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2021-02-28 12:38:50 -0500 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2021-02-28 13:17:57 -0500 |
commit | 8e7ebd35cc6656b0ba659591a718e4e1883b5285 (patch) | |
tree | 08e1b6bc970d27f2d2348e157c1b14a44c437cf5 /gnu | |
parent | 372b15f8625e7f20cafdba2677d4bf3f5eccc127 (diff) | |
download | guix-8e7ebd35cc6656b0ba659591a718e4e1883b5285.tar.gz |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm index c08be1d2f9..2284483ca3 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm @@ -162,7 +162,7 @@ rejects UDP traffic from the application you're using.") (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 @@ rejects UDP traffic from the application you're using.") version "-stable-src.tar.gz")) (sha256 (base32 - "1sq4s0h73r7mynl8s0ynn3a6zl98j06nb2nqx2j254n7maijjxq7")))) + "1mzfxwnvnf1jkvfcrsivm6mjwdzjrc3h89qziz0mwi32ih0f87f6")))) (build-system gnu-build-system) (arguments '(;; The default 'sysconfdir' is $out/etc; change that to |