mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
bumping squid to 6.12
This commit is contained in:
commit
5305e850fc
1 changed files with 4 additions and 33 deletions
|
@ -8,11 +8,11 @@
|
|||
(define-public libecap
|
||||
(package
|
||||
(name "libecap")
|
||||
(version "1.0.0")
|
||||
(version "1.0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.e-cap.org/archive/libecap-" version ".tar.gz"))
|
||||
(sha256 (base32 "1gn44230z3n5vbwf1lb8ninjmhngc96criy6vc1qj8adw19bpiv4"))))
|
||||
(sha256 (base32 "1x685sv8pxxvh7x8dfdwn843rmxlf3mq36syqpf11487gacns5kw"))))
|
||||
(build-system gnu-build-system)
|
||||
(synopsis
|
||||
"eCAP is a software interface that allows a network application, such as an HTTP proxy or an ICAP server, to outsource content analysis and adaptation to a loadable module.")
|
||||
|
@ -21,43 +21,15 @@
|
|||
(home-page "https://www.e-cap.org/")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public squid-5
|
||||
(package
|
||||
(inherit gnu:squid)
|
||||
(name "squid")
|
||||
(version "5.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.squid-cache.org/Versions/v5/squid-" version ".tar.xz"))
|
||||
(sha256 (base32 "1d84pd55q7k8xab978x9420j0jqm9ybyzdlimx378xd2gl0c5r9z"))))
|
||||
(inputs `(("libecap" ,libecap)
|
||||
,@(package-inputs gnu:squid)))
|
||||
(arguments
|
||||
'(#:configure-flags (list "--disable-arch-native"
|
||||
"--enable-icmp"
|
||||
"--enable-delay-pools"
|
||||
"--enable-ecap"
|
||||
"--enable-follow-x-forwarded-for"
|
||||
"--enable-auth"
|
||||
"--enable-auth-basic"
|
||||
"--enable-auth-negotiate"
|
||||
"--enable-auth-ntlm"
|
||||
"--enable-log-daemon-helpers")
|
||||
#:phases (modify-phases %standard-phases
|
||||
(add-before 'build 'fix-true-path
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(substitute* "test-suite/testheaders.sh"
|
||||
(("/bin/true")
|
||||
(search-input-file inputs "/bin/true"))))))))))
|
||||
(define-public squid-6
|
||||
(package
|
||||
(inherit gnu:squid)
|
||||
(name "squid")
|
||||
(version "6.10")
|
||||
(version "6.12")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.squid-cache.org/Versions/v6/squid-" version ".tar.xz"))
|
||||
(sha256 (base32 "19q86j2jd2vwv298ialnhqahl0qjxjdbigi5vmq4gw13wy3v21qb"))))
|
||||
(sha256 (base32 "0l6bng9irigrcy5q9lalynwpc3czk9lx9994dwk179834sxkmpzk"))))
|
||||
(inputs `(("libecap" ,libecap)
|
||||
,@(package-inputs gnu:squid)))
|
||||
(arguments
|
||||
|
@ -123,4 +95,3 @@
|
|||
(method url-fetch)
|
||||
(uri (string-append "https://www.openvswitch.org/releases/openvswitch-" version ".tar.gz"))
|
||||
(sha256 (base32 "0sada2a9x9x7x6a45l7iklqh29wsbrdvvgpkyz5cpf5d5fs0sbka"))))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue