Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits: 71f8894a by HAMANO Tsukasa at 2024-05-09T17:08:46+00:00 ITS#10214 Reduce library dependencies
Currently, slapd links libsystemd to notify service state to systemd. However, libsystemd link several unnecessary libraries, which increases security risks. The systemd documentation provides a method to send state notifications to systemd using a simple protocol without the need to link against libsystemd.
https://www.freedesktop.org/software/systemd/man/devel/sd_notify.html
- - - - - 5747936f by Quanah Gibson-Mount at 2024-05-09T17:09:19+00:00 ITS#10214 - Regenerate configure
- - - - - 28143651 by Quanah Gibson-Mount at 2024-05-09T17:10:10+00:00 ITS#10214
- - - - -
8 changed files:
- CHANGES - build/top.mk - configure - configure.ac - + include/sd-notify.h - servers/lloadd/Makefile_server.in - servers/lloadd/daemon.c - servers/slapd/daemon.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/585c66a1c08798f2095607c...