From 75f1f37322968cb06c62e13ef775954ea900041e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 22 Apr 2015 07:38:01 +0200 Subject: [PATCH] nginx: update to 1.8.0. --- common/options.description | 1 + srcpkgs/nginx/template | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common/options.description b/common/options.description index 2e7b38e193a..b1a29787248 100644 --- a/common/options.description +++ b/common/options.description @@ -14,6 +14,7 @@ desc_option_expat="Enable support for XML via expat" desc_option_framebuffer="Enable support for the Framebuffer" desc_option_gdk_pixbuf="Enable support to use transparency via gdk-pixbuf" desc_option_geoclue2="Enable support for geolocation (v2)" +desc_option_geoip="Enable support for IP geolocation" desc_option_gif="Enable support for GIF images" desc_option_gir="Enable support for gobject introspection data" desc_option_gles2="Enable support for GLES (v2)" diff --git a/srcpkgs/nginx/template b/srcpkgs/nginx/template index 82d84f725a9..15eee2f7587 100644 --- a/srcpkgs/nginx/template +++ b/srcpkgs/nginx/template @@ -1,6 +1,6 @@ # Template file for 'nginx' pkgname=nginx -version=1.6.3 +version=1.8.0 revision=1 makedepends="pcre-devel libressl-devel $(vopt_if geoip geoip-devel)" if [ "$CROSS_BUILD" ]; then @@ -28,7 +28,7 @@ maintainer="Juan RP " license="Simplified BSD" homepage="http://nginx.org" distfiles="http://nginx.org/download/nginx-$version.tar.gz" -checksum=0a98e95b366e4d6042f331e1fa4d70e18fd1e49d8993e589008e70e742b7e757 +checksum=23cca1239990c818d8f6da118320c4979aadf5386deda691b1b7c2c96b9df3d5 build_options="systemd geoip" build_options_default="geoip"