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.
This commit is contained in:
Efraim Flashner 2016-05-30 10:16:42 +03:00
parent 538884ccef
commit b507646160
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -528,16 +528,15 @@ (module "tidy")
(define-public tinyproxy (define-public tinyproxy
(package (package
(name "tinyproxy") (name "tinyproxy")
(version "1.8.3") (version "1.8.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append "https://github.com/tinyproxy/tinyproxy/"
"https://download.banu.com/tinyproxy/" "releases/download/" version "/tinyproxy-"
(version-major+minor version) version ".tar.xz"))
"/tinyproxy-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"05y0y2q9j10x72y1fipya6bmc8hjcdf3kfw7dh8ahczpy341c938")))) "002hi97687czhfkwsjkr174yvlp10224qi6gd5s53z230bgls7x4"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags
@ -560,7 +559,7 @@ (define-public tinyproxy
("docbook-xml" ,docbook-xml) ("docbook-xml" ,docbook-xml)
("docbook-xsl" ,docbook-xsl) ("docbook-xsl" ,docbook-xsl)
("libxslt" ,libxslt))) ("libxslt" ,libxslt)))
(home-page "https://banu.com/tinyproxy/") (home-page "https://tinyproxy.github.io/")
(synopsis "Light-weight HTTP/HTTPS proxy daemon") (synopsis "Light-weight HTTP/HTTPS proxy daemon")
(description "Tinyproxy is a light-weight HTTP/HTTPS proxy (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 daemon. Designed from the ground up to be fast and yet small, it is an ideal