diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2009-01-08 14:47:03 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2009-01-08 14:47:03 +0000 |
| commit | 1bf365c285c3b181403b98508e818868345aa4cc (patch) | |
| tree | 937bde514eab2dbede684b40024647a84c1736ce /bind.spec | |
| parent | 49f5f89e437534bfcb1b624f3dc828a900ed1cb6 (diff) | |
- 9.5.1-P1 release (CVE-2009-0025)
- patches merged
- bind95-rh454783.patch
- bind-9.5-recv-race.patch
- bind-9.5-edns.patch
- bind95-rh457175.patch
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -2,7 +2,7 @@ # Red Hat BIND package .spec file # -%define PATCHVER P2 +%define PATCHVER P1 %define VERSION %{version}-%{PATCHVER} %define _default_patch_fuzz 2 @@ -19,8 +19,8 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server Name: bind License: ISC -Version: 9.5.0 -Release: 35.1.%{PATCHVER}%{?dist} +Version: 9.5.1 +Release: 1.%{PATCHVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -59,10 +59,6 @@ Patch63: bind-9.4.0-dnssec-directory.patch Patch71: bind-9.5-overflow.patch Patch72: bind-9.5-dlz-64bit.patch Patch87: bind-9.5-parallel-build.patch -Patch91: bind-9.5-recv-race.patch -Patch92: bind-9.5-edns.patch -Patch94: bind95-rh457175.patch -Patch95: bind95-rh454783.patch Patch96: bind-95-rh452060.patch # SDB patches @@ -186,7 +182,6 @@ Based on the code from Jan "Yenya" Kasprzak <kas@fi.muni.cz> %patch5 -p1 -b .nonexec %patch10 -p1 -b .PIE %patch16 -p1 -b .redhat_doc -%patch95 -p1 -b .rh454783 %if %{SDB} mkdir bin/named-sdb cp -r bin/named/* bin/named-sdb @@ -243,9 +238,6 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named %patch83 -p1 -b .libidn2 %patch85 -p1 -b .libidn3 %patch87 -p1 -b .parallel -%patch91 -p1 -b .recv-race -%patch92 -p1 -b .edns -%patch94 -p1 -b .rh457175 %patch96 -p1 -b .rh452060 # Sparc and s390 arches need to use -fPIE @@ -408,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.270 2008/12/03 12:21:13 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.271 2009/01/08 14:47:03 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: @@ -659,6 +651,14 @@ rm -rf ${RPM_BUILD_ROOT} %{_sbindir}/bind-chroot-admin %changelog +* 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 + - bind95-rh454783.patch + - bind-9.5-recv-race.patch + - bind-9.5-edns.patch + - bind95-rh457175.patch + * Tue Dec 02 2008 Adam Tkac <atkac redhat com> 32:9.5.0-35.1.P2 - fixed rare use-after-free problem in host utility (#452060) |
