diff options
| author | Martin Stransky <stransky@fedoraproject.org> | 2006-09-06 12:23:30 +0000 |
|---|---|---|
| committer | Martin Stransky <stransky@fedoraproject.org> | 2006-09-06 12:23:30 +0000 |
| commit | 8e41396f2bc70cd48d9fbb6a891b850b99647900 (patch) | |
| tree | 242b5732d702c30ab8f5af94fb9d185e0fd864e8 /bind.spec | |
| parent | e927f0202ff8e2b772d6bb3b75ec07f76f94d7d1 (diff) | |
added upstream patch for correct SIG handling - CVE-2006-4095
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -17,7 +17,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: BSD-like Version: 9.3.2 -Release: 40%{?dist} +Release: 41%{?dist} Epoch: 30 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-root @@ -108,6 +108,7 @@ Patch48: bind-9.3.2-9_3_3_dnssec.patch Patch49: bind-9.3.2-9_3_3_nsupdate.patch Patch50: bind-9.3.2-9_3_3_tests.patch Patch51: bind-9.3.2-tmpfile.patch +Patch52: bind-9.3.2-rrsig.patch # Requires: bind-libs = %{epoch}:%{version}-%{release}, glibc >= 2.2, mktemp Requires(post): bash, coreutils, sed, grep, chkconfig >= 1.3.26 @@ -358,6 +359,7 @@ cp -fp contrib/sdb/pgsql/zonetodb.c bin/sdb_tools %patch49 -p1 -b .9_3_3_nsupdate %patch50 -p1 -b .9_3_3_tests %patch51 -p1 -b .tmp +%patch52 -p1 -b .rrsig # # this must follow all dbus patches: %if %{SDB} @@ -524,7 +526,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.126 2006/09/05 11:03:16 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.127 2006/09/06 12:23:30 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: @@ -852,6 +854,9 @@ rm -rf ${RPM_BUILD_ROOT} :; %changelog +* Wed Sep 6 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.2-41 +- added upstream patch for correct SIG handling - CVE-2006-4095 + * Tue Sep 5 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.2-40 - suppressed messages from bind-chroot-admin - cleared notes about bind-config |
