[Pkg-openldap-devel] [openldap] 01/01: Imported Debian patch 2.4.44+dfsg-5ubuntu1
Ryan Tandy
rtandy-guest at moszumanska.debian.org
Sat Jun 10 23:32:07 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 9422853f563287d0a3737a4e8d4bd5d4daa7444c
Merge: c90405e 53cfe46
Author: Gianfranco Costamagna <locutusofborg at debian.org>
Date: Sun May 28 22:43:50 2017 +0200
Imported Debian patch 2.4.44+dfsg-5ubuntu1
debian/changelog | 59 ++++++++++++++++++++++
...S-8644-wait-for-slapd-to-start-in-test064.patch | 40 +++++++++++++++
.../ITS-8655-paged-results-double-free.patch | 28 ++++++++++
debian/patches/series | 2 +
4 files changed, 129 insertions(+)
diff --cc debian/changelog
index f5816bb,75215f9..2580b10
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,51 -1,14 +1,110 @@@
++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
+ intermittently failing test by waiting for slapd to start before running
+ tests. (ITS#8644) (Closes: #770890)
+ * debian/patches/ITS-8655-paged-results-double-free.patch: Fix a double free
+ in the MDB backend on a search including the Paged Results control with a
+ page size of 0. (ITS#8655) (Closes: #863563)
+
+ -- Ryan Tandy <ryan at nardis.ca> Sun, 28 May 2017 09:59:46 -0700
+
+openldap (2.4.44+dfsg-4ubuntu1) artful; 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/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> Sat, 22 Apr 2017 14:28:54 +0200
+
openldap (2.4.44+dfsg-4) unstable; urgency=medium
* Improve the slapd/ppolicy_schema_needs_update debconf template. Thanks to
diff --cc debian/patches/series
index f2fb7de,c098154..f63d9fc
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -27,5 -25,5 +27,7 @@@ heimdal-fi
ITS6035-olcauthzregex-needs-restart.patch
set-maintainer-name
ITS-8554-kFreeBSD-is-like-BSD.patch
+ ITS-8644-wait-for-slapd-to-start-in-test064.patch
+ ITS-8655-paged-results-double-free.patch
+fix-ldap-distribution.patch
+ITS8385-fix-use-after-free-with-GnuTLS
--
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