Hello community,

here is the log from the commit of package dhcp for openSUSE:11.2
checked in at Thu Apr 7 00:08:47 CEST 2011.



--------
--- old-versions/11.2/UPDATES/all/dhcp/dhcp.changes     2011-04-06 
10:31:25.000000000 +0200
+++ 11.2/dhcp/dhcp.changes      2011-04-06 21:45:54.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.2-i586


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

Other differences:
------------------
++++++ dhcp.spec ++++++
--- /var/tmp/diff_new_pack.Iiy17r/_old  2011-04-07 00:07:33.000000000 +0200
+++ /var/tmp/diff_new_pack.Iiy17r/_new  2011-04-07 00:07:33.000000000 +0200
@@ -31,7 +31,7 @@
 Group:          Productivity/Networking/Boot/Servers
 AutoReqProv:    on
 Version:        3.1.2p1
-Release:        4.<RELEASE8>
+Release:        4.<RELEASE10>
 Summary:        Common Files Used by ISC DHCP Software
 Url:            http://www.isc.org/isc/dhcp.html
 Source0:        http://ftp.isc.org/isc/dhcp/dhcp-%{version}.tar.gz

++++++ dhcp-3.1.2p1-dhclient-option-checks.bnc675052.diff ++++++
--- /var/tmp/diff_new_pack.Iiy17r/_old  2011-04-07 00:07:33.000000000 +0200
+++ /var/tmp/diff_new_pack.Iiy17r/_new  2011-04-07 00:07:33.000000000 +0200
@@ -174,11 +174,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