SOURCES: dhcp-3.0.3-x-option.patch, dhcp-ldap.patch - updated

arekm arekm at pld-linux.org
Fri Oct 12 17:05:14 CEST 2007


Author: arekm                        Date: Fri Oct 12 15:05:14 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated

---- Files affected:
SOURCES:
   dhcp-3.0.3-x-option.patch (1.2 -> 1.3) , dhcp-ldap.patch (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/dhcp-3.0.3-x-option.patch
diff -u SOURCES/dhcp-3.0.3-x-option.patch:1.2 SOURCES/dhcp-3.0.3-x-option.patch:1.3
--- SOURCES/dhcp-3.0.3-x-option.patch:1.2	Mon Jan 22 00:47:33 2007
+++ SOURCES/dhcp-3.0.3-x-option.patch	Fri Oct 12 17:05:09 2007
@@ -88,7 +88,7 @@
  			log_info ("isc-dhclient-%s", DHCP_VERSION);
  			exit (0);
 +#ifdef EXTENDED_NEW_OPTION_INFO
-+		} else if (!strcmp (argv [i], "-x")) {
++		} else if (!strcmp (argv [i], "-y")) {
 +		    extended_option_environment = 1;
 +		    new_option_info_tree = GENERATE_NEW_OPTION_INFO;
 +#endif
@@ -100,9 +100,9 @@
  	log_info (url);
  
 +#ifdef EXTENDED_NEW_OPTION_INFO
-+	log_error ("Usage: dhclient [-1dqr] [-nwx] [-p <port>] %s",
++	log_error ("Usage: dhclient [-1dqrx] [-nwy] [-p <port>] %s",
 +#else
- 	log_error ("Usage: dhclient [-1dqr] [-nw] [-p <port>] %s",
+ 	log_error ("Usage: dhclient [-1dqrx] [-nw] [-p <port>] %s",
 +#endif
  		   "[-s server]");
  	log_error ("                [-cf config-file] [-lf lease-file]%s",

================================================================
Index: SOURCES/dhcp-ldap.patch
diff -u SOURCES/dhcp-ldap.patch:1.5 SOURCES/dhcp-ldap.patch:1.6
--- SOURCES/dhcp-ldap.patch:1.5	Tue Apr 17 21:45:50 2007
+++ SOURCES/dhcp-ldap.patch	Fri Oct 12 17:05:09 2007
@@ -453,7 +453,7 @@
 @@ -47,6 +47,7 @@
  static enum dhcp_token read_number PROTO ((int, struct parse *));
  static enum dhcp_token read_num_or_name PROTO ((int, struct parse *));
- static enum dhcp_token intern PROTO ((char *, enum dhcp_token));
+ static enum dhcp_token intern PROTO ((unsigned char *, enum dhcp_token));
 +static int read_function PROTO ((struct parse *));
  
  isc_result_t new_parse (cfile, file, inbuf, buflen, name, eolp)
@@ -5582,29 +5582,29 @@
 --- dhcp-3.0.5/server/stables.c	2004-06-10 13:59:58.000000000 -0400
 +++ dhcp-3.0.5-ldap/server/stables.c	2007-02-23 13:13:36.000000000 -0500
 @@ -236,9 +236,86 @@
- 	{ "update-conflict-detection", "f",	&server_universe,  48, 1 },
- 	{ "leasequery", "f",			&server_universe,  49, 1 },
  	{ "adaptive-lease-time-threshold", "B",	&server_universe,  50, 1 },
+ 	{ "do-reverse-updates", "f",		&server_universe,  51, 1 },
+ 	{ "fqdn-reply", "f",			&server_universe,  52, 1 },
 +#if defined(LDAP_CONFIGURATION)
-+	{ "ldap-server", "t",				&server_universe, 51, 1 },
-+	{ "ldap-port", "d",				&server_universe, 52, 1 },
-+	{ "ldap-username", "t",				&server_universe, 53, 1 },
-+	{ "ldap-password", "t",				&server_universe, 54, 1 },
-+	{ "ldap-base-dn", "t",				&server_universe, 55, 1 },
-+	{ "ldap-method", "Nldap-methods.",		&server_universe, 56, 1 },
-+	{ "ldap-debug-file", "t",			&server_universe, 57, 1 },
-+	{ "ldap-dhcp-server-cn", "t",			&server_universe, 58, 1 },
-+	{ "ldap-referrals", "f",			&server_universe, 59, 1 },
++	{ "ldap-server", "t",				&server_universe, 53, 1 },
++	{ "ldap-port", "d",				&server_universe, 54, 1 },
++	{ "ldap-username", "t",				&server_universe, 55, 1 },
++	{ "ldap-password", "t",				&server_universe, 56, 1 },
++	{ "ldap-base-dn", "t",				&server_universe, 57, 1 },
++	{ "ldap-method", "Nldap-methods.",		&server_universe, 58, 1 },
++	{ "ldap-debug-file", "t",			&server_universe, 59, 1 },
++	{ "ldap-dhcp-server-cn", "t",			&server_universe, 60, 1 },
++	{ "ldap-referrals", "f",			&server_universe, 61, 1 },
 +#if defined(USE_SSL)
-+	{ "ldap-ssl", "Nldap-ssl-usage.",		&server_universe, 60, 1 },
-+	{ "ldap-tls-reqcert", "Nldap-tls-reqcert.",	&server_universe, 61, 1 },
-+	{ "ldap-tls-ca-file", "t",			&server_universe, 62, 1 },
-+	{ "ldap-tls-ca-dir", "t",			&server_universe, 63, 1 },
-+	{ "ldap-tls-cert", "t",				&server_universe, 64, 1 },
-+	{ "ldap-tls-key", "t",				&server_universe, 65, 1 },
-+	{ "ldap-tls-crlcheck", "Nldap-tls-crlcheck.",	&server_universe, 66, 1 },
-+	{ "ldap-tls-ciphers", "t",			&server_universe, 67, 1 },
-+	{ "ldap-tls-randfile", "t",			&server_universe, 68, 1 },
++	{ "ldap-ssl", "Nldap-ssl-usage.",		&server_universe, 62, 1 },
++	{ "ldap-tls-reqcert", "Nldap-tls-reqcert.",	&server_universe, 63, 1 },
++	{ "ldap-tls-ca-file", "t",			&server_universe, 64, 1 },
++	{ "ldap-tls-ca-dir", "t",			&server_universe, 65, 1 },
++	{ "ldap-tls-cert", "t",				&server_universe, 66, 1 },
++	{ "ldap-tls-key", "t",				&server_universe, 67, 1 },
++	{ "ldap-tls-crlcheck", "Nldap-tls-crlcheck.",	&server_universe, 68, 1 },
++	{ "ldap-tls-ciphers", "t",			&server_universe, 69, 1 },
++	{ "ldap-tls-randfile", "t",			&server_universe, 70, 1 },
 +#endif
 +#endif
  	{ NULL, NULL, NULL, 0, 0 }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/dhcp-3.0.3-x-option.patch?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/dhcp-ldap.patch?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list