[Pkg-utopia-commits] r2488 - in /packages/unstable/dhcdbd/debian: changelog patches/04-domain_search_option.patch
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Fri Oct 24 22:17:35 UTC 2008
Author: biebl
Date: Fri Oct 24 22:17:35 2008
New Revision: 2488
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2488
Log:
* debian/patches/04-domain_search_option.patch
- Add support for the "domain search" option as defined in RFC 3397.
Thanks to Bas Zoetekouw for the patch. (Closes: #497930)
Added:
packages/unstable/dhcdbd/debian/patches/04-domain_search_option.patch
Modified:
packages/unstable/dhcdbd/debian/changelog
Modified: packages/unstable/dhcdbd/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dhcdbd/debian/changelog?rev=2488&op=diff
==============================================================================
--- packages/unstable/dhcdbd/debian/changelog (original)
+++ packages/unstable/dhcdbd/debian/changelog Fri Oct 24 22:17:35 2008
@@ -7,6 +7,9 @@
myself to Uploaders.
* debian/copyright
- Update the download location. (Closes: #485433)
+ * debian/patches/04-domain_search_option.patch
+ - Add support for the "domain search" option as defined in RFC 3397.
+ Thanks to Bas Zoetekouw for the patch. (Closes: #497930)
-- Michael Biebl <biebl at debian.org> Sat, 25 Oct 2008 00:11:05 +0200
Added: packages/unstable/dhcdbd/debian/patches/04-domain_search_option.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dhcdbd/debian/patches/04-domain_search_option.patch?rev=2488&op=file
==============================================================================
--- packages/unstable/dhcdbd/debian/patches/04-domain_search_option.patch (added)
+++ packages/unstable/dhcdbd/debian/patches/04-domain_search_option.patch Fri Oct 24 22:17:35 2008
@@ -1,0 +1,20 @@
+diff -Nbur dhcdbd-3.0/include/dhcp_options.h dhcdbd-3.0.bas/include/dhcp_options.h
+--- dhcdbd-3.0/include/dhcp_options.h 2007-08-13 19:23:10.000000000 +0200
++++ dhcdbd-3.0.bas/include/dhcp_options.h 2008-09-05 13:54:15.100660960 +0200
+@@ -285,6 +285,7 @@
+ DHCO_NDS_CONTEXT=87,
+ DHCO_UAP_SERVERS=98,
+ DHCO_SUBNET_SELECTION=118,
++ DHCO_DOMAIN_SEARCH=119, /* RFC 3397 */
+ DHCO_AUTHENTICATE=210,
+ DHCO_END=210,
+ DHCO_N=211
+@@ -542,7 +543,7 @@
+ {0L, 0L, 0, 0, 0},
+ {0L, 0L, 0, 0, 0},
+ {"subnet-selection", "I", DHC_O_Universe, 118, 0},
+- {0L, 0L, 0, 0, 0},
++ {"domain-search", "t", DHC_O_Universe, 119, 0}, /* RFC 3397 */
+ {0L, 0L, 0, 0, 0},
+ {0L, 0L, 0, 0, 0},
+ {0L, 0L, 0, 0, 0},
More information about the Pkg-utopia-commits
mailing list