Skip to content

Commit

Permalink
upgraded ngx_postgres to 0.9rc2 and also applied the epoll_check_stal…
Browse files Browse the repository at this point in the history
…e_wev patch.
  • Loading branch information
agentzh committed Nov 7, 2011
1 parent ce8b462 commit 95c11ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions util/mirror-tarballs
Expand Up @@ -38,7 +38,7 @@ patch -p1 < $root/patches/nginx-$main_ver-no_error_pages.patch || exit 1

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

#patch -p1 < $root/patches/nginx-$main_ver-request_body_preread_fix.patch || exit 1
patch -p1 < $root/patches/nginx-$main_ver-epoll_check_stale_wev.patch || exit 1

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

Expand Down Expand Up @@ -169,7 +169,7 @@ mv ngx_http_auth_request_module-* auth-request-nginx-module-$ver || exit 1

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

ver=0.9rc1
ver=0.9rc2
$root/util/get-tarball "https://github.com/FRiCKLE/ngx_postgres/tarball/$ver" -O ngx_postgres-$ver.tar.gz || exit 1
tar -xzf ngx_postgres-$ver.tar.gz || exit 1
mv FRiCKLE-ngx_postgres-* ngx_postgres-$ver || exit 1
Expand Down
4 changes: 2 additions & 2 deletions util/ver
@@ -1,7 +1,7 @@
#!/bin/bash

main_ver=1.0.8
minor_ver=27
main_ver=1.0.9
minor_ver=1
version=$main_ver.$minor_ver
echo $version

0 comments on commit 95c11ee

Please sign in to comment.