diff --git a/.gitignore b/.gitignore index 93a7229..7a741ad 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ bind-9.7.2b1.tar.gz /bind-9.9.3-P1.tar.gz /bind-9.9.4b1.tar.gz /bind-9.9.4rc1.tar.gz +/bind-9.9.4rc2.tar.gz diff --git a/bind.spec b/bind.spec index 879b610..782ba3d 100644 --- a/bind.spec +++ b/bind.spec @@ -3,7 +3,7 @@ # #%%global PATCHVER P1 -%global PREVER rc1 +%global PREVER rc2 %global VERSION %{version}%{PREVER} #%%global VERSION %{version} #%%global VERSION %{version}-%{PATCHVER} @@ -26,7 +26,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.9.4 -Release: 0.7.%{?PATCHVER}%{?PREVER}%{?dist} +Release: 0.8.%{?PATCHVER}%{?PREVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -779,6 +779,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Mon Sep 09 2013 Tomas Hozza 32:9.9.4-0.8.rc2 +- update to bind-9.9.4rc2 + * Tue Aug 20 2013 Tomas Hozza 32:9.9.4-0.7.rc1 - Move named-checkzone and named-compilezone to bind-utils package diff --git a/bind97-rh645544.patch b/bind97-rh645544.patch index 8b9c4e3..d1d8429 100644 --- a/bind97-rh645544.patch +++ b/bind97-rh645544.patch @@ -1,8 +1,8 @@ -diff -up bind-9.7.2-P2/lib/dns/resolver.c.rh645544 bind-9.7.2-P2/lib/dns/resolver.c ---- bind-9.7.2-P2/lib/dns/resolver.c.rh645544 2010-11-08 14:32:12.254896255 +0100 -+++ bind-9.7.2-P2/lib/dns/resolver.c 2010-11-08 14:33:18.674869633 +0100 -@@ -1097,7 +1097,7 @@ log_edns(fetchctx_t *fctx) { - +diff -up bind-9.9.4rc2/lib/dns/resolver.c.rh645544 bind-9.9.4rc2/lib/dns/resolver.c +--- bind-9.9.4rc2/lib/dns/resolver.c.rh645544 2013-08-19 10:30:52.000000000 +0200 ++++ bind-9.9.4rc2/lib/dns/resolver.c 2013-09-06 17:58:03.864165823 +0200 +@@ -1138,7 +1138,7 @@ log_edns(fetchctx_t *fctx) { + */ dns_name_format(&fctx->domain, domainbuf, sizeof(domainbuf)); isc_log_write(dns_lctx, DNS_LOGCATEGORY_EDNS_DISABLED, - DNS_LOGMODULE_RESOLVER, ISC_LOG_INFO, @@ -10,7 +10,7 @@ diff -up bind-9.7.2-P2/lib/dns/resolver.c.rh645544 bind-9.7.2-P2/lib/dns/resolve "success resolving '%s' (in '%s'?) after %s", fctx->info, domainbuf, fctx->reason); -@@ -3795,7 +3795,7 @@ log_lame(fetchctx_t *fctx, dns_adbaddrin +@@ -3804,7 +3804,7 @@ log_lame(fetchctx_t *fctx, dns_adbaddrin dns_name_format(&fctx->domain, domainbuf, sizeof(domainbuf)); isc_sockaddr_format(&addrinfo->sockaddr, addrbuf, sizeof(addrbuf)); isc_log_write(dns_lctx, DNS_LOGCATEGORY_LAME_SERVERS, @@ -19,7 +19,7 @@ diff -up bind-9.7.2-P2/lib/dns/resolver.c.rh645544 bind-9.7.2-P2/lib/dns/resolve "lame server resolving '%s' (in '%s'?): %s", namebuf, domainbuf, addrbuf); } -@@ -3822,7 +3822,7 @@ log_formerr(fetchctx_t *fctx, const char +@@ -3831,7 +3831,7 @@ log_formerr(fetchctx_t *fctx, const char } isc_log_write(dns_lctx, DNS_LOGCATEGORY_RESOLVER, diff --git a/sources b/sources index c30b213..dca0629 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ +c5868bcae8391ff77ba8c24db50e13de bind-9.9.4rc2.tar.gz d64062a182bf71dbcae7b2e2fe2cd55b config-11.tar.bz2 -7552aa68ebfb4f5494d8028617335d12 bind-9.9.4rc1.tar.gz