guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: privoxy: Update to 3.0.32 [security fixes].


From: guix-commits
Subject: branch master updated: gnu: privoxy: Update to 3.0.32 [security fixes].
Date: Sun, 28 Feb 2021 13:18:33 -0500

This is an automated email from the git hooks/post-receive script.

kkebreau pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8e7ebd3  gnu: privoxy: Update to 3.0.32 [security fixes].
8e7ebd3 is described below

commit 8e7ebd35cc6656b0ba659591a718e4e1883b5285
Author: Kei Kebreau <kkebreau@posteo.net>
AuthorDate: Sun Feb 28 12:38:50 2021 -0500

    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.
---
 gnu/packages/tor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index c08be1d..2284483 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]