This website requires JavaScript.
Explore
Help
Sign In
186526
/
openresty
mirror of
https://github.com/openresty/openresty.git
Watch
1
Star
0
Fork
You've already forked openresty
0
Code
Issues
Projects
Releases
Wiki
Activity
6ce2a28c23
openresty
/
util
/
ver
9 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
a lot of work on the util/configure script.
2011-03-06 07:11:20 +00:00
#!/bin/bash
added patches for the nginx 1.3.11 core. also excluded the allow_request_body_updating patch.
2013-01-27 04:01:12 +00:00
#main_ver=1.3.11
upgraded the nginx core to 1.2.8.
2013-04-21 05:41:46 +00:00
main_ver=1.2.8
applied the official patch for the nginx security vulnerability CVE-2013-2070.
2013-05-13 19:22:02 +00:00
minor_ver=3
a lot of work on the util/configure script.
2011-03-06 07:11:20 +00:00
version=$main_ver.$minor_ver
echo $version