- make statistics http server working, patch backported from 9.6 HEAD
This commit is contained in:
parent
e5a309e7ae
commit
eebed2aabe
12
bind-96-libxml2.patch
Normal file
12
bind-96-libxml2.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -up bind-9.6.0b1/configure.in.libxml2 bind-9.6.0b1/configure.in
|
||||||
|
--- bind-9.6.0b1/configure.in.libxml2 2008-11-11 16:04:27.000000000 +0100
|
||||||
|
+++ bind-9.6.0b1/configure.in 2008-11-11 16:04:46.000000000 +0100
|
||||||
|
@@ -1002,7 +1002,7 @@ case "$use_libxml2" in
|
||||||
|
;;
|
||||||
|
auto|yes)
|
||||||
|
case X`(xml2-config --version) 2>/dev/null` in
|
||||||
|
- X2.6.*)
|
||||||
|
+ X2.[[67]].*)
|
||||||
|
libxml2_libs=`xml2-config --libs`
|
||||||
|
libxml2_cflags=`xml2-config --cflags`
|
||||||
|
;;
|
@ -18,7 +18,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
|||||||
Name: bind
|
Name: bind
|
||||||
License: ISC
|
License: ISC
|
||||||
Version: 9.6.0
|
Version: 9.6.0
|
||||||
Release: 0.1.%{PREVER}%{?dist}
|
Release: 0.2.%{PREVER}%{?dist}
|
||||||
Epoch: 32
|
Epoch: 32
|
||||||
Url: http://www.isc.org/products/BIND/
|
Url: http://www.isc.org/products/BIND/
|
||||||
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -61,6 +61,7 @@ Patch96: bind-95-rh469440.patch
|
|||||||
%if %{LIBBIND}
|
%if %{LIBBIND}
|
||||||
Patch97: bind-96-temporary-libbind.patch
|
Patch97: bind-96-temporary-libbind.patch
|
||||||
%endif
|
%endif
|
||||||
|
Patch98: bind-96-libxml2.patch
|
||||||
|
|
||||||
# SDB patches
|
# SDB patches
|
||||||
Patch11: bind-9.3.2b2-sdbsrc.patch
|
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
|
%patch94 -p1 -b .rh461409
|
||||||
%patch95 -p1 -b .includes
|
%patch95 -p1 -b .includes
|
||||||
%patch96 -p1 -b .rh469440
|
%patch96 -p1 -b .rh469440
|
||||||
|
%patch98 -p1 -b .libxml2
|
||||||
|
|
||||||
# Sparc and s390 arches need to use -fPIE
|
# Sparc and s390 arches need to use -fPIE
|
||||||
%ifarch sparcv9 sparc64 s390 s390x
|
%ifarch sparcv9 sparc64 s390 s390x
|
||||||
@ -587,6 +589,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%ghost %{chroot_prefix}/etc/localtime
|
%ghost %{chroot_prefix}/etc/localtime
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 11 2008 Adam Tkac <atkac redhat com> 32:9.6.0-0.2.b1
|
||||||
|
- make statistics http server working, patch backported from 9.6 HEAD
|
||||||
|
|
||||||
* Mon Nov 10 2008 Adam Tkac <atkac redhat com> 32:9.6.0-0.1.b1
|
* Mon Nov 10 2008 Adam Tkac <atkac redhat com> 32:9.6.0-0.1.b1
|
||||||
- 9.6.0b1 release
|
- 9.6.0b1 release
|
||||||
- don't build ODBC and Berkeley DB DLZ drivers
|
- don't build ODBC and Berkeley DB DLZ drivers
|
||||||
|
Loading…
Reference in New Issue
Block a user