rpms/dhcp/FC-4 dhcp.spec,1.67,1.68

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 16 21:32:27 UTC 2006


Author: jvdias

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

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


Index: dhcp.spec
===================================================================
RCS file: /cvs/dist/rpms/dhcp/FC-4/dhcp.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- dhcp.spec	20 Dec 2005 19:32:27 -0000	1.67
+++ dhcp.spec	16 Jan 2006 21:32:25 -0000	1.68
@@ -2,7 +2,7 @@
 Summary: A DHCP (Dynamic Host Configuration Protocol) server and relay agent.
 Name:    dhcp
 Version: 3.0.2
-Release: 28.FC4
+Release: 30.FC4
 Epoch:   10
 License: distributable
 Group: System Environment/Daemons
@@ -67,6 +67,8 @@
 Patch160: dhcp-3.0.2-dhclient-script_bz173619_and_route_metrics.patch
 Patch161: dhcp-3.0.2-bz167028-ibm-unicast-bootp.patch
 Patch162: dhcp-3.0.2-bz176270.patch
+Patch163: dhcp-3.0.2-bz176615.patch
+Patch164: dhcp-3.0.2-bz177845.patch
 URL: http://isc.org/products/DHCP/
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Prereq: /sbin/chkconfig
@@ -175,6 +177,8 @@
 %patch160 -p1 -b .dhclient-script_bz173619_and_route_metrics
 %patch161 -p1 -b .bz167028-ibm-unicast-bootp
 %patch162 -p1 -b .bz176270
+%patch163 -p1 -b .bz176615
+%patch164 -p1 -b .bz177845
 cp %SOURCE1 .
 cat <<EOF >site.conf
 VARDB=%{_localstatedir}/lib/dhcp
@@ -305,6 +309,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jan 16 2006 Jason Vas Dias <jvdias at redhat.com> - 11:3.0.2-30
+- fix bug 177845: allow default router to be same as ip-address
+- fix bug 176615: fix DDNS updates when client sends host-name with trailing NUL                  
+
 * Tue Dec 20 2005 Jason Vas Dias <jvdias at redhat.com> - 11:3.0.2-28
 - fix bug 176270: allow routers with an octet of 255 in their IP address
 




More information about the fedora-cvs-commits mailing list