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 | b4f38cb1878c3ac69efaedf5e6f06057faa87a94 (patch) | |
| tree | 159e3a0416bbf26a5299f075f07be4de99e5ec78 /bind.spec | |
| parent | 512cdbdd86e412df5bce73548b609b6420b6ba94 (diff) | |
| download | bind-b4f38cb1878c3ac69efaedf5e6f06057faa87a94.tar.gz bind-b4f38cb1878c3ac69efaedf5e6f06057faa87a94.tar.xz bind-b4f38cb1878c3ac69efaedf5e6f06057faa87a94.zip | |
- fixed typo in post section (CVE-2007-6283)bind-9_5_0-21_b1_fc9
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 9 |
1 files changed, 6 insertions, 3 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) @@ -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 |
