From 2a19a4a2b80a96594cc47dd25bfa173e0f2262c0 Mon Sep 17 00:00:00 2001 From: Viktor Ashirov Date: Thu, 13 Jun 2024 14:20:17 +0200 Subject: [PATCH] Bump version to 1.4.3.39-7 Resolves: RHEL-16277 - LDAP connections are closed with code T2 before the IO block timeout is reached. [rhel-8.10.0.z] --- ...onnection-timeout-error-breaks-error.patch | 30 +++++++++++++++++++ 389-ds-base.spec | 7 ++++- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 0010-Issue-6103-New-connection-timeout-error-breaks-error.patch diff --git a/0010-Issue-6103-New-connection-timeout-error-breaks-error.patch b/0010-Issue-6103-New-connection-timeout-error-breaks-error.patch new file mode 100644 index 0000000..895545e --- /dev/null +++ b/0010-Issue-6103-New-connection-timeout-error-breaks-error.patch @@ -0,0 +1,30 @@ +From edd9abc8901604dde1d739d87ca2906734d53dd3 Mon Sep 17 00:00:00 2001 +From: Viktor Ashirov +Date: Thu, 13 Jun 2024 13:35:09 +0200 +Subject: [PATCH] Issue 6103 - New connection timeout error breaks errormap + +Description: +Remove duplicate SLAPD_DISCONNECT_PAGED_SEARCH_LIMIT error code. + +Fixes: https://github.com/389ds/389-ds-base/issues/6103 + +Reviewed by: @tbordaz (Thanks!) +--- + ldap/servers/slapd/disconnect_error_strings.h | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/ldap/servers/slapd/disconnect_error_strings.h b/ldap/servers/slapd/disconnect_error_strings.h +index f603a08ce..d49cc79a2 100644 +--- a/ldap/servers/slapd/disconnect_error_strings.h ++++ b/ldap/servers/slapd/disconnect_error_strings.h +@@ -28,7 +28,6 @@ ER2(SLAPD_DISCONNECT_BER_FLUSH, "B4") + ER2(SLAPD_DISCONNECT_IDLE_TIMEOUT, "T1") + ER2(SLAPD_DISCONNECT_REVENTS, "R1") + ER2(SLAPD_DISCONNECT_IO_TIMEOUT, "T2") +-ER2(SLAPD_DISCONNECT_PAGED_SEARCH_LIMIT, "T3") + ER2(SLAPD_DISCONNECT_PLUGIN, "P1") + ER2(SLAPD_DISCONNECT_UNBIND, "U1") + ER2(SLAPD_DISCONNECT_POLL, "P2") +-- +2.45.0 + diff --git a/389-ds-base.spec b/389-ds-base.spec index 902f7f0..189cec0 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -48,7 +48,7 @@ ExcludeArch: i686 Summary: 389 Directory Server (base) Name: 389-ds-base Version: 1.4.3.39 -Release: %{?relprefix}6%{?prerel}%{?dist} +Release: %{?relprefix}7%{?prerel}%{?dist} License: GPLv3+ and (ASL 2.0 or MIT) URL: https://www.port389.org Group: System Environment/Daemons @@ -302,6 +302,7 @@ Patch06: 0006-CVE-2024-2199.patch Patch07: 0007-CVE-2024-3657.patch Patch08: 0008-Issue-6096-Improve-connection-timeout-error-logging-.patch Patch09: 0009-Issue-6103-New-connection-timeout-error-breaks-error.patch +Patch10: 0010-Issue-6103-New-connection-timeout-error-breaks-error.patch %description 389 Directory Server is an LDAPv3 compliant server. The base package includes @@ -923,6 +924,10 @@ exit 0 %doc README.md %changelog +* Thu Jun 13 2024 Viktor Ashirov - 1.4.3.39-7 +- Bump version to 1.4.3.39-7 +- Resolves: RHEL-16277 - LDAP connections are closed with code T2 before the IO block timeout is reached. [rhel-8.10.0.z] + * Thu Jun 13 2024 Viktor Ashirov - 1.4.3.39-6 - Bump version to 1.4.3.39-6 - Resolves: RHEL-16277 - LDAP connections are closed with code T2 before the IO block timeout is reached. [rhel-8.10.0.z]