[ubuntu/focal-proposed] openldap 2.4.49+dfsg-2ubuntu1 (Accepted)

Andreas Hasenack andreas at canonical.com
Mon Mar 9 17:05:14 UTC 2020


openldap (2.4.49+dfsg-2ubuntu1) focal; urgency=medium

  * Merge with Debian unstable (LP: #1866303). 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
        [Dropped the ldap_gssapi_bind_s() hunk as that is already
      - 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
    - 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.49+dfsg-2) unstable; urgency=medium

  * slapd.README.Debian: Document the initial setup performed by slapd's
    maintainer scripts in more detail. Thanks to Karl O. Pinc.
    (Closes: #952501)
  * Import upstream patch to fix slapd crashing in certain configurations when
    a client attempts a login to a locked account.
    (ITS#9171) (Closes: #953150)

Date: Fri, 06 Mar 2020 11:39:12 -0300
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.49+dfsg-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 06 Mar 2020 11:39:12 -0300
Source: openldap
Architecture: source
Version: 2.4.49+dfsg-2ubuntu1
Distribution: focal
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Andreas Hasenack <andreas at canonical.com>
Closes: 952501 953150
Launchpad-Bugs-Fixed: 1866303
Changes:
 openldap (2.4.49+dfsg-2ubuntu1) focal; urgency=medium
 .
   * Merge with Debian unstable (LP: #1866303). 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
         [Dropped the ldap_gssapi_bind_s() hunk as that is already
       - 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
     - 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.49+dfsg-2) unstable; urgency=medium
 .
   * slapd.README.Debian: Document the initial setup performed by slapd's
     maintainer scripts in more detail. Thanks to Karl O. Pinc.
     (Closes: #952501)
   * Import upstream patch to fix slapd crashing in certain configurations when
     a client attempts a login to a locked account.
     (ITS#9171) (Closes: #953150)
Checksums-Sha1:
 dfcf23f31fd97fbb30bff0fc55adc8b4bccfca23 3128 openldap_2.4.49+dfsg-2ubuntu1.dsc
 663422d4e7c5db82120a456ac4080cd6de8fd44a 4844726 openldap_2.4.49+dfsg.orig.tar.gz
 05d2eadc61b8cde7258ab95b7f456d3f1bf3b29a 180948 openldap_2.4.49+dfsg-2ubuntu1.debian.tar.xz
 81728cd2fb741275ccd513657d741362cb61e72e 7369 openldap_2.4.49+dfsg-2ubuntu1_source.buildinfo
Checksums-Sha256:
 a645ae4ae1e2ddbc4c040a643df98d7da6c4cba0b2b0fd329b73bc72126ca76a 3128 openldap_2.4.49+dfsg-2ubuntu1.dsc
 240022395b438f327aa860a631c1d4eef9b17e63ec8965d3aca2aa983e6d81e6 4844726 openldap_2.4.49+dfsg.orig.tar.gz
 a89f3f042ad71ef6304b6cca3db27251df0cbf8de595e0556ed8dfb821f2ecfd 180948 openldap_2.4.49+dfsg-2ubuntu1.debian.tar.xz
 32d8236dec53ded6ad5486439b9ed1556e13c2e105d89a486abcf744830a3082 7369 openldap_2.4.49+dfsg-2ubuntu1_source.buildinfo
Files:
 cf67f852f0747fd0d7aadd3e8423262d 3128 net optional openldap_2.4.49+dfsg-2ubuntu1.dsc
 9361bf80ec1f85440e8ac95fe331459e 4844726 net optional openldap_2.4.49+dfsg.orig.tar.gz
 8e0d3db8991b5fcc3b8731c589561808 180948 net optional openldap_2.4.49+dfsg-2ubuntu1.debian.tar.xz
 2b053b23e2400eee923e71930c39a145 7369 net optional openldap_2.4.49+dfsg-2ubuntu1_source.buildinfo
Original-Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEiGZB1jWM2kalbBxyrJg+tb9ry6kFAl5mduYACgkQrJg+tb9r
y6lBIA//fuuM90n1BywbqtY6abPi84x51BfyJC6iZ0+GMpDeBX9cJyVJinkkPJlo
3/1rgupJAEtb1ZUA5INIMjtIh5fyXlNOsZxczoMl5eUCmbQGzMnNPLyFaxMW/95E
YzmMLlzkOIzldnyBkIE+e75ce/txnpbsiAc5l/IyPE2Hjy5/cYiITsbTDGwDBLo4
nvLzzpYuBzqR+p8zeVm0WEmfzJjk2lY5oVykLyotD9yB08otcxNiHhYqP0L9Fiie
MmUVcC547fZahiLjbLOeeKMxnSFg/dBQEawikk17pPF92BSHnwQsrpbx7LYadmTf
00Imq/rpkdz+Nap3/Ywg3YiRMCSz7lFvfNj1c/ZEUB2XN/GAJQF4apwX7PD4T/oF
DC/LKH8D2f2+yIWLJ9xylT1eCceH2LzZ92111s8N6h5cNjH6oUxdmicy4VpNk7h0
qydjLn/UajPp93zUKTN0FQuy442jhzafMInM+sb5IxAG9h1WXqEWN8K6nH0Spq3U
E3/LcVT3UArDDJ02+IUqPPafvFqJMHGv+BCME4gV2r79paCsdH0PPA1T5t3aBEVQ
F8aff5RjaJwDaSnsjxIIZFKCbSmEMkdoutj7pErkDfT6HmQ6Wdk+xVolTS1tDdNI
h/D+fAb86KPk2lFaZiTvX40dfDTeRzwO2RlWYDFCpRxj27ecuqw=
=d7OL
-----END PGP SIGNATURE-----


More information about the Focal-changes mailing list