summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-09-24 23:08:44 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-09-24 23:09:14 +0300
commita8f3d492805b4f7314db7d75e90205f2faed27ec (patch)
treea306f953acce2b7be8ae7a0401d12e5685cfd35d /gnu
parent0ab57b0d04cfb79b3f57e5d51c9284da78759309 (diff)
downloadguix-a8f3d492805b4f7314db7d75e90205f2faed27ec.tar.gz
gnu: privoxy: Update to 3.0.26.
* gnu/packages/tor.scm (privoxy): Update to 3.0.26.
[home-page]: Use https.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tor.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index db1be83970..42d882e4bc 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -107,7 +107,7 @@ rejects UDP traffic from the application you're using.")
 (define-public privoxy
   (package
     (name "privoxy")
-    (version "3.0.24")
+    (version "3.0.26")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://sourceforge/ijbswa/Sources/"
@@ -115,7 +115,7 @@ rejects UDP traffic from the application you're using.")
                                  version "-stable-src.tar.gz"))
              (sha256
               (base32
-               "04mhkz5g713i2crvjd6s783hhrlsjjjlfb9llbaf13ghg3fgd0d3"))))
+               "1n4wpxmahl8m2y3d1azxa8lrdbpaad007k458skxrpz57ss1br2p"))))
     (build-system gnu-build-system)
     (arguments
      '(;; The default 'sysconfdir' is $out/etc; change that to
@@ -137,7 +137,7 @@ rejects UDP traffic from the application you're using.")
        ("zlib" ,zlib)
        ("autoconf" ,autoconf)
        ("automake" ,automake)))
-    (home-page "http://www.privoxy.org")
+    (home-page "https://www.privoxy.org")
     (synopsis "Web proxy with advanced filtering capabilities for enhancing privacy")
     (description
      "Privoxy is a non-caching web proxy with advanced filtering capabilities