Merge ~lucaskanashiro/ubuntu/+source/nsscache:fix-test-with-new-openldap into ubuntu/+source/nsscache:ubuntu/devel

Proposed by Lucas Kanashiro
Status: Merged
Approved by: Lucas Kanashiro
Approved revision: a45f1ba4ffcc56a5f3a99df2d5e4bf0e2bcedfd9
Merge reported by: Bryce Harrington
Merged at revision: a45f1ba4ffcc56a5f3a99df2d5e4bf0e2bcedfd9
Proposed branch: ~lucaskanashiro/ubuntu/+source/nsscache:fix-test-with-new-openldap
Merge into: ubuntu/+source/nsscache:ubuntu/devel
Diff against target: 45 lines (+12/-3)
3 files modified
debian/changelog (+8/-0)
debian/control (+2/-1)
tests/slapd.conf.tmpl (+2/-2)
Reviewer Review Type Date Requested Status
Sergio Durigan Junior (community) Approve
Canonical Server Pending
Review via email: mp+407286@code.launchpad.net

Description of the change

Re-apply patch to fix autopkgtest with the OpenLDAP 2.5.x., with the proposed branch autopkgtest is happy again:

autopkgtest [18:09:12]: @@@@@@@@@@@@@@@@@@@@ summary
slapd-regtest PASS

To post a comment you must log in.
Revision history for this message
Sergio Durigan Junior (sergiodj) wrote :

+1, LGTM. Thanks, Lucas.

review: Approve
Revision history for this message
Lucas Kanashiro (lucaskanashiro) wrote :

Thanks for the quick review Sergio, package uploaded:

$ git push pkg upload/0.42-1ubuntu1
Enumerating objects: 19, done.
Counting objects: 100% (19/19), done.
Delta compression using up to 32 threads
Compressing objects: 100% (13/13), done.
Writing objects: 100% (13/13), 1.66 KiB | 1.66 MiB/s, done.
Total 13 (delta 9), reused 0 (delta 0)
To ssh://git.launchpad.net/ubuntu/+source/nsscache
 * [new tag] upload/0.42-1ubuntu1 -> upload/0.42-1ubuntu1
$ dput ubuntu ../nsscache_0.42-1ubuntu1_source.changes Checking signature on .changes
gpg: ../nsscache_0.42-1ubuntu1_source.changes: Valid signature from F823A2729883C97C
Checking signature on .dsc
gpg: ../nsscache_0.42-1ubuntu1.dsc: Valid signature from F823A2729883C97C
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading nsscache_0.42-1ubuntu1.dsc: done.
  Uploading nsscache_0.42-1ubuntu1.debian.tar.xz: done.
  Uploading nsscache_0.42-1ubuntu1_source.changes: done.
Successfully uploaded packages.

Revision history for this message
Bryce Harrington (bryce) wrote :

This has migrated

* nsscache: fix-test-with-new-openldap -> ubuntu/devel
  - Current Version: 0.42-1ubuntu1
  - Proposed Version: None
  - Debian Version: 0.42-1ubuntu1
  - New Version: 0.42-1ubuntu1
  - Migrated: True

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 2cee5db..5e3d6b2 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,11 @@
6+nsscache (0.42-1ubuntu1) impish; urgency=medium
7+
8+ [ Sergio Durigan Junior ]
9+ * d/t/slapd.conf.tmpl: Use MDB instead of BDB as the OpenLDAP backend,
10+ because OpenLDAP 2.5.x removed support for BDB. (Closes #990172)
11+
12+ -- Lucas Kanashiro <kanashiro@ubuntu.com> Tue, 17 Aug 2021 18:00:28 -0300
13+
14 nsscache (0.42-1) unstable; urgency=medium
15
16 * New upstream release.
17diff --git a/debian/control b/debian/control
18index 6ea2abc..3667860 100644
19--- a/debian/control
20+++ b/debian/control
21@@ -1,7 +1,8 @@
22 Source: nsscache
23 Section: admin
24 Priority: optional
25-Maintainer: Jamie Wilkinson <jaq@debian.org>
26+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
27+XSBC-Original-Maintainer: Jamie Wilkinson <jaq@debian.org>
28 Build-Depends: debhelper (>= 12~), python3, dh-python, python3-pycurl, python3-ldap, python3-mox3, python3-bsddb3, libnss-db, tzdata, python3-pytest-runner, python3-pytest, python3-boto3
29 Standards-Version: 4.5.1
30 Homepage: https://github.com/google/nsscache
31diff --git a/tests/slapd.conf.tmpl b/tests/slapd.conf.tmpl
32index 798a582..d197cf9 100644
33--- a/tests/slapd.conf.tmpl
34+++ b/tests/slapd.conf.tmpl
35@@ -6,8 +6,8 @@ loglevel -1
36 pidfile @workdir@/slapd.pid
37
38
39-moduleload back_bdb.la
40+moduleload back_mdb.la
41
42-database bdb
43+database mdb
44 suffix "dc=example,dc=com"
45 directory @workdir@/ldap

Subscribers

People subscribed via source and target branches