diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2009-03-23 10:44:19 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2009-03-23 10:44:19 +0000 |
| commit | faac6396e8612dbefadbbd591a8b9fb6da9a1d4e (patch) | |
| tree | c6bc130338d5cb070fc4eb794dabb4ce886db09d | |
| parent | 036f8ba49e03e287806378ef743aa027a79f51ce (diff) | |
- 9.5.1-P2 release (handle unknown DLV algorithms well)bind-9_5_1-2_P2_fc9
| -rw-r--r-- | .cvsignore | 2 | ||||
| -rw-r--r-- | bind.spec | 9 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 8 insertions, 5 deletions
@@ -1,4 +1,4 @@ bind-chroot.tar.bz2 config-3.tar.bz2 libbind-man.tar.gz -bind-9.5.1-P1.tar.gz +bind-9.5.1-P2.tar.gz @@ -2,7 +2,7 @@ # Red Hat BIND package .spec file # -%define PATCHVER P1 +%define PATCHVER P2 %define VERSION %{version}-%{PATCHVER} %define _default_patch_fuzz 2 @@ -20,7 +20,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.5.1 -Release: 1.%{PATCHVER}%{?dist} +Release: 2.%{PATCHVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -400,7 +400,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.273 2009/01/08 15:09:06 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.274 2009/03/23 10:44:19 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: @@ -651,6 +651,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_sbindir}/bind-chroot-admin %changelog +* Mon Mar 23 2009 Adam Tkac <atkac redhat com> 32:9.5.1-2.P2 +- 9.5.1-P2 release (handle unknown DLV algorithms well) + * Thu Jan 08 2009 Adam Tkac <atkac redhat com> 32:9.5.1-1.P1 - 9.5.1-P1 release (CVE-2009-0025) - patches merged @@ -1,4 +1,4 @@ 4faa4395b955e5f8a3d50f308b9fabc8 bind-chroot.tar.bz2 d4bc7234a0d7b93328335ed9c076c6e9 config-3.tar.bz2 13fef79f99fcefebb51d84b08805de51 libbind-man.tar.gz -8afc7f95f4fad1eaaba09596617b8089 bind-9.5.1-P1.tar.gz +0778fe5dbf8ef8477032e9f6a33ed9b0 bind-9.5.1-P2.tar.gz |
