Ship dns/forward.h in -devel subpkg.
Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
8e38086c4b
commit
1860966522
@ -22,7 +22,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
|||||||
Name: bind
|
Name: bind
|
||||||
License: ISC
|
License: ISC
|
||||||
Version: 9.9.0
|
Version: 9.9.0
|
||||||
Release: 0.3.%{PREVER}%{?dist}
|
Release: 0.4.%{PREVER}%{?dist}
|
||||||
Epoch: 32
|
Epoch: 32
|
||||||
Url: http://www.isc.org/products/BIND/
|
Url: http://www.isc.org/products/BIND/
|
||||||
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -70,6 +70,7 @@ Patch123:bind98-rh735103.patch
|
|||||||
Patch124:nslookup-norec.patch
|
Patch124:nslookup-norec.patch
|
||||||
Patch125:bind99-buildfix.patch
|
Patch125:bind99-buildfix.patch
|
||||||
Patch126:bind99-v6only.patch
|
Patch126:bind99-v6only.patch
|
||||||
|
Patch127:bind99-forward.patch
|
||||||
|
|
||||||
# SDB patches
|
# SDB patches
|
||||||
Patch11: bind-9.3.2b2-sdbsrc.patch
|
Patch11: bind-9.3.2b2-sdbsrc.patch
|
||||||
@ -295,6 +296,7 @@ pushd bin/dig
|
|||||||
popd
|
popd
|
||||||
%patch125 -p1 -b .buildfix
|
%patch125 -p1 -b .buildfix
|
||||||
%patch126 -p1 -b .v6only
|
%patch126 -p1 -b .v6only
|
||||||
|
%patch127 -p1 -b .forward
|
||||||
|
|
||||||
# Sparc and s390 arches need to use -fPIE
|
# Sparc and s390 arches need to use -fPIE
|
||||||
%ifarch sparcv9 sparc64 s390 s390x
|
%ifarch sparcv9 sparc64 s390 s390x
|
||||||
@ -765,6 +767,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 07 2011 Adam Tkac <atkac redhat com> 32:9.9.0-0.4.b2
|
||||||
|
- ship dns/forward.h in -devel subpkg
|
||||||
|
|
||||||
* Tue Nov 22 2011 Adam Tkac <atkac redhat com> 32:9.9.0-0.3.b2
|
* Tue Nov 22 2011 Adam Tkac <atkac redhat com> 32:9.9.0-0.3.b2
|
||||||
- update to 9.9.0b2 (CVE-2011-4313)
|
- update to 9.9.0b2 (CVE-2011-4313)
|
||||||
- patches merged
|
- patches merged
|
||||||
|
13
bind99-forward.patch
Normal file
13
bind99-forward.patch
Normal file
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user