Skip to content
Commits on Source (2)
openldap (2.4.47+dfsg-4) UNRELEASED; urgency=medium
* Update Standards-Version to 4.4.0.
* Add a systemd drop-in to set RemainAfterExit=no on the slapd service, so
that systemd marks the service as dead after it crashes or is killed.
Thanks to Heitor Alves de Siqueira. (Closes: #926657, LP: #1821343)
-- Ryan Tandy <ryan@nardis.ca> Tue, 23 Jul 2019 17:46:26 -0700
openldap (2.4.47+dfsg-3) unstable; urgency=medium
* Restore patches to contrib Makefiles to set CFLAGS, CPPFLAGS, and LDFLAGS
......
......@@ -20,7 +20,7 @@ Build-Depends: debhelper (>= 10),
po-debconf,
unixodbc-dev <!stage1>
Build-Conflicts: libbind-dev, bind-dev, libicu-dev, autoconf2.13
Standards-Version: 4.3.0
Standards-Version: 4.4.0
Homepage: http://www.openldap.org/
Vcs-Git: https://salsa.debian.org/openldap-team/openldap.git
Vcs-Browser: https://salsa.debian.org/openldap-team/openldap
......
[Service]
RemainAfterExit=no
......@@ -5,6 +5,7 @@ debian/ldiftopasswd usr/share/slapd
debian/DB_CONFIG usr/share/slapd
debian/slapd.conf usr/share/slapd
debian/slapd.init.ldif usr/share/slapd
debian/slapd-remain-after-exit.conf lib/systemd/system/slapd.service.d
usr/lib/ldap/back_*.so*
usr/lib/ldap/back_*.la
......