diff options
author | Brad King <brad.king@kitware.com> | 2017-06-21 12:35:14 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-06-21 12:35:18 (GMT) |
commit | ad7cf4b798c71198e8b106b696e25d4d2edceda2 (patch) | |
tree | 3468c6b52380aa4cd989256978f50b4d63881b53 /Utilities/Scripts | |
parent | 782c1e2f3741977104ef7bd2861162d861bf45d3 (diff) | |
parent | d5afb178f1829fc5fd9332f70986b95ab62aedcc (diff) | |
download | CMake-ad7cf4b798c71198e8b106b696e25d4d2edceda2.zip CMake-ad7cf4b798c71198e8b106b696e25d4d2edceda2.tar.gz CMake-ad7cf4b798c71198e8b106b696e25d4d2edceda2.tar.bz2 |
Merge topic 'update-expat'
d5afb178 expat: Fix compilation on systems without stdint.h
0a40c668 Merge branch 'upstream-expat' into update-expat
4b8a8c22 expat 2017-06-17 (c4446687)
d9d191a1 expat: Update script to get Expat 2.2.1
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !987
Diffstat (limited to 'Utilities/Scripts')
-rwxr-xr-x | Utilities/Scripts/update-expat.bash | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Utilities/Scripts/update-expat.bash b/Utilities/Scripts/update-expat.bash index 8a2a5fe..4cc8646 100755 --- a/Utilities/Scripts/update-expat.bash +++ b/Utilities/Scripts/update-expat.bash @@ -7,8 +7,8 @@ shopt -s dotglob readonly name="expat" readonly ownership="Expat Upstream <kwrobot@kitware.com>" readonly subtree="Utilities/cmexpat" -readonly repo="http://git.code.sf.net/p/expat/code_git" -readonly tag="master" +readonly repo="https://github.com/libexpat/libexpat.git" +readonly tag="R_2_2_1" readonly shortlog=false readonly paths=" expat/lib/asciitab.h @@ -22,6 +22,7 @@ readonly paths=" expat/lib/utf8tab.h expat/lib/nametab.h expat/lib/ascii.h + expat/lib/siphash.h expat/lib/xmltok_impl.h expat/lib/xmltok_ns.c expat/lib/winconfig.h |