Skip to content

Commit

Permalink
upgraded luajit to 2.0.0 beta9 and also applied the patch nginx-1.0.1…
Browse files Browse the repository at this point in the history
…0-gzip_ok_invalid_read_fix.patch.
  • Loading branch information
agentzh committed Dec 22, 2011
1 parent 0e98bb3 commit 5fd1a15
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions util/mirror-tarballs
Expand Up @@ -54,6 +54,8 @@ patch -p1 < $root/patches/nginx-$main_ver-allow_request_body_updating.patch || e

patch -p1 < $root/patches/nginx-$main_ver-log_escape_non_ascii.patch || exit 1

patch -p1 < $root/patches/nginx-$main_ver-gzip_ok_invalid_read_fix.patch || exit 1

rm -f *.patch || exit 1

cd .. || exit 1
Expand Down Expand Up @@ -205,16 +207,16 @@ rm lua-makefile-fix.patch || exit 1

#################################

ver=2.0.0-beta8
ver=2.0.0-beta9
$root/util/get-tarball "http://luajit.org/download/LuaJIT-$ver.tar.gz" -O "LuaJIT-$ver.tar.gz" || exit 1
tar -xzf LuaJIT-$ver.tar.gz || exit 1

cd LuaJIT-$ver || exit 1;
$root/util/get-tarball http://luajit.org/download/beta8_hotfix1.patch -O beta8_hotfix1.patch
patch -p1 < beta8_hotfix1.patch || exit 1
rm beta8_hotfix1.patch || exit 1
cp $root/misc/unwind-generic.h ./unwind.h || exit 1
cd ..
#cd LuaJIT-$ver || exit 1;
#$root/util/get-tarball http://luajit.org/download/beta8_hotfix1.patch -O beta8_hotfix1.patch
#patch -p1 < beta8_hotfix1.patch || exit 1
#rm beta8_hotfix1.patch || exit 1
#cp $root/misc/unwind-generic.h ./unwind.h || exit 1
#cd ..

#################################

Expand Down
2 changes: 1 addition & 1 deletion util/ver
@@ -1,7 +1,7 @@
#!/bin/bash

main_ver=1.0.10
minor_ver=29
minor_ver=31
version=$main_ver.$minor_ver
echo $version

0 comments on commit 5fd1a15

Please sign in to comment.