mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
up nginx and modsecurity
This commit is contained in:
commit
34ee282ff2
1 changed files with 4 additions and 5 deletions
|
@ -25,11 +25,11 @@
|
||||||
(define-public nginx
|
(define-public nginx
|
||||||
(package
|
(package
|
||||||
(name "nginx")
|
(name "nginx")
|
||||||
(version "1.25.1")
|
(version "1.25.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://nginx.org/download/nginx-" version ".tar.gz"))
|
(uri (string-append "https://nginx.org/download/nginx-" version ".tar.gz"))
|
||||||
(sha256 (base32 "00l6kbi7vfmzpgwswfskwi5npz19lan0pvq803f3msp08sn7347h"))))
|
(sha256 (base32 "0487dj6ibfh1m3kn9fpigk4m9izqc8hs9wim23k78snnas9nvp85"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list libxml2 libxslt openssl pcre zlib gd gperftools))
|
(inputs (list libxml2 libxslt openssl pcre zlib gd gperftools))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -140,15 +140,14 @@
|
||||||
#t)))
|
#t)))
|
||||||
(delete 'fix-root-dirs)
|
(delete 'fix-root-dirs)
|
||||||
(delete 'install-man-page)))))))
|
(delete 'install-man-page)))))))
|
||||||
|
|
||||||
(define-public modsecurity
|
(define-public modsecurity
|
||||||
(package
|
(package
|
||||||
(name "modsecurity")
|
(name "modsecurity")
|
||||||
(version "3.0.9")
|
(version "3.0.10")
|
||||||
(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 "1n6kjldpd1lfga4cn59kawhnpa8phnqvsbb5r7bs2cp34g6iw4d5"))))
|
(sha256 (base32 "1l7a4wi9c2c70llqismhjjjikr2x5272s8pk0nj6jyp5qbvmkm6m"))))
|
||||||
(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