diff options
author | Derick Rethans <github@derickrethans.nl> | 2017-06-12 11:02:08 +0100 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2017-06-14 12:38:47 +0100 |
commit | 4a1ac90daf85f25e76adb7cdff460a32ce9df0bb (patch) | |
tree | cf4bf0f3fede793a12677fea74b602e186982624 /src/third_party/SConscript | |
parent | c7aa40633696a49fea2e75750b30a8339117d072 (diff) | |
download | mongo-4a1ac90daf85f25e76adb7cdff460a32ce9df0bb.tar.gz |
SERVER-29505 Fix ubsan issues in timelib library
This also fixes endiannes detection for s390 (BF-5678).
The timelib upgrade also adds some example programs for use with our new
aggregation operators, and a new timelib_isodate_from_date function.
Diffstat (limited to 'src/third_party/SConscript')
-rw-r--r-- | src/third_party/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/SConscript b/src/third_party/SConscript index aafd7355d8a..53cc87a9a0a 100644 --- a/src/third_party/SConscript +++ b/src/third_party/SConscript @@ -13,7 +13,7 @@ mozjsSuffix = '-45' yamlSuffix = '-0.5.3' icuSuffix = '-57.1' gperftoolsSuffix = '-2.5' -timelibSuffix = '-2017.05beta3' +timelibSuffix = '-2017.05beta4' thirdPartyIncludePathList = [ ('s2', '#/src/third_party/s2'), |