A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.master has been updated via 4198bbde175c65a7af0eafc46da22fc1c96ceeb6 (commit) from 45fe870c2ec421286bcac86b514c326ce10009a2 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 4198bbde175c65a7af0eafc46da22fc1c96ceeb6 Author: Sebastien Launay sebastien@slaunay.fr Date: Thu Dec 3 10:42:36 2015 -0800
ITS#8330 Fix robust mutex detection for glibc 2.10 and 2.11
pthread_mutexattr_setrobust and pthread_mutex_consistent are provided since 2.12 not 2.10: https://sourceware.org/git/?p=glibc.git;a=commit;h=402cd98775db1478f64c9b0db... https://sourceware.org/git/?p=glibc.git;a=commit;h=78ee21859939ff75ccf8bbe00...
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)