mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: squid: Update to 4.16.
* gnu/packages/networking.scm (squid): Update to 4.16. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
798a831f3c
commit
fa6bcae4c4
1 changed files with 3 additions and 4 deletions
|
@ -1745,14 +1745,14 @@ TCP connection, TLS handshake and so on) in the terminal.")
|
||||||
(define-public squid
|
(define-public squid
|
||||||
(package
|
(package
|
||||||
(name "squid")
|
(name "squid")
|
||||||
(version "4.15")
|
(version "4.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.squid-cache.org/Versions/v4/squid-"
|
(uri (string-append "http://www.squid-cache.org/Versions/v4/squid-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "09aaz0hi7q4s5jalgl5i5fakmgzv5akf03gnajlah498mgjs94xn"))))
|
(base32 "0qxswdv90lmbxpb47hnqhjv32q0c8j7qkja6wpd0473wfn8yh03y"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
|
@ -1766,8 +1766,7 @@ TCP connection, TLS handshake and so on) in the terminal.")
|
||||||
(substitute* "test-suite/testheaders.sh"
|
(substitute* "test-suite/testheaders.sh"
|
||||||
(("/bin/true")
|
(("/bin/true")
|
||||||
(string-append (assoc-ref inputs "coreutils")
|
(string-append (assoc-ref inputs "coreutils")
|
||||||
"/bin/true")))
|
"/bin/true"))))))))
|
||||||
#t)))))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
("openldap" ,openldap)
|
("openldap" ,openldap)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue