diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2008-05-06 09:34:26 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2008-05-06 09:34:26 +0000 |
| commit | 9f08469edb2da8b852b4f210863edba4ad3391d6 (patch) | |
| tree | 26962724f499c585b9f942230ba0013ac2b1a7de /bind.spec | |
| parent | c8cf934012419e99e38d106ad6b15d4bbc9961c6 (diff) | |
- addresses 0.0.0.0 and ::0 really match any (#275091, comment #28)
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -18,7 +18,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.5.0 -Release: 31.%{RELEASEVER}%{dist} +Release: 31.1.%{RELEASEVER}%{dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -59,6 +59,7 @@ Patch72: bind-9.5-dlz-64bit.patch Patch87: bind-9.5-parallel-build.patch Patch88: bind-9.5-libcap.patch Patch89: bind-9.5-recv-race.patch +Patch90: bind-9.5-any.patch # SDB patches Patch11: bind-9.3.2b2-sdbsrc.patch @@ -239,6 +240,7 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named %patch85 -p1 -b .libidn3 %patch87 -p1 -b .parallel %patch89 -p1 -b .recv-race +%patch90 -p1 -b .any :; @@ -394,7 +396,7 @@ for f in my.internal.zone.db slaves/my.slave.internal.zone.db slaves/my.ddns.int echo '@ in soa localhost. root 1 3H 15M 1W 1D ns localhost.' > sample/var/named/$f; done -/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.259 2008/05/05 10:20:59 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\ +/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.260 2008/05/06 09:34:26 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\ *\ * NOTE: you only need to create this file if it is to\ * differ from the following default contents: @@ -645,6 +647,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_sbindir}/bind-chroot-admin %changelog +* Tue May 06 2008 Adam Tkac <atkac redhat com> 32:9.5.0-31.1.b3 +- addresses 0.0.0.0 and ::0 really match any (#275091, comment #28) + * Mon May 05 2008 Adam Tkac <atkac redhat com> 32:9.5.0-31.b3 - readded bind-9.5-libcap.patch - added bind-9.5-recv-race.patch from F8 branch (#400461) |
