bugfix: applied nginx's official security fix for an issue in the range filter (CVE-2017-7529).

This commit is contained in:
Yichun Zhang (agentzh)
2017-07-11 13:24:06 -07:00
parent 391709ce4d
commit 58f39e963f
3 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
main_ver=1.11.2
minor_ver=3
minor_ver=4
version=$main_ver.$minor_ver
echo $version