Browse Source

Bump openresty to version 1.7.7.1

Conflicts:
	toolset/setup/linux/webservers/openresty.sh
Tor Hveem 10 years ago
parent
commit
980fbfaaf1
1 changed files with 6 additions and 6 deletions
  1. 6 6
      toolset/setup/linux/webservers/openresty.sh

+ 6 - 6
toolset/setup/linux/webservers/openresty.sh

@@ -1,16 +1,16 @@
 #!/bin/bash
 
-RETCODE=$(fw_exists ${IROOT}/openresty-1.7.4.1.installed)
+RETCODE=$(fw_exists ${IROOT}/openresty-1.7.7.1.installed)
 [ ! "$RETCODE" == 0 ] || { return 0; }
 
 fw_depends nginx lua
 
-fw_get http://openresty.org/download/ngx_openresty-1.7.4.1.tar.gz
-fw_untar ngx_openresty-1.7.4.1.tar.gz
+fw_get http://openresty.org/download/ngx_openresty-1.7.7.1.tar.gz
+fw_untar ngx_openresty-1.7.7.1.tar.gz
 
-cd ngx_openresty-1.7.4.1
-./configure --with-luajit-xcflags=-DLUAJIT_NUMMODE=2 --with-http_postgres_module --prefix=${IROOT}/openresty-1.7.4.1 -j4
+cd ngx_openresty-1.7.7.1
+./configure --with-luajit-xcflags=-DLUAJIT_NUMMODE=2 --with-http_postgres_module --prefix=${IROOT}/openresty-1.7.7.1 -j4
 make -j4
 make install
 
-touch ${IROOT}/openresty-1.7.4.1.installed
+touch ${IROOT}/openresty-1.7.7.1.installed