summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2008-10-07 10:22:54 +0000
committerAdam Tkac <atkac@fedoraproject.org>2008-10-07 10:22:54 +0000
commit1a7b0845f3371d52c007268dae57144a23ecaa20 (patch)
tree821c6917f97a065eca47ff214a8d6bd4b6aa36f8
parentc5eef512c0b0cc12e65c6052ca2aac8781c1ea17 (diff)
downloadbind-1a7b0845f3371d52c007268dae57144a23ecaa20.tar.gz
bind-1a7b0845f3371d52c007268dae57144a23ecaa20.tar.xz
bind-1a7b0845f3371d52c007268dae57144a23ecaa20.zip
- removed bind-9.4.0-dnssec-directory.patch, it is wrongbind-9_5_1-0_8_b2_fc10
-rw-r--r--bind-9.4.0-dnssec-directory.patch13
-rw-r--r--bind.spec7
2 files changed, 4 insertions, 16 deletions
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 <atkac redhat com> 32:9.5.1-0.8.b2
+- removed bind-9.4.0-dnssec-directory.patch, it is wrong
+
* Wed Sep 24 2008 Adam Tkac <atkac redhat com> 32:9.5.1-0.7.b2
- 9.5.1b2 release
- patches merged