3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: nginx: Update to 1.12.1 [fixes CVE-2017-7529].

* gnu/packages/web.scm (nginx): Update to 1.12.1.
This commit is contained in:
Marius Bakke 2017-07-12 00:22:33 +02:00
parent 4ddb64f57d
commit e23cf9394e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -132,14 +132,14 @@ and its related documentation.")
(define-public nginx
(package
(name "nginx")
(version "1.12.0")
(version "1.12.1")
(source (origin
(method url-fetch)
(uri (string-append "https://nginx.org/download/nginx-"
version ".tar.gz"))
(sha256
(base32
"0c2vg6530qplwk8rhldww5r3cwcbw1avka53qg9sh85nzlk2w8ml"))))
"1yvnmj7vlykrqdi6amkvs63lva6qkxd98sqv0a8hz8w5ci1bz4w7"))))
(build-system gnu-build-system)
(inputs `(("pcre" ,pcre)
("openssl" ,openssl)