Hello community,

here is the log from the commit of package dhcp for openSUSE:11.3
checked in at Thu Apr 7 00:19:02 CEST 2011.



--------
--- old-versions/11.3/UPDATES/all/dhcp/dhcp.changes     2011-04-06 
10:34:31.000000000 +0200
+++ 11.3/dhcp/dhcp.changes      2011-04-06 18:09:08.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.3-i586


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

Other differences:
------------------
++++++ dhcp.spec ++++++
--- /var/tmp/diff_new_pack.kH5HPW/_old  2011-04-07 00:17:12.000000000 +0200
+++ /var/tmp/diff_new_pack.kH5HPW/_new  2011-04-07 00:17:12.000000000 +0200
@@ -33,7 +33,7 @@
 Group:          Productivity/Networking/Boot/Servers
 AutoReqProv:    on
 Version:        4.1.2.ESV.1
-Release:        0.<RELEASE4>
+Release:        0.<RELEASE6>
 Summary:        Common Files Used by ISC DHCP Software
 Url:            http://www.isc.org/software/dhcp
 Source0:        dhcp-%{isc_version}.tar.bz2

++++++ dhcp-4.1-ESV-R1-dhclient-option-checks.bnc675052.diff ++++++
--- /var/tmp/diff_new_pack.kH5HPW/_old  2011-04-07 00:17:12.000000000 +0200
+++ /var/tmp/diff_new_pack.kH5HPW/_new  2011-04-07 00:17:12.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