diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2008-12-03 12:38:21 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2008-12-03 12:38:21 +0000 |
| commit | f8a48cba511f47589b8d1684cb3901c26891a8d7 (patch) | |
| tree | a55b9529cbcf34d4d48b506cec2d6481dc1c5780 /bind-96-libxml2.patch | |
| parent | 98dc3420a0acc49cbbc30e098408b75114642501 (diff) | |
| download | bind-f8a48cba511f47589b8d1684cb3901c26891a8d7.tar.gz bind-f8a48cba511f47589b8d1684cb3901c26891a8d7.tar.xz bind-f8a48cba511f47589b8d1684cb3901c26891a8d7.zip | |
- 9.6.0rc1 releasebind-9_6_0-0_5_rc1_fc11
- 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
Diffstat (limited to 'bind-96-libxml2.patch')
| -rw-r--r-- | bind-96-libxml2.patch | 12 |
1 files changed, 0 insertions, 12 deletions
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` - ;; |
