nginx: update to 1.10.3 (#5735)

This commit is contained in:
Sir-Boops 2017-02-13 17:10:01 -07:00 committed by Juan RP
parent 796e7fa55f
commit e9141d63fb

View file

@ -1,6 +1,6 @@
# Template file for 'nginx' # Template file for 'nginx'
pkgname=nginx pkgname=nginx
version=1.10.2 version=1.10.3
revision=1 revision=1
makedepends="pcre-devel libressl-devel $(vopt_if geoip geoip-devel)" makedepends="pcre-devel libressl-devel $(vopt_if geoip geoip-devel)"
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
@ -26,9 +26,9 @@ make_dirs="
short_desc="A high performance web and reverse proxy server" short_desc="A high performance web and reverse proxy server"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="Simplified BSD" license="Simplified BSD"
homepage="http://nginx.org" homepage="https://nginx.org"
distfiles="http://nginx.org/download/nginx-$version.tar.gz" distfiles="https://nginx.org/download/nginx-$version.tar.gz"
checksum=1045ac4987a396e2fa5d0011daf8987b612dd2f05181b67507da68cbe7d765c2 checksum=75020f1364cac459cb733c4e1caed2d00376e40ea05588fb8793076a4c69dd90
build_options="geoip" build_options="geoip"
build_options_default="geoip" build_options_default="geoip"
@ -98,7 +98,7 @@ do_install() {
} }
# REMARKS: # REMARKS:
# The pregnerated header file for ARM must be syncrhonized on update. After the # The pregnerated header file for ARM must be syncrhonized on update. After the
# configure step, the diff between srcpkgs/nginx/files/ngx_auto_config.h.armv6l # configure step, the diff between srcpkgs/nginx/files/ngx_auto_config.h.armv6l
# and masterdir/builddir/nginx-$version/objs/ngx_auto_config.h must be checked # and masterdir/builddir/nginx-$version/objs/ngx_auto_config.h must be checked
# for changes that must be made. # for changes that must be made.