[ubuntu/disco-proposed] openldap 2.4.47+dfsg-3ubuntu1 (Accepted)
Andreas Hasenack
andreas at canonical.com
Tue Feb 12 11:10:14 UTC 2019
openldap (2.4.47+dfsg-3ubuntu1) disco; urgency=medium
* Merge with Debian unstable. Remaining changes:
- Enable AppArmor support:
- d/apparmor-profile: add AppArmor profile
- d/rules: use dh_apparmor
- d/control: Build-Depends on dh-apparmor
- d/slapd.README.Debian: add note about AppArmor
- Enable GSSAPI support:
- d/patches/gssapi.diff, thanks to Jerry Carter (Likewise):
- Add --with-gssapi support
- Make guess_service_principal() more robust when determining
principal
- d/configure.options: Configure with --with-gssapi
- d/control: Added heimdal-dev as a build depend
- d/rules:
- Explicitly add -I/usr/include/heimdal to CFLAGS.
- Explicitly add -I/usr/lib/<multiarch>/heimdal to LDFLAGS.
- Enable ufw support:
- d/control: suggest ufw.
- d/rules: install ufw profile.
- d/slapd.ufw.profile: add ufw profile.
- Enable nss overlay:
- d/rules:
- add nssov to CONTRIB_MODULES
- add sysconfdir to CONTRIB_MAKEVARS
- d/slapd.install:
- install nssov overlay
- d/slapd.manpages:
- install slapo-nssov(5) man page
- d/{rules,slapd.py}: Add apport hook.
- d/slapd.init.ldif: don't set olcRootDN since it's not defined in
either the default DIT nor via an Authn mapping.
- d/slapd.scripts-common:
- add slapcat_opts to local variables.
- Fix backup directory naming for multiple reconfiguration.
- d/{slapd.default,slapd.README.Debian}: use the new configuration style.
- d/rules: Enable -DLDAP_CONNECTIONLESS to build CLDAP (UDP) support
in the openldap library, as required by Likewise-Open
- Show distribution in version:
- d/control: added lsb-release
- d/patches/fix-ldap-distribution.patch: show distribution in version
- d/libldap-2.4-2.symbols: Add symbols not present in Debian.
- CLDAP (UDP) was added in 2.4.17-1ubuntu2
- GSSAPI support was enabled in 2.4.18-0ubuntu2
* Added changes:
- d/p/contrib-makefiles: given the change in 2.4.47+dfsg-3 regarding
Debian bug #919136, we also have to patch the nssov makefile
accordingly and thus update this patch.
openldap (2.4.47+dfsg-3) unstable; urgency=medium
* Restore patches to contrib Makefiles to set CFLAGS, CPPFLAGS, and LDFLAGS
individually in the relevant command lines instead of overriding OPT. The
change to use OPT caused FTBFS on some ports arches where PIE enablement
uses spec files, by mixing compile-time and link-time flags.
(Closes: #919136)
* Fix architecture-specific path in smbk5pwd's binary-or-shlib-defines-rpath
Lintian override.
* Skip exporting cn=config to LDIF in preinst for upgrades where nothing
needs to be checked in it.
* Update Standards-Version to 4.3.0.
Date: Mon, 11 Feb 2019 09:20:47 -0200
Changed-By: Andreas Hasenack <andreas at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/openldap/2.4.47+dfsg-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 11 Feb 2019 09:20:47 -0200
Source: openldap
Binary: slapd slapd-contrib slapd-smbk5pwd ldap-utils libldap-2.4-2 libldap-common libldap2-dev slapi-dev
Architecture: source
Version: 2.4.47+dfsg-3ubuntu1
Distribution: disco
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Andreas Hasenack <andreas at canonical.com>
Description:
ldap-utils - OpenLDAP utilities
libldap-2.4-2 - OpenLDAP libraries
libldap-common - OpenLDAP common files for libraries
libldap2-dev - OpenLDAP development libraries
slapd - OpenLDAP server (slapd)
slapd-contrib - contributed plugins for OpenLDAP slapd
slapd-smbk5pwd - transitional package for slapd-contrib
slapi-dev - development libraries for OpenLDAP SLAPI plugin interface
Closes: 919136
Changes:
openldap (2.4.47+dfsg-3ubuntu1) disco; urgency=medium
.
* Merge with Debian unstable. Remaining changes:
- Enable AppArmor support:
- d/apparmor-profile: add AppArmor profile
- d/rules: use dh_apparmor
- d/control: Build-Depends on dh-apparmor
- d/slapd.README.Debian: add note about AppArmor
- Enable GSSAPI support:
- d/patches/gssapi.diff, thanks to Jerry Carter (Likewise):
- Add --with-gssapi support
- Make guess_service_principal() more robust when determining
principal
- d/configure.options: Configure with --with-gssapi
- d/control: Added heimdal-dev as a build depend
- d/rules:
- Explicitly add -I/usr/include/heimdal to CFLAGS.
- Explicitly add -I/usr/lib/<multiarch>/heimdal to LDFLAGS.
- Enable ufw support:
- d/control: suggest ufw.
- d/rules: install ufw profile.
- d/slapd.ufw.profile: add ufw profile.
- Enable nss overlay:
- d/rules:
- add nssov to CONTRIB_MODULES
- add sysconfdir to CONTRIB_MAKEVARS
- d/slapd.install:
- install nssov overlay
- d/slapd.manpages:
- install slapo-nssov(5) man page
- d/{rules,slapd.py}: Add apport hook.
- d/slapd.init.ldif: don't set olcRootDN since it's not defined in
either the default DIT nor via an Authn mapping.
- d/slapd.scripts-common:
- add slapcat_opts to local variables.
- Fix backup directory naming for multiple reconfiguration.
- d/{slapd.default,slapd.README.Debian}: use the new configuration style.
- d/rules: Enable -DLDAP_CONNECTIONLESS to build CLDAP (UDP) support
in the openldap library, as required by Likewise-Open
- Show distribution in version:
- d/control: added lsb-release
- d/patches/fix-ldap-distribution.patch: show distribution in version
- d/libldap-2.4-2.symbols: Add symbols not present in Debian.
- CLDAP (UDP) was added in 2.4.17-1ubuntu2
- GSSAPI support was enabled in 2.4.18-0ubuntu2
* Added changes:
- d/p/contrib-makefiles: given the change in 2.4.47+dfsg-3 regarding
Debian bug #919136, we also have to patch the nssov makefile
accordingly and thus update this patch.
.
openldap (2.4.47+dfsg-3) unstable; urgency=medium
.
* Restore patches to contrib Makefiles to set CFLAGS, CPPFLAGS, and LDFLAGS
individually in the relevant command lines instead of overriding OPT. The
change to use OPT caused FTBFS on some ports arches where PIE enablement
uses spec files, by mixing compile-time and link-time flags.
(Closes: #919136)
* Fix architecture-specific path in smbk5pwd's binary-or-shlib-defines-rpath
Lintian override.
* Skip exporting cn=config to LDIF in preinst for upgrades where nothing
needs to be checked in it.
* Update Standards-Version to 4.3.0.
Checksums-Sha1:
32b5e9498db08c878e676832bc853228c66d6237 2963 openldap_2.4.47+dfsg-3ubuntu1.dsc
e2465bd56a2a35f78537831ca06a6a839200bb89 4872293 openldap_2.4.47+dfsg.orig.tar.gz
60ce1d016d1e9c3057b532c6883d337c40a34a4e 178128 openldap_2.4.47+dfsg-3ubuntu1.debian.tar.xz
f4a339b89e832430a9e02eda8bee31a895a43e38 7183 openldap_2.4.47+dfsg-3ubuntu1_source.buildinfo
Checksums-Sha256:
920356ce3793c9c3a4431f6a9abdbf3ace08db6513297d05facd5139f571cbba 2963 openldap_2.4.47+dfsg-3ubuntu1.dsc
8f1ac7a4be7dd8ef158361efbfe16509756d3d9b396f5f378c3cf5c727807651 4872293 openldap_2.4.47+dfsg.orig.tar.gz
0f74488d2daedbfeca180dc467b79ab865f4cea4b09c69bc1135996256e44acd 178128 openldap_2.4.47+dfsg-3ubuntu1.debian.tar.xz
e4bf1f3a272a08689b447d3755e690b2c0491b98f210ab0622f042c1e5dd20a3 7183 openldap_2.4.47+dfsg-3ubuntu1_source.buildinfo
Files:
93b5791ff3fded3b8e77c6b4e00b35c1 2963 net optional openldap_2.4.47+dfsg-3ubuntu1.dsc
b734b63b740333d7d6bd02cb9ce09380 4872293 net optional openldap_2.4.47+dfsg.orig.tar.gz
44dda9829615cc2bd71f34545425cdd3 178128 net optional openldap_2.4.47+dfsg-3ubuntu1.debian.tar.xz
cc838cb847fee64dedfea3f22e1729ec 7183 net optional openldap_2.4.47+dfsg-3ubuntu1_source.buildinfo
Original-Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEiGZB1jWM2kalbBxyrJg+tb9ry6kFAlxiqQwACgkQrJg+tb9r
y6nM0A//ZDuJdNK8zduTvL4zBB66HbT1NpcDQf3QZ7045gNu35cjVIP+32bHiovr
5BqlbVOzrQMUL2V26STk0RoaVTgY7SfVUv6elXw+FZDqWK/tr8Vaj+QlXVl2Yyzy
l+dMyHErkn8mdH8r7+l9gwW149GT3WLmrrERFydHA4TZtA1jcRsAlwSjGx0BNgr3
0n9H/QbiqKZWxZX0w150tDMDSBQ+HVddzZ0IJLi+R/qCRgKAzw9Il72GGCXXdXZf
5ZWpZgAsQdXnrCcXzfdlVrE5Bqc1uw3b6xsF8MLqqm6tH5JS7TPtg26SRHlOLTqy
JKgPyoQXuekbpnn3e1Fwll1n28tKJIIuP3itN4vD+iZAZo7ce4WTwHE1gEU/J1nH
3IhoUjSq9Rb8yr+w4sSJE/X2fRaSg5L6j3D6RHMYMXE3aPaQHAciNk6tfjM1SqyE
+0lTwozk6JqEuxhXaGKGwTFfDIIw6lBuZXZzmnTePVtqk503MSRZq4PFGdXaPzkj
L4Y+yB1t7laZmdIZNmsd33uIp5sdgnVCVUPwq/HNK6xl9K4zE5i62Mx0ONA9iVjt
GM59SAyfnQo8TxPEBeirgeAzduM8dc4KvTHvVn+AmOLm3zqAQ5D1Oew9X4N0hGpa
dkFwUebhOAcCrWUyJG/FxUH47LlIFJ+U4RcNmWvzph/oX63zWBo=
=Nuvl
-----END PGP SIGNATURE-----
More information about the Disco-changes
mailing list