mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
updating nginx and modsecurity
This commit is contained in:
parent
ed5dc9903c
commit
2aae5958ba
1 changed files with 4 additions and 4 deletions
|
@ -25,11 +25,11 @@
|
|||
(define-public nginx
|
||||
(package
|
||||
(name "nginx")
|
||||
(version "1.25.2")
|
||||
(version "1.25.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://nginx.org/download/nginx-" version ".tar.gz"))
|
||||
(sha256 (base32 "0487dj6ibfh1m3kn9fpigk4m9izqc8hs9wim23k78snnas9nvp85"))))
|
||||
(sha256 (base32 "11pdrpci4dbk87z8v00p3wjjn51gs9bshgrh53l3jy98r9svkib4"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list libxml2 libxslt openssl pcre zlib gd gperftools))
|
||||
(arguments
|
||||
|
@ -143,11 +143,11 @@
|
|||
(define-public modsecurity
|
||||
(package
|
||||
(name "modsecurity")
|
||||
(version "3.0.10")
|
||||
(version "3.0.11")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list (string-append "https://github.com/SpiderLabs/ModSecurity/releases/download/v" version "/modsecurity-v" version ".tar.gz")))
|
||||
(sha256 (base32 "1l7a4wi9c2c70llqismhjjjikr2x5272s8pk0nj6jyp5qbvmkm6m"))))
|
||||
(sha256 (base32 "14mn713xjk6m9g5am5jav47zkrp4w936ncdibswqa1ykg73lc3q7"))))
|
||||
(synopsis "modsecurity module for nginx")
|
||||
(description "modsecurity module for nginx.")
|
||||
(license license:asl2.0)
|
||||
|
|
Loading…
Add table
Reference in a new issue