Hello community,

here is the log from the commit of package dhcpcd for openSUSE:11.3
checked in at Mon Apr 11 16:01:28 CEST 2011.



--------
--- old-versions/11.3/UPDATES/all/dhcpcd/dhcpcd.changes 2011-03-31 
15:49:46.000000000 +0200
+++ 11.3/dhcpcd/dhcpcd.changes  2011-04-11 11:47:37.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Apr 11 09:47:03 UTC 2011 - [email protected]
+
+- Relaxed the check of the domain-name option causing a regression,
+  when the server is misusing it to provide a domain list and does
+  not provide it using the domain-search option (bnc#675052).
+
+-------------------------------------------------------------------

calling whatdependson for 11.3-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dhcpcd.spec ++++++
--- /var/tmp/diff_new_pack.19Dybt/_old  2011-04-11 16:00:11.000000000 +0200
+++ /var/tmp/diff_new_pack.19Dybt/_new  2011-04-11 16:00:12.000000000 +0200
@@ -19,7 +19,7 @@
 
 Name:           dhcpcd
 Version:        3.2.3
-Release:        61.<RELEASE2>
+Release:        61.<RELEASE5>
 Summary:        A DHCP Client Daemon
 Url:            http://developer.berlios.de/projects/dhcpcd/
 #Source:       http://prdownload.berlios.de/dhcpcd/dhcpcd-3.2.3.tar.bz2

++++++ dhcpcd-3.2.3-option-checks.diff ++++++
--- /var/tmp/diff_new_pack.19Dybt/_old  2011-04-11 16:00:12.000000000 +0200
+++ /var/tmp/diff_new_pack.19Dybt/_new  2011-04-11 16:00:12.000000000 +0200
@@ -132,12 +132,12 @@
 +                              return 0;
 +              break;
 +              case DHCP_HOSTNAME:
-+              case DHCP_DNSDOMAIN:
 +              case DHCP_NISDOMAIN:
 +              case DHCP_NETBIOSSCOPE:
 +                      return check_domain_name(ptr, len, 0);
 +              break;
 +              case DHCP_SIPSERVER:
++              case DHCP_DNSDOMAIN: /* accept a list for compatibiliy */
 +              case DHCP_DNSSEARCH:
 +                      return check_domain_name_list(ptr, len, 0);
 +              break;


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to