[ubuntu/cosmic-proposed] openldap 2.4.46+dfsg-2ubuntu1 (Accepted)

Gianfranco Costamagna locutusofborg at debian.org
Fri May 4 14:07:28 UTC 2018


openldap (2.4.46+dfsg-2ubuntu1) cosmic; urgency=low

  * Merge from 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/{patches/nssov-build,rules}: Apply, build and package the
        nss overlay.
    - 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

openldap (2.4.46+dfsg-2) unstable; urgency=medium

  * Remove version constraint from libldap-2.4-2 dependency on libldap-common.

openldap (2.4.46+dfsg-1) unstable; urgency=medium

  * Move the repository to Salsa.
    Update debian/control Vcs-* fields.
  * Remove Matthijs Möhlmann from Uploaders. (Closes: #891308)
    Thank you Matthijs for your past contributions.
  * New upstream release.
    - fixed slapd out-of-sync issue with delta-MMR and memberof overlay
      (ITS#8444) (Closes: #877166)
  * Rebase patch no-AM_INIT_AUTOMAKE to apply cleanly.
  * Drop patch ITS8650-retry-gnutls_handshake-after-GNUTLS_E_AGAIN, applied
    upstream.
  * Really fix upgrades when the config contains backslash-escaped special
    characters. The previous fix was incomplete and didn't fully fix upgrades
    involving a database reload. (Closes: #864719)
  * Update Standards-Version to 4.1.4.
    - Change the Priority of libldap-2.4-2 and libldap-common to optional.
  * Change download URL in debian/watch to https. Fixes a Lintian info.
  * Override the binary-or-shlib-defines-rpath Lintian tag for slapd-smbk5pwd.
    The rpath is set by krb5-config.heimdal; see bug #868840.

Date: Fri, 04 May 2018 10:19:24 +0200
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel at lists.alioth.debian.org>
https://launchpad.net/ubuntu/+source/openldap/2.4.46+dfsg-2ubuntu1
-------------- next part --------------
Format: 1.8
Date: Fri, 04 May 2018 10:19:24 +0200
Source: openldap
Binary: slapd slapd-smbk5pwd ldap-utils libldap-2.4-2 libldap-common libldap2-dev
Architecture: source
Version: 2.4.46+dfsg-2ubuntu1
Distribution: cosmic
Urgency: medium
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel at lists.alioth.debian.org>
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
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-smbk5pwd - Keeps Samba and Kerberos passwords in sync within slapd.
Closes: 864719 877166 891308
Changes:
 openldap (2.4.46+dfsg-2ubuntu1) cosmic; urgency=low
 .
   * Merge from 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/{patches/nssov-build,rules}: Apply, build and package the
         nss overlay.
     - 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
 .
 openldap (2.4.46+dfsg-2) unstable; urgency=medium
 .
   * Remove version constraint from libldap-2.4-2 dependency on libldap-common.
 .
 openldap (2.4.46+dfsg-1) unstable; urgency=medium
 .
   * Move the repository to Salsa.
     Update debian/control Vcs-* fields.
   * Remove Matthijs Möhlmann from Uploaders. (Closes: #891308)
     Thank you Matthijs for your past contributions.
   * New upstream release.
     - fixed slapd out-of-sync issue with delta-MMR and memberof overlay
       (ITS#8444) (Closes: #877166)
   * Rebase patch no-AM_INIT_AUTOMAKE to apply cleanly.
   * Drop patch ITS8650-retry-gnutls_handshake-after-GNUTLS_E_AGAIN, applied
     upstream.
   * Really fix upgrades when the config contains backslash-escaped special
     characters. The previous fix was incomplete and didn't fully fix upgrades
     involving a database reload. (Closes: #864719)
   * Update Standards-Version to 4.1.4.
     - Change the Priority of libldap-2.4-2 and libldap-common to optional.
   * Change download URL in debian/watch to https. Fixes a Lintian info.
   * Override the binary-or-shlib-defines-rpath Lintian tag for slapd-smbk5pwd.
     The rpath is set by krb5-config.heimdal; see bug #868840.
Checksums-Sha1:
 669e143c1feeac2a25c33785e3a8bcdc558ceb27 2707 openldap_2.4.46+dfsg-2ubuntu1.dsc
 469e790ef218b6fad756382acd280efd32ab4b93 4873832 openldap_2.4.46+dfsg.orig.tar.gz
 f5f2e2a57918dcb0f6bb11e7d67b428e0c582059 175140 openldap_2.4.46+dfsg-2ubuntu1.debian.tar.xz
 ec084d3111947637095831ee1a945da219ad8c7e 7935 openldap_2.4.46+dfsg-2ubuntu1_source.buildinfo
Checksums-Sha256:
 8296aa5ed41e491e0ee4e8b968a68f021b09a335b36321a8b893a5131f8d2ba3 2707 openldap_2.4.46+dfsg-2ubuntu1.dsc
 e93cb511f6bce162c27502d0d240e6410a8f14e72c47ddddb4e69b25b7c538e4 4873832 openldap_2.4.46+dfsg.orig.tar.gz
 eed90a80192598bcc0b53f07b2b0554bf0cecd181c1d1dc51ec7400b79a32a5b 175140 openldap_2.4.46+dfsg-2ubuntu1.debian.tar.xz
 8d68a9d0e169895057edb7e15eefbb64e50183286533db1f97441844d9b56bde 7935 openldap_2.4.46+dfsg-2ubuntu1_source.buildinfo
Files:
 558313acd3164918f5c87ca486858a5f 2707 net optional openldap_2.4.46+dfsg-2ubuntu1.dsc
 62980219c14e78e6669b4010a6278ff8 4873832 net optional openldap_2.4.46+dfsg.orig.tar.gz
 69baac8d9dcae74e14067fa4ba98b73f 175140 net optional openldap_2.4.46+dfsg-2ubuntu1.debian.tar.xz
 2e12b2313144c09d40e572ecce9fd4b7 7935 net optional openldap_2.4.46+dfsg-2ubuntu1_source.buildinfo


More information about the Cosmic-changes mailing list