Merge pull request #774 from jserv/expat-security-fixes

Bump expat version to 2.2.1 for security fixes
This commit is contained in:
Alexey Neyman 2017-07-08 10:43:12 -07:00 committed by GitHub
commit 8f8e131d56

View File

@ -6,9 +6,9 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
config EXPAT_V_2_2_0
config EXPAT_V_2_2_1
bool
prompt "2.2.0"
prompt "2.2.1"
config EXPAT_V_2_1_1
bool
@ -21,5 +21,5 @@ config EXPAT_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "2.2.0" if EXPAT_V_2_2_0
default "2.2.1" if EXPAT_V_2_2_1
default "2.1.1" if EXPAT_V_2_1_1