diff options
| author | Martin Stransky <stransky@fedoraproject.org> | 2006-11-02 12:27:31 +0000 |
|---|---|---|
| committer | Martin Stransky <stransky@fedoraproject.org> | 2006-11-02 12:27:31 +0000 |
| commit | 5a21e7e0bfb1f17486d8a1333deea314999dead1 (patch) | |
| tree | 764d6259223520a470992068da12c4a722f84f22 /bind.spec | |
| parent | 3ea4a817a31ab38b99898d7a1daa4e86c3716403 (diff) | |
fix for #211282: EDNS is globally enabled, crashing CheckPoint FW-1
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -77,6 +77,7 @@ Patch23: bind-9.3.1-dbus_archdep_libdir.patch Patch28: bind-9.3.3rc2-dbus-0.6.patch Patch32: bind-9.3.2-prctl_set_dumpable.patch Patch51: bind-9.3.2-tmpfile.patch +Patch52: bind-9.3.3-edns.patch # Requires: bind-libs = %{epoch}:%{version}-%{release}, glibc >= 2.2, mktemp Requires(post): bash, coreutils, sed, grep, chkconfig >= 1.3.26 @@ -289,6 +290,7 @@ cp -fp bin/named/include/named/{globals.h,server.h,log.h,types.h} bin/named_sdb/ %endif %patch32 -p1 -b .prctl_set_dumpable %patch51 -p1 -b .tmp +%patch52 -p1 -b .edns :; @@ -448,7 +450,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.138 2006/10/30 13:37:47 stransky 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.139 2006/11/02 12:27:31 stransky 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: @@ -779,9 +781,12 @@ rm -rf ${RPM_BUILD_ROOT} %changelog * Mon Oct 30 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.3-6 - fix for #200465: named-checkzone and co. cannot be run as non-root user -- added fix for #212348: chroot'd named causes df permission denied error -- added fix for #211249, #211083 - problems with stopping named -- added fix for #212549: init script does not unmount /proc filesystem +- fix for #212348: chroot'd named causes df permission denied error +- fix for #211249, #211083 - problems with stopping named +- fix for #212549: init script does not unmount /proc filesystem +- fix for #211282: EDNS is globally enabled, crashing CheckPoint FW-1, + added edns-enable options to named configuration file which can suppress + EDNS in queries to DNS servers (see /usr/share/doc/bind-9.3.3/misc/options) * Fri Oct 13 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.3-5 - fix for #209359: bind-libs from compatlayer CD will not |
