[Git][openldap-team/openldap][buster-backports] 40 commits: Return to release engineering

Ryan Tandy gitlab at salsa.debian.org
Mon Oct 26 15:23:33 GMT 2020



Ryan Tandy pushed to branch buster-backports at Debian OpenLDAP Maintainers / openldap


Commits:
ab6e5791 by Quanah Gibson-Mount at 2020-09-09T15:46:21+00:00
Return to release engineering

- - - - -
21388437 by Howard Chu at 2020-09-09T16:36:06+00:00
ITS#9330 Fully serialize delta-sync

Don't depend on accesslog overlay's serialization

- - - - -
3a69fd12 by Howard Chu at 2020-09-09T16:36:19+00:00
ITS#9342 delta-sync: ignore error if deleting an already deleted entry

- - - - -
178ca23e by Howard Chu at 2020-09-09T16:39:15+00:00
ITS#8102 serialize plain syncrepl

Using cs_pmutex. Reverts the addition of cs_modmutex in ITS#9330,
use cs_pmutex for both delta and plain writes.

Note that plain syncrepl already used cs_pmutex when a cookie CSN
was present in the op. Now it is used for all writes, regardless
of presence of cookie.

- - - - -
77ffb410 by Quanah Gibson-Mount at 2020-09-09T16:45:59+00:00
ITS#9330, ITS#9342, ITS#8102

- - - - -
74bdf05e by Howard Chu at 2020-09-09T17:12:02+00:00
ITS#9043 tweak syncprov playlog logging

Don't log cookiecsn at top, it was already logged on receipt.
Only log the "srs csn" and "too old" message once for each sid.
Fix log output for empty UUID.

- - - - -
fd07d8f5 by Ondřej Kuzník at 2020-09-10T13:22:01+01:00
ITS#9043 Only print sessionlog entries we think will apply

- - - - -
df5e27ef by Howard Chu at 2020-09-10T17:13:13+00:00
ITS#8102, #9330 partially revert

Fix a regression in delta-sync, was returning error on old
CSNs instead of ignoring them

- - - - -
fd861d1d by Quanah Gibson-Mount at 2020-09-15T15:06:50+00:00
Fix typo in prev commit

- - - - -
4dc974c5 by Howard Chu at 2020-09-16T16:35:28+00:00
ITS#9345 syncrepl: call check_syncprov on freshly started consumer

- - - - -
13fea726 by Howard Chu at 2020-09-16T17:51:05+00:00
ITS#9015 syncprov: fix for zero-length suffix

If the "" glue entry exists and lacks a contextCSN, must perform
an additional search to be sure the DB is otherwise empty. If so,
skip creating the contextCSN.

- - - - -
fcbe7050 by Quanah Gibson-Mount at 2020-09-16T21:03:20+00:00
ITS#9015, ITS#9345

- - - - -
4156d8a5 by Howard Chu at 2020-09-17T20:03:30+00:00
ITS#9352 syncrepl: fix syncrepl_op_modify on entry with no entryCSN

- - - - -
ff2ab2e0 by Quanah Gibson-Mount at 2020-09-17T20:05:19+00:00
ITS#9352

- - - - -
e07454fa by Howard Chu at 2020-09-21T15:34:37+00:00
ITS#9353 fix monitor_back_register_database for empty suffix DB

Use the correct database entry instead of the frontendDB entry

- - - - -
7e29c7f7 by Quanah Gibson-Mount at 2020-09-21T15:35:11+00:00
ITS#9353

- - - - -
584858eb by Howard Chu at 2020-09-22T21:37:09+00:00
ITS#8102 syncrepl: only use trylock on the cn=config DB

- - - - -
643123d0 by Ondřej Kuzník at 2020-09-23T15:07:52+00:00
ITS#9355 Propagate errors from overlay_entry_get_ov

- - - - -
160c62d6 by Quanah Gibson-Mount at 2020-09-23T15:08:40+00:00
ITS#9355

- - - - -
2f5deb78 by Howard Chu at 2020-09-30T15:51:14+00:00
ITS#9358 Fix reqStart normalizer

Don't truncate trailing zeroes in reqStart/reqEnd timestamps

- - - - -
3d15ec8c by Quanah Gibson-Mount at 2020-09-30T15:52:37+00:00
ITS#9358

- - - - -
c9b8deba by Howard Chu at 2020-09-30T21:54:27+00:00
ITS#9342 delta-sync: ignore add if entryCSN is too old

This check is only needed for ops received without a CSN in their cookie.
This only occurs when the ops completed out of order on the provider.

- - - - -
2b5f1661 by Ondřej Kuzník at 2020-09-30T21:54:42+00:00
ITS#9359 Adjust test to trigger issue

- - - - -
78aef769 by Ondřej Kuzník at 2020-09-30T21:54:51+00:00
ITS#9359 Do not create an empty add

- - - - -
8ff00e1d by Ondřej Kuzník at 2020-09-30T21:55:05+00:00
ITS#9295 Do not replace 'op'

- - - - -
5f04d429 by Quanah Gibson-Mount at 2020-09-30T21:57:05+00:00
ITS#9359

- - - - -
58fc8f7d by Quanah Gibson-Mount at 2020-09-30T21:59:00+00:00
ITS#9295

- - - - -
a7fb531e by Howard Chu at 2020-10-01T15:00:10+00:00
ITS#9342 delta-sync ignore add of already existing entry

if the entryCSN is older. Previous patch breaks if writes are
received out of order, e.g. during a refresh.

- - - - -
234230f2 by Ondřej Kuzník at 2020-10-01T15:01:41+00:00
ITS#8486 Switch sessionlog to use TAVL

- - - - -
068722a3 by Howard Chu at 2020-10-02T22:16:09+00:00
ITS#9361 prevent CSN from being generated for purge deletes

- - - - -
32b235ed by Quanah Gibson-Mount at 2020-10-02T22:16:42+00:00
ITS#9361

- - - - -
854771cd by Howard Chu at 2020-10-12T16:11:36+00:00
Cleanup uninit'd vars

- - - - -
d85ea483 by Quanah Gibson-Mount at 2020-10-12T18:27:28+00:00
Prep for 2.4.54 release

- - - - -
665fabac by Ryan Tandy at 2020-10-18T08:52:34-07:00
Update upstream URLs to HTTPS

- - - - -
455ae552 by Ryan Tandy at 2020-10-18T15:59:47+00:00
Add debian/gbp.conf

- - - - -
94d0b9df by Ryan Tandy at 2020-10-18T16:00:19+00:00
New upstream version 2.4.54+dfsg
- - - - -
11b27175 by Ryan Tandy at 2020-10-18T16:00:38+00:00
Update upstream source from tag 'upstream/2.4.54+dfsg'

Update to upstream version '2.4.54+dfsg'
with Debian dir 8da08090155914da80157c2d42a90b515963d794
- - - - -
da3f1241 by Ryan Tandy at 2020-10-18T16:03:51+00:00
New upstream release

- - - - -
4cfca22d by Ryan Tandy at 2020-10-25T13:44:14-07:00
Merge tag '2.4.54+dfsg-1' into buster-backports

- - - - -
ac44a08a by Ryan Tandy at 2020-10-25T13:44:46-07:00
Release 2.4.54+dfsg-1~bpo10+1

- - - - -


14 changed files:

- CHANGES
- build/version.var
- debian/changelog
- debian/control
- + debian/gbp.conf
- debian/rules
- doc/guide/admin/guide.html
- servers/slapd/back-mdb/search.c
- servers/slapd/back-monitor/back-monitor.h
- servers/slapd/back-monitor/database.c
- servers/slapd/overlays/accesslog.c
- servers/slapd/overlays/syncprov.c
- servers/slapd/syncrepl.c
- tests/scripts/test063-delta-multiprovider


View it on GitLab: https://salsa.debian.org/openldap-team/openldap/-/compare/34b66398acdd5eab4cea3a8b0e7effec7686e989...ac44a08ad7264abf0560ef7b1720b26c3634be5e

-- 
View it on GitLab: https://salsa.debian.org/openldap-team/openldap/-/compare/34b66398acdd5eab4cea3a8b0e7effec7686e989...ac44a08ad7264abf0560ef7b1720b26c3634be5e
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-openldap-devel/attachments/20201026/bff97477/attachment-0001.html>


More information about the Pkg-openldap-devel mailing list