rpms/dhcp/devel dhcp.spec,1.81,1.82

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 16 21:18:35 UTC 2006


Author: jvdias

Update of /cvs/dist/rpms/dhcp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24904

Modified Files:
	dhcp.spec 
Log Message:
fix bugs 177845 176615


Index: dhcp.spec
===================================================================
RCS file: /cvs/dist/rpms/dhcp/devel/dhcp.spec,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- dhcp.spec	20 Dec 2005 19:26:39 -0000	1.81
+++ dhcp.spec	16 Jan 2006 21:18:31 -0000	1.82
@@ -2,7 +2,7 @@
 Summary: A DHCP (Dynamic Host Configuration Protocol) server and relay agent.
 Name:    dhcp
 Version: 3.0.3
-Release: 18
+Release: 20
 Epoch:   11
 License: distributable
 Group: System Environment/Daemons
@@ -73,6 +73,8 @@
 Patch166: dhcp-3.0.3-bz173619.patch
 Patch167: dhcp-3.0.3-gcc4.1-Werrors.patch
 Patch168: dhcp-3.0.3-bz176270.patch
+Patch169: dhcp-3.0.3-bz176615.patch
+Patch170: dhcp-3.0.3-bz177845.patch
 URL: http://isc.org/products/DHCP/
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Prereq: /sbin/chkconfig
@@ -188,6 +190,8 @@
 %patch166 -p1 -b .bz173619
 %patch167 -p1 -b .gcc4.1-Werrors
 %patch168 -p1 -b .bz176270
+%patch169 -p1 -b .bz176615
+%patch170 -p1 -b .bz177845
 cp %SOURCE1 .
 cat <<EOF >site.conf
 VARDB=%{_localstatedir}/lib/dhcpd
@@ -321,6 +325,11 @@
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jan 16 2006 Jason Vas Dias <jvdias at redhat.com> - 11:3.0.3-20
+- fix bug 177845: allow client ip-address as default router 
+- fix bug 176615: fix DDNS update when Windows-NT client sends 
+	          host-name with trailing nul
+
 * Tue Dec 20 2005 Jason Vas Dias <jvdias at redhat.com> - 11:3.0.3-18
 - fix bug 176270: allow routers with an octet of 255 in their IP address
 




More information about the fedora-cvs-commits mailing list