- Fixed dhclient-script to use correct sysconfig run dir path
to not to break the defaultroute/hostname setup (bnc#555095). - Don't request any specific lease-time by default (bnc#516459). - Fixed dhclient-script to forward new_domain_search as DNSSEARCH to netconfig. - Updated to dhcp-3.1.3 maintenance release fixing several issues (a digest, see RELNOTES for the complete list): * Remove infinite loop in token_print_indent_concat(). * A parser bug was fixed that segfaulted if site-option-space was tried to be used interchangeably with vendor-option-space. * Two uninitialized stack structures are now memset to zero, thanks to patch from David Cantrell at Red Hat. * Memory leak in the load_balance_mine() function is fixed. This would leak ~20-30 octets per DHCPDISCOVER packet while failover was in use and in normal state. * Fixed setting hostname in Linux hosts that require hostname argument to be double-quoted. Also allow server-provided hostname to override hostnames 'localhost' and '(none)'. * Added client support for setting interface MTU and metric, thanks to Roy "UberLord" Marples <roy@marples.name>. * Fixed failover reconnection retry code to continue to retry to reconnect rather than restarting the listener. * Fixed a bug where an OMAPI socket disconnection message would not result in scheduling a failover reconnection, if the link had not negotiated a failover connect yet (e.g.: connection refused, asynch socket connect() timeouts). * Versions 3.0.x syntax with multiple name->code option definitions is now supported. Note that, similarly to 3.0.x, for by-code lookups only the last option definition is used. * Fixed a fenceposting bug when a client had two host records configured, one using 'uid' and the other using 'hardware ethernet'. CVE-2009-1892 - Updated to dhcp-3.1.3-ldap-patch-mt-01 including previous fixes. - Merged dhclient script, removed obsolete CVE-2009-1892 fix. OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=4
This commit is contained in:
parent
7ef2958fc3
commit
b0fba699b0
12
dhcp.spec
12
dhcp.spec
@ -27,11 +27,11 @@ Name: dhcp
|
|||||||
BuildRequires: CASA-devel
|
BuildRequires: CASA-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: dos2unix openldap2-devel
|
BuildRequires: dos2unix openldap2-devel
|
||||||
License: BSD3c
|
License: BSD 3-Clause
|
||||||
Group: Productivity/Networking/Boot/Servers
|
Group: Productivity/Networking/Boot/Servers
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 3.1.3
|
Version: 3.1.3
|
||||||
Release: 1
|
Release: 0.<RELEASE1>
|
||||||
Summary: Common Files Used by ISC DHCP Software
|
Summary: Common Files Used by ISC DHCP Software
|
||||||
Url: http://www.isc.org/isc/dhcp.html
|
Url: http://www.isc.org/isc/dhcp.html
|
||||||
Source0: dhcp-%{version}.tar.bz2
|
Source0: dhcp-%{version}.tar.bz2
|
||||||
@ -88,7 +88,7 @@ PreReq: /bin/touch /sbin/chkconfig sysconfig
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%package server
|
%package server
|
||||||
License: BSD3c
|
License: BSD 3-Clause
|
||||||
Summary: ISC DHCP Server
|
Summary: ISC DHCP Server
|
||||||
Group: Productivity/Networking/Boot/Servers
|
Group: Productivity/Networking/Boot/Servers
|
||||||
Requires: net-tools dhcp
|
Requires: net-tools dhcp
|
||||||
@ -97,7 +97,7 @@ Provides: dhcp_server dhcp:/usr/sbin/dhcpd
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
|
||||||
%package client
|
%package client
|
||||||
License: BSD3c
|
License: BSD 3-Clause
|
||||||
Summary: ISC DHCP Client
|
Summary: ISC DHCP Client
|
||||||
Group: Productivity/Networking/Boot/Clients
|
Group: Productivity/Networking/Boot/Clients
|
||||||
Requires: net-tools dhcp /usr/bin/host
|
Requires: net-tools dhcp /usr/bin/host
|
||||||
@ -107,7 +107,7 @@ Obsoletes: dhclient
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
|
||||||
%package relay
|
%package relay
|
||||||
License: BSD3c ; "http://www.isc.org/products/DHCP/dhcp-copyright.html: ..."
|
License: BSD 3-Clause; "http://www.isc.org/products/DHCP/dhcp-copyright.html: ..."
|
||||||
Summary: DHCP Relay Agent
|
Summary: DHCP Relay Agent
|
||||||
Group: Productivity/Networking/Boot/Servers
|
Group: Productivity/Networking/Boot/Servers
|
||||||
Requires: net-tools dhcp
|
Requires: net-tools dhcp
|
||||||
@ -117,7 +117,7 @@ Obsoletes: dhcrelay
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: BSD3c ; "http://www.isc.org/products/DHCP/dhcp-copyright.html: ..."
|
License: BSD 3-Clause; "http://www.isc.org/products/DHCP/dhcp-copyright.html: ..."
|
||||||
Summary: Header Files and Libraries for dhcpctl API
|
Summary: Header Files and Libraries for dhcpctl API
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: dhcp = %{version}
|
Requires: dhcp = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user