guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: tinyproxy: Update to 1.8.4 [Fixes CVE-2012-3505].


From: Efraim Flashner
Subject: 01/07: gnu: tinyproxy: Update to 1.8.4 [Fixes CVE-2012-3505].
Date: Mon, 30 May 2016 09:09:30 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit b507646160b1c20ce9bbb5a74a5f5bc842fa21b1
Author: Efraim Flashner <address@hidden>
Date:   Mon May 30 10:16:42 2016 +0300

    gnu: tinyproxy: Update to 1.8.4 [Fixes CVE-2012-3505].
    
    * gnu/packages/web.scm (tinyproxy): Update to 1.8.4.
    [source]: Download from new location.
    [home-page]: Project has moved to Github.
---
 gnu/packages/web.scm |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 9a7f9d2..f1e03da 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -528,16 +528,15 @@ used to validate and fix HTML data.")
 (define-public tinyproxy
   (package
     (name "tinyproxy")
-    (version "1.8.3")
+    (version "1.8.4")
     (source (origin
               (method url-fetch)
-              (uri (string-append
-                    "https://download.banu.com/tinyproxy/";
-                    (version-major+minor version)
-                    "/tinyproxy-" version ".tar.gz"))
+              (uri (string-append "https://github.com/tinyproxy/tinyproxy/";
+                                  "releases/download/" version "/tinyproxy-"
+                                  version ".tar.xz"))
               (sha256
                (base32
-                "05y0y2q9j10x72y1fipya6bmc8hjcdf3kfw7dh8ahczpy341c938"))))
+                "002hi97687czhfkwsjkr174yvlp10224qi6gd5s53z230bgls7x4"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
@@ -560,7 +559,7 @@ used to validate and fix HTML data.")
                      ("docbook-xml" ,docbook-xml)
                      ("docbook-xsl" ,docbook-xsl)
                      ("libxslt" ,libxslt)))
-    (home-page "https://banu.com/tinyproxy/";)
+    (home-page "https://tinyproxy.github.io/";)
     (synopsis "Light-weight HTTP/HTTPS proxy daemon")
     (description "Tinyproxy is a light-weight HTTP/HTTPS proxy
 daemon.  Designed from the ground up to be fast and yet small, it is an ideal



reply via email to

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