Hello community,

here is the log from the commit of package dhcp for openSUSE:11.4
checked in at Thu Apr 7 00:24:44 CEST 2011.



--------
--- old-versions/11.4/UPDATES/all/dhcp/dhcp.changes     2011-04-05 
20:58:14.000000000 +0200
+++ 11.4/dhcp/dhcp.changes      2011-04-06 21:29:22.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Apr  6 15:05:57 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.4-i586


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

Other differences:
------------------
++++++ dhcp.spec ++++++
--- /var/tmp/diff_new_pack.LbzEtL/_old  2011-04-07 00:21:29.000000000 +0200
+++ /var/tmp/diff_new_pack.LbzEtL/_new  2011-04-07 00:21:29.000000000 +0200
@@ -36,7 +36,7 @@
 Group:          Productivity/Networking/Boot/Servers
 AutoReqProv:    on
 Version:        4.2.1
-Release:        0.<RELEASE2>
+Release:        0.<RELEASE5>
 Summary:        Common Files Used by ISC DHCP Software
 Url:            http://www.isc.org/software/dhcp
 Source0:        dhcp-%{isc_version}.tar.bz2

++++++ dhcp-4.2.1-dhclient-option-checks.bnc675052.diff ++++++
--- /var/tmp/diff_new_pack.LbzEtL/_old  2011-04-07 00:21:29.000000000 +0200
+++ /var/tmp/diff_new_pack.LbzEtL/_new  2011-04-07 00:21:29.000000000 +0200
@@ -183,11 +183,11 @@
 +      if ((universe == NULL) || (universe == &dhcp_universe)) {
 +              switch(opt) {
 +                    case DHO_HOST_NAME:
-+                    case DHO_DOMAIN_NAME:
 +                    case DHO_NIS_DOMAIN:
 +                    case DHO_NETBIOS_SCOPE:
 +                      return check_domain_name(ptr, len, 0);
 +                      break;
++                    case DHO_DOMAIN_NAME: /* accept a list for compatibiliy */
 +                    case DHO_DOMAIN_SEARCH:
 +                      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