dhclient-usage.patch+part of manpages.patch merged with dhclient-options.patch
This commit is contained in:
parent
cd1b15c405
commit
d8c679fc42
@ -1,110 +1,3 @@
|
|||||||
diff -up dhcp-4.2.1b1/client/dhclient.8.man dhcp-4.2.1b1/client/dhclient.8
|
|
||||||
--- dhcp-4.2.1b1/client/dhclient.8.man 2010-07-14 22:09:34.000000000 +0200
|
|
||||||
+++ dhcp-4.2.1b1/client/dhclient.8 2011-01-27 18:19:07.000000000 +0100
|
|
||||||
@@ -115,6 +115,33 @@ dhclient - Dynamic Host Configuration Pr
|
|
||||||
.B -w
|
|
||||||
]
|
|
||||||
[
|
|
||||||
+.B -B
|
|
||||||
+]
|
|
||||||
+[
|
|
||||||
+.B -I
|
|
||||||
+.I dhcp-client-identifier
|
|
||||||
+]
|
|
||||||
+[
|
|
||||||
+.B -H
|
|
||||||
+.I host-name
|
|
||||||
+]
|
|
||||||
+[
|
|
||||||
+.B -F
|
|
||||||
+.I fqdn.fqdn
|
|
||||||
+]
|
|
||||||
+[
|
|
||||||
+.B -V
|
|
||||||
+.I vendor-class-identifier
|
|
||||||
+]
|
|
||||||
+[
|
|
||||||
+.B -R
|
|
||||||
+.I request-option-list
|
|
||||||
+]
|
|
||||||
+[
|
|
||||||
+.B -timeout
|
|
||||||
+.I timeout
|
|
||||||
+]
|
|
||||||
+[
|
|
||||||
.B -v
|
|
||||||
]
|
|
||||||
[
|
|
||||||
@@ -264,6 +291,69 @@ not to exit when it doesn't find any suc
|
|
||||||
program can then be used to notify the client when a network interface
|
|
||||||
has been added or removed, so that the client can attempt to configure an IP
|
|
||||||
address on that interface.
|
|
||||||
+
|
|
||||||
+.TP
|
|
||||||
+.BI \-B
|
|
||||||
+Set the BOOTP broadcast flag in request packets so servers will always
|
|
||||||
+broadcast replies.
|
|
||||||
+
|
|
||||||
+.TP
|
|
||||||
+.BI \-I\ <dhcp-client-identifier>
|
|
||||||
+Specify the dhcp-client-identifier option to send to the DHCP server.
|
|
||||||
+
|
|
||||||
+.TP
|
|
||||||
+.BI \-H\ <host-name>
|
|
||||||
+Specify the host-name option to send to the DHCP server. The host-name
|
|
||||||
+string only contains the client's hostname prefix, to which the server will
|
|
||||||
+append the ddns-domainname or domain-name options, if any, to derive the
|
|
||||||
+fully qualified domain name of the client. The
|
|
||||||
+.B -H
|
|
||||||
+option cannot be used with the
|
|
||||||
+.B -F
|
|
||||||
+option.
|
|
||||||
+
|
|
||||||
+.TP
|
|
||||||
+.BI \-F\ <fqdn.fqdn>
|
|
||||||
+Specify the fqdn.fqdn option to send to the DHCP server. This option cannot
|
|
||||||
+be used with the
|
|
||||||
+.B -H
|
|
||||||
+option. The fqdn.fqdn option must specify the complete domain name of the
|
|
||||||
+client host, which the server may use for dynamic DNS updates.
|
|
||||||
+
|
|
||||||
+.TP
|
|
||||||
+.BI \-V\ <vendor-class-identifier>
|
|
||||||
+Specify the vendor-class-identifier option to send to the DHCP server.
|
|
||||||
+
|
|
||||||
+.TP
|
|
||||||
+.BI \-R\ <option>[,<option>...]
|
|
||||||
+Specify the list of options the client is to request from the server. The
|
|
||||||
+option list must be a single string consisting of option names separated
|
|
||||||
+by at least one command and optional space characters. The default option
|
|
||||||
+list is:
|
|
||||||
+
|
|
||||||
+.BR
|
|
||||||
+ subnet-mask, broadcast-address, time-offset, routers,
|
|
||||||
+.BR
|
|
||||||
+ domain-search, domain-name, domain-name-servers, host-name,
|
|
||||||
+.BR
|
|
||||||
+ nis-domain, nis-servers, ntp-servers, interface-mtu
|
|
||||||
+
|
|
||||||
+.TP
|
|
||||||
+.B -R
|
|
||||||
+option does not append options to the default request, it overrides the
|
|
||||||
+default request list. Keep this in mind if you want to request an
|
|
||||||
+additional option besides the default request list. You will have to
|
|
||||||
+specify all option names for the
|
|
||||||
+.B -R
|
|
||||||
+parameter.
|
|
||||||
+
|
|
||||||
+.TP
|
|
||||||
+.BI \-timeout\ <timeout>
|
|
||||||
+Specify the time after which
|
|
||||||
+.B dhclient
|
|
||||||
+will decide that no DHCP servers can be contacted when no responses have been
|
|
||||||
+received.
|
|
||||||
+
|
|
||||||
.TP
|
|
||||||
.BI \-n
|
|
||||||
Do not configure any interfaces. This is most likely to be useful in
|
|
||||||
diff -up dhcp-4.2.1b1/client/dhclient.conf.5.man dhcp-4.2.1b1/client/dhclient.conf.5
|
diff -up dhcp-4.2.1b1/client/dhclient.conf.5.man dhcp-4.2.1b1/client/dhclient.conf.5
|
||||||
--- dhcp-4.2.1b1/client/dhclient.conf.5.man 2010-09-15 01:03:56.000000000 +0200
|
--- dhcp-4.2.1b1/client/dhclient.conf.5.man 2010-09-15 01:03:56.000000000 +0200
|
||||||
+++ dhcp-4.2.1b1/client/dhclient.conf.5 2011-01-27 18:22:56.000000000 +0100
|
+++ dhcp-4.2.1b1/client/dhclient.conf.5 2011-01-27 18:22:56.000000000 +0100
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
diff -up dhcp-4.2.2b1/client/dhclient.c.usage dhcp-4.2.2b1/client/dhclient.c
|
|
||||||
--- dhcp-4.2.2b1/client/dhclient.c.usage 2011-07-01 13:55:16.000000000 +0200
|
|
||||||
+++ dhcp-4.2.2b1/client/dhclient.c 2011-07-01 13:58:55.243800602 +0200
|
|
||||||
@@ -1047,6 +1047,10 @@ static void usage()
|
|
||||||
" [-s server-addr] [-cf config-file] "
|
|
||||||
"[-lf lease-file]\n"
|
|
||||||
" [-pf pid-file] [--no-pid] [-e VAR=val]\n"
|
|
||||||
+ " [-I <dhcp-client-identifier>] [-B]\n"
|
|
||||||
+ " [-H <host-name> | -F <fqdn.fqdn>] [-timeout <timeout>]\n"
|
|
||||||
+ " [-V <vendor-class-identifier>]\n"
|
|
||||||
+ " [-R <request option list>]\n"
|
|
||||||
" [-sf script-file] [interface]");
|
|
||||||
}
|
|
||||||
|
|
@ -1,6 +1,113 @@
|
|||||||
diff -up dhcp-4.2.4b1/client/clparse.c.options dhcp-4.2.4b1/client/clparse.c
|
diff -up dhcp-4.2.1b1/client/dhclient.8.man dhcp-4.2.1b1/client/dhclient.8
|
||||||
--- dhcp-4.2.4b1/client/clparse.c.options 2012-03-09 12:28:10.000000000 +0100
|
--- dhcp-4.2.1b1/client/dhclient.8.man 2010-07-14 22:09:34.000000000 +0200
|
||||||
+++ dhcp-4.2.4b1/client/clparse.c 2012-04-16 17:24:58.794047046 +0200
|
+++ dhcp-4.2.1b1/client/dhclient.8 2011-01-27 18:19:07.000000000 +0100
|
||||||
|
@@ -115,6 +115,33 @@ dhclient - Dynamic Host Configuration Pr
|
||||||
|
.B -w
|
||||||
|
]
|
||||||
|
[
|
||||||
|
+.B -B
|
||||||
|
+]
|
||||||
|
+[
|
||||||
|
+.B -I
|
||||||
|
+.I dhcp-client-identifier
|
||||||
|
+]
|
||||||
|
+[
|
||||||
|
+.B -H
|
||||||
|
+.I host-name
|
||||||
|
+]
|
||||||
|
+[
|
||||||
|
+.B -F
|
||||||
|
+.I fqdn.fqdn
|
||||||
|
+]
|
||||||
|
+[
|
||||||
|
+.B -V
|
||||||
|
+.I vendor-class-identifier
|
||||||
|
+]
|
||||||
|
+[
|
||||||
|
+.B -R
|
||||||
|
+.I request-option-list
|
||||||
|
+]
|
||||||
|
+[
|
||||||
|
+.B -timeout
|
||||||
|
+.I timeout
|
||||||
|
+]
|
||||||
|
+[
|
||||||
|
.B -v
|
||||||
|
]
|
||||||
|
[
|
||||||
|
@@ -264,6 +291,69 @@ not to exit when it doesn't find any suc
|
||||||
|
program can then be used to notify the client when a network interface
|
||||||
|
has been added or removed, so that the client can attempt to configure an IP
|
||||||
|
address on that interface.
|
||||||
|
+
|
||||||
|
+.TP
|
||||||
|
+.BI \-B
|
||||||
|
+Set the BOOTP broadcast flag in request packets so servers will always
|
||||||
|
+broadcast replies.
|
||||||
|
+
|
||||||
|
+.TP
|
||||||
|
+.BI \-I\ <dhcp-client-identifier>
|
||||||
|
+Specify the dhcp-client-identifier option to send to the DHCP server.
|
||||||
|
+
|
||||||
|
+.TP
|
||||||
|
+.BI \-H\ <host-name>
|
||||||
|
+Specify the host-name option to send to the DHCP server. The host-name
|
||||||
|
+string only contains the client's hostname prefix, to which the server will
|
||||||
|
+append the ddns-domainname or domain-name options, if any, to derive the
|
||||||
|
+fully qualified domain name of the client. The
|
||||||
|
+.B -H
|
||||||
|
+option cannot be used with the
|
||||||
|
+.B -F
|
||||||
|
+option.
|
||||||
|
+
|
||||||
|
+.TP
|
||||||
|
+.BI \-F\ <fqdn.fqdn>
|
||||||
|
+Specify the fqdn.fqdn option to send to the DHCP server. This option cannot
|
||||||
|
+be used with the
|
||||||
|
+.B -H
|
||||||
|
+option. The fqdn.fqdn option must specify the complete domain name of the
|
||||||
|
+client host, which the server may use for dynamic DNS updates.
|
||||||
|
+
|
||||||
|
+.TP
|
||||||
|
+.BI \-V\ <vendor-class-identifier>
|
||||||
|
+Specify the vendor-class-identifier option to send to the DHCP server.
|
||||||
|
+
|
||||||
|
+.TP
|
||||||
|
+.BI \-R\ <option>[,<option>...]
|
||||||
|
+Specify the list of options the client is to request from the server. The
|
||||||
|
+option list must be a single string consisting of option names separated
|
||||||
|
+by at least one command and optional space characters. The default option
|
||||||
|
+list is:
|
||||||
|
+
|
||||||
|
+.BR
|
||||||
|
+ subnet-mask, broadcast-address, time-offset, routers,
|
||||||
|
+.BR
|
||||||
|
+ domain-search, domain-name, domain-name-servers, host-name,
|
||||||
|
+.BR
|
||||||
|
+ nis-domain, nis-servers, ntp-servers, interface-mtu
|
||||||
|
+
|
||||||
|
+.TP
|
||||||
|
+.B -R
|
||||||
|
+option does not append options to the default request, it overrides the
|
||||||
|
+default request list. Keep this in mind if you want to request an
|
||||||
|
+additional option besides the default request list. You will have to
|
||||||
|
+specify all option names for the
|
||||||
|
+.B -R
|
||||||
|
+parameter.
|
||||||
|
+
|
||||||
|
+.TP
|
||||||
|
+.BI \-timeout\ <timeout>
|
||||||
|
+Specify the time after which
|
||||||
|
+.B dhclient
|
||||||
|
+will decide that no DHCP servers can be contacted when no responses have been
|
||||||
|
+received.
|
||||||
|
+
|
||||||
|
.TP
|
||||||
|
.BI \-n
|
||||||
|
Do not configure any interfaces. This is most likely to be useful in
|
||||||
|
diff -up dhcp-4.2.4-P2/client/clparse.c.options dhcp-4.2.4-P2/client/clparse.c
|
||||||
|
--- dhcp-4.2.4-P2/client/clparse.c.options 2012-08-24 21:11:21.000000000 +0200
|
||||||
|
+++ dhcp-4.2.4-P2/client/clparse.c 2012-09-26 10:34:27.140049896 +0200
|
||||||
@@ -154,6 +154,7 @@ isc_result_t read_client_conf ()
|
@@ -154,6 +154,7 @@ isc_result_t read_client_conf ()
|
||||||
/* Requested lease time, used by DHCPv6 (DHCPv4 uses the option cache)
|
/* Requested lease time, used by DHCPv6 (DHCPv4 uses the option cache)
|
||||||
*/
|
*/
|
||||||
@ -32,9 +139,9 @@ diff -up dhcp-4.2.4b1/client/clparse.c.options dhcp-4.2.4b1/client/clparse.c
|
|||||||
default:
|
default:
|
||||||
lose = 0;
|
lose = 0;
|
||||||
stmt = (struct executable_statement *)0;
|
stmt = (struct executable_statement *)0;
|
||||||
diff -up dhcp-4.2.4b1/client/dhclient.c.options dhcp-4.2.4b1/client/dhclient.c
|
diff -up dhcp-4.2.4-P2/client/dhclient.c.options dhcp-4.2.4-P2/client/dhclient.c
|
||||||
--- dhcp-4.2.4b1/client/dhclient.c.options 2012-04-11 22:43:24.000000000 +0200
|
--- dhcp-4.2.4-P2/client/dhclient.c.options 2012-08-28 04:13:03.000000000 +0200
|
||||||
+++ dhcp-4.2.4b1/client/dhclient.c 2012-04-16 17:24:58.795047032 +0200
|
+++ dhcp-4.2.4-P2/client/dhclient.c 2012-09-26 10:36:10.396967531 +0200
|
||||||
@@ -39,6 +39,12 @@
|
@@ -39,6 +39,12 @@
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <dns/result.h>
|
#include <dns/result.h>
|
||||||
@ -320,7 +427,18 @@ diff -up dhcp-4.2.4b1/client/dhclient.c.options dhcp-4.2.4b1/client/dhclient.c
|
|||||||
/* Parse the lease database. */
|
/* Parse the lease database. */
|
||||||
read_client_leases();
|
read_client_leases();
|
||||||
|
|
||||||
@@ -2421,7 +2671,8 @@ void make_discover (client, lease)
|
@@ -715,6 +965,10 @@ static void usage()
|
||||||
|
" [-s server-addr] [-cf config-file] "
|
||||||
|
"[-lf lease-file]\n"
|
||||||
|
" [-pf pid-file] [--no-pid] [-e VAR=val]\n"
|
||||||
|
+ " [-I <dhcp-client-identifier>] [-B]\n"
|
||||||
|
+ " [-H <host-name> | -F <fqdn.fqdn>] [-timeout <timeout>]\n"
|
||||||
|
+ " [-V <vendor-class-identifier>]\n"
|
||||||
|
+ " [-R <request option list>]\n"
|
||||||
|
" [-sf script-file] [interface]");
|
||||||
|
}
|
||||||
|
|
||||||
|
@@ -2421,7 +2675,8 @@ void make_discover (client, lease)
|
||||||
client -> packet.xid = random ();
|
client -> packet.xid = random ();
|
||||||
client -> packet.secs = 0; /* filled in by send_discover. */
|
client -> packet.secs = 0; /* filled in by send_discover. */
|
||||||
|
|
||||||
@ -330,7 +448,7 @@ diff -up dhcp-4.2.4b1/client/dhclient.c.options dhcp-4.2.4b1/client/dhclient.c
|
|||||||
client -> packet.flags = 0;
|
client -> packet.flags = 0;
|
||||||
else
|
else
|
||||||
client -> packet.flags = htons (BOOTP_BROADCAST);
|
client -> packet.flags = htons (BOOTP_BROADCAST);
|
||||||
@@ -2505,7 +2756,9 @@ void make_request (client, lease)
|
@@ -2505,7 +2760,9 @@ void make_request (client, lease)
|
||||||
} else {
|
} else {
|
||||||
memset (&client -> packet.ciaddr, 0,
|
memset (&client -> packet.ciaddr, 0,
|
||||||
sizeof client -> packet.ciaddr);
|
sizeof client -> packet.ciaddr);
|
||||||
@ -341,7 +459,7 @@ diff -up dhcp-4.2.4b1/client/dhclient.c.options dhcp-4.2.4b1/client/dhclient.c
|
|||||||
client -> packet.flags = 0;
|
client -> packet.flags = 0;
|
||||||
else
|
else
|
||||||
client -> packet.flags = htons (BOOTP_BROADCAST);
|
client -> packet.flags = htons (BOOTP_BROADCAST);
|
||||||
@@ -2567,7 +2820,8 @@ void make_decline (client, lease)
|
@@ -2567,7 +2824,8 @@ void make_decline (client, lease)
|
||||||
client -> packet.hops = 0;
|
client -> packet.hops = 0;
|
||||||
client -> packet.xid = client -> xid;
|
client -> packet.xid = client -> xid;
|
||||||
client -> packet.secs = 0; /* Filled in by send_request. */
|
client -> packet.secs = 0; /* Filled in by send_request. */
|
||||||
@ -351,9 +469,9 @@ diff -up dhcp-4.2.4b1/client/dhclient.c.options dhcp-4.2.4b1/client/dhclient.c
|
|||||||
client -> packet.flags = 0;
|
client -> packet.flags = 0;
|
||||||
else
|
else
|
||||||
client -> packet.flags = htons (BOOTP_BROADCAST);
|
client -> packet.flags = htons (BOOTP_BROADCAST);
|
||||||
diff -up dhcp-4.2.4b1/common/conflex.c.options dhcp-4.2.4b1/common/conflex.c
|
diff -up dhcp-4.2.4-P2/common/conflex.c.options dhcp-4.2.4-P2/common/conflex.c
|
||||||
--- dhcp-4.2.4b1/common/conflex.c.options 2012-02-16 22:09:14.000000000 +0100
|
--- dhcp-4.2.4-P2/common/conflex.c.options 2012-08-28 04:13:03.000000000 +0200
|
||||||
+++ dhcp-4.2.4b1/common/conflex.c 2012-04-16 17:24:58.796047018 +0200
|
+++ dhcp-4.2.4-P2/common/conflex.c 2012-09-26 10:34:27.142049876 +0200
|
||||||
@@ -808,6 +808,8 @@ intern(char *atom, enum dhcp_token dfv)
|
@@ -808,6 +808,8 @@ intern(char *atom, enum dhcp_token dfv)
|
||||||
return BALANCE;
|
return BALANCE;
|
||||||
if (!strcasecmp (atom + 1, "ound"))
|
if (!strcasecmp (atom + 1, "ound"))
|
||||||
@ -363,10 +481,10 @@ diff -up dhcp-4.2.4b1/common/conflex.c.options dhcp-4.2.4b1/common/conflex.c
|
|||||||
break;
|
break;
|
||||||
case 'c':
|
case 'c':
|
||||||
if (!strcasecmp(atom + 1, "ase"))
|
if (!strcasecmp(atom + 1, "ase"))
|
||||||
diff -up dhcp-4.2.4b1/includes/dhcpd.h.options dhcp-4.2.4b1/includes/dhcpd.h
|
diff -up dhcp-4.2.4-P2/includes/dhcpd.h.options dhcp-4.2.4-P2/includes/dhcpd.h
|
||||||
--- dhcp-4.2.4b1/includes/dhcpd.h.options 2012-04-10 02:55:06.000000000 +0200
|
--- dhcp-4.2.4-P2/includes/dhcpd.h.options 2012-08-28 04:13:22.000000000 +0200
|
||||||
+++ dhcp-4.2.4b1/includes/dhcpd.h 2012-04-16 17:24:58.797047004 +0200
|
+++ dhcp-4.2.4-P2/includes/dhcpd.h 2012-09-26 10:34:27.143049865 +0200
|
||||||
@@ -1147,6 +1147,9 @@ struct client_config {
|
@@ -1153,6 +1153,9 @@ struct client_config {
|
||||||
int do_forward_update; /* If nonzero, and if we have the
|
int do_forward_update; /* If nonzero, and if we have the
|
||||||
information we need, update the
|
information we need, update the
|
||||||
A record for the address we get. */
|
A record for the address we get. */
|
||||||
@ -376,9 +494,9 @@ diff -up dhcp-4.2.4b1/includes/dhcpd.h.options dhcp-4.2.4b1/includes/dhcpd.h
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* Per-interface state used in the dhcp client... */
|
/* Per-interface state used in the dhcp client... */
|
||||||
diff -up dhcp-4.2.4b1/includes/dhctoken.h.options dhcp-4.2.4b1/includes/dhctoken.h
|
diff -up dhcp-4.2.4-P2/includes/dhctoken.h.options dhcp-4.2.4-P2/includes/dhctoken.h
|
||||||
--- dhcp-4.2.4b1/includes/dhctoken.h.options 2012-02-16 22:09:15.000000000 +0100
|
--- dhcp-4.2.4-P2/includes/dhctoken.h.options 2012-08-28 04:13:03.000000000 +0200
|
||||||
+++ dhcp-4.2.4b1/includes/dhctoken.h 2012-04-16 17:25:53.819276248 +0200
|
+++ dhcp-4.2.4-P2/includes/dhctoken.h 2012-09-26 10:34:27.144049854 +0200
|
||||||
@@ -364,7 +364,8 @@ enum dhcp_token {
|
@@ -364,7 +364,8 @@ enum dhcp_token {
|
||||||
GETHOSTBYNAME = 665,
|
GETHOSTBYNAME = 665,
|
||||||
PRIMARY6 = 666,
|
PRIMARY6 = 666,
|
15
dhcp.spec
15
dhcp.spec
@ -18,7 +18,7 @@
|
|||||||
Summary: Dynamic host configuration protocol software
|
Summary: Dynamic host configuration protocol software
|
||||||
Name: dhcp
|
Name: dhcp
|
||||||
Version: 4.2.4
|
Version: 4.2.4
|
||||||
Release: 15.%{patchver}%{?dist}
|
Release: 16.%{patchver}%{?dist}
|
||||||
# NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to
|
# NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to
|
||||||
# dcantrell maintaining the package) made incorrect use of the epoch and
|
# dcantrell maintaining the package) made incorrect use of the epoch and
|
||||||
# that's why it is at 12 now. It should have never been used, but it was.
|
# that's why it is at 12 now. It should have never been used, but it was.
|
||||||
@ -39,11 +39,10 @@ Source8: dhcrelay.service
|
|||||||
|
|
||||||
|
|
||||||
Patch0: dhcp-4.2.0-errwarn-message.patch
|
Patch0: dhcp-4.2.0-errwarn-message.patch
|
||||||
Patch1: dhcp-4.2.4-options.patch
|
Patch1: dhcp-4.2.4-dhclient-options.patch
|
||||||
Patch2: dhcp-4.2.0-release-by-ifup.patch
|
Patch2: dhcp-4.2.0-release-by-ifup.patch
|
||||||
Patch3: dhcp-4.2.0-dhclient-decline-backoff.patch
|
Patch3: dhcp-4.2.0-dhclient-decline-backoff.patch
|
||||||
Patch4: dhcp-4.2.4-unicast-bootp.patch
|
Patch4: dhcp-4.2.4-unicast-bootp.patch
|
||||||
Patch6: dhcp-4.2.2-dhclient-usage.patch
|
|
||||||
Patch7: dhcp-4.2.0-default-requested-options.patch
|
Patch7: dhcp-4.2.0-default-requested-options.patch
|
||||||
Patch8: dhcp-4.2.2-xen-checksum.patch
|
Patch8: dhcp-4.2.2-xen-checksum.patch
|
||||||
Patch10: dhcp-4.2.1-manpages.patch
|
Patch10: dhcp-4.2.1-manpages.patch
|
||||||
@ -203,11 +202,6 @@ rm -rf includes/isc-dhcp
|
|||||||
# (Submitted to dhcp-bugs@isc.org - [ISC-Bugs #19146])
|
# (Submitted to dhcp-bugs@isc.org - [ISC-Bugs #19146])
|
||||||
%patch4 -p1 -b .unicast
|
%patch4 -p1 -b .unicast
|
||||||
|
|
||||||
# Update the usage screen for dhclient(8) indicating new options
|
|
||||||
# Use printf() rather than log_info() to display the information
|
|
||||||
# Also, return EXIT_FAILURE when the usage() screen is displayed (stop parsing)
|
|
||||||
%patch6 -p1 -b .usage
|
|
||||||
|
|
||||||
# Add NIS domain, NIS servers, NTP servers, interface-mtu and domain-search
|
# Add NIS domain, NIS servers, NTP servers, interface-mtu and domain-search
|
||||||
# to the list of default requested DHCP options
|
# to the list of default requested DHCP options
|
||||||
%patch7 -p1 -b .requested
|
%patch7 -p1 -b .requested
|
||||||
@ -215,7 +209,7 @@ rm -rf includes/isc-dhcp
|
|||||||
# Handle Xen partial UDP checksums
|
# Handle Xen partial UDP checksums
|
||||||
%patch8 -p1 -b .xen
|
%patch8 -p1 -b .xen
|
||||||
|
|
||||||
# Patch man page contents
|
# Various man-page-only fixes
|
||||||
%patch10 -p1 -b .man
|
%patch10 -p1 -b .man
|
||||||
|
|
||||||
# Change paths to conform to our standards
|
# Change paths to conform to our standards
|
||||||
@ -559,6 +553,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 26 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-16.P2
|
||||||
|
- dhclient-usage.patch+part of manpages.patch merged with dhclient-options.patch
|
||||||
|
|
||||||
* Thu Sep 13 2012 Tomas Hozza <thozza@redhat.com> - 12:4.2.4-15.P2
|
* Thu Sep 13 2012 Tomas Hozza <thozza@redhat.com> - 12:4.2.4-15.P2
|
||||||
- 4.2.4-P2: fix for CVE-2012-3955 (#856770)
|
- 4.2.4-P2: fix for CVE-2012-3955 (#856770)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user