From 1a7b0845f3371d52c007268dae57144a23ecaa20 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Oct 07 2008 10:22:54 +0000 Subject: - removed bind-9.4.0-dnssec-directory.patch, it is wrong --- diff --git a/bind-9.4.0-dnssec-directory.patch b/bind-9.4.0-dnssec-directory.patch deleted file mode 100644 index b6169ed..0000000 --- a/bind-9.4.0-dnssec-directory.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- bind-9.4.0/bin/dnssec/dnssec-signzone.c.directory 2007-04-11 15:42:56.000000000 +0200 -+++ bind-9.4.0/bin/dnssec/dnssec-signzone.c 2007-04-11 15:43:23.000000000 +0200 -@@ -1470,8 +1470,8 @@ - fatal("failed to find the zone's origin: %s", - isc_result_totext(result)); - -- result = dns_dnssec_findzonekeys(db, currentversion, node, gorigin, -- mctx, 20, keys, &nkeys); -+ result = dns_dnssec_findzonekeys2(db, currentversion, node, gorigin, -+ directory, mctx, 20, keys, &nkeys); - if (result == ISC_R_NOTFOUND) - result = ISC_R_SUCCESS; - if (result != ISC_R_SUCCESS) diff --git a/bind.spec b/bind.spec index fb7592b..6f4c5d6 100644 --- a/bind.spec +++ b/bind.spec @@ -19,7 +19,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.5.1 -Release: 0.7.%{PREVER}%{?dist} +Release: 0.8.%{PREVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -53,7 +53,6 @@ Patch5: bind-nonexec.patch Patch10: bind-9.5-PIE.patch Patch13: bind-9.3.1rc1-fix_libbind_includedir.patch Patch16: bind-9.3.2-redhat_doc.patch -Patch63: bind-9.4.0-dnssec-directory.patch Patch71: bind-9.5-overflow.patch Patch72: bind-9.5-dlz-64bit.patch Patch87: bind-9.5-parallel-build.patch @@ -229,7 +228,6 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named %if %{SDB} %patch62 -p1 -b .sdb-sqlite-bld %endif -%patch63 -p1 -b .directory %patch71 -p1 -b .overflow %ifnarch alpha ia64 %patch72 -p1 -b .64bit @@ -636,6 +634,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_sbindir}/bind-chroot-admin %changelog +* Tue Oct 07 2008 Adam Tkac 32:9.5.1-0.8.b2 +- removed bind-9.4.0-dnssec-directory.patch, it is wrong + * Wed Sep 24 2008 Adam Tkac 32:9.5.1-0.7.b2 - 9.5.1b2 release - patches merged