[Pkg-openldap-devel] [openldap] 01/02: Imported Debian patch 2.4.44+dfsg-6ubuntu1

Ryan Tandy rtandy-guest at moszumanska.debian.org
Fri Jun 30 01:18:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

rtandy-guest pushed a commit to branch ubuntu/master
in repository openldap.

commit 4af2cb8fc13b1dce2070a91f9a17cc52d9e07d8f
Merge: 9422853 86e3652
Author: Gianfranco Costamagna <locutusofborg at debian.org>
Date:   Tue Jun 27 10:21:41 2017 +0200

    Imported Debian patch 2.4.44+dfsg-6ubuntu1

 debian/changelog            | 57 +++++++++++++++++++++++++++++++++++++++++++--
 debian/po/ca.po             |  4 ++--
 debian/po/cs.po             |  4 ++--
 debian/po/da.po             |  4 ++--
 debian/po/de.po             |  4 ++--
 debian/po/es.po             |  4 ++--
 debian/po/eu.po             |  4 ++--
 debian/po/fi.po             | 25 ++++++++++++++++++--
 debian/po/fr.po             |  4 ++--
 debian/po/gl.po             |  4 ++--
 debian/po/it.po             |  4 ++--
 debian/po/ja.po             |  4 ++--
 debian/po/nl.po             |  4 ++--
 debian/po/pt.po             |  4 ++--
 debian/po/pt_BR.po          |  4 ++--
 debian/po/ru.po             |  4 ++--
 debian/po/sk.po             |  4 ++--
 debian/po/sv.po             |  4 ++--
 debian/po/templates.pot     |  4 ++--
 debian/po/tr.po             |  4 ++--
 debian/po/vi.po             |  4 ++--
 debian/slapd.scripts-common |  6 ++---
 debian/slapd.templates      |  2 +-
 23 files changed, 120 insertions(+), 46 deletions(-)

diff --cc debian/changelog
index 2580b10,293c931..ab1c318
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,51 -1,11 +1,105 @@@
++openldap (2.4.44+dfsg-6ubuntu1) artful; urgency=medium
++
++  * 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/rules modification mentioned above was dropped in
++      2.4.23-6ubuntu1, re-adding it ]
++    - 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
++      [ Refreshed patch ]
++    - 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
++
++ -- Gianfranco Costamagna <locutusofborg at debian.org>  Tue, 27 Jun 2017 10:21:41 +0200
++
+ openldap (2.4.44+dfsg-6) unstable; urgency=medium
+ 
+   * Update the list of non-translatable strings for the 
+     slapd/ppolicy_schema_needs_update template. Thanks Ferenc Wágner.
+   * Fix upgrade failure when olcSuffix contains a backslash. (Closes: #864719)
+ 
+  -- Ryan Tandy <ryan at nardis.ca>  Mon, 26 Jun 2017 19:42:02 -0700
+ 
 +openldap (2.4.44+dfsg-5ubuntu1) artful; urgency=medium
 +
 +   * 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/rules modification mentioned above was dropped in
 +      2.4.23-6ubuntu1, re-adding it ]
 +    - 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
 +      [ Refreshed patch ]
 +    - 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
 +    [ undocumented in prior merge, added in 2.4.41+dfsg-1ubuntu1 ]
 +    - Fix use after free with GnuTLS. (LP #1557248)
 +
 + -- Gianfranco Costamagna <locutusofborg at debian.org>  Sun, 28 May 2017 22:43:50 +0200
 +
  openldap (2.4.44+dfsg-5) unstable; urgency=medium
  
    * debian/patches/ITS-8644-wait-for-slapd-to-start-in-test064.patch: Fix an 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openldap/openldap.git



More information about the Pkg-openldap-devel mailing list