summaryrefslogtreecommitdiff
path: root/third_party/nss_wrapper/wscript
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2020-04-02 13:43:44 +0200
committerSamuel Cabrero <scabrero@sn-devel-184>2020-04-06 17:34:53 +0000
commitc012f924382bc694d3ddcc2946bb2c1d92742aff (patch)
tree54cbb0fb570f59ef5fe7a340b6fcab866e806821 /third_party/nss_wrapper/wscript
parent53324c35d135c0ef12589d01883dd4492d20e0f6 (diff)
downloadsamba-c012f924382bc694d3ddcc2946bb2c1d92742aff.tar.gz
third_party: Update nss_wrapper to version 1.1.11
This fixes strict aliasing which leads to segfaults on certain architectures, e.g. armv7hl. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Samuel Cabrero <scabrero@samba.org> Autobuild-User(master): Samuel Cabrero <scabrero@samba.org> Autobuild-Date(master): Mon Apr 6 17:34:53 UTC 2020 on sn-devel-184
Diffstat (limited to 'third_party/nss_wrapper/wscript')
-rw-r--r--third_party/nss_wrapper/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nss_wrapper/wscript b/third_party/nss_wrapper/wscript
index 1f6e705ee07..0728d4fee7c 100644
--- a/third_party/nss_wrapper/wscript
+++ b/third_party/nss_wrapper/wscript
@@ -2,7 +2,7 @@
import os
-VERSION="1.1.10"
+VERSION="1.1.11"
def configure(conf):
if conf.CHECK_NSS_WRAPPER():