https://bugs.openldap.org/show_bug.cgi?id=6745
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|OL_2_5_REQ |
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=6745
Howard Chu <hyc(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |TEST
Status|UNCONFIRMED |RESOLVED
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=9181
--- Comment #9 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
commit 0daf80129a7e3fa9ac10738fb8b86dfcdfa6eb09 (HEAD -> OPENLDAP_REL_ENG_2_4,
origin/OPENLDAP_REL_ENG_2_4)
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Thu Apr 16 10:46:18 2020 -0700
ITS#9181 fix ldap_pvt_thread_mutex_t used before its definition
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=9181
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|CONFIRMED |RESOLVED
--- Comment #8 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• d5e133f4
by Ryan Tandy at 2020-04-16T19:15:31+00:00
ITS#9181 fix ldap_pvt_thread_mutex_t used before its definition
2 changed files:
• include/ldap_int_thread.h
• libraries/libldap_r/thr_nt.c
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=9181
--- Comment #7 from Ryan Tandy <ryan(a)openldap.org> ---
(In reply to Howard Chu from comment #6)
> Can you retry, changing that declaration to use ldap_int_thread_mutex_t
> instead?
Looks like it's on its way to compiling with that, yeah. I'll wait for the
build to finish and put up a merge request.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=9098
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.4.50 |2.4.51
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=7878
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.5.0 |2.4.50
Resolution|TEST |FIXED
--- Comment #7 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
commit f5143f99eeb66d4f5698284391ed7adf6cef9f03 (HEAD -> OPENLDAP_REL_ENG_2_4,
origin/OPENLDAP_REL_ENG_2_4)
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Fri Apr 3 15:15:27 2020 -0700
ITS#7878 Replace uint32_t with unsigned in back-mdb
init.c: align mi_dbenv_flags and flags with mdb_dbi_open, which declares
flags as unsigned int.
search.c: align mi_rtxn_size with ARG_UINT; adjust ww_ctx.nentries to
silence a warning about signed/unsigned comparison.
config.c: parse checkpoint config more carefully. Reject negative or
unreasonably large values for kbytes and minutes. Ensure both values are
parsed successfully before making any changes.
Fixes a compilation failure under MinGW, where stdint.h types are not
implicitly pulled in by other headers.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=8383
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|TEST |FIXED
Target Milestone|2.5.0 |2.4.50
--- Comment #6 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
commit 6fe9b0c65479363e4f9f03dd85fc81b2940f62df
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Sun Sep 1 11:53:37 2019 -0700
ITS#8383 Look for socklen_t in <ws2tcpip.h> too
MinGW targets do not have the <sys/socket.h> header. The configure check
would conclude that there is no socklen_t type, resulting in portable.h
containing its own definition of socklen_t, which would later conflict
with the actual definition in <ws2tcpip.h>.
Add <ws2tcpip.h> to the configure check for socklen_t, so that the
defined type is correctly detected.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=9181
--- Comment #6 from Howard Chu <hyc(a)openldap.org> ---
(In reply to Ryan Tandy from comment #5)
> Hi Howard, I'm testing my patch for ITS#8383 and this one seems to have
> broken the build in my MSYS2/MinGW environment:
>
> cc -g -O2 -I../../include -I../../include -c -o ntservice.o
> ntservice.c
> In file included from ../../include/portable.h:1173,
> from ntservice.c:20:
> ../../include/ldap_int_thread.h:156:43: error: unknown type name
> 'ldap_pvt_thread_mutex_t'; did you mean 'ldap_int_thread_mutex_t'?
> 156 | ldap_pvt_thread_mutex_init_first LDAP_P(( ldap_pvt_thread_mutex_t
> *mutex ));
> | ^~~~~~~~~~~~~~~~~~~~~~~
> ../../include/ldap_cdefs.h:32:25: note: in definition of macro 'LDAP_P'
> 32 | # define LDAP_P(protos) protos
> | ^~~~~~
> make[2]: *** [<builtin>: ntservice.o] Error 1
>
> ldap_int_thread.h is included at the top of ldap_pvt_thread.h, so this
> declaration is seen before the ldap_pvt_* typedefs.
Can you retry, changing that declaration to use ldap_int_thread_mutex_t
instead?
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=9223
Bug ID: 9223
Summary: Add support for incremental backup
Product: LMDB
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: liblmdb
Assignee: bugs(a)openldap.org
Reporter: quanah(a)openldap.org
Target Milestone: ---
For LMDB 1.0, add support for incremental backups
--
You are receiving this mail because:
You are on the CC list for the bug.