- Release 11.11, Support BIND 9.18
Resolves: RHEL-78927
This commit is contained in:
parent
1f0df7a73f
commit
57feaa8ca2
2
.gitignore
vendored
2
.gitignore
vendored
@ -55,3 +55,5 @@ bind-dyndb-ldap-0.1.0b.tar.bz2
|
||||
/bind-dyndb-ldap-11.7.tar.bz2.asc
|
||||
/bind-dyndb-ldap-11.9.tar.bz2
|
||||
/bind-dyndb-ldap-11.9.tar.bz2.asc
|
||||
/bind-dyndb-ldap-11.11.tar.bz2
|
||||
/bind-dyndb-ldap-11.11.tar.bz2.asc
|
||||
|
@ -1,18 +1,26 @@
|
||||
|
||||
%define VERSION %{version}
|
||||
|
||||
%define bind_version 32:9.16.23-19
|
||||
%define bind_name bind9.18
|
||||
%define bind_version 32:9.18.29-2
|
||||
|
||||
%if 0%{?fedora} >= 31 || 0%{?rhel} > 8
|
||||
%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10
|
||||
%global openssl_pkcs11_version 0.3
|
||||
%global openssl_pkcs11_name pkcs11-provider
|
||||
%global softhsm_version 2.6.1
|
||||
%else
|
||||
%global openssl_pkcs11_version 0.4.10-6
|
||||
%global openssl_pkcs11_name openssl-pkcs11
|
||||
%global softhsm_version 2.5.0-4
|
||||
%endif
|
||||
%else
|
||||
%global with_bind_pkcs11 1
|
||||
%endif
|
||||
|
||||
Name: bind-dyndb-ldap
|
||||
Version: 11.9
|
||||
Release: 11%{?dist}
|
||||
Version: 11.11
|
||||
Release: 1%{?dist}
|
||||
Summary: LDAP back-end plug-in for BIND
|
||||
|
||||
License: GPLv2+
|
||||
@ -20,30 +28,54 @@ URL: https://releases.pagure.org/bind-dyndb-ldap
|
||||
Source0: https://releases.pagure.org/%{name}/%{name}-%{VERSION}.tar.bz2
|
||||
Source1: https://releases.pagure.org/%{name}/%{name}-%{VERSION}.tar.bz2.asc
|
||||
|
||||
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/pull-request/229
|
||||
Patch3: https://pagure.io/bind-dyndb-ldap/raw/dbbcc2f07ea6955c6b0b5a719f8058c54b1d750c#/bind-dyndb-ldap-11.9-bind-CVE-2023-50387.patch
|
||||
# https://pagure.io/bind-dyndb-ldap/pull-request/235
|
||||
Patch4: bind-dyndb-ldap-11.10-bind-CVE-2024-1737.patch
|
||||
%if "%{bind_name}" != "bind" && 0%{?rhel} == 9
|
||||
Obsoletes: bind < 32:9.18
|
||||
Obsoletes: bind-chroot <= 32:9.18
|
||||
Obsoletes: bind-devel <= 32:9.18
|
||||
Obsoletes: bind-dlz-filesystem <= 32:9.18
|
||||
Obsoletes: bind-dlz-ldap <= 32:9.18
|
||||
Obsoletes: bind-dlz-mysql <= 32:9.18
|
||||
Obsoletes: bind-dlz-sqlite3 <= 32:9.18
|
||||
Obsoletes: bind-dnssec-doc <= 32:9.18
|
||||
Obsoletes: bind-dnssec-utils <= 32:9.18
|
||||
Obsoletes: bind-doc <= 32:9.18
|
||||
Obsoletes: bind-license <= 32:9.18
|
||||
Obsoletes: bind-libs <= 32:9.18
|
||||
Obsoletes: bind-utils <= 32:9.18
|
||||
Obsoletes: python3-bind <= 32:9.18
|
||||
%endif
|
||||
%if "%{bind_name}" != "bind9.18" && 0%{?rhel} > 9
|
||||
Obsoletes: bind9.18 <= 32:9.18
|
||||
Obsoletes: bind9.18-chroot <= 32:9.18
|
||||
Obsoletes: bind9.18-devel <= 32:9.18
|
||||
Obsoletes: bind9.18-dnssec-doc <= 32:9.18
|
||||
Obsoletes: bind9.18-dnssec-utils <= 32:9.18
|
||||
Obsoletes: bind9.18-doc <= 32:9.18
|
||||
Obsoletes: bind9.18-libs <= 32:9.18
|
||||
Obsoletes: bind9.18-utils <= 32:9.18
|
||||
%endif
|
||||
|
||||
BuildRequires: bind-devel >= %{bind_version}, bind-lite-devel >= %{bind_version}
|
||||
BuildRequires: %{bind_name}-devel >= %{bind_version}, %{bind_name}-lite-devel >= %{bind_version}
|
||||
BuildRequires: krb5-devel
|
||||
BuildRequires: openldap-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: automake, autoconf, libtool
|
||||
BuildRequires: autoconf-archive
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2165256
|
||||
Conflicts: bind9-next
|
||||
|
||||
%if %{with bind_pkcs11}
|
||||
BuildRequires: bind-pkcs11-devel >= %{bind_version}
|
||||
BuildRequires: %{bind_name}-pkcs11-devel >= %{bind_version}
|
||||
BuildRequires: make
|
||||
Requires(pre): bind-pkcs11 >= %{bind_version}
|
||||
Requires: bind-pkcs11 >= %{bind_version}
|
||||
Requires: bind-pkcs11-utils >= %{bind_version}
|
||||
Requires(pre): %{bind_name}-pkcs11 >= %{bind_version}
|
||||
Requires: %{bind_name}-pkcs11 >= %{bind_version}
|
||||
Requires: %{bind_name}-pkcs11-utils >= %{bind_version}
|
||||
%else
|
||||
Requires: softhsm >= %{softhsm_version}
|
||||
Requires: openssl-pkcs11 >= %{openssl_pkcs11_version}
|
||||
Requires(pre): bind >= %{bind_version}
|
||||
Requires: bind >= %{bind_version}
|
||||
Requires: %{openssl_pkcs11_name} >= %{openssl_pkcs11_version}
|
||||
Requires(pre): %{bind_name} >= %{bind_version}
|
||||
Requires: %{bind_name} >= %{bind_version}
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -121,6 +153,10 @@ sed -i.bak -e "$SEDSCRIPT" /etc/named.conf
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 11 24 2025 Thomas Woerner <twoerner@redhat.com> - 11.11-1
|
||||
- Release 11.11, Support BIND 9.18
|
||||
Resolves: RHEL-78927
|
||||
|
||||
* Fri Sep 06 2024 Petr Menšík <pemensik@redhat.com> - 11.9-11
|
||||
- Bump version above RHEL 9.5
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (bind-dyndb-ldap-11.9.tar.bz2) = e8887c450375c2cda062bc6f08eee6505a784dc4f49ba69ba2f46d8d3e1ff3b94adabbcb3ffb978b3b138829d26bfde47d32f35707ca9ecbd0480b59a0e0d964
|
||||
SHA512 (bind-dyndb-ldap-11.9.tar.bz2.asc) = ad379cbfd868117c79d9c900abc9f510007c95cac45c42e8b1b0656f060f60cba5b9fe40ce7a44a106f7442fe6892ffb4809e0c4c059f07a1f9fbadb5731f554
|
||||
SHA512 (bind-dyndb-ldap-11.11.tar.bz2) = c04792e05317e83eaddf08d751cc9887a0ecb13705c84399b3165790e23661a7b85f12c201cfb74aecf3f549b8053b6a87426d9f21431dd4bdce316b4ff835bb
|
||||
SHA512 (bind-dyndb-ldap-11.11.tar.bz2.asc) = 695b8af4de49f6f0b36ab06d22f609cddfd92fcc41958b396ab3d8cb4aa8e006e931388cb7339fc2306a705bcf8846660a03339dc79716e04e6ecdc0f1124b5e
|
||||
|
Loading…
Reference in New Issue
Block a user