From eebed2aabe39596cf613ce83001fdff293fbe679 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Tue, 11 Nov 2008 14:39:31 +0000 Subject: - make statistics http server working, patch backported from 9.6 HEAD --- bind.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'bind.spec') diff --git a/bind.spec b/bind.spec index 02c4c4a..50e21e7 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.1.%{PREVER}%{?dist} +Release: 0.2.%{PREVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -61,6 +61,7 @@ Patch96: bind-95-rh469440.patch %if %{LIBBIND} Patch97: bind-96-temporary-libbind.patch %endif +Patch98: bind-96-libxml2.patch # SDB patches Patch11: bind-9.3.2b2-sdbsrc.patch @@ -228,6 +229,7 @@ cp -fp contrib/sdb/sqlite/zone2sqlite.c bin/sdb_tools %patch94 -p1 -b .rh461409 %patch95 -p1 -b .includes %patch96 -p1 -b .rh469440 +%patch98 -p1 -b .libxml2 # Sparc and s390 arches need to use -fPIE %ifarch sparcv9 sparc64 s390 s390x @@ -587,6 +589,9 @@ rm -rf ${RPM_BUILD_ROOT} %ghost %{chroot_prefix}/etc/localtime %changelog +* Tue Nov 11 2008 Adam Tkac 32:9.6.0-0.2.b1 +- make statistics http server working, patch backported from 9.6 HEAD + * Mon Nov 10 2008 Adam Tkac 32:9.6.0-0.1.b1 - 9.6.0b1 release - don't build ODBC and Berkeley DB DLZ drivers -- cgit