nginx: update to 1.17.7.

Version 1.17.7 includes fix for CVE-2019-20372
This commit is contained in:
Nathan Owens 2020-01-09 19:07:45 -06:00 committed by Helmut Pozimski
parent 285b7bde6a
commit 56e71f925d
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'nginx' # Template file for 'nginx'
pkgname=nginx pkgname=nginx
version=1.16.1 version=1.17.7
revision=2 revision=1
build_style=gnu-makefile build_style=gnu-makefile
hostmakedepends="libressl-devel pcre-devel $(vopt_if geoip geoip-devel)" hostmakedepends="libressl-devel pcre-devel $(vopt_if geoip geoip-devel)"
makedepends="${hostmakedepends}" makedepends="${hostmakedepends}"
@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause" license="BSD-2-Clause"
homepage="https://nginx.org" homepage="https://nginx.org"
distfiles="https://nginx.org/download/nginx-${version}.tar.gz" distfiles="https://nginx.org/download/nginx-${version}.tar.gz"
checksum=f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b checksum=b62756842807e5693b794e5d0ae289bd8ae5b098e66538b2a91eb80f25c591ff
# NOTE: # NOTE:
# On update, the pregenerated header file for ARM may need synchronization. # On update, the pregenerated header file for ARM may need synchronization.