From b76e2f4c9ac0965823eb9c6659090dbae3d5a622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?agentzh=20=28=E7=AB=A0=E4=BA=A6=E6=98=A5=29?= Date: Fri, 21 Oct 2011 17:43:37 +0800 Subject: [PATCH] now we apply the patch to the nginx core so as to allow main request body modifications. --- util/mirror-tarballs | 2 ++ util/ver | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index e05b1c8..14c5da4 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -50,6 +50,8 @@ patch -p1 < $root/patches/nginx-$main_ver-variable_header_ignore_no_hash.patch | patch -p1 < $root/patches/nginx-$main_ver-named_location_clear_mods_ctx.patch || exit 1 +patch -p1 < $root/patches/nginx-$main_ver-allow_request_body_updating.patch || exit 1 + rm -f *.patch || exit 1 cd .. || exit 1 diff --git a/util/ver b/util/ver index 89b728e..47bbd9c 100755 --- a/util/ver +++ b/util/ver @@ -1,7 +1,7 @@ #!/bin/bash main_ver=1.0.8 -minor_ver=15 +minor_ver=17 version=$main_ver.$minor_ver echo $version