gnu: privoxy: Update to 3.0.26.
* gnu/packages/tor.scm (privoxy): Update to 3.0.26. [home-page]: Use https.
This commit is contained in:
parent
0ab57b0d04
commit
a8f3d49280
|
@ -107,7 +107,7 @@ rejects UDP traffic from the application you're using.")
|
||||||
(define-public privoxy
|
(define-public privoxy
|
||||||
(package
|
(package
|
||||||
(name "privoxy")
|
(name "privoxy")
|
||||||
(version "3.0.24")
|
(version "3.0.26")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/ijbswa/Sources/"
|
(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"))
|
version "-stable-src.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04mhkz5g713i2crvjd6s783hhrlsjjjlfb9llbaf13ghg3fgd0d3"))))
|
"1n4wpxmahl8m2y3d1azxa8lrdbpaad007k458skxrpz57ss1br2p"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(;; The default 'sysconfdir' is $out/etc; change that to
|
'(;; The default 'sysconfdir' is $out/etc; change that to
|
||||||
|
@ -137,7 +137,7 @@ rejects UDP traffic from the application you're using.")
|
||||||
("zlib" ,zlib)
|
("zlib" ,zlib)
|
||||||
("autoconf" ,autoconf)
|
("autoconf" ,autoconf)
|
||||||
("automake" ,automake)))
|
("automake" ,automake)))
|
||||||
(home-page "http://www.privoxy.org")
|
(home-page "https://www.privoxy.org")
|
||||||
(synopsis "Web proxy with advanced filtering capabilities for enhancing privacy")
|
(synopsis "Web proxy with advanced filtering capabilities for enhancing privacy")
|
||||||
(description
|
(description
|
||||||
"Privoxy is a non-caching web proxy with advanced filtering capabilities
|
"Privoxy is a non-caching web proxy with advanced filtering capabilities
|
||||||
|
|
Loading…
Reference in New Issue