mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
Merge branch 'devel' into 'main'
bump nginx-modsecurity-module to 1.0.3 See merge request glicid-public/guix-glicid!122
This commit is contained in:
commit
3df5c0b1e4
1 changed files with 5 additions and 5 deletions
|
@ -205,14 +205,14 @@ and as a proxy to reduce the load on back-end HTTP or mail servers.")
|
||||||
(package
|
(package
|
||||||
(inherit nginx)
|
(inherit nginx)
|
||||||
(name "nginx-modsecurity-module")
|
(name "nginx-modsecurity-module")
|
||||||
(version "1.0.2")
|
(version "1.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list
|
(uri (list
|
||||||
(string-append "https://github.com/SpiderLabs/ModSecurity-nginx/releases/download/v" version "/modsecurity-nginx-v" version ".tar.gz")
|
(string-append "https://github.com/SpiderLabs/ModSecurity-nginx/releases/download/v" version "/modsecurity-nginx-v" version ".tar.gz")
|
||||||
))
|
))
|
||||||
(sha256 (base32 "0clcny8276d3j73ws661lh983vqq9m29rw7qb7gn132ha066d9j1" ))
|
(sha256 (base32 "1pcayz0kkpr0fvs8fwai0xv7jw9r7ph66vwxm6vrq0mc11r1r0df"))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(synopsis "ModSecurity module for nginx")
|
(synopsis "ModSecurity module for nginx")
|
||||||
|
|
Loading…
Add table
Reference in a new issue