diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-12-19 16:26:13 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-12-19 16:26:13 +0000 |
| commit | 03105e66d007e66ba94c8f628873ae7a74f121a5 (patch) | |
| tree | d984f6741fa4779350d1e58eecc58987f8b3aa88 | |
| parent | c0ebb3531297700d4439753b8c0a216245134e25 (diff) | |
- fixed typo in post section (CVE-2007-6283)
| -rw-r--r-- | bind.spec | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -21,7 +21,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.5.0 -Release: 20.%{RELEASEVER}%{?dist} +Release: 21.%{RELEASEVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -414,7 +414,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.238 2007/12/19 15:46:39 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.239 2007/12/19 16:26:13 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: @@ -447,8 +447,8 @@ if [ "$1" -eq 1 ]; then fi [ -x /sbin/restorecon ] && /sbin/restorecon /etc/rndc.* /etc/named.* >/dev/null 2>&1 ; # rndc.key has to have correct perms and ownership, CVE-2007-6283 - [ -e /etc/rndc.key] && chown root:named /etc/rndc.key - [ -e /etc/rndc.key] && chmod 0640 /etc/rndc.key + [ -e /etc/rndc.key ] && chown root:named /etc/rndc.key + [ -e /etc/rndc.key ] && chmod 0640 /etc/rndc.key [ -x /usr/sbin/bind-chroot-admin ] && /usr/sbin/bind-chroot-admin --sync; fi :; @@ -658,6 +658,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_sbindir}/bind-chroot-admin %changelog +* Wed Dec 19 2007 Adam Tkac <atkac redhat com> 32:9.5.0-21.b1 +- fixed typo in post section (CVE-2007-6283) + * Wed Dec 19 2007 Adam Tkac <atkac redhat com> 32:9.5.0-20.b1 - removed obsoleted triggers - CVE-2007-6283 |
