mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
bump modsecurity to 3.0.8
This commit is contained in:
parent
f1fa75da9a
commit
6c525b2b94
1 changed files with 2 additions and 2 deletions
|
@ -164,14 +164,14 @@ and as a proxy to reduce the load on back-end HTTP or mail servers.")
|
||||||
(define-public modsecurity
|
(define-public modsecurity
|
||||||
(package
|
(package
|
||||||
(name "modsecurity")
|
(name "modsecurity")
|
||||||
(version "3.0.5")
|
(version "3.0.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list
|
(uri (list
|
||||||
(string-append "https://github.com/SpiderLabs/ModSecurity/releases/download/v" version "/modsecurity-v" version ".tar.gz")
|
(string-append "https://github.com/SpiderLabs/ModSecurity/releases/download/v" version "/modsecurity-v" version ".tar.gz")
|
||||||
))
|
))
|
||||||
(sha256 (base32 "1sarp7bjvkkdlpky5j9axfi0qmb177vw2vn2s10c8fcdg9dgj6vm" ))
|
(sha256 (base32 "1isng4z2xijqq92105si1zxkzlx4ifdnn38d7n38mrfp7jdwhhg2"))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(synopsis "modsecurity module for nginx")
|
(synopsis "modsecurity module for nginx")
|
||||||
|
|
Loading…
Add table
Reference in a new issue