Advertising
- martin
- Tuesday, February 27th, 2007 at 2:37:04pm UTC
- diff -u dhcp3-3.0.4/debian/control dhcp3-3.0.4/debian/control
- --- dhcp3-3.0.4/debian/control
- +++ dhcp3-3.0.4/debian/control
- @@ -1,7 +1,8 @@
- Source: dhcp3
- Section: net
- Priority: important
- -Maintainer: Eloy A. Paris <[email protected]>
- +Maintainer: Ubuntu Core Developers <[email protected]>
- +XSBC-Original-Maintainer: Eloy A. Paris <[email protected]>
- Uploaders: Matt Zimmerman <[email protected]>, Andrew Pollock <[email protected]>
- Build-Depends: debhelper (>= 4.1.16), dpkg-dev (>= 1.13.2), groff, dpatch, po-debconf, libcap-dev
- Standards-Version: 3.5.6
- diff -u dhcp3-3.0.4/debian/changelog dhcp3-3.0.4/debian/changelog
- --- dhcp3-3.0.4/debian/changelog
- +++ dhcp3-3.0.4/debian/changelog
- @@ -1,3 +1,11 @@
- +dhcp3 (3.0.4-12ubuntu3) feisty; urgency=low
- +
- + * debian/patches/dynamic-hostname.dpatch: Fix a few forgotten places where
- + the new string type 'h' must be handled as well. (LP: #87816)
- + * debian/control: Set Ubuntu maintainer.
- +
- +
- dhcp3 (3.0.4-12ubuntu2) feisty; urgency=low
- * Add debian/patches/dynamic-hostname.dpatch:
- diff -u dhcp3-3.0.4/debian/patches/dynamic-hostname.dpatch dhcp3-3.0.4/debian/patches/dynamic-hostname.dpatch
- --- dhcp3-3.0.4/debian/patches/dynamic-hostname.dpatch
- +++ dhcp3-3.0.4/debian/patches/dynamic-hostname.dpatch
- @@ -7,7 +7,7 @@
- diff -urNad dhcp3-3.0.4~/common/options.c dhcp3-3.0.4/common/options.c
- --- dhcp3-3.0.4~/common/options.c 2006-02-22 23:43:27.000000000 +0100
- -+++ dhcp3-3.0.4/common/options.c 2007-02-07 12:33:52.000000000 +0100
- ++++ dhcp3-3.0.4/common/options.c 2007-02-27 15:24:15.000000000 +0100
- @@ -1060,6 +1060,7 @@
- switch (*p++) {
- case 'd':
- @@ -16,9 +16,33 @@
- return 1;
- /* These symbols are arbitrary, not fixed or
- +
- + case 'd': /* "Domain name" */
- + case 't': /* "ASCII Text" */
- ++ case 'h': /* "ASCII Text with <hostname> magic" */
- + case 'X': /* "ASCII or Hex Conditional */
- + case 'x': /* "Hex" */
- + case 'A': /* Array of all that precedes. */
- + break;
- + case 'd':
- + case 't':
- ++ case 'h':
- + fmtbuf [l] = 't';
- + fmtbuf [l + 1] = 0;
- + numhunk = -2;
- + for (j = 0; j < numelem; j++) {
- + switch (fmtbuf [j]) {
- + case 't':
- ++ case 'h':
- + if (emit_quotes)
- + *op++ = '"';
- + for (; dp < data + len; dp++) {
- diff -urNad dhcp3-3.0.4~/common/parse.c dhcp3-3.0.4/common/parse.c
- --- dhcp3-3.0.4~/common/parse.c 2006-02-22 23:43:27.000000000 +0100
- -+++ dhcp3-3.0.4/common/parse.c 2007-02-07 12:33:52.000000000 +0100
- ++++ dhcp3-3.0.4/common/parse.c 2007-02-27 15:14:06.000000000 +0100
- @@ -4300,6 +4300,23 @@
- return 1;
- }
- @@ -71,7 +95,7 @@
- if (token != STRING) {
- diff -urNad dhcp3-3.0.4~/common/tables.c dhcp3-3.0.4/common/tables.c
- --- dhcp3-3.0.4~/common/tables.c 2006-02-22 23:43:27.000000000 +0100
- -+++ dhcp3-3.0.4/common/tables.c 2007-02-07 12:34:30.000000000 +0100
- ++++ dhcp3-3.0.4/common/tables.c 2007-02-27 15:14:06.000000000 +0100
- @@ -58,6 +58,8 @@
- b - 8-bit signed integer
- B - 8-bit unsigned integer
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.