mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
nginx: update to 1.10.3 (#5735)
This commit is contained in:
parent
796e7fa55f
commit
e9141d63fb
1 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'nginx'
|
||||
pkgname=nginx
|
||||
version=1.10.2
|
||||
version=1.10.3
|
||||
revision=1
|
||||
makedepends="pcre-devel libressl-devel $(vopt_if geoip geoip-devel)"
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
@ -26,9 +26,9 @@ make_dirs="
|
|||
short_desc="A high performance web and reverse proxy server"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="Simplified BSD"
|
||||
homepage="http://nginx.org"
|
||||
distfiles="http://nginx.org/download/nginx-$version.tar.gz"
|
||||
checksum=1045ac4987a396e2fa5d0011daf8987b612dd2f05181b67507da68cbe7d765c2
|
||||
homepage="https://nginx.org"
|
||||
distfiles="https://nginx.org/download/nginx-$version.tar.gz"
|
||||
checksum=75020f1364cac459cb733c4e1caed2d00376e40ea05588fb8793076a4c69dd90
|
||||
|
||||
build_options="geoip"
|
||||
build_options_default="geoip"
|
||||
|
@ -98,7 +98,7 @@ do_install() {
|
|||
}
|
||||
|
||||
# REMARKS:
|
||||
# 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
|
||||
# and masterdir/builddir/nginx-$version/objs/ngx_auto_config.h must be checked
|
||||
# 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
|
||||
# and masterdir/builddir/nginx-$version/objs/ngx_auto_config.h must be checked
|
||||
# for changes that must be made.
|
||||
|
|
Loading…
Add table
Reference in a new issue