From b708d804770a9e752228ed254d0582b2942804b4 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Dec 07 2011 15:39:25 +0000 Subject: Ship dns/forward.h in -devel subpkg. Signed-off-by: Adam Tkac Conflicts: bind.spec --- diff --git a/bind.spec b/bind.spec index a9d8170..87ee6bd 100644 --- a/bind.spec +++ b/bind.spec @@ -22,7 +22,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.8.1 -Release: 3.%{PATCHVER}%{?dist} +Release: 4.%{PATCHVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -69,6 +69,7 @@ Patch120:bind97-rh700097.patch Patch121:bind97-rh714049.patch Patch122:bind98-dlz_buildfix.patch Patch123:bind98-rh735103.patch +Patch124:bind99-forward.patch # SDB patches Patch11: bind-9.3.2b2-sdbsrc.patch @@ -291,6 +292,7 @@ mkdir m4 %patch121 -p1 -b .rh714049 %patch122 -p1 -b .dlz_buildfix %patch123 -p1 -b .rh735103 +%patch124 -p1 -b .forward # Sparc and s390 arches need to use -fPIE %ifarch sparcv9 sparc64 s390 s390x @@ -761,6 +763,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Wed Dec 07 2011 Adam Tkac 32:9.8.1-4.P1 +- ship dns/forward.h in -devel subpkg + * Wed Nov 16 2011 Adam Tkac 32:9.8.1-3.P1 - update to 9.8.1-P1 (CVE-2011-4313) diff --git a/bind99-forward.patch b/bind99-forward.patch new file mode 100644 index 0000000..0392103 --- /dev/null +++ b/bind99-forward.patch @@ -0,0 +1,13 @@ +diff -up bind-9.9.0b2/lib/dns/include/dns/Makefile.in.forward bind-9.9.0b2/lib/dns/include/dns/Makefile.in +--- bind-9.9.0b2/lib/dns/include/dns/Makefile.in.forward 2011-12-07 16:17:50.822438237 +0100 ++++ bind-9.9.0b2/lib/dns/include/dns/Makefile.in 2011-12-07 16:18:00.374455261 +0100 +@@ -31,7 +31,8 @@ HEADERS = acl.h adb.h byaddr.h cache.h c + rdataslab.h rdatatype.h request.h resolver.h result.h \ + rootns.h rpz.h sdb.h sdlz.h secalg.h secproto.h soa.h ssu.h \ + tcpmsg.h time.h tkey.h tsig.h ttl.h types.h \ +- validator.h version.h view.h xfrin.h zone.h zonekey.h zt.h ++ validator.h version.h view.h xfrin.h zone.h zonekey.h zt.h \ ++ forward.h + + GENHEADERS = enumclass.h enumtype.h rdatastruct.h +