summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@fedoraproject.org>2008-12-16 13:14:16 +0000
committerMartin Nagy <mnagy@fedoraproject.org>2008-12-16 13:14:16 +0000
commitb1c08c198e192b450e0e5a79481e2face18a7159 (patch)
tree9f96cdcbad59f4c937b8cd79094b409987364f4c /bind.spec
parent6ea507352299d5484ab0288f7a1b24cd1bf2234a (diff)
- add patch for dynamic loading of database backendsbind-9_6_0-0_6_rc1_fc11
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/bind.spec b/bind.spec
index b3b9986..7e0749d 100644
--- a/bind.spec
+++ b/bind.spec
@@ -18,7 +18,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.6.0
-Release: 0.5.1.%{PREVER}%{?dist}
+Release: 0.6.%{PREVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -72,6 +72,7 @@ Patch62: bind-9.5-sdb-sqlite-bld.patch
# needs inpection
Patch17: bind-9.3.2b1-fix_sdb_ldap.patch
+Patch104: bind-96-dyndb.patch
# IDN paches
Patch73: bind-9.5-libidn.patch
@@ -185,6 +186,7 @@ sed -i 's/SUBDIRS\(.*\)/SUBDIRS\1 lib\/bind/' Makefile.in
%patch5 -p1 -b .nonexec
%patch10 -p1 -b .PIE
%patch16 -p1 -b .redhat_doc
+%patch104 -p1 -b .dyndb
%if %{SDB}
%patch101 -p1 -b .old-api
mkdir bin/named-sdb
@@ -599,6 +601,9 @@ rm -rf ${RPM_BUILD_ROOT}
%ghost %{chroot_prefix}/etc/localtime
%changelog
+* Tue Dec 16 2008 Martin Nagy <mnagy redhat com> 32:9.6.0-0.6.rc1
+- add patch for dynamic loading of database backends
+
* Tue Dec 09 2008 Adam Tkac <atkac redhat com> 32:9.6.0-0.5.1.rc1
- allow to reuse address for non-random query-source ports (#475120)