ubuntu/+source/openldap:ubuntu/groovy

Last commit made on 2020-09-08
Get this branch:
git clone -b ubuntu/groovy https://git.launchpad.net/ubuntu/+source/openldap
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/groovy
Repository:
lp:ubuntu/+source/openldap

Recent commits

8de5b8f... by Andreas Hasenack

update-maintainer

ebbb9c4... by Andreas Hasenack

reconstruct-changelog

409d3a7... by Andreas Hasenack

merge-changelogs

19685e3... by Ryan Tandy

    - d/rules: better regexp to match the Maintainer tag in d/control,
      needed in the Ubuntu case because of XSBC-Original-Maintainer
      (Closes #960448, LP #1875697)

e22d717... by Andreas Hasenack

    - debian/patches/fix_test_timing.patch: fix FTBFS on riscv64 because
      of test timing issue.

d455f43... by Andreas Hasenack

    - Add support for CLDAP (UDP) support, back then required by
      likewise-open (first enabled in 2.4.17-1ubuntu2):
      + d/rules: Enable -DLDAP_CONNECTIONLESS
      + d/libldap-2.4-2.symbols: add symbols for CLDAP (UDP)
      This should be dropped when the soname changes.

291130e... by Andreas Hasenack

    - d/{rules,slapd.py}: Add apport hook.

5a7dad1... by Andreas Hasenack

    - 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/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.

7867dbe... by Andreas Hasenack

    - Enable ufw support:
      + d/control: suggest ufw.
      + d/rules: install ufw profile.
      + d/slapd.ufw.profile: add ufw profile.

f91e4dc... by Andreas Hasenack

    - Enable GSSAPI support (first added in 2.4.18-0ubuntu2):
      + 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.
      + d/libldap-2.4-2.symbols: add symbols for GSSAPI support
      This should be dropped when the soname changes.