2020-11-18 11:36:05 +00:00
|
|
|
|
2012-10-29 17:21:46 +00:00
|
|
|
%define VERSION %{version}
|
2011-08-31 11:54:38 +00:00
|
|
|
|
2021-05-21 09:43:38 +00:00
|
|
|
%define bind_version 32:9.16.16
|
2017-06-27 09:35:01 +00:00
|
|
|
|
2020-11-18 11:36:05 +00:00
|
|
|
%if 0%{?fedora} >= 31 || 0%{?rhel} > 8
|
2024-11-13 09:20:15 +00:00
|
|
|
%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
|
2020-11-18 11:36:05 +00:00
|
|
|
%global openssl_pkcs11_version 0.4.10-6
|
2024-11-13 09:20:15 +00:00
|
|
|
%global openssl_pkcs11_name openssl-pkcs11
|
2020-11-18 11:36:05 +00:00
|
|
|
%global softhsm_version 2.5.0-4
|
2024-11-13 09:20:15 +00:00
|
|
|
%endif
|
2020-11-18 11:36:05 +00:00
|
|
|
%else
|
|
|
|
%global with_bind_pkcs11 1
|
|
|
|
%endif
|
|
|
|
|
2009-05-03 07:19:36 +00:00
|
|
|
Name: bind-dyndb-ldap
|
2022-06-21 07:16:21 +00:00
|
|
|
Version: 11.10
|
2024-11-13 09:20:15 +00:00
|
|
|
Release: 28%{?dist}
|
2009-05-03 07:19:36 +00:00
|
|
|
Summary: LDAP back-end plug-in for BIND
|
|
|
|
|
2009-12-10 22:47:24 +00:00
|
|
|
License: GPLv2+
|
2017-03-10 15:35:32 +00:00
|
|
|
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
|
2009-05-03 07:19:36 +00:00
|
|
|
|
2023-01-16 20:43:12 +00:00
|
|
|
# https://pagure.io/bind-dyndb-ldap/pull-request/217
|
|
|
|
# https://pagure.io/bind-dyndb-ldap/c/00131b7b72daa953ab2bf5e6a4fd5508052debb0
|
|
|
|
Patch1: bind-dyndb-ldap-bind-9.18.10-db-options.patch
|
|
|
|
# https://pagure.io/bind-dyndb-ldap/c/47902df23bf637e6c7ece67b928339e0fda58ae0
|
|
|
|
Patch2: bind-dyndb-ldap-bind-9.18.10-logs.patch
|
|
|
|
# https://pagure.io/bind-dyndb-ldap/c/5dd2fefa0bc7cd7689004cec64304c3a02be9eab
|
|
|
|
Patch3: bind-dyndb-ldap-bind-9.18.10-staleok.patch
|
2023-01-28 10:41:04 +00:00
|
|
|
Patch4: bind-dyndb-ldap-11.10-bind-9.18.11.patch
|
2023-03-22 15:55:13 +00:00
|
|
|
Patch5: bind-dyndb-ldap-11.10-bind-9.18.13.patch
|
2023-09-25 10:44:51 +00:00
|
|
|
# https://pagure.io/bind-dyndb-ldap/pull-request/226
|
|
|
|
Patch6: bind-dyndb-ldap-11.10-bind-9.18.19.patch
|
2022-11-21 11:42:18 +00:00
|
|
|
|
2020-04-02 14:49:11 +00:00
|
|
|
BuildRequires: bind-devel >= %{bind_version}, bind-lite-devel >= %{bind_version}
|
2009-12-10 22:47:24 +00:00
|
|
|
BuildRequires: krb5-devel
|
2009-05-03 07:19:36 +00:00
|
|
|
BuildRequires: openldap-devel
|
2015-06-23 14:48:31 +00:00
|
|
|
BuildRequires: libuuid-devel
|
2012-09-21 10:39:08 +00:00
|
|
|
BuildRequires: automake, autoconf, libtool
|
2023-09-25 11:05:25 +00:00
|
|
|
BuildRequires: autoconf-archive
|
2009-12-10 22:47:24 +00:00
|
|
|
|
2023-01-29 00:12:26 +00:00
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2165256
|
|
|
|
Conflicts: bind9-next
|
|
|
|
|
2020-11-18 11:36:05 +00:00
|
|
|
%if %{with bind_pkcs11}
|
2020-04-02 14:49:11 +00:00
|
|
|
BuildRequires: bind-pkcs11-devel >= %{bind_version}
|
2020-12-17 02:53:37 +00:00
|
|
|
BuildRequires: make
|
2020-12-17 08:40:48 +00:00
|
|
|
Requires(pre): bind-pkcs11 >= %{bind_version}
|
2020-12-17 14:13:34 +00:00
|
|
|
Requires: bind-pkcs11 >= %{bind_version}
|
2020-12-17 08:40:48 +00:00
|
|
|
Requires: bind-pkcs11-utils >= %{bind_version}
|
2020-11-18 11:36:05 +00:00
|
|
|
%else
|
|
|
|
Requires: softhsm >= %{softhsm_version}
|
2024-11-13 09:20:15 +00:00
|
|
|
Requires: %{openssl_pkcs11_name} >= %{openssl_pkcs11_version}
|
2020-12-17 08:40:48 +00:00
|
|
|
Requires(pre): bind >= %{bind_version}
|
2020-12-17 14:13:34 +00:00
|
|
|
Requires: bind >= %{bind_version}
|
2020-11-18 11:36:05 +00:00
|
|
|
%endif
|
2017-02-10 12:54:32 +00:00
|
|
|
|
2009-05-03 07:19:36 +00:00
|
|
|
%description
|
|
|
|
This package provides an LDAP back-end plug-in for BIND. It features
|
|
|
|
support for dynamic updates and internal caching, to lift the load
|
|
|
|
off of your LDAP server.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2020-11-26 17:00:25 +00:00
|
|
|
%autosetup -n %{name}-%{VERSION} -p1
|
2019-11-11 16:41:52 +00:00
|
|
|
|
2009-05-03 07:19:36 +00:00
|
|
|
%build
|
2012-09-21 10:39:08 +00:00
|
|
|
autoreconf -fiv
|
2020-04-02 14:49:11 +00:00
|
|
|
export BIND9_CFLAGS='-I /usr/include/bind9 -DHAVE_TLS -DHAVE_THREAD_LOCAL'
|
2013-05-14 16:30:39 +00:00
|
|
|
%configure
|
2021-01-12 14:04:27 +00:00
|
|
|
%make_build
|
2009-05-03 07:19:36 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2021-01-12 14:04:27 +00:00
|
|
|
%make_install
|
2014-02-24 13:36:43 +00:00
|
|
|
mkdir -m 770 -p %{buildroot}/%{_localstatedir}/named/dyndb-ldap
|
2009-05-03 07:19:36 +00:00
|
|
|
|
|
|
|
# Remove unwanted files
|
|
|
|
rm %{buildroot}%{_libdir}/bind/ldap.la
|
|
|
|
rm -r %{buildroot}%{_datadir}/doc/%{name}
|
|
|
|
|
|
|
|
|
2017-02-09 14:44:51 +00:00
|
|
|
%post
|
2020-12-17 08:40:48 +00:00
|
|
|
[ -f /etc/named.conf ] || exit 0
|
|
|
|
|
2017-02-09 14:44:51 +00:00
|
|
|
# Transform named.conf if it still has old-style API.
|
|
|
|
PLATFORM=$(uname -m)
|
|
|
|
|
|
|
|
if [ $PLATFORM == "x86_64" ] ; then
|
|
|
|
LIBPATH=/usr/lib64
|
|
|
|
else
|
|
|
|
LIBPATH=/usr/lib
|
|
|
|
fi
|
|
|
|
|
|
|
|
# The following sed script:
|
|
|
|
# - scopes the named.conf changes to dynamic-db
|
|
|
|
# - replaces arg "name value" syntax with name "value"
|
|
|
|
# - changes dynamic-db header to dyndb
|
|
|
|
# - uses the new way the define path to the library
|
|
|
|
# - removes no longer supported arguments (library, cache_ttl,
|
|
|
|
# psearch, serial_autoincrement, zone_refresh)
|
|
|
|
while read -r PATTERN
|
|
|
|
do
|
|
|
|
SEDSCRIPT+="$PATTERN"
|
|
|
|
done <<EOF
|
|
|
|
/^\s*dynamic-db/,/};/ {
|
|
|
|
|
2017-03-13 12:34:26 +00:00
|
|
|
s/\(\s*\)arg\s\+\(["']\)\([a-zA-Z_]\+\s\)/\1\3\2/g;
|
2017-02-09 14:44:51 +00:00
|
|
|
|
|
|
|
s/^dynamic-db/dyndb/;
|
|
|
|
|
|
|
|
s@\(dyndb "[^"]\+"\)@\1 "$LIBPATH/bind/ldap.so"@;
|
|
|
|
s@\(dyndb '[^']\+'\)@\1 '$LIBPATH/bind/ldap.so'@;
|
|
|
|
|
|
|
|
/\s*library[^;]\+;/d;
|
|
|
|
/\s*cache_ttl[^;]\+;/d;
|
|
|
|
/\s*psearch[^;]\+;/d;
|
|
|
|
/\s*serial_autoincrement[^;]\+;/d;
|
|
|
|
/\s*zone_refresh[^;]\+;/d;
|
|
|
|
}
|
|
|
|
EOF
|
|
|
|
|
|
|
|
sed -i.bak -e "$SEDSCRIPT" /etc/named.conf
|
|
|
|
|
2014-02-24 13:36:43 +00:00
|
|
|
|
2009-05-03 07:19:36 +00:00
|
|
|
%files
|
2016-11-21 15:22:28 +00:00
|
|
|
%doc NEWS README.md COPYING doc/{example,schema}.ldif
|
2014-02-24 13:36:43 +00:00
|
|
|
%dir %attr(770, root, named) %{_localstatedir}/named/dyndb-ldap
|
2009-05-03 07:19:36 +00:00
|
|
|
%{_libdir}/bind/ldap.so
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2024-11-13 09:20:15 +00:00
|
|
|
* Wed Nov 13 2024 Alexander Bokovoy <abokovoy@redhat.com> - 11.10-28
|
|
|
|
- Replace dependency on openssl-pkcs11 by pkcs11-provider
|
|
|
|
- Resolves: RHEL-30556
|
|
|
|
|
2024-10-29 15:16:35 +00:00
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 11.10-27
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
2024-06-24 15:37:08 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 11.10-26
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-01-23 00:22:14 +00:00
|
|
|
* Tue Jan 23 2024 Fedora Release Engineering <releng@fedoraproject.org> - 11.10-25
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-19 14:23:32 +00:00
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 11.10-24
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-15 18:18:19 +00:00
|
|
|
* Mon Jan 15 2024 Petr Menšík <pemensik@redhat.com> - 11.10-23
|
|
|
|
- Rebuilt for BIND 9.18.21 (#2255407)
|
|
|
|
|
2023-11-20 10:27:19 +00:00
|
|
|
* Mon Nov 20 2023 Petr Menšík <pemensik@redhat.com> - 11.10-22
|
|
|
|
- Rebuilt for BIND 9.18.20 (#2249835)
|
|
|
|
|
2023-09-25 10:44:51 +00:00
|
|
|
* Mon Sep 25 2023 Petr Menšík <pemensik@redhat.com> - 11.10-21
|
|
|
|
- Support for bind 9.18.19 (#2232346)
|
2023-09-25 11:05:25 +00:00
|
|
|
- Require autoconf-archive at build time
|
2023-09-25 10:44:51 +00:00
|
|
|
|
2023-09-06 18:13:31 +00:00
|
|
|
* Wed Sep 06 2023 Petr Menšík <pemensik@redhat.com> - 11.10-20
|
|
|
|
- Rebuilt for BIND 9.18.18 (#2232346)
|
|
|
|
|
2023-07-19 21:57:44 +00:00
|
|
|
* Wed Jul 19 2023 Petr Menšík <pemensik@redhat.com> - 11.10-19
|
|
|
|
- Rebuild for BIND 9.18.17 (#2223913)
|
|
|
|
|
2023-07-19 14:37:00 +00:00
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 11.10-18
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-06-21 22:55:38 +00:00
|
|
|
* Wed Jun 21 2023 Petr Menšík <pemensik@redhat.com> - 11.10-17
|
|
|
|
- Rebuild for BIND 9.18.16 (#2216462)
|
|
|
|
|
2023-05-18 10:35:17 +00:00
|
|
|
* Thu May 18 2023 Petr Menšík <pemensik@redhat.com> - 11.10-16
|
|
|
|
- Rebuild for BIND 9.18.15 (#2207908)
|
|
|
|
|
2023-04-22 08:59:43 +00:00
|
|
|
* Sat Apr 22 2023 Petr Menšík <pemensik@redhat.com> - 11.10-15
|
|
|
|
- Rebuilt for BIND 9.18.14 (#2187996)
|
|
|
|
|
2023-03-22 15:55:13 +00:00
|
|
|
* Wed Mar 22 2023 Petr Menšík <pemensik@redhat.com> - 11.10-14
|
|
|
|
- Rebuilt for BIND 9.18.13 (#2178717)
|
|
|
|
|
2023-02-20 21:29:47 +00:00
|
|
|
* Mon Feb 20 2023 Petr Menšík <pemensik@redhat.com> - 11.10-13
|
|
|
|
- Rebuilt for BIND 9.18.12 (#2170096)
|
|
|
|
|
2023-01-29 16:56:36 +00:00
|
|
|
* Sun Jan 29 2023 Adam Williamson <awilliam@redhat.com> - 11.10-12
|
|
|
|
- Rebuild for BIND 9.18.11 again (tagging mess, again see #2165256)
|
|
|
|
|
2023-01-29 00:12:26 +00:00
|
|
|
* Sat Jan 28 2023 Adam Williamson <awilliam@redhat.com> - 11.10-11.2
|
|
|
|
- Conflict with bind9-next (#2165256)
|
|
|
|
|
2023-01-28 10:41:04 +00:00
|
|
|
* Sat Jan 28 2023 Petr Menšík <pemensik@redhat.com> - 11.10-11
|
|
|
|
- Support for BIND 9.18.11 (#2164395)
|
|
|
|
|
2023-01-18 22:52:52 +00:00
|
|
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 11.10-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2023-01-16 20:43:12 +00:00
|
|
|
* Mon Jan 16 2023 Petr Menšík <pemensik@redhat.com> - 11.10-9
|
|
|
|
- Rebuilt for BIND 9.18.10 (#2143258)
|
|
|
|
- Include changes needed to build with latest BIND9
|
|
|
|
|
2022-11-21 11:42:18 +00:00
|
|
|
* Mon Nov 21 2022 Petr Menšík <pemensik@redhat.com> - 11.10-8
|
|
|
|
- Rebuilt for BIND 9.18.9 (#2143258)
|
|
|
|
- Support error header change
|
|
|
|
|
2022-10-22 20:26:35 +00:00
|
|
|
* Sat Oct 22 2022 Petr Menšík <pemensik@redhat.com> - 11.10-7
|
|
|
|
- Rebuilt for BIND 9.18.8 (#2136100)
|
|
|
|
|
2022-09-21 13:57:11 +00:00
|
|
|
* Wed Sep 21 2022 Petr Menšík <pemensik@redhat.com> - 11.10-6
|
|
|
|
- Rebuild for BIND 9.18.7 (#2128609)
|
|
|
|
|
2022-09-13 11:22:25 +00:00
|
|
|
* Tue Sep 13 2022 Petr Menšík <pemensik@redhat.com> - 11.10-5
|
|
|
|
- Rebuild for BIND 9.18.6 with fixed PKCS11 (#2122841)
|
|
|
|
|
2022-08-30 18:10:25 +00:00
|
|
|
* Tue Aug 30 2022 Petr Menšík <pemensik@redhat.com> - 11.10-4
|
|
|
|
- Rebuild for BIND 9.18.6 (#2119132)
|
|
|
|
|
2022-08-03 18:49:44 +00:00
|
|
|
* Wed Aug 03 2022 Petr Menšík <pemensik@redhat.com> - 11.10-3
|
|
|
|
- Rebuild for BIND 9.18.5 (#2057493)
|
|
|
|
|
2022-07-20 21:59:22 +00:00
|
|
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 11.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-06-21 07:16:21 +00:00
|
|
|
* Tue Jun 21 2022 Alexander Bokovoy <abokovoy@redhat.com> - 11.10-1
|
|
|
|
- Release 11.10
|
|
|
|
- Support BIND 9.17+
|
|
|
|
|
2022-06-20 13:52:19 +00:00
|
|
|
* Mon Jun 20 2022 Petr Menšík <pemensik@redhat.com> - 11.9-17
|
|
|
|
- Rebuilt for BIND 9.16.30 (#2097312)
|
|
|
|
|
2022-05-27 12:59:36 +00:00
|
|
|
* Fri May 27 2022 Petr Menšík <pemensik@redhat.com> - 11.9-16
|
|
|
|
- Rebuild for BIND 9.16.29 (#2087920)
|
|
|
|
|
2022-04-21 13:08:46 +00:00
|
|
|
* Thu Apr 21 2022 Petr Menšík <pemensik@redhat.com> - 11.9-15
|
|
|
|
- Rebuilt for BIND 9.16.28 (#2076941)
|
|
|
|
|
2022-03-18 14:36:37 +00:00
|
|
|
* Fri Mar 18 2022 Petr Menšík <pemensik@redhat.com> - 11.9-14
|
|
|
|
- Rebuilt for BIND 9.16.27 (#2055120)
|
|
|
|
|
2022-01-21 20:58:28 +00:00
|
|
|
* Fri Jan 21 2022 Petr Menšík <pemensik@redhat.com> - 11.9-13
|
|
|
|
- Rebuild for BIND 9.16.25 (#2042504)
|
|
|
|
|
2022-01-19 22:20:30 +00:00
|
|
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 11.9-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-12-30 18:12:20 +00:00
|
|
|
* Thu Dec 30 2021 Alexander Bokovoy <abokovoy@redhat.com> - 11.9-11
|
|
|
|
- Rebuild for BIND 9.16.24 (#2035298)
|
|
|
|
|
2021-12-20 10:35:31 +00:00
|
|
|
* Wed Dec 15 2021 Petr Menšík <pemensik@redhat.com> - 11.9-10
|
|
|
|
- Rebuilt for BIND 9.16.23 (#2032934)
|
|
|
|
|
2021-11-19 17:47:01 +00:00
|
|
|
* Fri Nov 19 2021 Petr Menšík <pemensik@redhat.com> - 11.9-9
|
|
|
|
- Rebuilt for BIND 9.16.23 (#2024210)
|
|
|
|
|
2021-10-28 00:26:21 +00:00
|
|
|
* Thu Oct 28 2021 Petr Menšík <pemensik@redhat.com> - 11.9-8
|
|
|
|
- Rebuilt for BIND 9.16.22 (#2017912)
|
|
|
|
|
2021-09-17 20:24:42 +00:00
|
|
|
* Fri Sep 17 2021 Petr Menšík <pemensik@redhat.com> - 11.9-7
|
|
|
|
- Rebuilt for BIND 9.16.21 (#2004385)
|
|
|
|
|
2021-08-19 13:06:46 +00:00
|
|
|
* Thu Aug 19 2021 Petr Menšík <pemensik@redhat.com> - 11.9-6
|
|
|
|
- Rebuilt for BIND 9.16.20 (#1995289)
|
|
|
|
|
2021-07-21 20:13:49 +00:00
|
|
|
* Wed Jul 21 2021 Petr Menšík <pemensik@redhat.com> - 11.9-5
|
|
|
|
- Rebuilt for BIND 9.16.19 (#1984627)
|
|
|
|
|
2021-07-21 18:36:51 +00:00
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 11.9-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-06-19 15:40:08 +00:00
|
|
|
* Sat Jun 19 2021 Petr Menšík <pemensik@redhat.com> - 11.9-3
|
|
|
|
- Rebuilt for BIND 9.16.18
|
|
|
|
|
2021-06-17 16:10:45 +00:00
|
|
|
* Thu Jun 17 2021 Petr Menšík <pemensik@redhat.com> - 11.9-2
|
|
|
|
- Add BIND 9.16.17 support
|
|
|
|
|
2021-06-19 15:44:39 +00:00
|
|
|
* Mon May 24 2021 Alexander Bokovoy <abokovoy@redhat.com> - 11.9-1
|
2021-05-25 14:41:16 +00:00
|
|
|
- New upstream release 11.9
|
|
|
|
|
2021-05-21 09:43:38 +00:00
|
|
|
* Fri May 21 2021 Petr Menšík <pemensik@redhat.com> - 11.7-4
|
|
|
|
- Add BIND 9.16.16 support
|
|
|
|
|
2021-04-29 16:20:41 +00:00
|
|
|
* Thu Apr 29 2021 Petr Menšík <pemensik@redhat.com> - 11.7-3
|
|
|
|
- Rebuilt for BIND 9.16.15
|
|
|
|
|
2021-03-26 15:25:59 +00:00
|
|
|
* Fri Mar 26 2021 Petr Menšík <pemensik@redhat.com> - 11.7-2
|
|
|
|
- Support for BIND 9.16.13
|
|
|
|
|
2021-02-24 09:42:11 +00:00
|
|
|
* Wed Feb 24 2021 Alexander Bokovoy <abokovoy@redhat.com> - 11.7-1
|
|
|
|
- Upstream release 11.7
|
|
|
|
|
2021-01-26 01:08:40 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 11.6-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-22 17:53:10 +00:00
|
|
|
* Fri Jan 22 2021 Petr Menšík <pemensik@redhat.com> - 11.6-6
|
|
|
|
- Rebuilt for BIND 9.16.11
|
|
|
|
|
2021-01-15 09:49:52 +00:00
|
|
|
* Fri Jan 15 2021 Petr Menšík <pemensik@redhat.com> - 11.6-5
|
|
|
|
- Rebuilt for BIND 9.16.10
|
|
|
|
|
2021-01-12 14:02:57 +00:00
|
|
|
* Tue Jan 12 2021 Petr Menšík <pemensik@redhat.com> - 11.6-4
|
|
|
|
- Support BIND 9.16.10
|
2021-01-12 14:04:27 +00:00
|
|
|
- Use make macros
|
|
|
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
2021-01-12 14:02:57 +00:00
|
|
|
|
2020-12-17 14:13:34 +00:00
|
|
|
* Thu Dec 17 2020 Alexander Bokovoy <abokovoy@redhat.com> - 11.6-3
|
|
|
|
- Both require bind and require it for pre-install script
|
|
|
|
- Resolves: rhbz#1902811
|
|
|
|
|
2020-12-17 08:40:48 +00:00
|
|
|
* Thu Dec 17 2020 Alexander Bokovoy <abokovoy@redhat.com> - 11.6-2
|
|
|
|
- Fix requires to bind: require bind installed before bind-dyndb-ldap
|
|
|
|
as we depend on named group
|
|
|
|
|
2020-11-23 14:07:12 +00:00
|
|
|
* Mon Nov 23 2020 Alexander Bokovoy <abokovoy@redhat.com> - 11.6-1
|
|
|
|
- Upstream release 11.6
|
|
|
|
- Use reference counting semantics in destructors according to BIND version
|
|
|
|
|
2020-11-18 11:36:05 +00:00
|
|
|
* Wed Nov 18 2020 Alexander Bokovoy <abokovoy@redhat.com> - 11.5-1
|
|
|
|
- Upstream release 11.5
|
|
|
|
- Use OpenSSL pkcs11 engine in BIND instead of native PKCS11
|
|
|
|
|
2020-10-23 15:43:37 +00:00
|
|
|
* Fri Oct 23 2020 Petr Menšík <pemensik@redhat.com> - 11.3-5
|
|
|
|
- Rebuilt for bind 9.11.24
|
|
|
|
|
2020-08-21 10:37:57 +00:00
|
|
|
* Fri Aug 21 2020 Petr Menšík <pemensik@redhat.com> - 11.3-4
|
|
|
|
- Rebuilt for bind 9.11.22
|
|
|
|
|
2020-08-01 00:08:21 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 11.3-3
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-27 13:07:49 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 11.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-06-08 16:22:21 +00:00
|
|
|
* Mon Jun 08 2020 Alexander Bokovoy <abokovoy@redhat.com> - 11.3-1
|
|
|
|
- Upstream release 11.3
|
|
|
|
|
2020-03-31 18:59:12 +00:00
|
|
|
* Tue Mar 31 2020 Petr Menšík <pemensik@redhat.com> - 11.2-5
|
|
|
|
- Rebuilt for bind 9.11.17
|
|
|
|
|
2020-01-28 12:58:02 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 11.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-11-25 20:59:54 +00:00
|
|
|
* Mon Nov 25 2019 Petr Menšík <pemensik@redhat.com> - 11.2-3
|
|
|
|
- Rebuilt for bind 9.11.13
|
|
|
|
|
2019-11-11 16:41:52 +00:00
|
|
|
* Mon Nov 11 2019 Petr Menšík <pemensik@redhat.com> - 11.2-2
|
|
|
|
- Add support for serve-stale, detected on build time
|
|
|
|
|
2019-11-05 16:02:14 +00:00
|
|
|
* Tue Nov 05 2019 Alexander Bokovoy <abokovoy@redhat.com> - 11.2-1
|
|
|
|
- New upstream release v11.2
|
|
|
|
|
2019-08-27 19:58:00 +00:00
|
|
|
* Tue Aug 27 2019 Petr Menšík <pemensik@redhat.com> - 11.1-20
|
|
|
|
- Rebuilt for bind 9.11.10
|
|
|
|
|
2019-05-01 06:41:20 +00:00
|
|
|
* Fri Aug 16 2019 Alexander Bokovoy <abokovoy@redhat.com> - 11.1-19
|
|
|
|
- Fix attribute templating in case of a missing default value
|
|
|
|
- Resolves: rhbz#1705072
|
|
|
|
|
2019-07-24 19:16:24 +00:00
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 11.1-18
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-07-17 18:09:01 +00:00
|
|
|
* Wed Jul 17 2019 Petr Menšík <pemensik@redhat.com> - 11.1-17
|
|
|
|
- Rebuilt for bind 9.11.8
|
|
|
|
|
2019-06-11 11:38:37 +00:00
|
|
|
* Tue Jun 11 2019 Petr Menšík <pemensik@redhat.com> - 11.1-16
|
|
|
|
- Rebuilt for bind 9.11.7
|
|
|
|
|
2019-05-03 14:46:35 +00:00
|
|
|
* Fri May 03 2019 Petr Menšík <pemensik@redhat.com> - 11.1-15
|
|
|
|
- Rebuilt for bind 9.11.6
|
|
|
|
|
2019-01-31 14:37:09 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 11.1-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-11-05 18:58:41 +00:00
|
|
|
* Mon Nov 05 2018 Petr Menšík <pemensik@redhat.com> - 11.1-13
|
|
|
|
- Support for bind 9.11.5 headers
|
|
|
|
|
2018-07-13 20:09:45 +00:00
|
|
|
* Thu Jul 12 2018 Petr Menšík <pemensik@redhat.com> - 11.1-12
|
2018-07-13 17:41:22 +00:00
|
|
|
- Require bind with writable home, update to 9.11.4
|
|
|
|
|
2018-07-12 21:04:47 +00:00
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 11.1-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-03-01 19:04:26 +00:00
|
|
|
* Thu Mar 01 2018 Petr Menšík <pemensik@redhat.com> - 11.1-10
|
|
|
|
- Rebuild for bind 9.11.3. Minor tweaks to compile.
|
|
|
|
|
2018-02-07 03:50:10 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 11.1-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-19 09:01:47 +00:00
|
|
|
* Fri Jan 19 2018 Petr Menšík <pemensik@redhat.com> - 11.1-8
|
|
|
|
- Rebuild again against bind-9.11.2-P1
|
|
|
|
|
2018-01-09 20:39:25 +00:00
|
|
|
* Tue Jan 09 2018 Petr Menšík <pemensik@redhat.com> - 11.1-7
|
|
|
|
- Rebuild for bind 9.11.2
|
|
|
|
|
2017-08-02 18:13:36 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 11.1-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 03:56:47 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 11.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-27 09:35:01 +00:00
|
|
|
* Tue Jun 27 2017 Tomas Krizek <tkrizek@redhat.com> - 11.1-4
|
|
|
|
- Bump BIND version and fix library dependecies
|
|
|
|
- Coverity fixes
|
|
|
|
|
2017-06-26 15:09:44 +00:00
|
|
|
* Mon Jun 26 2017 Petr Menšík <pemensik@redhat.com> - 11.1-3
|
|
|
|
- Build with updated libraries
|
|
|
|
|
2017-03-13 12:34:26 +00:00
|
|
|
* Mon Mar 13 2017 Tomas Krizek <tkrizek@redhat.com> - 11.1-2
|
|
|
|
- Fix error poinstall sed script
|
|
|
|
|
2017-03-10 15:35:32 +00:00
|
|
|
* Fri Mar 10 2017 Tomas Krizek <tkrizek@redhat.com> - 11.1-1
|
|
|
|
- Update to 11.1
|
|
|
|
- Bumped required version of BIND to 9.11.0-6.P2
|
|
|
|
(required since bind-dyndb-ldap 11.0-1 release)
|
|
|
|
- Updated source URL links to pagure
|
|
|
|
|
2017-02-10 12:54:32 +00:00
|
|
|
* Fri Feb 10 2017 Tomas Krizek <tkrizek@redhat.com> - 11.0-2
|
|
|
|
- Patch to fix build warnings (removed duplicate const)
|
|
|
|
|
2017-02-09 14:44:51 +00:00
|
|
|
* Thu Feb 09 2017 Tomas Krizek <tkrizek@redhat.com> - 11.0-2
|
|
|
|
- Added named.conf transformation script as post action
|
|
|
|
|
2016-12-16 08:59:43 +00:00
|
|
|
* Thu Dec 15 2016 Tomas Krizek <tkrizek@redhat.com> - 11.0-1
|
|
|
|
- Update to 11.0
|
|
|
|
|
2016-11-21 15:22:28 +00:00
|
|
|
* Mon Nov 21 2016 Petr Menšík <pemensik@redhat.com> - 10.1-2
|
|
|
|
- Patched to alfa 11.0 with support for BIND 9.11
|
|
|
|
- Configuration format in named.conf is different
|
|
|
|
and incompatible with all previous versions. Please see README.md.
|
|
|
|
- Minimal BIND version is now 9.11.0rc1. Please see NEWS.
|
|
|
|
|
2016-08-17 10:55:04 +00:00
|
|
|
* Wed Aug 17 2016 Petr Spacek <pspacek@redhat.com> - 10.1-1
|
|
|
|
- Update to 10.1.
|
|
|
|
- Fix deletion of DNS root zone not to break global forwarding.
|
|
|
|
https://fedorahosted.org/bind-dyndb-ldap/ticket/167
|
|
|
|
|
2016-07-27 12:31:34 +00:00
|
|
|
* Wed Jul 27 2016 Petr Spacek <pspacek@redhat.com> - 10.0-2
|
|
|
|
- Backport fix for crash https://fedorahosted.org/bind-dyndb-ldap/ticket/166
|
|
|
|
|
2016-06-21 10:49:20 +00:00
|
|
|
* Tue Jun 21 2016 Petr Spacek <pspacek@redhat.com> - 10.0-1
|
|
|
|
- Update to 10.0
|
|
|
|
|
2016-05-27 08:48:10 +00:00
|
|
|
* Fri May 27 2016 Tomas Hozza <thozza@redhat.com> - 9.0-3
|
|
|
|
- Resolved build issue due to changes in libdns API
|
|
|
|
|
2016-05-26 20:29:55 +00:00
|
|
|
* Thu May 26 2016 Tomas Hozza <thozza@redhat.com> - 9.0-2
|
|
|
|
- Rebuild against bind-9.10.4-P1
|
|
|
|
|
2016-05-12 12:00:52 +00:00
|
|
|
* Thu May 12 2016 Petr Spacek <pspacek@redhat.com> - 9.0-1
|
|
|
|
- Update to 9.0
|
|
|
|
- Fix for GCC 4.9+ was merged upstream
|
|
|
|
|
2016-03-04 10:37:18 +00:00
|
|
|
* Fri Mar 04 2016 Petr Spacek <pspacek@redhat.com> - 8.0-6
|
|
|
|
- Fix builds with GCC 4.9+
|
|
|
|
|
2016-02-03 17:01:44 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 8.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-12-17 10:59:40 +00:00
|
|
|
* Thu Dec 17 2015 Petr Spacek <pspacek@redhat.com> - 8.0-4
|
|
|
|
- Rebuild against bind 9.10.3-P2
|
|
|
|
|
2015-09-04 07:13:48 +00:00
|
|
|
* Fri Sep 04 2015 Tomas Hozza <thozza@redhat.com> - 8.0-3
|
|
|
|
- Rebuild against bind 9.10.3rc1
|
|
|
|
|
2015-06-24 11:40:42 +00:00
|
|
|
* Wed Jun 24 2015 Tomas Hozza <thozza@redhat.com> - 8.0-2
|
|
|
|
- rebuild against bind-9.10.2-P1
|
|
|
|
|
2015-06-23 14:48:31 +00:00
|
|
|
* Tue Jun 23 2015 Petr Spacek <pspacek@redhat.com> - 8.0-1
|
|
|
|
- update to 8.0
|
|
|
|
|
2015-06-17 01:48:38 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-03-13 12:26:28 +00:00
|
|
|
* Fri Mar 13 2015 Tomas Hozza <thozza@redhat.com> - 7.0-4
|
|
|
|
- rebuild against bind-9.10.2
|
|
|
|
|
2015-02-25 17:40:52 +00:00
|
|
|
* Wed Feb 25 2015 Tomas Hozza <thozza@redhat.com> - 7.0-3
|
|
|
|
- Rebuild against bind-9.10.2rc2
|
|
|
|
|
2015-02-02 14:32:56 +00:00
|
|
|
* Mon Feb 02 2015 Tomas Hozza <thozza@redhat.com> - 7.0-2
|
|
|
|
- rebuild against bind-9.10.2rc1
|
|
|
|
|
2015-01-12 15:08:09 +00:00
|
|
|
* Mon Jan 12 2015 Petr Spacek <pspacek@redhat.com> - 7.0-1
|
|
|
|
- update to 7.0 to add support for BIND 9.10
|
|
|
|
|
2014-12-02 16:50:42 +00:00
|
|
|
* Tue Dec 02 2014 Petr Spacek <pspacek@redhat.com> - 6.1-1
|
|
|
|
- update to 6.1
|
|
|
|
- drop patches which were merged upstream
|
|
|
|
|
2014-10-21 08:13:06 +00:00
|
|
|
* Tue Oct 21 2014 Petr Viktorin <pviktori@redhat.com> - 6.0-5
|
|
|
|
- use lower version of bind-pkcs11-utils for f20 and el7
|
|
|
|
|
2014-10-20 13:55:53 +00:00
|
|
|
* Mon Oct 20 2014 Petr Spacek <pspacek@redhat.com> - 6.0-4
|
|
|
|
- add dependency on bind-pkcs11-utils >= 32:9.9.6-2
|
|
|
|
to help with freeipa-server upgrade
|
|
|
|
|
2014-10-20 13:24:25 +00:00
|
|
|
* Mon Oct 20 2014 Petr Spacek <pspacek@redhat.com> - 6.0-3
|
|
|
|
- replace dependency on bind with dependency on bind-pkcs11 >= 32:9.9.6-2
|
|
|
|
to help with freeipa-server upgrade
|
|
|
|
|
2014-10-03 10:13:07 +00:00
|
|
|
* Fri Oct 03 2014 Tomas Hozza <thozza@redhat.com> - 6.0-2
|
|
|
|
- rebuild against bind-9.9.6
|
|
|
|
|
2014-09-23 10:11:18 +00:00
|
|
|
* Tue Sep 23 2014 Petr Spacek <pspacek redhat com> - 6.0-1
|
|
|
|
- update to 6.0
|
|
|
|
|
2014-09-12 13:47:10 +00:00
|
|
|
* Fri Sep 12 2014 Petr Spacek <pspacek redhat com> - 5.3-1
|
|
|
|
- update to 5.3
|
|
|
|
|
2014-09-08 10:51:48 +00:00
|
|
|
* Mon Sep 08 2014 Petr Spacek <pspacek redhat com> 5.2-1
|
|
|
|
- update to 5.2
|
|
|
|
|
2014-08-15 22:36:15 +00:00
|
|
|
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-24 09:52:07 +00:00
|
|
|
* Thu Jul 24 2014 Petr Spacek <pspacek redhat com> 5.1-1
|
|
|
|
- update to 5.1
|
|
|
|
- fixes bug 1122393
|
|
|
|
|
2014-06-24 17:00:32 +00:00
|
|
|
* Tue Jun 24 2014 Petr Spacek <pspacek redhat com> 5.0-1
|
|
|
|
- update to 5.0
|
|
|
|
|
2014-06-07 02:58:54 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-09 16:27:23 +00:00
|
|
|
* Wed Apr 09 2014 Petr Spacek <pspacek redhat com> 4.3-1
|
|
|
|
- update to 4.3
|
|
|
|
|
2014-02-24 15:53:34 +00:00
|
|
|
* Mon Feb 24 2014 Petr Spacek <pspacek redhat com> 4.1-2
|
|
|
|
- remove deprecated define _BSD_SOURCE
|
|
|
|
|
2014-02-24 13:36:43 +00:00
|
|
|
* Mon Feb 24 2014 Petr Spacek <pspacek redhat com> 4.1-1
|
|
|
|
- update to 4.1
|
|
|
|
|
2013-07-18 10:07:30 +00:00
|
|
|
* Thu Jul 18 2013 Petr Spacek <pspacek redhat com> 3.5-1
|
|
|
|
- update to 3.5
|
|
|
|
|
2013-07-15 14:18:30 +00:00
|
|
|
* Mon Jul 15 2013 Tomas Hozza <thozza@redhat.com> 3.4-2
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2013-06-25 14:01:11 +00:00
|
|
|
* Tue Jun 25 2013 Petr Spacek <pspacek redhat com> 3.4-1
|
|
|
|
- update to 3.4
|
|
|
|
|
2013-06-04 15:20:00 +00:00
|
|
|
* Tue Jun 04 2013 Petr Spacek <pspacek redhat com> 3.3-1
|
|
|
|
- update to 3.3
|
|
|
|
- patch bind-dyndb-ldap-tbabej-0001-Build-fixes-for-Fedora-19.patch merged
|
|
|
|
|
2013-05-14 16:30:39 +00:00
|
|
|
* Tue May 14 2013 Petr Spacek <pspacek redhat com> 3.2-1
|
|
|
|
- update to 3.2
|
|
|
|
|
2013-04-16 14:20:35 +00:00
|
|
|
* Tue Apr 16 2013 Adam Tkac <atkac redhat com> 3.1-2
|
|
|
|
- rebuild against new bind
|
2013-04-16 14:54:23 +00:00
|
|
|
- build with --disable-werror
|
2013-04-16 14:20:35 +00:00
|
|
|
|
2013-04-12 11:54:23 +00:00
|
|
|
* Fri Apr 12 2013 Petr Spacek <pspacek redhat com> 3.1-1
|
|
|
|
- update to 3.1
|
|
|
|
|
2013-04-02 18:20:11 +00:00
|
|
|
* Tue Apr 02 2013 Petr Spacek <pspacek redhat com> 3.0-1
|
|
|
|
- update to 3.0
|
|
|
|
|
2013-03-26 16:55:36 +00:00
|
|
|
* Tue Mar 26 2013 Petr Spacek <pspacek redhat com> 2.6-1
|
|
|
|
- update to 2.6
|
|
|
|
|
2013-02-04 17:16:28 +00:00
|
|
|
* Mon Feb 04 2013 Petr Spacek <pspacek redhat com> 2.5-1
|
|
|
|
- update to 2.5
|
|
|
|
|
2013-01-15 15:03:06 +00:00
|
|
|
* Tue Jan 15 2013 Petr Spacek <pspacek redhat com> 2.4-1
|
|
|
|
- update to 2.4
|
|
|
|
|
2012-11-08 16:41:07 +00:00
|
|
|
* Thu Nov 8 2012 Petr Spacek <pspacek redhat com> 2.3-2
|
|
|
|
- rebuild with proper changelog
|
|
|
|
|
|
|
|
* Thu Nov 8 2012 Petr Spacek <pspacek redhat com> 2.3-1
|
|
|
|
- update to 2.3
|
|
|
|
|
2012-10-29 17:21:46 +00:00
|
|
|
* Mon Oct 29 2012 Adam Tkac <atkac redhat com> 2.1-1
|
|
|
|
- update to 2.1
|
|
|
|
|
2012-10-11 12:19:17 +00:00
|
|
|
* Thu Oct 11 2012 Adam Tkac <atkac redhat com> 2.0-0.3.20121009git6a86b1
|
|
|
|
- rebuild against new bind-libs
|
|
|
|
|
2012-10-09 14:42:11 +00:00
|
|
|
* Tue Oct 9 2012 Petr Spacek <pspacek redhat com> 2.0-0.2.20121009git6a86b1
|
|
|
|
- update to the latest master
|
|
|
|
|
2012-09-21 10:39:08 +00:00
|
|
|
* Fri Sep 21 2012 Adam Tkac <atkac redhat com> 2.0-0.1.20120921git7710d89
|
|
|
|
- update to the latest master
|
|
|
|
- bind-dyndb-ldap110-master.patch was merged
|
|
|
|
|
2012-08-16 12:57:02 +00:00
|
|
|
* Thu Aug 16 2012 Adam Tkac <atkac redhat com> 1.1.0-0.16.rc1
|
|
|
|
- update to the latest git
|
|
|
|
|
2013-06-05 13:45:52 +00:00
|
|
|
* Thu Aug 02 2012 Adam Tkac <atkac redhat com> 1.1.0-0.15.rc1
|
2012-08-02 13:05:34 +00:00
|
|
|
- update to the latest git
|
|
|
|
- fix for CVE-2012-3429 has been merged
|
|
|
|
|
2012-08-02 11:39:50 +00:00
|
|
|
* Thu Aug 02 2012 Adam Tkac <atkac redhat com> 1.1.0-0.14.rc1
|
|
|
|
- fix CVE-2012-3429
|
|
|
|
|
2012-07-18 17:50:48 +00:00
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-0.13.rc1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-07 15:37:36 +00:00
|
|
|
* Thu Jun 07 2012 Adam Tkac <atkac redhat com> - 1.1.0-0.12.rc1
|
|
|
|
- update to the latest master (#827401)
|
|
|
|
|
2012-04-26 08:50:48 +00:00
|
|
|
* Thu Apr 26 2012 Adam Tkac <atkac redhat com> - 1.1.0-0.11.rc1
|
|
|
|
- update to 1.1.0rc1 (CVE-2012-2134)
|
|
|
|
|
2012-03-27 13:14:56 +00:00
|
|
|
* Tue Mar 27 2012 Adam Tkac <atkac redhat com> - 1.1.0-0.10.b2
|
|
|
|
- update to 1.1.0b2
|
|
|
|
|
2012-03-06 16:37:17 +00:00
|
|
|
* Tue Mar 06 2012 Adam Tkac <atkac redhat com> - 1.1.0-0.9.b1
|
|
|
|
- update to 1.1.0b1
|
|
|
|
|
2012-02-13 17:35:27 +00:00
|
|
|
* Mon Feb 13 2012 Adam Tkac <atkac redhat com> - 1.1.0-0.8.a2
|
|
|
|
- update to 1.1.0a2
|
|
|
|
|
2012-02-02 12:44:13 +00:00
|
|
|
* Thu Feb 02 2012 Adam Tkac <atkac redhat com> - 1.1.0-0.7.a1
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2012-01-18 10:05:16 +00:00
|
|
|
* Wed Jan 18 2012 Adam Tkac <atkac redhat com> - 1.1.0-0.6.a1
|
|
|
|
- update to 1.1.0a1
|
|
|
|
|
2012-01-12 22:30:09 +00:00
|
|
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-0.5.rc1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-14 13:26:21 +00:00
|
|
|
* Mon Nov 14 2011 Adam Tkac <atkac redhat com> - 1.0.0-0.4.rc1
|
|
|
|
- update to 1.0.0rc1
|
|
|
|
|
2011-11-14 12:20:46 +00:00
|
|
|
* Mon Nov 14 2011 Adam Tkac <atkac redhat com> - 1.0.0-0.3.b1
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2011-09-09 11:00:07 +00:00
|
|
|
* Fri Sep 09 2011 Adam Tkac <atkac redhat com> - 1.0.0-0.2.b1
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2011-08-31 11:54:38 +00:00
|
|
|
* Wed Aug 31 2011 Adam Tkac <atkac redhat com> - 1.0.0-0.1.b1
|
|
|
|
- update to 1.0.0b1 (psearch + bugfixes)
|
|
|
|
- bind-dyndb-ldap-rh727856.patch merged
|
|
|
|
|
2011-08-03 13:14:01 +00:00
|
|
|
* Wed Aug 03 2011 Adam Tkac <atkac redhat com> - 0.2.0-4
|
|
|
|
- fix race condition in semaphore_wait (#727856)
|
|
|
|
|
2011-02-21 16:38:37 +00:00
|
|
|
* Mon Feb 21 2011 Adam Tkac <atkac redhat com> - 0.2.0-3
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2011-02-08 04:53:06 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-12 18:48:13 +00:00
|
|
|
* Wed Jan 12 2011 Adam Tkac <atkac redhat com> - 0.2.0-1
|
|
|
|
- update to 0.2.0
|
|
|
|
- patches merged
|
|
|
|
- 0001-Bugfix-Improve-LDAP-schema-to-be-loadable-by-OpenLDA.patch
|
|
|
|
- 0004-Bugfix-Fix-loading-of-child-zones-from-LDAP.patch
|
|
|
|
|
2010-12-15 17:28:06 +00:00
|
|
|
* Wed Dec 15 2010 Adam Tkac <atkac redhat com> - 0.1.0-0.17.b
|
|
|
|
- fix LDAP schema (#622604)
|
|
|
|
- load child zones from LDAP correctly (#622617)
|
|
|
|
|
2010-10-22 07:18:14 +00:00
|
|
|
* Fri Oct 22 2010 Adam Tkac <atkac redhat com> - 0.1.0-0.16.b
|
|
|
|
- build with correct RPM_OPT_FLAGS (#645529)
|
|
|
|
|
2010-10-20 12:50:14 +00:00
|
|
|
* Wed Oct 20 2010 Adam Tkac <atkac redhat com> - 0.1.0-0.15.b
|
|
|
|
- use "isc-config.sh" utility to get correct BIND9 CFLAGS
|
|
|
|
|
2010-09-30 08:00:18 +00:00
|
|
|
* Thu Sep 30 2010 Adam Tkac <atkac redhat com> - 0.1.0-0.14.b
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2010-08-27 10:23:24 +00:00
|
|
|
* Fri Aug 27 2010 Adam Tkac <atkac redhat com> - 0.1.0-0.13.b
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2010-08-17 09:21:20 +00:00
|
|
|
* Tue Aug 17 2010 Adam Tkac <atkac redhat com> - 0.1.0-0.12.b
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2010-08-03 13:16:10 +00:00
|
|
|
* Tue Aug 03 2010 Adam Tkac <atkac redhat com> - 0.1.0-0.11.b
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2010-05-31 16:55:16 +00:00
|
|
|
* Mon May 31 2010 Adam Tkac <atkac redhat com> - 0.1.0-0.10.b
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2010-03-24 11:17:12 +00:00
|
|
|
* Wed Mar 24 2010 Martin Nagy <mnagy@redhat.com> - 0.1.0-0.9.b
|
|
|
|
- update to the latest upstream release
|
|
|
|
|
2010-01-28 11:31:46 +00:00
|
|
|
* Thu Jan 28 2010 Adam Tkac <atkac redhat com> - 0.1.0-0.8.a1.20091210git
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2009-12-15 12:59:43 +00:00
|
|
|
* Tue Dec 15 2009 Adam Tkac <atkac redhat com> - 0.1.0-0.7.a1.20091210git
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2009-12-10 22:47:24 +00:00
|
|
|
* Thu Dec 10 2009 Martin Nagy <mnagy@redhat.com> - 0.1.0-0.6.a1.20091210git
|
|
|
|
- update to the latest git snapshot
|
|
|
|
- change upstream URL, project moved to fedorahosted
|
|
|
|
- change license to GPL version 2 or later
|
|
|
|
- add epoch to versioned requires
|
|
|
|
- add krb5-devel to the list of build requires
|
|
|
|
|
2009-12-01 14:45:18 +00:00
|
|
|
* Tue Dec 01 2009 Adam Tkac <atkac redhat com> - 0.1.0-0.5.a1
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2009-11-26 09:26:57 +00:00
|
|
|
* Thu Nov 26 2009 Adam Tkac <atkac redhat com> - 0.1.0-0.4.a1
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2009-07-24 18:02:47 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-0.3.a1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-19 08:15:56 +00:00
|
|
|
* Fri Jun 19 2009 Caolán McNamara <caolanm@redhat.com> - 0.1.0-0.2.a1
|
|
|
|
- rebuild for dependencies
|
|
|
|
|
2009-05-03 07:19:36 +00:00
|
|
|
* Sun May 03 2009 Martin Nagy <mnagy@redhat.com> - 0.1.0-0.1.a1
|
|
|
|
- initial packaging
|