gnu: nginx: Update to 1.13.10.
* gnu/packages/web.scm (nginx): Update to 1.13.10. [arguments]: Update kernel version to match glibc minimum requirement.master
parent
069d0b7f91
commit
63c295d2f5
|
@ -186,14 +186,14 @@ Interface} specification.")
|
||||||
(name "nginx")
|
(name "nginx")
|
||||||
;; Consider updating the nginx-documentation package if the nginx package is
|
;; Consider updating the nginx-documentation package if the nginx package is
|
||||||
;; updated.
|
;; updated.
|
||||||
(version "1.13.9")
|
(version "1.13.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://nginx.org/download/nginx-"
|
(uri (string-append "https://nginx.org/download/nginx-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hpsyxpxj89p5vrzv9p1hp7xjbnj5c1w6fdy626ycvsiay4a3bjz"))))
|
"11a8m4lhy6h8mmrsakn73pd5gcyvhxpz1xvlr103rglh9l884q9k"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("openssl" ,openssl)
|
(inputs `(("openssl" ,openssl)
|
||||||
("pcre" ,pcre)
|
("pcre" ,pcre)
|
||||||
|
@ -220,7 +220,7 @@ Interface} specification.")
|
||||||
;; --crossbuild option to avoid customizing for the
|
;; --crossbuild option to avoid customizing for the
|
||||||
;; kernel version on the build machine.
|
;; kernel version on the build machine.
|
||||||
,(let ((system "Linux") ; uname -s
|
,(let ((system "Linux") ; uname -s
|
||||||
(release "2.6.32") ; uname -r
|
(release "3.2.0") ; uname -r
|
||||||
;; uname -m
|
;; uname -m
|
||||||
(machine (match (or (%current-target-system)
|
(machine (match (or (%current-target-system)
|
||||||
(%current-system))
|
(%current-system))
|
||||||
|
|
Reference in New Issue