upgraded lua-cjson to 1.0.3; released ngx_openresty 1.0.6.9.

This commit is contained in:
agentzh (章亦春)
2011-09-19 12:33:03 +08:00
parent b11711a509
commit 06091efe32
4 changed files with 57 additions and 57 deletions

View File

@ -210,11 +210,11 @@ cd ..
#################################
ver=1.0.2
ver=1.0.3
$root/util/get-tarball "http://www.kyne.com.au/~mark/software/lua-cjson-$ver.tar.gz" -O "lua-cjson-$ver.tar.gz" || exit 1
tar -xzf lua-cjson-$ver.tar.gz || exit 1
cd lua-cjson-$ver || exit 1
patch -p1 < $root/patches/lua_cjson-$ver-array_detection_fix.patch || exit 1
#patch -p1 < $root/patches/lua_cjson-$ver-array_detection_fix.patch || exit 1
cd ..
#################################