summaryrefslogtreecommitdiff
path: root/package/nginx
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-11 12:54:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-11 12:55:26 +0200
commite8a1a97faa8452e45faeb5050db5404f242e1661 (patch)
treebe3c6c05947b19896a1b883595c3ffb7badae644 /package/nginx
parent0da0a7b76409a569af84defd1593aa50898421b1 (diff)
update to latest upstream
Diffstat (limited to 'package/nginx')
-rw-r--r--package/nginx/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/nginx/Makefile b/package/nginx/Makefile
index 73c66c721..173e840c9 100644
--- a/package/nginx/Makefile
+++ b/package/nginx/Makefile
@@ -4,9 +4,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= nginx
-PKG_VERSION:= 1.5.12
+PKG_VERSION:= 1.7.1
PKG_RELEASE:= 1
-PKG_MD5SUM:= c21589daaec0743d6d4cdf41503ffd53
+PKG_MD5SUM:= 9659cbb26f226f6390b18ef991a79233
PKG_DESCR:= powerful http reverse proxy and webserver
PKG_SECTION:= net/http
PKG_BUILDDEP:= openssl pcre zlib
@@ -16,6 +16,8 @@ PKG_SITES:= http://nginx.org/download/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+# flavours for speedy and ssl
+
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,NGINX,nginx,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))