[ubuntu/disco-proposed] openldap 2.4.47+dfsg-2ubuntu1 (Accepted)

Ryan Tandy ryan at nardis.ca
Fri Jan 18 15:33:38 UTC 2019


openldap (2.4.47+dfsg-2ubuntu1) disco; urgency=medium

  * Merge from Debian unstable (LP: #1811630).  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
  * Update nssov build and packaging for Debian changes:
    - Drop patch nssov-build
    - 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

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

  * Reintroduce slapi-dev binary package. (Closes: #711469)
    Thanks to Florian Schlichting.
  * Do not call gnutls_global_set_mutex(). (Closes: #803197)
  * Use dh_auto_* to build and install contrib modules.
    - Stop patching the clean rule in smbk5pwd's Makefile.
  * Explicitly list overlays and man pages installed by slapd package in
    slapd.install and slapd.manpages files.
  * Set common variables for contrib Makefiles by make(1) command line instead
    of patching every Makefile.
  * Build and install more contrib plugins in a new slapd-contrib package:
    - pw-apr1 and pw-netscape (Closes: #592362)
    - pw-pbkdf2 (Closes: #794999)
  * Import the slapo-pw-pbkdf2 man page from upstream git master and install
    it with the slapd-contrib package.
  * Add smbk5pwd to slapd-contrib and turn slapd-smbk5pwd into a transitional
    package. Drop smbk5pwd README since it now has a man page which is a
    better resource for users.
    - Use Breaks to ensure that slapd is not upgraded in between removing the
      old smbk5pwd module and installing the new one.
  * Include the apr1-atol.pl and apr1-lota.pl helper scripts in the
    slapd-contrib package as examples.
  * Merge remaining contrib Makefile patches into a single contrib-makefiles
    patch.

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

  * New upstream release.
    - reverted GnuTLS handshake change in libldap as it regressed slapd
      (Reopens: #861838)
  * Update Standards-Version to 4.2.1.

Date: Sun, 13 Jan 2019 04:47:09 +0000
Changed-By: Ryan Tandy <ryan at nardis.ca>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Andreas Hasenack <andreas at canonical.com>
https://launchpad.net/ubuntu/+source/openldap/2.4.47+dfsg-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 13 Jan 2019 04:47:09 +0000
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-2ubuntu1
Distribution: disco
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Ryan Tandy <ryan at nardis.ca>
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: 592362 711469 794999 803197
Launchpad-Bugs-Fixed: 1811630
Changes:
 openldap (2.4.47+dfsg-2ubuntu1) disco; urgency=medium
 .
   * Merge from Debian unstable (LP: #1811630).  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
   * Update nssov build and packaging for Debian changes:
     - Drop patch nssov-build
     - 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
 .
 openldap (2.4.47+dfsg-2) unstable; urgency=medium
 .
   * Reintroduce slapi-dev binary package. (Closes: #711469)
     Thanks to Florian Schlichting.
   * Do not call gnutls_global_set_mutex(). (Closes: #803197)
   * Use dh_auto_* to build and install contrib modules.
     - Stop patching the clean rule in smbk5pwd's Makefile.
   * Explicitly list overlays and man pages installed by slapd package in
     slapd.install and slapd.manpages files.
   * Set common variables for contrib Makefiles by make(1) command line instead
     of patching every Makefile.
   * Build and install more contrib plugins in a new slapd-contrib package:
     - pw-apr1 and pw-netscape (Closes: #592362)
     - pw-pbkdf2 (Closes: #794999)
   * Import the slapo-pw-pbkdf2 man page from upstream git master and install
     it with the slapd-contrib package.
   * Add smbk5pwd to slapd-contrib and turn slapd-smbk5pwd into a transitional
     package. Drop smbk5pwd README since it now has a man page which is a
     better resource for users.
     - Use Breaks to ensure that slapd is not upgraded in between removing the
       old smbk5pwd module and installing the new one.
   * Include the apr1-atol.pl and apr1-lota.pl helper scripts in the
     slapd-contrib package as examples.
   * Merge remaining contrib Makefile patches into a single contrib-makefiles
     patch.
 .
 openldap (2.4.47+dfsg-1) unstable; urgency=medium
 .
   * New upstream release.
     - reverted GnuTLS handshake change in libldap as it regressed slapd
       (Reopens: #861838)
   * Update Standards-Version to 4.2.1.
Checksums-Sha1:
 b069e5c275a69c92f6e6c8735999aaacc706a5a0 2963 openldap_2.4.47+dfsg-2ubuntu1.dsc
 e2465bd56a2a35f78537831ca06a6a839200bb89 4872293 openldap_2.4.47+dfsg.orig.tar.gz
 c3eb3cb48848b213e939977874552533ad9ee24e 177564 openldap_2.4.47+dfsg-2ubuntu1.debian.tar.xz
 105262119c18e7beb7e15e343fad6cfbfdc37255 8005 openldap_2.4.47+dfsg-2ubuntu1_source.buildinfo
Checksums-Sha256:
 1146e8686cc8f31141556766f360a9cb81eda89214f592dd8b4ba67206b21293 2963 openldap_2.4.47+dfsg-2ubuntu1.dsc
 8f1ac7a4be7dd8ef158361efbfe16509756d3d9b396f5f378c3cf5c727807651 4872293 openldap_2.4.47+dfsg.orig.tar.gz
 40ed436bc82940d6c78b0c525b05b998ee88598901bbee9e13887627ffb18f02 177564 openldap_2.4.47+dfsg-2ubuntu1.debian.tar.xz
 ad2d718e9084615698aedd5802ef305b2095a17497e9244c84ed333285cda554 8005 openldap_2.4.47+dfsg-2ubuntu1_source.buildinfo
Files:
 0edb01ec7f180c5bbab3b0ce7edae8d8 2963 net optional openldap_2.4.47+dfsg-2ubuntu1.dsc
 b734b63b740333d7d6bd02cb9ce09380 4872293 net optional openldap_2.4.47+dfsg.orig.tar.gz
 6fb20328e85e03aadd1c522e0fec93ba 177564 net optional openldap_2.4.47+dfsg-2ubuntu1.debian.tar.xz
 1a911ee4ff50f23ab9edba54f5142eb2 8005 net optional openldap_2.4.47+dfsg-2ubuntu1_source.buildinfo
Original-Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel at lists.alioth.debian.org>

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

iQIzBAEBCgAdFiEEiGZB1jWM2kalbBxyrJg+tb9ry6kFAlxB8L0ACgkQrJg+tb9r
y6mzdg//R09JARNOfMXLUEOVYWpVr072iHH5KH0gvFmGYgCdR3fk8byCtPFQ5QPH
Hqn+cTtgyNNW0Y9r5V5Tu/ubR/2IveHkv/cdFG6pjNhjqbKwfG/lNu6h5RED0OWc
lFfFPonOBjz+ezaSOKhvdivpwlbqVBIPXDC0zqPSu+m4YkQ6Kbcna9dHZWhTwETR
iuvg8gJNaRxW/2sbG64wgMqKPZ9ycS0LHwtva6Ez5AsukZv0yazVnwp1Ts0jsKSk
XBtsaOhp0UAxrCi+IgtGI+PLZgzNgvaGzUKDRutdhd/eCzVwyxzp3ufzrx4PWNFs
XqhxLHGTNm9TH3daiNvaJZnIP2ldNPW7ODfj6GfODBNKDQQrSnx54/0VWoX1CSj6
e/7hmdPfQIxw7XmhrGdDaqJtdbjFx0HsAbR7CclF6U9hNwnQy0k0jlCrpXGPZ4I3
ztEQYzBKqVRAkNCHy/+YYRAVQxZB0FpUkapSkfu0mZi4rpe9YsrZcaP/SQDieH5B
LRIkGjKalsrsx8cW5fEajNsr54Dnzow8WS5RkedMOLl5XTL/F75fo3UwlA7/SB1Y
cjNdlJ7HITkQ/rQfpUOOBa9dq01jdmc6jFcghzaNizlpPGNvJuExYnfBPCgAJlBZ
+cTmuGjDJxW8tcwfc1stid3Z2PR6xwSNOFaRd0BzFdPHJO638vE=
=PO+d
-----END PGP SIGNATURE-----


More information about the Disco-changes mailing list