From 7ce3254090e1b5cfc489b2eef4e3eeea75b3c098 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Thu, 25 Jan 2007 18:00:56 +0000 Subject: Updated to 9.3.4 which contains two security bugfixes --- .cvsignore | 14 +------------- bind.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 17 deletions(-) diff --git a/.cvsignore b/.cvsignore index b9a2fc8..dafbbd3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,15 +1,3 @@ -bind-9.2.3rc3-deprecation_msg_shut_up.diff.bz2 -bind-9.2.4rc7.tar.gz +bind-9.3.4.tar.gz bind-chroot.tar.gz -bind-manpages-2.tar.bz2 -bind-manpages.patch.bz2 -bind-9.2.4rc8.tar.gz -bind-9.3.0.tar.gz -bind-9.3.1rc1.tar.gz libbind-man.tar.gz -bind-9.3.1.tar.gz -bind-9.3.2rc1.tar.gz -bind-9.3.2.tar.gz -bind-9.3.3rc2.tar.gz -bind-9.3.3rc3.tar.gz -bind-9.3.3.tar.gz diff --git a/bind.spec b/bind.spec index 20b81e8..9b1bdd7 100644 --- a/bind.spec +++ b/bind.spec @@ -16,8 +16,8 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server. Name: bind License: BSD-like -Version: 9.3.3 -Release: 5%{?prever}%{?dist} +Version: 9.3.4 +Release: 1%{?prever}%{?dist} Epoch: 31 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-root @@ -434,7 +434,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.155 2007/01/23 12:45:28 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.156 2007/01/25 18:00:56 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: @@ -743,6 +743,9 @@ rm -rf ${RPM_BUILD_ROOT} :; %changelog +* Wed Jan 25 2007 Adam Tkac 31:9.3.4-1.fc7 +- updated to version 9.3.4 which contains security bugfixes + * Tue Jan 23 2007 Adam Tkac 31:9.3.3-5.fc7 - package bind-libbind-devel has been marked as obsolete diff --git a/sources b/sources index 2d28e29..0a33df5 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ +df5417e7e7cf017fa28b65d0a3d6e999 bind-9.3.4.tar.gz 3567c35a24cb83a8a69443a399bbb6c8 bind-chroot.tar.gz 13fef79f99fcefebb51d84b08805de51 libbind-man.tar.gz -b5cad77aa7912bf7b4cb770cfc42fdad bind-9.3.3.tar.gz -- cgit