From cf767d280e632ad71b5aded88a0eeefe691cf809 Mon Sep 17 00:00:00 2001 From: jvdias Date: Sep 10 2004 16:45:20 +0000 Subject: Fixed bug 131212: "booting disallowed" for ALL hosts when defined for a few --- diff --git a/dhcp.spec b/dhcp.spec index 16a3f6f..f29b09a 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -2,7 +2,7 @@ Summary: A DHCP (Dynamic Host Configuration Protocol) server and relay agent. Name: dhcp Epoch: 7 Version: 3.0.1 -Release: 7 +Release: 8 Copyright: distributable Group: System Environment/Daemons Source0: ftp://ftp.isc.org/isc/dhcp/dhcp-%{version}.tar.gz @@ -26,6 +26,7 @@ Patch120: dhcp-3.0.1rc14-noconfig.patch Patch121: dhcp-3.0.1-change_resolv_conf.patch Patch122: dhcp-3.0.1-default_gateway.patch Patch123: dhcp-3.0.1.preserve-sent-options.patch +Patch124: dhcp-3.0.1-mis_host.patch URL: http://isc.org/products/DHCP/ BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -90,6 +91,7 @@ Libraries for interfacing with the ISC DHCP server. %patch121 -p1 -b .change_resolv_conf %patch122 -p1 -b .default_gateway %patch123 -p1 -b .preserve-sent-options +%patch124 -p1 -b .mis-host cp %SOURCE1 . cat <site.conf @@ -209,6 +211,14 @@ fi %{_mandir}/man3/* %changelog +* Fri Sep 10 2004 Jason Vas Dias 7:3.0.1-8 +- Fix bug 131212: +- If "deny booting" is defined for some group of hosts, +- then after one of those hosts is denied booting, all +- hosts are denied booting, because of a pointer not being +- cleared in the lease record. +- An upstream patch was obtained which will be in dhcp-3.0.2 . + * Mon Aug 16 2004 Jason Vas Dias 7:3.0.1-7 - Forward DNS update by client was disabled by a bug that I - found in code where 'client->sent_options' was being