- Fix bind version

Merge branch 'c9' into a9
This commit is contained in:
eabdullin 2024-05-01 08:39:55 +03:00
commit 8d0ac2b7d6
2 changed files with 7 additions and 18 deletions

View File

@ -1,15 +1,3 @@
From dbbcc2f07ea6955c6b0b5a719f8058c54b1d750c Mon Sep 17 00:00:00 2001
From: Alexander Bokovoy <abokovoy@redhat.com>
Date: Feb 14 2024 12:31:22 +0000
Subject: use BIND macros when defining DNS names
Fixes: https://pagure.io/bind-dyndb-ldap/issue/228
Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
---
diff --git a/src/mldap.c b/src/mldap.c
index 92a330c..79efddb 100644
--- a/src/mldap.c
@ -34,4 +22,3 @@ index 92a330c..79efddb 100644
struct mldapdb {
isc_mem_t *mctx;

View File

@ -12,7 +12,7 @@
Name: bind-dyndb-ldap
Version: 11.9
Release: 8%{?dist}.3.alma.1
Release: 9%{?dist}.alma.1
Summary: LDAP back-end plug-in for BIND
License: GPLv2+
@ -22,8 +22,8 @@ Source1: https://releases.pagure.org/%{name}/%{name}-%{VERSION}.tar.bz2.a
Patch1: bind-dyndb-ldap-11.9-bind-9.16.17.patch
Patch2: 0001-Modify-empty-zone-conflicts-under-exclusive-mode_rhbz#2129844.patch
# https://pagure.io/bind-dyndb-ldap/c/dbbcc2f07ea6955c6b0b5a719f8058c54b1d750c
Patch3: bind-dyndb-ldap-11.9-bind-CVE-2023-50387.patch
# https://pagure.io/bind-dyndb-ldap/pull-request/229
Patch3: https://pagure.io/bind-dyndb-ldap/raw/dbbcc2f07ea6955c6b0b5a719f8058c54b1d750c#/bind-dyndb-ldap-11.9-bind-CVE-2023-50387.patch
BuildRequires: bind-devel >= %{bind_version}, bind-lite-devel >= %{bind_version}
BuildRequires: krb5-devel
@ -119,8 +119,10 @@ sed -i.bak -e "$SEDSCRIPT" /etc/named.conf
%changelog
* Fri Apr 12 2024 Andrew Lukoshko <alukoshko@almalinux.org> 11.9-8.3.alma.1
- use BIND macros when defining DNS names (CVE-2023-50387)
* Wed May 01 2024 Eduard Abdullin <eabdullin@almalinu.org> - 11.9-9.alma.1
* Thu Feb 22 2024 Petr Menšík <pemensik@redhat.com> - 11.9-9
- Rebuild required for BIND changes for KeyTrap change (CVE-2023-50387)
* Wed Oct 19 2022 Rafael Jeffman <rjeffman<redhat.com> - 11.9-8
- Modify empty zone conflicts under exclusive mode