diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2008-02-04 13:10:39 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2008-02-04 13:10:39 +0000 |
| commit | 9c95f5d3a91f36cb68ed5aabe95b869110099902 (patch) | |
| tree | c997636f422176a50c40fe3f649a72432172713d /bind.spec | |
| parent | 29a1a21749e8bf8b9e55667633c199eb00669ee0 (diff) | |
- fixed segfault during sending notifies (#400461)
- rebuild with gcc 4.3 series
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -20,7 +20,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.5.0 -Release: 24.%{RELEASEVER}%{?dist} +Release: 25.%{RELEASEVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -63,6 +63,7 @@ Patch72: bind-9.5-dlz-64bit.patch Patch84: bind-9.5-gssapi-header.patch Patch86: bind-9.5-CVE-2008-0122.patch Patch87: bind-9.5-parallel-build.patch +Patch88: bind-9.5-transfer-segv.patch # SDB patches Patch11: bind-9.3.2b2-sdbsrc.patch @@ -252,6 +253,7 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named %patch85 -p1 -b .libidn3 %patch86 -p0 -b .CVE-2008-0122 %patch87 -p1 -b .parallel +%patch88 -p1 -b .transfer-segv :; @@ -408,7 +410,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.243 2008/01/22 16:57:44 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.244 2008/02/04 13:10:39 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: @@ -652,6 +654,10 @@ rm -rf ${RPM_BUILD_ROOT} %{_sbindir}/bind-chroot-admin %changelog +* Mon Feb 04 2008 Adam Tkac <atkac redhat com> 32:9.5.0-25.b1 +- fixed segfault during sending notifies (#400461) +- rebuild with gcc 4.3 series + * Tue Jan 22 2008 Adam Tkac <atkac redhat com> 32:9.5.0-24.b1 - removed bind-9.3.2-prctl_set_dumpable.patch (upstream) - allow parallel building of libdns library |
