mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
updating modsecurity
This commit is contained in:
commit
ed2234a0e7
1 changed files with 2 additions and 2 deletions
|
@ -141,11 +141,11 @@
|
||||||
(define-public modsecurity
|
(define-public modsecurity
|
||||||
(package
|
(package
|
||||||
(name "modsecurity")
|
(name "modsecurity")
|
||||||
(version "3.0.8")
|
(version "3.0.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append "https://github.com/SpiderLabs/ModSecurity/releases/download/v" version "/modsecurity-v" version ".tar.gz")))
|
(uri (list (string-append "https://github.com/SpiderLabs/ModSecurity/releases/download/v" version "/modsecurity-v" version ".tar.gz")))
|
||||||
(sha256 (base32 "1isng4z2xijqq92105si1zxkzlx4ifdnn38d7n38mrfp7jdwhhg2"))))
|
(sha256 (base32 "1n6kjldpd1lfga4cn59kawhnpa8phnqvsbb5r7bs2cp34g6iw4d5"))))
|
||||||
(synopsis "modsecurity module for nginx")
|
(synopsis "modsecurity module for nginx")
|
||||||
(description "modsecurity module for nginx.")
|
(description "modsecurity module for nginx.")
|
||||||
(license license:asl2.0)
|
(license license:asl2.0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue