summaryrefslogtreecommitdiff
path: root/lib/ldb/wscript
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2019-02-19 10:16:03 +1300
committerGary Lockyer <gary@samba.org>2019-02-25 22:54:13 +0100
commitde3bb5cd5236565f2b79644d99e55d03b254b65e (patch)
tree2216ccd99b18ab762921e6de7bd00456d1273f59 /lib/ldb/wscript
parent45b75db50f5c1a7c8c38af59a62fccee5401c845 (diff)
downloadsamba-de3bb5cd5236565f2b79644d99e55d03b254b65e.tar.gz
CVE-2019-3824 ldb: Release ldb 1.6.1ldb-1.6.1
* CVE-2019-3824 out of bounds read in wildcard compare (bug 13773) BUG: https://bugzilla.samba.org/show_bug.cgi?id=13773 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz> Autobuild-User(master): Gary Lockyer <gary@samba.org> Autobuild-Date(master): Mon Feb 25 22:54:13 CET 2019 on sn-devel-144
Diffstat (limited to 'lib/ldb/wscript')
-rw-r--r--lib/ldb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb/wscript b/lib/ldb/wscript
index 5355585f69c..028b1c4677c 100644
--- a/lib/ldb/wscript
+++ b/lib/ldb/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'ldb'
-VERSION = '1.6.0'
+VERSION = '1.6.1'
import sys, os