From f8a48cba511f47589b8d1684cb3901c26891a8d7 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Wed, 3 Dec 2008 12:38:21 +0000 Subject: - 9.6.0rc1 release - patches merged - bind-9.2.0rc3-varrun.patch - bind-95-sdlz-include.patch - bind-96-libxml2.patch - fixed rare use-after-free problem in host utility (#452060) - enabled chase of DNSSEC signature chains in dig --- bind-96-libxml2.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 bind-96-libxml2.patch (limited to 'bind-96-libxml2.patch') diff --git a/bind-96-libxml2.patch b/bind-96-libxml2.patch deleted file mode 100644 index 1292e6a..0000000 --- a/bind-96-libxml2.patch +++ /dev/null @@ -1,12 +0,0 @@ -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` - ;; -- cgit