~sergiodj/ubuntu/+source/openldap:merge-2.5.5-experimental

Last commit made on 2021-06-15
Get this branch:
git clone -b merge-2.5.5-experimental https://git.launchpad.net/~sergiodj/ubuntu/+source/openldap
Only Sergio Durigan Junior can upload to this branch. If you are Sergio Durigan Junior please log in for upload directions.

Branch merges

Branch information

Name:
merge-2.5.5-experimental
Repository:
lp:~sergiodj/ubuntu/+source/openldap

Recent commits

fed50b9... by Sergio Durigan Junior

update-maintainer

9dc59d9... by Sergio Durigan Junior

reconstruct-changelog

a05e44f... by Sergio Durigan Junior

merge-changelogs

013475d... by Sergio Durigan Junior

    - debian/patches/fix_test_timing.patch: fix FTBFS on riscv64 because
      of test timing issue.
      [ Dropped because the latest update improved the testcase and
        there is no FTBFS on riscv64 anymore. ]

19807a3... by Sergio Durigan Junior

    - 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.
      [ Dropped as planned after soname bump due to 2.5.5 update. ]

cca36d9... by Sergio Durigan Junior

    - 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.
      [ Dropped as planned after soname bump due to 2.5.5 update. ]

33802c8... by Sergio Durigan Junior

  * Dropped changes:
    - 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.
      [ Dropped as planned after soname bump due to 2.5.5 update. ]

efaf469... by Sergio Durigan Junior

    - 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)

373d696... by Sergio Durigan Junior

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

c8e0058... by Sergio Durigan Junior

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