Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits: 40567fa0 by Orgad Shaneh at 2022-02-02T17:09:30+00:00 ITS#9791 Fix compilation with openssl exclusions
- - - - - d47db158 by Quanah Gibson-Mount at 2022-02-02T17:10:23+00:00 ITS#9791
- - - - - 79ef675f by Orgad Shaneh at 2022-02-02T17:10:37+00:00 ITS#9788 Fix make jobserver warnings
Running make -j8 issues the following warning for each directory with make 4.3: make[2]: warning: -j8 forced in submake: resetting jobserver mode.
There is no need to pass MFLAGS. Make picks it up from the environment anyway.
- - - - - af8989b6 by Quanah Gibson-Mount at 2022-02-02T17:11:07+00:00 ITS#9788
- - - - - 41adeb41 by Orgad Shaneh at 2022-02-02T17:11:25+00:00 ITS#9790 Fix build with old GCC
Versions 4.1 and 4.3 show the following error:
In file included from ../../include/lutil.h:21, from passwd.c:60: ../../include/ac/socket.h:247: error: redefinition of typedef 'Sockaddr' ../../include/ldap_pvt.h:188: error: previous declaration of 'Sockaddr' was here
- - - - - 411186f0 by Quanah Gibson-Mount at 2022-02-02T17:11:48+00:00 ITS#9790
- - - - - b84eddaf by Ondřej Kuzník at 2022-02-02T17:12:15+00:00 ITS#9789 Expose operation_counter_init
- - - - - 2fdcca79 by Ondřej Kuzník at 2022-02-02T17:12:19+00:00 ITS#9789 slapo-syncprov: Reset op->o_counters every time we migrate to a new thread
- - - - - 6cd3cc76 by Ondřej Kuzník at 2022-02-02T17:12:23+00:00 ITS#9789 slapd-asyncmeta: Reset op->o_counters every time we migrate to a new thread
- - - - - 5e1531e1 by Ondřej Kuzník at 2022-02-02T17:12:27+00:00 ITS#9789 slapo-vc: Reset op->o_counters every time we migrate to a new thread
- - - - - d1490013 by Quanah Gibson-Mount at 2022-02-02T17:12:44+00:00 ITS#9789
- - - - - a516ee56 by Ondřej Kuzník at 2022-02-02T17:13:13+00:00 ITS#9785 clear runqueue task as soon as it's getting started
- - - - -
13 changed files:
- CHANGES - build/dir.mk - contrib/slapd-modules/vc/vc.c - include/ldap_pvt.h - libraries/libldap/tls_o.c - servers/slapd/back-asyncmeta/add.c - servers/slapd/back-asyncmeta/meta_result.c - servers/slapd/back-asyncmeta/search.c - servers/slapd/connection.c - servers/slapd/daemon.c - servers/slapd/overlays/syncprov.c - servers/slapd/proto-slap.h - servers/slapd/syncrepl.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/838a43c2d6d9709f5046fb0...