initial checkin for nginx 1.1.4.

This commit is contained in:
agentzh (章亦春)
2011-09-23 18:53:51 +08:00
parent 5136657315
commit 237638cdfc
10 changed files with 774 additions and 4 deletions

2
util/upgrade-patches.pl Normal file → Executable file
View File

@ -21,7 +21,7 @@ for my $file (@files) {
or die "failed run command $cmd.\n";
}
my $cmd = "sed -i 's/1\.0\.5/1.0.6/g' $newfile";
my $cmd = "sed -i 's/\Q$ver\E/$newver/g' $newfile";
system($cmd) == 0
or die "failed to run command $cmd.\n";