2011-09-21 13:40:15 +00:00
|
|
|
# SystemTap support is enabled by default
|
|
|
|
%{!?sdt:%global sdt 1}
|
|
|
|
|
2011-10-20 12:36:38 +00:00
|
|
|
#http://lists.fedoraproject.org/pipermail/devel/2011-August/155358.html
|
|
|
|
%global _hardened_build 1
|
|
|
|
|
2009-04-13 21:56:00 +00:00
|
|
|
# Where dhcp configuration files are stored
|
2010-01-07 07:37:30 +00:00
|
|
|
%global dhcpconfdir %{_sysconfdir}/dhcp
|
2009-04-13 21:56:00 +00:00
|
|
|
|
2010-11-04 19:10:20 +00:00
|
|
|
|
2012-12-17 18:28:45 +00:00
|
|
|
#%%global patchver P2
|
2014-07-10 17:01:31 +00:00
|
|
|
%global prever b1
|
2012-04-17 09:46:32 +00:00
|
|
|
|
2012-12-17 18:28:45 +00:00
|
|
|
#%%global VERSION %{version}-%{patchver}
|
2014-08-12 08:51:29 +00:00
|
|
|
#%%global VERSION %{version}%{prever}
|
|
|
|
%global VERSION %{version}
|
2010-11-04 19:10:20 +00:00
|
|
|
|
2008-12-16 00:58:50 +00:00
|
|
|
Summary: Dynamic host configuration protocol software
|
2007-04-01 20:52:27 +00:00
|
|
|
Name: dhcp
|
2014-07-10 17:01:31 +00:00
|
|
|
Version: 4.3.1
|
2014-08-14 12:53:19 +00:00
|
|
|
Release: 3%{?dist}
|
2008-01-23 04:10:09 +00:00
|
|
|
# NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to
|
|
|
|
# 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.
|
|
|
|
# So we are stuck with it.
|
2007-04-01 20:52:27 +00:00
|
|
|
Epoch: 12
|
|
|
|
License: ISC
|
|
|
|
URL: http://isc.org/products/DHCP/
|
2012-04-18 09:17:13 +00:00
|
|
|
Source0: ftp://ftp.isc.org/isc/dhcp/%{VERSION}/dhcp-%{VERSION}.tar.gz
|
2011-12-20 12:03:45 +00:00
|
|
|
Source1: dhclient-script
|
|
|
|
Source2: README.dhclient.d
|
|
|
|
Source3: 11-dhclient
|
2012-06-05 10:33:52 +00:00
|
|
|
Source4: 12-dhcpd
|
|
|
|
Source5: 56dhclient
|
|
|
|
Source6: dhcpd.service
|
|
|
|
Source7: dhcpd6.service
|
|
|
|
Source8: dhcrelay.service
|
|
|
|
|
2013-12-20 15:13:52 +00:00
|
|
|
Patch0: dhcp-remove-bind.patch
|
|
|
|
Patch1: dhcp-remove-dst.patch
|
|
|
|
Patch2: dhcp-sharedlib.patch
|
|
|
|
Patch3: dhcp-errwarn-message.patch
|
|
|
|
Patch4: dhcp-dhclient-options.patch
|
|
|
|
Patch5: dhcp-release-by-ifup.patch
|
|
|
|
Patch6: dhcp-dhclient-decline-backoff.patch
|
|
|
|
Patch7: dhcp-unicast-bootp.patch
|
|
|
|
Patch8: dhcp-default-requested-options.patch
|
|
|
|
Patch9: dhcp-xen-checksum.patch
|
|
|
|
Patch10: dhcp-manpages.patch
|
|
|
|
Patch11: dhcp-paths.patch
|
|
|
|
Patch12: dhcp-CLOEXEC.patch
|
|
|
|
Patch13: dhcp-garbage-chars.patch
|
|
|
|
Patch14: dhcp-add_timeout_when_NULL.patch
|
|
|
|
Patch15: dhcp-64_bit_lease_parse.patch
|
|
|
|
Patch16: dhcp-capability.patch
|
2014-07-10 17:04:54 +00:00
|
|
|
Patch17: dhcp-UseMulticast.patch
|
|
|
|
Patch18: dhcp-sendDecline.patch
|
|
|
|
Patch19: dhcp-rfc3442-classless-static-routes.patch
|
|
|
|
Patch20: dhcp-honor-expired.patch
|
|
|
|
Patch21: dhcp-PPP.patch
|
|
|
|
Patch22: dhcp-paranoia.patch
|
|
|
|
Patch23: dhcp-lpf-ib.patch
|
|
|
|
Patch24: dhcp-IPoIB-log-id.patch
|
|
|
|
Patch25: dhcp-improved-xid.patch
|
|
|
|
Patch26: dhcp-gpxe-cid.patch
|
|
|
|
Patch27: dhcp-duidv4.patch
|
|
|
|
Patch28: dhcp-systemtap.patch
|
|
|
|
Patch29: dhcp-getifaddrs.patch
|
|
|
|
Patch30: dhcp-omapi-leak.patch
|
|
|
|
Patch31: dhcp-failOverPeer.patch
|
|
|
|
Patch32: dhcp-interval.patch
|
|
|
|
Patch33: dhcp-range6.patch
|
|
|
|
Patch34: dhcp-no-subnet-error2info.patch
|
|
|
|
Patch35: dhcp-ffff-checksum.patch
|
|
|
|
Patch36: dhcp-sd_notify.patch
|
2007-03-21 15:33:30 +00:00
|
|
|
|
2008-01-13 21:02:47 +00:00
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
2008-01-14 00:38:44 +00:00
|
|
|
BuildRequires: libtool
|
2007-10-25 20:41:52 +00:00
|
|
|
BuildRequires: openldap-devel
|
2009-08-22 09:42:11 +00:00
|
|
|
BuildRequires: libcap-ng-devel
|
2013-12-20 15:13:52 +00:00
|
|
|
BuildRequires: bind-lite-devel >= 32:9.9.5-0.1.b1
|
2014-03-18 16:08:49 +00:00
|
|
|
BuildRequires: systemd systemd-devel
|
2014-05-29 14:28:10 +00:00
|
|
|
# dhcp-sd_notify.patch
|
|
|
|
BuildRequires: pkgconfig(libsystemd)
|
2014-03-03 15:25:03 +00:00
|
|
|
BuildRequires: doxygen
|
2011-09-21 13:40:15 +00:00
|
|
|
%if %sdt
|
|
|
|
BuildRequires: systemtap-sdt-devel
|
|
|
|
%global tapsetdir /usr/share/systemtap/tapset
|
|
|
|
%endif
|
2004-09-09 04:10:47 +00:00
|
|
|
|
2014-07-28 15:03:23 +00:00
|
|
|
# In _docdir we ship some perl scripts and module from contrib subdirectory.
|
|
|
|
# Because nothing under _docdir is allowed to "require" anything,
|
|
|
|
# prevent _docdir from being scanned. (#674058)
|
|
|
|
%filter_requires_in %{_docdir}
|
|
|
|
%filter_setup
|
|
|
|
|
|
|
|
%description
|
|
|
|
DHCP (Dynamic Host Configuration Protocol)
|
|
|
|
|
|
|
|
%package server
|
2014-08-05 10:47:46 +00:00
|
|
|
Summary: Provides the ISC DHCP server
|
2010-12-15 18:53:02 +00:00
|
|
|
Requires: %{name}-common = %{epoch}:%{version}-%{release}
|
2011-08-19 14:53:53 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
2011-08-26 11:15:29 +00:00
|
|
|
Requires(pre): shadow-utils
|
2014-07-28 14:18:31 +00:00
|
|
|
Requires(post): coreutils grep sed
|
2012-10-09 12:36:17 +00:00
|
|
|
Requires(post): systemd
|
|
|
|
Requires(preun): systemd
|
|
|
|
Requires(postun): systemd
|
2010-12-07 14:02:57 +00:00
|
|
|
|
2014-07-28 15:03:23 +00:00
|
|
|
%description server
|
2004-09-09 04:10:47 +00:00
|
|
|
DHCP (Dynamic Host Configuration Protocol) is a protocol which allows
|
|
|
|
individual devices on an IP network to get their own network
|
|
|
|
configuration information (IP address, subnetmask, broadcast address,
|
2004-09-09 04:11:23 +00:00
|
|
|
etc.) from a DHCP server. The overall purpose of DHCP is to make it
|
2011-10-26 17:40:23 +00:00
|
|
|
easier to administer a large network.
|
2004-09-09 04:10:47 +00:00
|
|
|
|
2014-07-28 14:18:31 +00:00
|
|
|
This package provides the ISC DHCP server.
|
|
|
|
|
|
|
|
%package relay
|
2014-08-05 10:47:46 +00:00
|
|
|
Summary: Provides the ISC DHCP relay agent
|
2014-07-28 14:18:31 +00:00
|
|
|
Requires: %{name}-common = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
|
|
|
Requires(post): grep sed
|
|
|
|
Requires(post): systemd
|
|
|
|
Requires(preun): systemd
|
|
|
|
Requires(postun): systemd
|
|
|
|
|
|
|
|
%description relay
|
|
|
|
DHCP (Dynamic Host Configuration Protocol) is a protocol which allows
|
|
|
|
individual devices on an IP network to get their own network
|
|
|
|
configuration information (IP address, subnetmask, broadcast address,
|
|
|
|
etc.) from a DHCP server. The overall purpose of DHCP is to make it
|
|
|
|
easier to administer a large network.
|
|
|
|
|
|
|
|
This package provides the ISC DHCP relay agent.
|
|
|
|
|
|
|
|
%package compat
|
|
|
|
Summary: Utility package to help transition
|
2014-08-05 10:47:46 +00:00
|
|
|
Provides: dhcp = %{epoch}:%{version}-%{release}
|
2014-07-28 14:18:31 +00:00
|
|
|
Obsoletes: dhcp < 12:4.3.1-0.4.b1
|
2014-07-28 15:03:23 +00:00
|
|
|
Requires: %{name}-server = %{epoch}:%{version}-%{release}
|
2014-07-28 14:18:31 +00:00
|
|
|
Requires: %{name}-relay = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
%description compat
|
|
|
|
This package only exists to help transition dhcp users to the new
|
|
|
|
package split (dhcp -> dhcp & dhcrelay).
|
|
|
|
It will be removed after one distribution release cycle, please
|
|
|
|
do not reference it or depend on it in any way.
|
2004-09-09 04:11:53 +00:00
|
|
|
|
2014-08-05 10:47:46 +00:00
|
|
|
%package client
|
2011-05-16 15:16:16 +00:00
|
|
|
Summary: Provides the ISC DHCP client daemon and dhclient-script
|
2014-08-05 10:47:46 +00:00
|
|
|
Provides: dhclient = %{epoch}:%{version}-%{release}
|
|
|
|
Obsoletes: dhclient < 12:4.3.1-0.6.b1
|
2012-12-20 12:44:33 +00:00
|
|
|
# dhclient-script requires:
|
2014-08-05 14:23:26 +00:00
|
|
|
Requires: coreutils grep hostname initscripts iproute iputils sed gawk
|
2010-12-15 18:53:02 +00:00
|
|
|
Requires: %{name}-common = %{epoch}:%{version}-%{release}
|
2011-08-19 14:53:53 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
2004-09-09 04:11:53 +00:00
|
|
|
|
2014-08-05 10:47:46 +00:00
|
|
|
%description client
|
2004-09-09 04:11:53 +00:00
|
|
|
DHCP (Dynamic Host Configuration Protocol) is a protocol which allows
|
|
|
|
individual devices on an IP network to get their own network
|
|
|
|
configuration information (IP address, subnetmask, broadcast address,
|
|
|
|
etc.) from a DHCP server. The overall purpose of DHCP is to make it
|
|
|
|
easier to administer a large network.
|
|
|
|
|
2014-07-28 14:18:31 +00:00
|
|
|
This package provides the ISC DHCP client.
|
2004-09-09 04:11:53 +00:00
|
|
|
|
2010-12-15 18:53:02 +00:00
|
|
|
%package common
|
2014-07-28 14:18:31 +00:00
|
|
|
Summary: Common files used by ISC dhcp client, server and relay agent
|
|
|
|
BuildArch: noarch
|
2010-12-15 18:53:02 +00:00
|
|
|
|
|
|
|
%description common
|
|
|
|
DHCP (Dynamic Host Configuration Protocol) is a protocol which allows
|
|
|
|
individual devices on an IP network to get their own network
|
|
|
|
configuration information (IP address, subnetmask, broadcast address,
|
|
|
|
etc.) from a DHCP server. The overall purpose of DHCP is to make it
|
|
|
|
easier to administer a large network.
|
|
|
|
|
|
|
|
This package provides common files used by dhcp and dhclient package.
|
|
|
|
|
2010-10-05 09:51:27 +00:00
|
|
|
%package libs
|
|
|
|
Summary: Shared libraries used by ISC dhcp client and server
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
This package contains shared libraries used by ISC dhcp client and server
|
|
|
|
|
|
|
|
|
2007-04-11 20:12:51 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Development headers and libraries for interfacing to the DHCP server
|
2011-08-19 14:53:53 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
2007-04-11 20:12:51 +00:00
|
|
|
|
2004-09-09 04:11:53 +00:00
|
|
|
%description devel
|
2007-10-25 15:34:15 +00:00
|
|
|
Header files and API documentation for using the ISC DHCP libraries. The
|
|
|
|
libdhcpctl and libomapi static libraries are also included in this package.
|
2004-09-09 04:10:47 +00:00
|
|
|
|
2014-03-07 14:53:53 +00:00
|
|
|
%package devel-doc
|
|
|
|
Summary: Developer's Guide for ISC DHCP
|
2014-03-04 10:28:44 +00:00
|
|
|
Requires: %{name}-libs = %{epoch}:%{version}-%{release}
|
2014-03-03 15:25:03 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
2014-03-07 14:53:53 +00:00
|
|
|
%description devel-doc
|
2014-03-03 15:25:03 +00:00
|
|
|
This documentation is intended for developers, contributors and other
|
|
|
|
programmers that are interested in internal operation of the code.
|
2014-03-07 14:53:53 +00:00
|
|
|
This package contains doxygen-generated documentation.
|
2014-03-03 15:25:03 +00:00
|
|
|
|
2004-09-09 04:10:47 +00:00
|
|
|
%prep
|
2010-11-04 19:10:20 +00:00
|
|
|
%setup -q -n dhcp-%{VERSION}
|
2006-11-14 03:48:34 +00:00
|
|
|
|
2010-10-01 11:48:58 +00:00
|
|
|
# Remove bundled BIND source
|
|
|
|
rm bind/bind.tar.gz
|
|
|
|
|
2012-08-17 14:58:01 +00:00
|
|
|
# Remove libdst
|
|
|
|
rm -rf dst/
|
|
|
|
rm -rf includes/isc-dhcp
|
|
|
|
|
2011-06-16 12:11:24 +00:00
|
|
|
# Fire away bundled BIND source.
|
2013-12-20 15:13:52 +00:00
|
|
|
%patch0 -p1 -b .remove-bind %{?_rawbuild}
|
2012-08-17 14:58:01 +00:00
|
|
|
|
|
|
|
# Fire away libdst
|
|
|
|
# (Submitted to dhcp-bugs@isc.org - [ISC-Bugs #30692])
|
2013-12-20 15:13:52 +00:00
|
|
|
%patch1 -p1 -b .remove-dst %{?_rawbuild}
|
|
|
|
|
|
|
|
#Build dhcp's libraries as shared libs instead of static libs.
|
|
|
|
%patch2 -p1 -b .sharedlib
|
2011-06-16 12:11:24 +00:00
|
|
|
|
2007-04-01 20:52:27 +00:00
|
|
|
# Replace the standard ISC warning message about requesting help with an
|
|
|
|
# explanation that this is a patched build of ISC DHCP and bugs should be
|
|
|
|
# reported through bugzilla.redhat.com
|
2013-12-20 15:13:52 +00:00
|
|
|
%patch3 -p1 -b .errwarn
|
2006-11-14 03:48:34 +00:00
|
|
|
|
2009-01-06 23:50:29 +00:00
|
|
|
# Add more dhclient options (-I, -B, -H, -F, -timeout, -V, and -R)
|
2013-12-20 15:13:52 +00:00
|
|
|
%patch4 -p1 -b .options
|
2006-11-14 03:48:34 +00:00
|
|
|
|
2007-04-01 20:52:27 +00:00
|
|
|
# Handle releasing interfaces requested by /sbin/ifup
|
|
|
|
# pid file is assumed to be /var/run/dhclient-$interface.pid
|
2013-12-20 15:13:52 +00:00
|
|
|
%patch5 -p1 -b .ifup
|
2006-11-14 03:48:34 +00:00
|
|
|
|
2007-04-01 20:52:27 +00:00
|
|
|
# If we receive a DHCP offer in dhclient and it's DECLINEd in dhclient-script,
|
|
|
|
# backoff for an amount of time before trying again
|
2013-12-20 15:13:52 +00:00
|
|
|
%patch6 -p1 -b .backoff
|
2006-11-14 03:48:34 +00:00
|
|
|
|
2007-04-01 20:52:27 +00:00
|
|
|
# Support unicast BOOTP for IBM pSeries systems (and maybe others)
|
2009-01-10 16:38:36 +00:00
|
|
|
# (Submitted to dhcp-bugs@isc.org - [ISC-Bugs #19146])
|
2013-12-20 15:13:52 +00:00
|
|
|
%patch7 -p1 -b .unicast
|
2007-03-05 22:51:29 +00:00
|
|
|
|
2010-04-28 18:57:07 +00:00
|
|
|
# Add NIS domain, NIS servers, NTP servers, interface-mtu and domain-search
|
2010-02-22 16:11:24 +00:00
|
|
|
# to the list of default requested DHCP options
|
2013-12-20 15:13:52 +00:00
|
|
|
%patch8 -p1 -b .requested
|
2007-03-21 15:33:30 +00:00
|
|
|
|
2013-04-03 11:08:42 +00:00
|
|
|
# Handle partial UDP checksums (#221964)
|
|
|
|
# (Submitted to dhcp-bugs@isc.org - [ISC-Bugs #22806] - by Michael S. Tsirkin)
|
|
|
|
# http://comments.gmane.org/gmane.comp.emulators.kvm.devel/65236
|
|
|
|
# https://lists.isc.org/pipermail/dhcp-hackers/2010-April/001835.html
|
2013-12-20 15:13:52 +00:00
|
|
|
%patch9 -p1 -b .xen
|
2007-04-11 14:29:18 +00:00
|
|
|
|
2012-09-26 08:44:42 +00:00
|
|
|
# Various man-page-only fixes
|
2010-01-20 17:07:47 +00:00
|
|
|
%patch10 -p1 -b .man
|
2007-10-23 19:04:57 +00:00
|
|
|
|
2008-01-13 21:02:47 +00:00
|
|
|
# Change paths to conform to our standards
|
2010-01-20 17:07:47 +00:00
|
|
|
%patch11 -p1 -b .paths
|
2008-01-13 21:02:47 +00:00
|
|
|
|
2008-08-01 22:16:38 +00:00
|
|
|
# Make sure all open file descriptors are closed-on-exec for SELinux (#446632)
|
2009-01-10 16:38:36 +00:00
|
|
|
# (Submitted to dhcp-bugs@isc.org - [ISC-Bugs #19148])
|
2010-01-20 17:07:47 +00:00
|
|
|
%patch12 -p1 -b .cloexec
|
2008-04-01 20:29:33 +00:00
|
|
|
|
2009-01-10 16:38:36 +00:00
|
|
|
# Fix 'garbage in format string' error (#450042)
|
2013-12-20 15:13:52 +00:00
|
|
|
%patch13 -p1 -b .garbage
|
2008-10-01 01:58:39 +00:00
|
|
|
|
2009-06-27 00:01:46 +00:00
|
|
|
# Handle cases in add_timeout() where the function is called with a NULL
|
|
|
|
# value for the 'when' parameter
|
2009-06-27 00:09:13 +00:00
|
|
|
# (Submitted to dhcp-bugs@isc.org - [ISC-Bugs #19867])
|
2013-12-20 15:13:52 +00:00
|
|
|
%patch14 -p1 -b .dracut
|
2009-06-27 00:01:46 +00:00
|
|
|
|
2010-12-13 10:36:02 +00:00
|
|
|
# Ensure 64-bit platforms parse lease file dates & times correctly (#448615, #628258)
|
2010-09-07 15:20:06 +00:00
|
|
|
# (Partly submitted to dhcp-bugs@isc.org - [ISC-Bugs #22033])
|
2013-12-20 15:13:52 +00:00
|
|
|
%patch15 -p1 -b .64-bit_lease_parse
|
2009-08-05 21:48:30 +00:00
|
|
|
|
2011-07-01 13:20:42 +00:00
|
|
|
# Drop unnecessary capabilities in
|
|
|
|
# dhclient (#517649, #546765), dhcpd/dhcrelay (#699713)
|
2013-12-20 15:13:52 +00:00
|
|
|
%patch16 -p1 -b .capability
|
2009-08-19 01:14:35 +00:00
|
|
|
|
2010-03-12 20:18:59 +00:00
|
|
|
# Discard unicast Request/Renew/Release/Decline message
|
|
|
|
# (unless we set unicast option) and respond with Reply
|
|
|
|
# with UseMulticast Status Code option (#573090)
|
2010-05-03 14:44:05 +00:00
|
|
|
# (Submitted to dhcp-bugs@isc.org - [ISC-Bugs #21235])
|
2014-07-10 17:04:54 +00:00
|
|
|
%patch17 -p1 -b .UseMulticast
|
2010-03-12 20:18:59 +00:00
|
|
|
|
2010-03-24 11:06:45 +00:00
|
|
|
# If any of the bound addresses are found to be in use on the link,
|
|
|
|
# the dhcpv6 client sends a Decline message to the server
|
|
|
|
# as described in section 18.1.7 of RFC-3315 (#559147)
|
2010-05-03 14:44:05 +00:00
|
|
|
# (Submitted to dhcp-bugs@isc.org - [ISC-Bugs #21237])
|
2014-07-10 17:04:54 +00:00
|
|
|
%patch18 -p1 -b .sendDecline
|
2010-03-24 11:06:45 +00:00
|
|
|
|
2010-08-31 11:01:51 +00:00
|
|
|
# RFC 3442 - Classless Static Route Option for DHCPv4 (#516325)
|
2012-08-06 10:30:23 +00:00
|
|
|
# (Submitted to dhcp-bugs@isc.org - [ISC-Bugs #24572])
|
2014-07-10 17:04:54 +00:00
|
|
|
%patch19 -p1 -b .rfc3442
|
2010-08-31 11:01:51 +00:00
|
|
|
|
2010-10-07 11:48:09 +00:00
|
|
|
# check whether there is any unexpired address in previous lease
|
|
|
|
# prior to confirming (INIT-REBOOT) the lease (#585418)
|
2010-12-13 10:36:02 +00:00
|
|
|
# (Submitted to dhcp-suggest@isc.org - [ISC-Bugs #22675])
|
2014-07-10 17:04:54 +00:00
|
|
|
%patch20 -p1 -b .honor-expired
|
2010-10-13 09:07:03 +00:00
|
|
|
|
2010-11-09 16:00:03 +00:00
|
|
|
# DHCPv6 over PPP support (#626514)
|
2014-07-10 17:04:54 +00:00
|
|
|
%patch21 -p1 -b .PPP
|
2010-11-09 16:00:03 +00:00
|
|
|
|
2012-10-17 08:45:23 +00:00
|
|
|
# dhcpd: BEFORE changing of the effective user/group ID:
|
|
|
|
# - chown leases file (#866714)
|
2014-07-10 17:04:54 +00:00
|
|
|
%patch22 -p1 -b .paranoia
|
2011-10-20 12:36:38 +00:00
|
|
|
|
2011-09-19 10:27:55 +00:00
|
|
|
# IPoIB support (#660681)
|
|
|
|
# (Submitted to dhcp-bugs@isc.org - [ISC-Bugs #24249])
|
2014-07-10 17:04:54 +00:00
|
|
|
%patch23 -p1 -b .lpf-ib
|
2014-02-18 15:26:06 +00:00
|
|
|
# add GUID/DUID to dhcpd logs (#1064416)
|
2014-07-10 17:04:54 +00:00
|
|
|
%patch24 -p1 -b .IPoIB-log-id
|
|
|
|
%patch25 -p1 -b .improved-xid
|
2014-02-18 15:26:06 +00:00
|
|
|
# create client identifier per rfc4390
|
2014-07-10 17:04:54 +00:00
|
|
|
#%%patch26 -p1 -b .gpxe-cid (not needed as we use DUIDs - see next patch)
|
2014-02-18 15:26:06 +00:00
|
|
|
# Turn on creating/sending of DUID as client identifier with DHCPv4 clients (#560361c#40, rfc4361)
|
2014-07-10 17:04:54 +00:00
|
|
|
%patch27 -p1 -b .duidv4
|
2011-09-19 10:27:55 +00:00
|
|
|
|
2011-09-21 13:40:15 +00:00
|
|
|
# http://sourceware.org/systemtap/wiki/SystemTap
|
2014-07-10 17:04:54 +00:00
|
|
|
%patch28 -p1 -b .systemtap
|
2011-09-21 13:40:15 +00:00
|
|
|
|
2012-03-21 15:46:07 +00:00
|
|
|
# Use getifaddrs() to scan for interfaces on Linux (#449946)
|
2012-04-02 10:05:14 +00:00
|
|
|
# (Submitted to dhcp-bugs@isc.org - [ISC-Bugs #28761])
|
2014-07-10 17:04:54 +00:00
|
|
|
%patch29 -p1 -b .getifaddrs
|
2012-03-21 15:46:07 +00:00
|
|
|
|
2013-07-02 12:01:49 +00:00
|
|
|
# Fix several memory leaks in omapi (#978420)
|
|
|
|
# (Submitted to dhcp-bugs@isc.org - [ISC-Bugs #33990])
|
2014-07-10 17:04:54 +00:00
|
|
|
%patch30 -p1 -b .leak
|
2012-03-21 18:28:42 +00:00
|
|
|
|
2012-07-23 11:09:27 +00:00
|
|
|
# Dhcpd does not correctly follow DhcpFailOverPeerDN (#838400)
|
2012-08-06 10:30:23 +00:00
|
|
|
# (Submitted to dhcp-bugs@isc.org - [ISC-Bugs #30402])
|
2014-07-10 17:04:54 +00:00
|
|
|
%patch31 -p1 -b .failOverPeer
|
2012-07-25 14:19:41 +00:00
|
|
|
|
2012-07-27 08:08:44 +00:00
|
|
|
# isc_time_nowplusinterval() is not safe with 64-bit time_t (#662254, #789601)
|
2012-08-06 10:30:23 +00:00
|
|
|
# (Submitted to dhcp-bugs@isc.org - [ISC-Bugs #28038])
|
2014-07-10 17:04:54 +00:00
|
|
|
%patch32 -p1 -b .interval
|
2012-07-27 08:08:44 +00:00
|
|
|
|
2013-01-23 16:45:45 +00:00
|
|
|
# Make sure range6 is correct for subnet6 where it's declared (#902966)
|
|
|
|
# (Submitted to dhcp-bugs@isc.org - [ISC-Bugs #32453])
|
2014-07-10 17:04:54 +00:00
|
|
|
%patch33 -p1 -b .range6
|
2013-01-23 16:45:45 +00:00
|
|
|
|
2013-09-27 08:36:11 +00:00
|
|
|
# 'No subnet declaration for <iface>' should be info, not error.
|
2014-07-10 17:04:54 +00:00
|
|
|
%patch34 -p1 -b .error2info
|
2013-09-27 08:36:11 +00:00
|
|
|
|
2013-10-07 15:52:12 +00:00
|
|
|
# dhcpd rejects the udp packet with checksum=0xffff (#1015997)
|
|
|
|
# (Submitted to dhcp-bugs@isc.org - [ISC-Bugs #25587])
|
2014-07-10 17:04:54 +00:00
|
|
|
%patch35 -p1 -b .ffff
|
2014-01-07 11:37:10 +00:00
|
|
|
|
2014-03-18 16:08:49 +00:00
|
|
|
# support for sending startup notification to systemd (#1077666)
|
2014-07-10 17:04:54 +00:00
|
|
|
%patch36 -p1 -b .sd_notify
|
2014-02-17 16:46:53 +00:00
|
|
|
|
2008-03-26 03:30:22 +00:00
|
|
|
# Update paths in all man pages
|
|
|
|
for page in client/dhclient.conf.5 client/dhclient.leases.5 \
|
|
|
|
client/dhclient-script.8 client/dhclient.8 ; do
|
2012-04-02 10:05:14 +00:00
|
|
|
%{__sed} -i -e 's|CLIENTBINDIR|%{_sbindir}|g' \
|
2008-03-26 03:30:22 +00:00
|
|
|
-e 's|RUNDIR|%{_localstatedir}/run|g' \
|
2010-02-25 17:16:43 +00:00
|
|
|
-e 's|DBDIR|%{_localstatedir}/lib/dhclient|g' \
|
2009-04-13 21:56:00 +00:00
|
|
|
-e 's|ETCDIR|%{dhcpconfdir}|g' $page
|
2008-03-26 03:30:22 +00:00
|
|
|
done
|
|
|
|
|
|
|
|
for page in server/dhcpd.conf.5 server/dhcpd.leases.5 server/dhcpd.8 ; do
|
2012-04-02 10:05:14 +00:00
|
|
|
%{__sed} -i -e 's|CLIENTBINDIR|%{_sbindir}|g' \
|
2008-03-26 03:30:22 +00:00
|
|
|
-e 's|RUNDIR|%{_localstatedir}/run|g' \
|
2010-02-25 17:16:43 +00:00
|
|
|
-e 's|DBDIR|%{_localstatedir}/lib/dhcpd|g' \
|
2009-04-13 21:56:00 +00:00
|
|
|
-e 's|ETCDIR|%{dhcpconfdir}|g' $page
|
2008-03-26 03:30:22 +00:00
|
|
|
done
|
|
|
|
|
2014-01-21 09:34:27 +00:00
|
|
|
%{__sed} -i -e 's|/var/db/|%{_localstatedir}/lib/dhcpd/|g' contrib/dhcp-lease-list.pl
|
|
|
|
|
2010-06-02 14:09:12 +00:00
|
|
|
%build
|
2011-10-26 17:40:23 +00:00
|
|
|
#libtoolize --copy --force
|
2010-05-03 14:44:05 +00:00
|
|
|
autoreconf --verbose --force --install
|
2004-09-09 04:10:47 +00:00
|
|
|
|
2011-11-24 16:26:59 +00:00
|
|
|
CFLAGS="%{optflags} -fno-strict-aliasing" \
|
2008-01-13 21:02:47 +00:00
|
|
|
%configure \
|
|
|
|
--with-srv-lease-file=%{_localstatedir}/lib/dhcpd/dhcpd.leases \
|
2009-02-18 04:12:59 +00:00
|
|
|
--with-srv6-lease-file=%{_localstatedir}/lib/dhcpd/dhcpd6.leases \
|
2008-01-13 21:02:47 +00:00
|
|
|
--with-cli-lease-file=%{_localstatedir}/lib/dhclient/dhclient.leases \
|
2009-02-18 04:12:59 +00:00
|
|
|
--with-cli6-lease-file=%{_localstatedir}/lib/dhclient/dhclient6.leases \
|
2008-01-13 21:02:47 +00:00
|
|
|
--with-srv-pid-file=%{_localstatedir}/run/dhcpd.pid \
|
2009-02-18 04:12:59 +00:00
|
|
|
--with-srv6-pid-file=%{_localstatedir}/run/dhcpd6.pid \
|
2008-01-13 21:02:47 +00:00
|
|
|
--with-cli-pid-file=%{_localstatedir}/run/dhclient.pid \
|
2009-02-18 04:12:59 +00:00
|
|
|
--with-cli6-pid-file=%{_localstatedir}/run/dhclient6.pid \
|
2009-07-02 21:18:24 +00:00
|
|
|
--with-relay-pid-file=%{_localstatedir}/run/dhcrelay.pid \
|
|
|
|
--with-ldap \
|
2010-10-01 11:48:58 +00:00
|
|
|
--with-ldapcrypto \
|
2010-10-05 09:51:27 +00:00
|
|
|
--with-libbind=%{_includedir} --with-libbind-libs=%{_libdir} \
|
2011-08-12 12:50:08 +00:00
|
|
|
--disable-static \
|
2014-07-10 17:01:31 +00:00
|
|
|
--enable-log-pid \
|
2011-09-21 13:40:15 +00:00
|
|
|
%if %sdt
|
|
|
|
--enable-systemtap \
|
|
|
|
--with-tapset-install-dir=%{tapsetdir} \
|
2013-01-02 11:26:10 +00:00
|
|
|
%endif
|
2014-03-18 16:08:49 +00:00
|
|
|
--enable-paranoia --enable-early-chroot \
|
|
|
|
--with-systemd
|
2008-01-13 21:02:47 +00:00
|
|
|
%{__make} %{?_smp_mflags}
|
2014-03-03 15:25:03 +00:00
|
|
|
pushd doc
|
|
|
|
%{__make} devel
|
|
|
|
popd
|
2004-09-09 04:10:47 +00:00
|
|
|
|
2008-01-11 00:49:46 +00:00
|
|
|
%install
|
|
|
|
%{__make} install DESTDIR=%{buildroot}
|
2008-01-03 20:40:53 +00:00
|
|
|
|
2012-12-17 18:28:45 +00:00
|
|
|
# We don't want example conf files in /etc
|
|
|
|
%{__rm} -f %{buildroot}%{_sysconfdir}/dhclient.conf.example
|
|
|
|
%{__rm} -f %{buildroot}%{_sysconfdir}/dhcpd.conf.example
|
2008-01-13 21:02:47 +00:00
|
|
|
|
2012-04-02 10:05:14 +00:00
|
|
|
# dhclient-script
|
|
|
|
%{__mkdir} -p %{buildroot}%{_sbindir}
|
|
|
|
%{__install} -p -m 0755 %{SOURCE1} %{buildroot}%{_sbindir}/dhclient-script
|
|
|
|
|
|
|
|
# README.dhclient.d
|
|
|
|
%{__install} -p -m 0644 %{SOURCE2} .
|
|
|
|
|
|
|
|
# Empty directory for dhclient.d scripts
|
|
|
|
%{__mkdir} -p %{buildroot}%{dhcpconfdir}/dhclient.d
|
|
|
|
|
|
|
|
# NetworkManager dispatcher script
|
|
|
|
%{__mkdir} -p %{buildroot}%{_sysconfdir}/NetworkManager/dispatcher.d
|
|
|
|
%{__install} -p -m 0755 %{SOURCE3} %{buildroot}%{_sysconfdir}/NetworkManager/dispatcher.d
|
2012-06-05 10:33:52 +00:00
|
|
|
%{__install} -p -m 0755 %{SOURCE4} %{buildroot}%{_sysconfdir}/NetworkManager/dispatcher.d
|
2008-01-13 21:02:47 +00:00
|
|
|
|
2012-04-02 10:05:14 +00:00
|
|
|
# pm-utils script to handle suspend/resume and dhclient leases
|
|
|
|
%{__mkdir} -p %{buildroot}%{_libdir}/pm-utils/sleep.d
|
2012-06-05 10:33:52 +00:00
|
|
|
%{__install} -p -m 0755 %{SOURCE5} %{buildroot}%{_libdir}/pm-utils/sleep.d
|
2012-04-02 10:05:14 +00:00
|
|
|
|
|
|
|
# systemd unit files
|
2011-06-17 12:38:34 +00:00
|
|
|
mkdir -p %{buildroot}%{_unitdir}
|
2011-12-20 12:03:45 +00:00
|
|
|
install -m 644 %{SOURCE6} %{buildroot}%{_unitdir}
|
|
|
|
install -m 644 %{SOURCE7} %{buildroot}%{_unitdir}
|
2012-06-05 10:33:52 +00:00
|
|
|
install -m 644 %{SOURCE8} %{buildroot}%{_unitdir}
|
2010-12-07 14:02:57 +00:00
|
|
|
|
2008-01-13 21:02:47 +00:00
|
|
|
# Start empty lease databases
|
|
|
|
%{__mkdir} -p %{buildroot}%{_localstatedir}/lib/dhcpd/
|
2007-02-28 11:36:49 +00:00
|
|
|
touch %{buildroot}%{_localstatedir}/lib/dhcpd/dhcpd.leases
|
2009-02-18 04:12:59 +00:00
|
|
|
touch %{buildroot}%{_localstatedir}/lib/dhcpd/dhcpd6.leases
|
2007-03-05 16:02:22 +00:00
|
|
|
%{__mkdir} -p %{buildroot}%{_localstatedir}/lib/dhclient/
|
2004-09-09 04:11:03 +00:00
|
|
|
|
2013-06-14 10:35:47 +00:00
|
|
|
# default sysconfig file for dhcpd
|
|
|
|
%{__mkdir} -p %{buildroot}%{_sysconfdir}/sysconfig
|
|
|
|
%{__cat} <<EOF > %{buildroot}%{_sysconfdir}/sysconfig/dhcpd
|
|
|
|
# WARNING: This file is NOT used anymore.
|
|
|
|
|
|
|
|
# If you are here to restrict what interfaces should dhcpd listen on,
|
|
|
|
# be aware that dhcpd listens *only* on interfaces for which it finds subnet
|
|
|
|
# declaration in dhcpd.conf. It means that explicitly enumerating interfaces
|
|
|
|
# also on command line should not be required in most cases.
|
|
|
|
|
|
|
|
# If you still insist on adding some command line options,
|
|
|
|
# copy dhcpd.service from /lib/systemd/system to /etc/systemd/system and modify
|
|
|
|
# it there.
|
|
|
|
# https://fedoraproject.org/wiki/Systemd#How_do_I_customize_a_unit_file.2F_add_a_custom_unit_file.3F
|
|
|
|
|
|
|
|
# example:
|
|
|
|
# $ cp /usr/lib/systemd/system/dhcpd.service /etc/systemd/system/
|
|
|
|
# $ vi /etc/systemd/system/dhcpd.service
|
|
|
|
# $ ExecStart=/usr/sbin/dhcpd -f -cf /etc/dhcp/dhcpd.conf -user dhcpd -group dhcpd --no-pid <your_interface_name(s)>
|
|
|
|
# $ systemctl --system daemon-reload
|
|
|
|
# $ systemctl restart dhcpd.service
|
|
|
|
EOF
|
|
|
|
|
2008-01-13 21:02:47 +00:00
|
|
|
# Copy sample conf files into position (called by doc macro)
|
2012-12-17 18:28:45 +00:00
|
|
|
%{__cp} -p doc/examples/dhclient-dhcpv6.conf client/dhclient6.conf.example
|
|
|
|
%{__cp} -p doc/examples/dhcpd-dhcpv6.conf server/dhcpd6.conf.example
|
2006-10-27 22:10:38 +00:00
|
|
|
|
2010-01-20 17:07:47 +00:00
|
|
|
# Install default (empty) dhcpd.conf:
|
2009-04-13 21:56:00 +00:00
|
|
|
%{__mkdir} -p %{buildroot}%{dhcpconfdir}
|
|
|
|
%{__cat} << EOF > %{buildroot}%{dhcpconfdir}/dhcpd.conf
|
2008-01-13 21:02:47 +00:00
|
|
|
#
|
|
|
|
# DHCP Server Configuration file.
|
2013-11-14 14:20:26 +00:00
|
|
|
# see /usr/share/doc/dhcp/dhcpd.conf.example
|
2010-12-21 13:03:52 +00:00
|
|
|
# see dhcpd.conf(5) man page
|
2008-01-13 21:02:47 +00:00
|
|
|
#
|
|
|
|
EOF
|
2006-11-09 21:09:46 +00:00
|
|
|
|
2010-01-20 17:07:47 +00:00
|
|
|
# Install default (empty) dhcpd6.conf:
|
2010-01-15 12:52:28 +00:00
|
|
|
%{__cat} << EOF > %{buildroot}%{dhcpconfdir}/dhcpd6.conf
|
|
|
|
#
|
2010-12-21 13:03:52 +00:00
|
|
|
# DHCPv6 Server Configuration file.
|
2013-11-14 14:20:26 +00:00
|
|
|
# see /usr/share/doc/dhcp/dhcpd6.conf.example
|
2010-12-21 13:03:52 +00:00
|
|
|
# see dhcpd.conf(5) man page
|
2010-01-15 12:52:28 +00:00
|
|
|
#
|
|
|
|
EOF
|
|
|
|
|
2007-10-23 19:04:57 +00:00
|
|
|
# Install dhcp.schema for LDAP configuration
|
2007-11-12 23:16:08 +00:00
|
|
|
%{__mkdir} -p %{buildroot}%{_sysconfdir}/openldap/schema
|
2010-07-21 16:56:35 +00:00
|
|
|
%{__install} -p -m 0644 -D contrib/ldap/dhcp.schema \
|
2009-03-09 23:01:07 +00:00
|
|
|
%{buildroot}%{_sysconfdir}/openldap/schema
|
2004-09-09 04:11:53 +00:00
|
|
|
|
2010-10-05 09:51:27 +00:00
|
|
|
# Don't package libtool *.la files
|
|
|
|
find ${RPM_BUILD_ROOT}/%{_libdir} -name '*.la' -exec '/bin/rm' '-f' '{}' ';';
|
|
|
|
|
2014-07-28 15:03:23 +00:00
|
|
|
%pre server
|
2011-08-26 11:15:29 +00:00
|
|
|
# /usr/share/doc/setup/uidgid
|
2011-09-19 10:27:55 +00:00
|
|
|
%global gid_uid 177
|
|
|
|
getent group dhcpd >/dev/null || groupadd --force --gid %{gid_uid} --system dhcpd
|
2011-09-09 15:16:12 +00:00
|
|
|
if ! getent passwd dhcpd >/dev/null ; then
|
2011-09-19 10:27:55 +00:00
|
|
|
if ! getent passwd %{gid_uid} >/dev/null ; then
|
|
|
|
useradd --system --uid %{gid_uid} --gid dhcpd --home / --shell /sbin/nologin --comment "DHCP server" dhcpd
|
2011-09-09 15:16:12 +00:00
|
|
|
else
|
|
|
|
useradd --system --gid dhcpd --home / --shell /sbin/nologin --comment "DHCP server" dhcpd
|
|
|
|
fi
|
|
|
|
fi
|
2011-08-26 11:15:29 +00:00
|
|
|
exit 0
|
|
|
|
|
2014-07-28 15:03:23 +00:00
|
|
|
%post server
|
2012-08-22 08:10:25 +00:00
|
|
|
# Initial installation
|
2014-07-28 14:18:31 +00:00
|
|
|
%systemd_post dhcpd.service dhcpd6.service
|
2010-12-07 14:02:57 +00:00
|
|
|
|
2014-03-18 16:08:49 +00:00
|
|
|
chown -R dhcpd:dhcpd %{_localstatedir}/lib/dhcpd/
|
2011-10-09 18:19:26 +00:00
|
|
|
|
2014-07-28 14:18:31 +00:00
|
|
|
for servicename in dhcpd dhcpd6; do
|
|
|
|
etcservicefile=%{_sysconfdir}/systemd/system/${servicename}.service
|
|
|
|
if [ -f ${etcservicefile} ]; then
|
|
|
|
grep -q Type= ${etcservicefile} || sed -i '/\[Service\]/a Type=notify' ${etcservicefile}
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
%post relay
|
|
|
|
# Initial installation
|
|
|
|
%systemd_post dhcrelay.service
|
|
|
|
|
|
|
|
for servicename in dhcrelay; do
|
2014-03-18 16:08:49 +00:00
|
|
|
etcservicefile=%{_sysconfdir}/systemd/system/${servicename}.service
|
|
|
|
if [ -f ${etcservicefile} ]; then
|
|
|
|
grep -q Type= ${etcservicefile} || sed -i '/\[Service\]/a Type=notify' ${etcservicefile}
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
exit 0
|
2010-12-07 14:02:57 +00:00
|
|
|
|
2014-07-28 15:03:23 +00:00
|
|
|
%preun server
|
2010-12-07 14:02:57 +00:00
|
|
|
# Package removal, not upgrade
|
2014-07-28 14:18:31 +00:00
|
|
|
%systemd_preun dhcpd.service dhcpd6.service
|
|
|
|
|
|
|
|
%preun relay
|
|
|
|
# Package removal, not upgrade
|
|
|
|
%systemd_preun dhcrelay.service
|
2004-09-09 04:10:47 +00:00
|
|
|
|
2011-04-29 10:13:36 +00:00
|
|
|
|
2014-07-28 15:03:23 +00:00
|
|
|
%postun server
|
2010-12-07 14:02:57 +00:00
|
|
|
# Package upgrade, not uninstall
|
2014-07-28 14:18:31 +00:00
|
|
|
%systemd_postun_with_restart dhcpd.service dhcpd6.service
|
|
|
|
|
|
|
|
%postun relay
|
|
|
|
# Package upgrade, not uninstall
|
|
|
|
%systemd_postun_with_restart dhcrelay.service
|
2006-06-08 18:24:16 +00:00
|
|
|
|
2010-12-07 14:02:57 +00:00
|
|
|
|
2010-10-05 09:51:27 +00:00
|
|
|
%post libs -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun libs -p /sbin/ldconfig
|
|
|
|
|
2013-02-22 08:52:42 +00:00
|
|
|
%triggerun -- dhcp
|
2013-01-17 16:45:01 +00:00
|
|
|
# convert DHC*ARGS from /etc/sysconfig/dhc* to /etc/systemd/system/dhc*.service
|
|
|
|
for servicename in dhcpd dhcpd6 dhcrelay; do
|
2013-01-17 17:30:30 +00:00
|
|
|
if [ -f %{_sysconfdir}/sysconfig/${servicename} ]; then
|
2013-01-18 14:09:23 +00:00
|
|
|
# get DHCPDARGS/DHCRELAYARGS value from /etc/sysconfig/${servicename}
|
|
|
|
source %{_sysconfdir}/sysconfig/${servicename}
|
2013-01-17 16:45:01 +00:00
|
|
|
if [ "${servicename}" == "dhcrelay" ]; then
|
2013-01-18 14:09:23 +00:00
|
|
|
args=$DHCRELAYARGS
|
2013-01-17 16:45:01 +00:00
|
|
|
else
|
2013-01-18 14:09:23 +00:00
|
|
|
args=$DHCPDARGS
|
2013-01-17 16:45:01 +00:00
|
|
|
fi
|
|
|
|
# value is non-empty (i.e. user modified) and there isn't a service unit yet
|
2013-01-17 17:30:30 +00:00
|
|
|
if [ -n "${args}" -a ! -f %{_sysconfdir}/systemd/system/${servicename}.service ]; then
|
2013-01-17 16:45:01 +00:00
|
|
|
# in $args replace / with \/ otherwise the next sed won't take it
|
|
|
|
args=$(echo $args | sed 's/\//\\\//'g)
|
|
|
|
# add $args to the end of ExecStart line
|
2013-01-18 14:09:23 +00:00
|
|
|
sed -r -e "/ExecStart=/ s/$/ ${args}/" \
|
2013-01-17 16:45:01 +00:00
|
|
|
< %{_unitdir}/${servicename}.service \
|
2013-01-17 17:30:30 +00:00
|
|
|
> %{_sysconfdir}/systemd/system/${servicename}.service
|
2013-01-17 16:45:01 +00:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
done
|
2011-05-11 16:29:05 +00:00
|
|
|
|
2014-07-28 15:03:23 +00:00
|
|
|
%files server
|
2012-12-17 18:28:45 +00:00
|
|
|
%doc server/dhcpd.conf.example server/dhcpd6.conf.example
|
2014-01-21 09:34:27 +00:00
|
|
|
%doc contrib/ldap/ contrib/dhcp-lease-list.pl
|
2009-07-02 21:18:24 +00:00
|
|
|
%attr(0750,root,root) %dir %{dhcpconfdir}
|
2011-10-09 18:19:26 +00:00
|
|
|
%attr(0755,dhcpd,dhcpd) %dir %{_localstatedir}/lib/dhcpd
|
2012-07-09 14:52:54 +00:00
|
|
|
%attr(0644,dhcpd,dhcpd) %verify(mode) %config(noreplace) %{_localstatedir}/lib/dhcpd/dhcpd.leases
|
|
|
|
%attr(0644,dhcpd,dhcpd) %verify(mode) %config(noreplace) %{_localstatedir}/lib/dhcpd/dhcpd6.leases
|
2013-06-14 10:35:47 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/dhcpd
|
2009-04-13 21:56:00 +00:00
|
|
|
%config(noreplace) %{dhcpconfdir}/dhcpd.conf
|
2010-01-15 12:52:28 +00:00
|
|
|
%config(noreplace) %{dhcpconfdir}/dhcpd6.conf
|
2007-11-12 23:16:08 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/openldap/schema/dhcp.schema
|
2010-07-30 13:00:38 +00:00
|
|
|
%dir %{_sysconfdir}/NetworkManager
|
|
|
|
%dir %{_sysconfdir}/NetworkManager/dispatcher.d
|
2012-06-05 10:33:52 +00:00
|
|
|
%{_sysconfdir}/NetworkManager/dispatcher.d/12-dhcpd
|
2011-04-29 10:13:36 +00:00
|
|
|
%attr(0644,root,root) %{_unitdir}/dhcpd.service
|
|
|
|
%attr(0644,root,root) %{_unitdir}/dhcpd6.service
|
2004-09-09 04:10:47 +00:00
|
|
|
%{_sbindir}/dhcpd
|
2011-10-26 17:40:23 +00:00
|
|
|
%{_bindir}/omshell
|
|
|
|
%attr(0644,root,root) %{_mandir}/man1/omshell.1.gz
|
2007-03-05 18:19:42 +00:00
|
|
|
%attr(0644,root,root) %{_mandir}/man5/dhcpd.conf.5.gz
|
|
|
|
%attr(0644,root,root) %{_mandir}/man5/dhcpd.leases.5.gz
|
|
|
|
%attr(0644,root,root) %{_mandir}/man8/dhcpd.8.gz
|
2011-09-21 13:40:15 +00:00
|
|
|
%if %sdt
|
|
|
|
%{tapsetdir}/*.stp
|
|
|
|
%endif
|
2004-09-09 04:10:47 +00:00
|
|
|
|
2014-07-28 14:18:31 +00:00
|
|
|
%files relay
|
|
|
|
%{_sbindir}/dhcrelay
|
|
|
|
%attr(0644,root,root) %{_unitdir}/dhcrelay.service
|
|
|
|
%attr(0644,root,root) %{_mandir}/man8/dhcrelay.8.gz
|
|
|
|
|
|
|
|
%files compat
|
|
|
|
|
2014-08-05 10:47:46 +00:00
|
|
|
%files client
|
2012-12-17 18:28:45 +00:00
|
|
|
%doc client/dhclient.conf.example client/dhclient6.conf.example README.dhclient.d
|
2009-07-02 21:18:24 +00:00
|
|
|
%attr(0750,root,root) %dir %{dhcpconfdir}
|
2009-04-13 21:56:00 +00:00
|
|
|
%dir %{dhcpconfdir}/dhclient.d
|
2005-09-23 21:15:43 +00:00
|
|
|
%dir %{_localstatedir}/lib/dhclient
|
2010-04-28 18:57:07 +00:00
|
|
|
%dir %{_sysconfdir}/NetworkManager
|
|
|
|
%dir %{_sysconfdir}/NetworkManager/dispatcher.d
|
2010-07-30 13:00:38 +00:00
|
|
|
%{_sysconfdir}/NetworkManager/dispatcher.d/11-dhclient
|
2012-04-02 10:05:14 +00:00
|
|
|
%{_sbindir}/dhclient
|
|
|
|
%{_sbindir}/dhclient-script
|
2010-02-19 17:35:55 +00:00
|
|
|
%attr(0755,root,root) %{_libdir}/pm-utils/sleep.d/56dhclient
|
2007-03-05 18:19:42 +00:00
|
|
|
%attr(0644,root,root) %{_mandir}/man5/dhclient.conf.5.gz
|
|
|
|
%attr(0644,root,root) %{_mandir}/man5/dhclient.leases.5.gz
|
|
|
|
%attr(0644,root,root) %{_mandir}/man8/dhclient.8.gz
|
|
|
|
%attr(0644,root,root) %{_mandir}/man8/dhclient-script.8.gz
|
2010-12-15 18:53:02 +00:00
|
|
|
|
|
|
|
%files common
|
2014-07-11 21:44:01 +00:00
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%license LICENSE
|
|
|
|
%doc README RELNOTES doc/References.txt
|
2007-03-05 18:19:42 +00:00
|
|
|
%attr(0644,root,root) %{_mandir}/man5/dhcp-options.5.gz
|
|
|
|
%attr(0644,root,root) %{_mandir}/man5/dhcp-eval.5.gz
|
2004-09-09 04:11:53 +00:00
|
|
|
|
2010-10-05 09:51:27 +00:00
|
|
|
%files libs
|
|
|
|
%{_libdir}/libdhcpctl.so.*
|
|
|
|
%{_libdir}/libomapi.so.*
|
|
|
|
|
2004-09-09 04:11:53 +00:00
|
|
|
%files devel
|
2010-12-15 18:53:02 +00:00
|
|
|
%doc doc/IANA-arp-parameters doc/api+protocol
|
2008-01-13 21:02:47 +00:00
|
|
|
%{_includedir}/dhcpctl
|
2007-04-12 20:05:58 +00:00
|
|
|
%{_includedir}/omapip
|
2010-10-05 09:51:27 +00:00
|
|
|
%{_libdir}/libdhcpctl.so
|
|
|
|
%{_libdir}/libomapi.so
|
2007-04-09 21:44:55 +00:00
|
|
|
%attr(0644,root,root) %{_mandir}/man3/dhcpctl.3.gz
|
|
|
|
%attr(0644,root,root) %{_mandir}/man3/omapi.3.gz
|
2004-09-09 04:10:47 +00:00
|
|
|
|
2014-03-07 14:53:53 +00:00
|
|
|
%files devel-doc
|
2014-03-03 15:25:03 +00:00
|
|
|
%doc doc/html/
|
2011-04-29 10:13:36 +00:00
|
|
|
|
2008-01-11 00:49:46 +00:00
|
|
|
%changelog
|
2014-08-14 12:53:19 +00:00
|
|
|
* Thu Aug 14 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.1-3
|
|
|
|
- dhclient-script: one more fix for #1129500
|
|
|
|
|
2014-08-14 09:24:32 +00:00
|
|
|
* Thu Aug 14 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.1-2
|
|
|
|
- dhclient-script: PREINIT6: make sure link-local address is available (#1129500)
|
|
|
|
|
2014-08-12 08:51:29 +00:00
|
|
|
* Tue Aug 12 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.1-1
|
|
|
|
- 4.3.1
|
|
|
|
|
2014-08-05 14:23:26 +00:00
|
|
|
* Tue Aug 05 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.1-0.7.b1
|
|
|
|
- dhclient-script: it's OK if the arping reply comes from our system (#1116004)
|
|
|
|
|
2014-08-05 10:47:46 +00:00
|
|
|
* Tue Aug 05 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.1-0.6.b1
|
|
|
|
- subpackage dhclient -> dhcp-client
|
|
|
|
|
2014-07-28 15:03:23 +00:00
|
|
|
* Mon Jul 28 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.1-0.5.b1
|
2014-08-05 10:47:46 +00:00
|
|
|
- dhcp-server subpackage
|
2014-07-28 15:03:23 +00:00
|
|
|
|
2014-07-28 14:18:31 +00:00
|
|
|
* Mon Jul 28 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.1-0.4.b1
|
2014-08-05 10:47:46 +00:00
|
|
|
- dhcp-relay subpackage
|
2014-07-28 14:18:31 +00:00
|
|
|
|
2014-07-22 17:00:42 +00:00
|
|
|
* Tue Jul 22 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.1-0.3.b1
|
|
|
|
- Use network-online.target instead of network.target (#1120656)
|
|
|
|
|
2014-07-11 21:44:01 +00:00
|
|
|
* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> 12:4.3.1-0.2.b1
|
|
|
|
- fix license handling
|
|
|
|
|
2014-07-10 17:01:31 +00:00
|
|
|
* Thu Jul 10 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.1-0.1.b1
|
|
|
|
- 4.3.1b1
|
|
|
|
|
2014-06-12 15:35:30 +00:00
|
|
|
* Thu Jun 12 2014 Filipe Brandenburger <filbranden@google.com> - 12:4.3.0-15
|
|
|
|
- dhclient-script: fix issue with classless static routes that breaks Fedora 20 on GCE cloud (#1102830)
|
|
|
|
|
2014-06-07 07:17:43 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:4.3.0-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-30 08:49:38 +00:00
|
|
|
* Fri May 30 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.0-13
|
|
|
|
- systemtap: fixed dtrace input file (#1102797)
|
|
|
|
|
2014-05-29 14:28:10 +00:00
|
|
|
* Thu May 29 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.0-12
|
|
|
|
- dhcp-sd_notify.patch BuildRequires: pkgconfig(libsystemd)
|
|
|
|
|
2014-05-28 15:47:08 +00:00
|
|
|
* Wed May 28 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.0-11
|
|
|
|
- dhclient-script: fix stateless DHCPv6 mode (#1101149)
|
|
|
|
|
2014-05-07 12:11:39 +00:00
|
|
|
* Wed May 07 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.0-10
|
|
|
|
- use StandardError=null instead of log_perror.patch
|
|
|
|
|
2014-03-18 16:08:49 +00:00
|
|
|
* Tue Mar 18 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.0-9
|
|
|
|
- support for sending startup notifications to systemd (#1077666)
|
|
|
|
|
2014-03-07 14:53:53 +00:00
|
|
|
* Fri Mar 07 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.0-8
|
|
|
|
- rename doc subpackage do devel-doc
|
|
|
|
|
2014-03-03 15:25:03 +00:00
|
|
|
* Mon Mar 03 2014 Jaromír Končický <jkoncick@redhat.com> - 12:4.3.0-7
|
|
|
|
- added 'doc' package containing doxygen-generated documentation
|
|
|
|
|
2014-02-19 18:02:32 +00:00
|
|
|
* Wed Feb 19 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.0-6
|
|
|
|
- dhclient: rename our -I option to -C as upstream now uses -I
|
|
|
|
|
2014-02-19 17:02:20 +00:00
|
|
|
* Wed Feb 19 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.0-5
|
|
|
|
- dhclient-script: don't flush all addresses, just the used one
|
|
|
|
|
2014-02-18 15:26:06 +00:00
|
|
|
* Tue Feb 18 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.0-4
|
|
|
|
- IPoIB: add GUID/DUID to dhcpd logs (#1064416)
|
|
|
|
|
2014-02-17 17:55:27 +00:00
|
|
|
* Mon Feb 17 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.0-3
|
|
|
|
- don't try to run tests because there's no atf package since F21
|
|
|
|
|
2014-02-17 16:46:53 +00:00
|
|
|
* Mon Feb 17 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.0-2
|
|
|
|
- turn on using of DUID with DHCPv4 clients (#560361,c#40)
|
|
|
|
- remove default /etc/dhcp/dhclient.conf
|
|
|
|
|
2014-02-04 08:51:31 +00:00
|
|
|
* Tue Feb 04 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.0-1
|
|
|
|
- 4.3.0
|
|
|
|
|
2014-01-29 09:08:47 +00:00
|
|
|
* Wed Jan 29 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.0-0.7.rc1
|
|
|
|
- 4.3.0rc1
|
|
|
|
|
2014-01-28 16:24:08 +00:00
|
|
|
* Tue Jan 28 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.0-0.6.b1
|
|
|
|
- don't apply retransmission.patch for now (RHBZ#1026565)
|
|
|
|
|
2014-01-26 18:53:42 +00:00
|
|
|
* Sun Jan 26 2014 Kevin Fenzi <kevin@scrye.com> 12:4.3.0-0.5.b1
|
|
|
|
- Rebuild for new bind
|
|
|
|
|
2014-01-21 09:34:27 +00:00
|
|
|
* Tue Jan 21 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.0-0.4.b1
|
|
|
|
- 4.3.0b1
|
|
|
|
- ship dhcp-lease-list.pl
|
|
|
|
- dhclient-script: don't ping router (#1055181)
|
|
|
|
|
2014-01-13 12:28:07 +00:00
|
|
|
* Mon Jan 13 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.0-0.3.a1
|
|
|
|
- update address lifetimes on RENEW/RENEW6 (#1032809)
|
|
|
|
|
2014-01-07 11:37:10 +00:00
|
|
|
* Tue Jan 07 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.0-0.2.a1
|
|
|
|
- make it actually build
|
|
|
|
|
2013-12-20 15:13:52 +00:00
|
|
|
* Thu Dec 19 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.0-0.1.a1
|
|
|
|
- 4.3.0a1: requires bind-9.9.5
|
|
|
|
|
2013-11-21 13:52:30 +00:00
|
|
|
* Thu Nov 21 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-28
|
|
|
|
- dhclient-script: set address lifetimes (#1032809)
|
|
|
|
|
2013-11-14 14:20:26 +00:00
|
|
|
* Thu Nov 14 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-27
|
|
|
|
- dhclient-script(RENEW6|REBIND6): delete old ip6_address if it changed (#1015729)
|
|
|
|
|
2013-10-31 10:43:30 +00:00
|
|
|
* Thu Oct 31 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-26
|
|
|
|
- Provide default /etc/dhcp/dhclient.conf
|
|
|
|
- Client always sends dhcp-client-identifier (#560361)
|
|
|
|
|
2013-10-24 08:32:28 +00:00
|
|
|
* Thu Oct 24 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-25
|
|
|
|
- use upstream patch for #1001742 ([ISC-Bugs #34784])
|
|
|
|
|
2013-10-07 15:52:12 +00:00
|
|
|
* Mon Oct 07 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-24
|
|
|
|
- dhcpd rejects the udp packet with checksum=0xffff (#1015997)
|
|
|
|
|
2013-09-27 08:36:11 +00:00
|
|
|
* Fri Sep 27 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-23
|
2013-09-27 08:39:07 +00:00
|
|
|
- 'No subnet declaration for <iface>' should be info, not error
|
|
|
|
- decrease the sleep in 12-dhcpd due to timeout (#1003695#8)
|
2013-09-27 08:36:11 +00:00
|
|
|
|
2013-09-18 06:39:05 +00:00
|
|
|
* Wed Sep 18 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-22
|
|
|
|
- fix segfault introduced with previous commit
|
|
|
|
|
2013-09-17 12:24:40 +00:00
|
|
|
* Tue Sep 17 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-21
|
|
|
|
- 12-dhcpd: wait a few seconds before restarting services (#1003695)
|
2013-09-18 06:39:05 +00:00
|
|
|
- another solution for #1001742 (#1005814#c10)
|
2013-09-17 12:24:40 +00:00
|
|
|
|
2013-09-12 16:15:47 +00:00
|
|
|
* Thu Sep 12 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-20
|
|
|
|
- bind DHCPv6 client to link-local address instead of 0 address (#1001742)
|
|
|
|
|
2013-08-26 10:20:12 +00:00
|
|
|
* Mon Aug 26 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-19
|
|
|
|
- don't crash on aliased infiniband interface (#996518)
|
|
|
|
|
2013-08-04 11:19:47 +00:00
|
|
|
* Sun Aug 04 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-18
|
|
|
|
- BuildRequires: systemd due to %%{_unitdir}
|
|
|
|
|
2013-07-29 10:52:50 +00:00
|
|
|
* Mon Jul 29 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-17
|
|
|
|
- 12-dhcpd previously exited with error status 1 (#989207)
|
|
|
|
|
2013-07-15 14:07:01 +00:00
|
|
|
* Mon Jul 15 2013 Tomas Hozza <thozza@redhat.com> - 12:4.2.5-16
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2013-07-02 12:01:49 +00:00
|
|
|
* Tue Jul 02 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-15
|
|
|
|
- fix several memory leaks in omapi (#978420)
|
|
|
|
- remove send_release.patch (#979510)
|
|
|
|
|
2013-06-18 07:36:15 +00:00
|
|
|
* Tue Jun 18 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-14
|
|
|
|
- rebuilt against bind once more
|
|
|
|
|
2013-06-14 10:35:47 +00:00
|
|
|
* Fri Jun 14 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-13
|
|
|
|
- return /etc/sysconfig/dhcpd back, but do NOT use it (#909733)
|
|
|
|
|
2013-05-14 21:38:07 +00:00
|
|
|
* Tue May 14 2013 Adam Williamson <awilliam@redhat.com> - 12:4.2.5-12
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2013-04-30 11:24:31 +00:00
|
|
|
* Tue Apr 30 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-11
|
|
|
|
- add missing conversion specifier in log_fatal() call (#957371)
|
|
|
|
|
2013-04-16 14:22:54 +00:00
|
|
|
* Tue Apr 16 2013 Adam Tkac <atkac redhat com> - 12:4.2.5-10
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2013-04-03 15:59:42 +00:00
|
|
|
* Wed Apr 03 2013 Tomas Hozza <thozza@redhat.com> - 12:4.2.5-9
|
|
|
|
- Expose next-server DHCPv4 option to dhclient script
|
|
|
|
|
2013-03-26 12:34:34 +00:00
|
|
|
* Tue Mar 26 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-8
|
|
|
|
- describe -user/-group/-chroot in dhcpd.8
|
|
|
|
|
2013-02-22 08:52:42 +00:00
|
|
|
* Fri Feb 22 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-7
|
|
|
|
- remove triggerun condition (#895475)
|
|
|
|
|
2013-02-13 19:39:49 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:4.2.5-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-24 12:03:41 +00:00
|
|
|
* Thu Jan 24 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-5
|
|
|
|
- remove missing-ipv6-not-fatal.patch because the concerning code is later
|
|
|
|
removed with getifaddrs.patch
|
|
|
|
|
2013-01-23 16:45:45 +00:00
|
|
|
* Wed Jan 23 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-4
|
|
|
|
- Make sure range6 is correct for subnet6 where it's declared (#902966)
|
|
|
|
|
2013-01-18 14:09:23 +00:00
|
|
|
* Fri Jan 18 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-3
|
|
|
|
- simplify the previously added triggerun scriptlet
|
|
|
|
|
2013-01-17 16:45:01 +00:00
|
|
|
* Thu Jan 17 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-2
|
|
|
|
- during update convert DHC*ARGS from /etc/sysconfig/dhc*
|
|
|
|
to /etc/systemd/system/dhc*.service (#895475)
|
|
|
|
- 12-dhcpd NM dispatcher script now restarts also dhcpd6 service
|
|
|
|
|
2013-01-10 09:00:39 +00:00
|
|
|
* Thu Jan 10 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-1
|
|
|
|
- 4.2.5
|
|
|
|
|
2013-01-02 11:26:10 +00:00
|
|
|
* Wed Jan 02 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-0.3.rc1
|
|
|
|
- run %%check in Fedora only, there's no atf package in RHEL
|
|
|
|
|
2012-12-20 12:44:33 +00:00
|
|
|
* Thu Dec 20 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-0.2.rc1
|
|
|
|
- don't package ancient contrib/* files
|
|
|
|
|
2012-12-17 18:28:45 +00:00
|
|
|
* Thu Dec 20 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-0.1.rc1
|
|
|
|
- 4.2.5rc1
|
|
|
|
- added %%check - upstream unit tests (Automated Test Framework - ATF)
|
|
|
|
|
2012-11-30 13:54:02 +00:00
|
|
|
* Fri Nov 30 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-23.P2
|
|
|
|
- fix two resource leaks in lpf-ib.patch
|
|
|
|
|
2012-11-26 11:26:42 +00:00
|
|
|
* Mon Nov 26 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-22.P2
|
|
|
|
- add After=time-sync.target to dhcpd[6].service (#878293)
|
|
|
|
- remove groff from BuildRequires (no idea why it's been there)
|
|
|
|
|
2012-11-16 14:32:06 +00:00
|
|
|
* Fri Nov 16 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-21.P2
|
|
|
|
- multiple key statements in zone definition causes inappropriate error (#873794)
|
|
|
|
|
2012-10-26 16:14:44 +00:00
|
|
|
* Fri Oct 26 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-20.P2
|
|
|
|
- fix path to dhcpd6.leases in dhcpd6.conf.sample (#870458)
|
|
|
|
|
2012-10-17 08:45:23 +00:00
|
|
|
* Wed Oct 17 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-19.P2
|
|
|
|
- dhcpd needs to chown leases file created before de-rooting itself (#866714)
|
|
|
|
|
2012-10-11 12:06:00 +00:00
|
|
|
* Thu Oct 11 2012 Adam Tkac <atkac redhat com> - 12:4.2.4-18.P2
|
|
|
|
- rebuild against new bind-libs-lite
|
|
|
|
|
2012-10-09 12:25:50 +00:00
|
|
|
* Tue Oct 09 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-17.P2
|
|
|
|
- do-forward-updates statement wasn't recognized (#863646)
|
|
|
|
|
2012-09-26 08:44:42 +00:00
|
|
|
* 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
|
|
|
|
|
2012-09-13 12:41:33 +00:00
|
|
|
* 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)
|
|
|
|
|
2012-08-24 11:49:51 +00:00
|
|
|
* Fri Aug 24 2012 Tomas Hozza <thozza@redhat.com> - 12:4.2.4-14.P1
|
|
|
|
- SystemD unit files don't use Environment files any more (#850558)
|
|
|
|
- NetworkManager dispatcher script doesn't use DHCPDARGS any more
|
|
|
|
|
2012-08-22 08:10:25 +00:00
|
|
|
* Wed Aug 22 2012 Tomas Hozza <thozza@redhat.com> - 12:4.2.4-13.P1
|
|
|
|
- fixed SPEC file so it comply with new systemd-rpm macros guidelines (#850089)
|
|
|
|
|
2012-08-20 10:27:52 +00:00
|
|
|
* Mon Aug 20 2012 Tomas Hozza <thozza@redhat.com> - 12:4.2.4-12.P1
|
|
|
|
- dhclient-script: fixed CONFIG variable value passed to need_config (#848858)
|
2012-08-20 13:41:22 +00:00
|
|
|
- dhclient-script: calling dhclient-up-hooks after setting up route, gateways
|
|
|
|
& interface alias (#848869)
|
2012-08-20 10:27:52 +00:00
|
|
|
|
2012-08-17 14:58:01 +00:00
|
|
|
* Fri Aug 17 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-11.P1
|
|
|
|
- don't build libdst, it hasn't been used since 4.2.0 (#849166)
|
|
|
|
|
2012-07-27 08:08:44 +00:00
|
|
|
* Fri Jul 27 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-10.P1
|
|
|
|
- isc_time_nowplusinterval() is not safe with 64-bit time_t (#662254, #789601)
|
|
|
|
|
2012-07-27 04:53:07 +00:00
|
|
|
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:4.2.4-9.P1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-25 14:19:41 +00:00
|
|
|
* Wed Jul 25 2012 Tomas Hozza <thozza@redhat.com> - 12:4.2.4-8.P1
|
|
|
|
- Dhclient does not correctly parse zero-length options in
|
|
|
|
dhclient6.leases (#633318)
|
|
|
|
|
2012-07-25 10:37:46 +00:00
|
|
|
* Wed Jul 25 2012 Tomas Hozza <thozza@redhat.com> - 12:4.2.4-7.P1
|
|
|
|
- 4.2.4-P1: fix for CVE-2012-3570 CVE-2012-3571 and CVE-2012-3954 (#842892)
|
|
|
|
|
2012-07-23 11:39:43 +00:00
|
|
|
* Mon Jul 23 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-6
|
|
|
|
- ib.patch: added fall-back method (using ioctl(SIOCGIFHWADDR)) when getting
|
|
|
|
of HW address with getifaddrs() fails (#626514-c#63, #840601).
|
|
|
|
|
2012-07-23 11:09:27 +00:00
|
|
|
* Mon Jul 23 2012 Tomas Hozza <thozza@redhat.com> - 12:4.2.4-5
|
|
|
|
- Dhcpd does not correctly follow DhcpFailOverPeerDN (#838400)
|
|
|
|
|
2012-07-18 14:56:47 +00:00
|
|
|
* Wed Jul 18 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-4
|
|
|
|
- allow dhcpd to listen on alias interfaces (#840601)
|
|
|
|
|
2012-07-09 14:52:54 +00:00
|
|
|
* Mon Jul 09 2012 Tomas Hozza <thozza@redhat.com> - 12:4.2.4-3
|
2012-07-18 14:56:47 +00:00
|
|
|
- changed list of %%verify on the leases files (#837474)
|
2012-07-09 14:52:54 +00:00
|
|
|
|
2012-06-18 14:19:31 +00:00
|
|
|
* Mon Jun 18 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-2
|
|
|
|
- define $SAVEDIR in dhclient-script (#833054)
|
|
|
|
|
2012-06-06 06:52:35 +00:00
|
|
|
* Wed Jun 06 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-1
|
|
|
|
- 4.2.4
|
|
|
|
|
2012-06-05 10:33:52 +00:00
|
|
|
* Tue Jun 05 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-0.8.rc2
|
|
|
|
- return prematurely removed 12-dhcpd (NM dispatcher script) (#828522)
|
|
|
|
|
2012-05-25 16:15:27 +00:00
|
|
|
* Fri May 25 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-0.7.rc2
|
|
|
|
- getifaddrs.patch: use HAVE_SA_LEN macro
|
|
|
|
|
2012-05-23 12:52:52 +00:00
|
|
|
* Wed May 23 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-0.6.rc2
|
|
|
|
- 4.2.4rc2
|
|
|
|
|
2012-05-07 10:14:04 +00:00
|
|
|
* Mon May 07 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-0.5.rc1
|
|
|
|
- dhcpd.service: explicitly add -cf to indicate what conf file we use (#819325)
|
|
|
|
- no need to copy /etc/*.conf to /etc/dhcp/*.conf in %%prep anymore
|
|
|
|
|
2012-04-27 10:33:53 +00:00
|
|
|
* Tue May 01 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-0.4.rc1
|
|
|
|
- 4.2.4rc1
|
|
|
|
|
2012-04-26 12:45:26 +00:00
|
|
|
* Thu Apr 26 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-0.3.b1
|
|
|
|
- remove inherit-leases.patch - it's probably not needed anymore (#815355)
|
|
|
|
|
2012-04-18 09:17:13 +00:00
|
|
|
* Wed Apr 18 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-0.2.b1
|
|
|
|
- update paths.patch and source URL
|
|
|
|
|
2012-04-17 09:46:32 +00:00
|
|
|
* Mon Apr 16 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-0.1.b1
|
|
|
|
- 4.2.4b1: noprefixavail.patch merged upstream
|
|
|
|
|
2012-04-02 10:05:14 +00:00
|
|
|
* Fri Mar 30 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-25.P2
|
|
|
|
- move dhclient & dhclient-script from /sbin to /usr/sbin
|
|
|
|
|
2012-03-23 19:07:34 +00:00
|
|
|
* Fri Mar 23 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-24.P2
|
|
|
|
- one more fix (#806342)
|
|
|
|
|
2012-03-23 17:22:01 +00:00
|
|
|
* Fri Mar 23 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-23.P2
|
|
|
|
- improve #449946 fix (#806342)
|
|
|
|
|
2012-03-21 18:42:20 +00:00
|
|
|
* Wed Mar 21 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-22.P2
|
|
|
|
- RFC5970 - DHCPv6 Options for Network Boot (#798735)
|
|
|
|
|
2012-03-21 18:28:42 +00:00
|
|
|
* Wed Mar 21 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-21.P2
|
|
|
|
- don't use fallback_interface when releasing lease (#800561)
|
|
|
|
|
2012-03-21 15:46:07 +00:00
|
|
|
* Wed Mar 21 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-20.P2
|
|
|
|
- use getifaddrs() to scan for interfaces on Linux (#449946)
|
|
|
|
|
2012-02-22 14:07:05 +00:00
|
|
|
* Wed Feb 22 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-19.P2
|
|
|
|
- don't send log messages to the standard error descriptor by default (#790387)
|
|
|
|
|
2012-02-13 17:46:33 +00:00
|
|
|
* Mon Feb 13 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-18.P2
|
|
|
|
- -timeout option (command line) with value 3 or less was driving dhclient mad (#789719)
|
|
|
|
|
2012-02-07 10:07:14 +00:00
|
|
|
* Tue Feb 07 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-17.P2
|
|
|
|
- dhclient-script: install link-local static routes with correct scope (#787318)
|
|
|
|
|
2012-02-02 01:27:42 +00:00
|
|
|
* Wed Feb 1 2012 Adam Williamson <awilliam@redhat.com> - 12:4.2.3-16.P2
|
|
|
|
- rebuild for new bind-libs-lite
|
|
|
|
|
2012-01-31 16:31:18 +00:00
|
|
|
* Tue Jan 31 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-15.P2
|
|
|
|
- revert previous change (#782499)
|
|
|
|
- remove the rest of the sysvinit scriptlets
|
|
|
|
|
2012-01-17 17:12:43 +00:00
|
|
|
* Tue Jan 17 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-14.P2
|
|
|
|
- use PrivateTmp=true in service files (#782499)
|
|
|
|
|
2012-01-13 11:35:22 +00:00
|
|
|
* Fri Jan 13 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-13.P2
|
|
|
|
- 4.2.3-P2: fix for CVE-2011-4868 (#781246)
|
|
|
|
- clean up old Provides and Obsoletes
|
|
|
|
|
2012-01-13 00:34:19 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:4.2.3-12.P1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-20 17:26:43 +00:00
|
|
|
* Wed Dec 21 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-11.P1
|
|
|
|
- revert change made in 4.2.3-3 because of failing failover inicialization (#765967)
|
|
|
|
the procedure is now:
|
|
|
|
init lease file, init failover, init PID file, change effective user/group ID
|
|
|
|
- don't need to fix lease files ownership before starting service
|
|
|
|
- dhclient-script: allow static route with a 0.0.0.0 next-hop address (#769463)
|
|
|
|
|
2011-12-20 12:03:45 +00:00
|
|
|
* Tue Dec 20 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-10.P1
|
|
|
|
- hopefully we don't need 12-dhcpd anymore as 'After=network.target'
|
|
|
|
in dhcpd[6].service should take care of the original problem (#565921)
|
|
|
|
|
2011-12-19 17:38:02 +00:00
|
|
|
* Mon Dec 19 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-9.P1
|
|
|
|
- don't ship legacy SysV initscripts
|
|
|
|
- dhcpd6: move '-cf /etc/dhcp/dhcpd6.conf' from sysconfig/dhcpd6 to dhcpd6.service
|
|
|
|
- run 'chown -R dhcpd:dhcpd /var/lib/dhcpd/' before starting dhcpd/dhcpd6 service
|
|
|
|
for the case where leases file is owned by root:root as a
|
|
|
|
consequence of running dhcpd without '-user dhcpd -group dhcpd' (#744292)
|
|
|
|
|
2011-12-09 11:45:35 +00:00
|
|
|
* Fri Dec 09 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-8.P1
|
|
|
|
- 4.2.3-P1: fix for CVE-2011-4539 (#765681)
|
|
|
|
|
2011-11-24 16:26:59 +00:00
|
|
|
* Thu Nov 24 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-7
|
|
|
|
- Send DHCPDECLINE and exit(2) when duplicate address was detected and
|
|
|
|
dhclient had been started with '-1' (#756759).
|
|
|
|
- Don't build with -D_GNU_SOURCE, configure.ac uses AC_USE_SYSTEM_EXTENSIONS
|
|
|
|
|
2011-11-14 12:19:32 +00:00
|
|
|
* Mon Nov 14 2011 Adam Tkac <atkac redhat com> - 12:4.2.3-6
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2011-11-11 13:00:38 +00:00
|
|
|
* Fri Nov 11 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-5
|
|
|
|
- dhclient-script: arping address in BOUND|RENEW|REBIND|REBOOT (#752116)
|
|
|
|
|
2011-10-26 23:41:33 +00:00
|
|
|
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:4.2.3-4
|
|
|
|
- Rebuilt for glibc bug#747377
|
|
|
|
|
2011-10-26 17:40:23 +00:00
|
|
|
* Wed Oct 26 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-3
|
|
|
|
- Write lease file AFTER changing of the effective user/group ID.
|
|
|
|
- Move omshell from dhcp-common to main package (where it originally was).
|
|
|
|
|
2011-10-20 12:36:38 +00:00
|
|
|
* Thu Oct 20 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-2
|
2011-10-26 17:40:23 +00:00
|
|
|
- Write PID file BEFORE changing of the effective user/group ID.
|
2011-10-20 12:36:38 +00:00
|
|
|
- Really define _hardened_build this time
|
|
|
|
|
2011-10-20 08:15:17 +00:00
|
|
|
* Thu Oct 20 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-1
|
|
|
|
- 4.2.3
|
|
|
|
|
2011-10-18 17:13:08 +00:00
|
|
|
* Tue Oct 18 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-0.1.rc1
|
|
|
|
- 4.2.3rc1
|
|
|
|
|
2011-10-09 18:19:26 +00:00
|
|
|
* Sun Oct 09 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.2-12
|
|
|
|
- change ownership of /var/lib/dhcpd/ to dhcpd:dhcpd (#744292)
|
|
|
|
- no need to drop capabilies in dhcpd since it's been running as regular user
|
|
|
|
|
2011-09-30 13:55:56 +00:00
|
|
|
* Fri Sep 30 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.2-11
|
|
|
|
- 56dhclient: ifcfg file was not sourced (#742482)
|
|
|
|
|
2011-09-29 12:18:16 +00:00
|
|
|
* Thu Sep 29 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.2-10
|
|
|
|
- dhclient-script: address alias handling fixes from Scott Shambarger (#741786)
|
|
|
|
|
2011-09-22 13:48:47 +00:00
|
|
|
* Thu Sep 22 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.2-9
|
|
|
|
- dhclient-script: do not backup&restore /etc/resolv.conf and /etc/localtime.
|
|
|
|
|
2011-09-21 13:40:15 +00:00
|
|
|
* Wed Sep 21 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.2-8
|
|
|
|
- SystemTap support: spec file change, some dummy probes, tapset, simple script
|
|
|
|
|
2011-09-19 10:27:55 +00:00
|
|
|
* Mon Sep 19 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.2-7
|
|
|
|
- Support for IPoIB (IP over InfiniBand) interfaces (#660681)
|
|
|
|
- Hopefully last tweak of adding of user and group (#699713)
|
|
|
|
|
2011-09-09 15:13:55 +00:00
|
|
|
* Fri Sep 09 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.2-6
|
|
|
|
- PIE-RELRO.patch is not needed anymore, defining _hardened_build does the same
|
2011-09-09 15:16:12 +00:00
|
|
|
- One more tweak of adding of user and group (#699713)
|
2011-09-09 15:13:55 +00:00
|
|
|
|
2011-09-09 11:11:03 +00:00
|
|
|
* Fri Sep 09 2011 Adam Tkac <atkac redhat com> - 12:4.2.2-5
|
|
|
|
- rebuild against new bind
|
|
|
|
|
2011-08-26 11:15:29 +00:00
|
|
|
* Fri Aug 26 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.2-4
|
|
|
|
- Fix adding of user and group (#699713)
|
|
|
|
|
2011-08-19 14:53:53 +00:00
|
|
|
* Fri Aug 19 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.2-3
|
|
|
|
- Tighten explicit libs sub-package requirement so that it includes
|
|
|
|
the correct architecture as well.
|
|
|
|
|
2011-08-12 12:50:08 +00:00
|
|
|
* Fri Aug 12 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.2-2
|
|
|
|
- #699713:
|
|
|
|
- Use '--enable-paranoia --enable-early-chroot' configure flags
|
|
|
|
- Create/delete dhcpd user in %%post/%%postun
|
|
|
|
- Run dhcpd/dhcpd6 services with '-user dhcpd -group dhcpd'
|
|
|
|
|
2011-08-11 07:05:21 +00:00
|
|
|
* Thu Aug 11 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.2-1
|
|
|
|
- 4.2.2: fix for CVE-2011-2748, CVE-2011-2749 (#729850)
|
|
|
|
|
2011-08-10 15:16:30 +00:00
|
|
|
* Wed Aug 10 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.2-0.4.rc1
|
|
|
|
- Do not ship default /etc/dhcp/dhclient.conf (#560361,c#9)
|
|
|
|
|
2011-07-25 14:50:15 +00:00
|
|
|
* Mon Jul 25 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.2-0.3.rc1
|
|
|
|
- Improve capabilities patch to be able to run with PARANOIA & EARLY_CHROOT (#699713)
|
|
|
|
|
2011-07-18 11:49:16 +00:00
|
|
|
* Mon Jul 18 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.2-0.2.rc1
|
|
|
|
- 4.2.2rc1
|
|
|
|
|
2011-07-01 12:42:18 +00:00
|
|
|
* Fri Jul 01 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.2-0.1.b1
|
|
|
|
- 4.2.2b1: upstream merged initialization-delay.patch
|
2011-07-01 13:20:42 +00:00
|
|
|
- Drop all capabilities in dhcpd/dhcrelay (#699713)
|
2011-07-01 12:42:18 +00:00
|
|
|
|
2011-06-17 12:38:34 +00:00
|
|
|
* Fri Jun 17 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.1-12.P1
|
|
|
|
- Removed upstream-merged IFNAMSIZ.patch
|
|
|
|
- Polished patches according to results from static analysis of code.
|
|
|
|
|
2011-06-16 12:26:18 +00:00
|
|
|
* Thu Jun 16 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.1-11.P1
|
|
|
|
- Add triggerpostun scriptlet tied to dhcp-sysvinit
|
|
|
|
- Make it possible to build without downstream patches (Kamil Dudka)
|
|
|
|
|
2011-05-17 15:59:56 +00:00
|
|
|
* Tue May 17 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.1-10.P1
|
|
|
|
- Fix typo in triggerun scriptlet (#705417)
|
|
|
|
|
2011-05-16 15:16:16 +00:00
|
|
|
* Mon May 16 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.1-9.P1
|
|
|
|
- Packages dhcp/dhclient/dhcp-common explicitly require the libs sub-package
|
|
|
|
with the same version and release (bug #705037).
|
|
|
|
- Fix triggerun scriptlet
|
|
|
|
|
2011-05-09 09:52:15 +00:00
|
|
|
* Mon May 09 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.1-8.P1
|
|
|
|
- Fix 11-dhclient to export variables (#702735)
|
|
|
|
|
2011-04-29 10:13:36 +00:00
|
|
|
* Fri Apr 29 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.1-7.P1
|
|
|
|
- Comply with guidelines for systemd services
|
|
|
|
|
2011-04-27 15:17:31 +00:00
|
|
|
* Wed Apr 27 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.1-6.P1
|
|
|
|
- Fix NetworkManager dispatcher script for dhcpd to support arbitrary interface names
|
|
|
|
|
2011-04-06 18:25:30 +00:00
|
|
|
* Wed Apr 06 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.1-5.P1
|
|
|
|
- Better fix for CVE-2011-0997: making domain-name check more lenient (#694005)
|
|
|
|
|
2011-04-06 09:44:33 +00:00
|
|
|
* Wed Apr 06 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.1-4.P1
|
|
|
|
- 4.2.1-P1: fix for CVE-2011-0997 (#694005)
|
|
|
|
|
2011-03-25 15:25:39 +00:00
|
|
|
* Fri Mar 25 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.1-3
|
|
|
|
- Polished patches according to results from static analysis of code.
|
|
|
|
|
2011-03-07 19:39:08 +00:00
|
|
|
* Mon Mar 07 2011 Rex Dieter <rdieter@fedoraproject.org> - 12:4.2.1-2
|
|
|
|
- rebuild (bind)
|
|
|
|
|
2011-03-02 09:41:48 +00:00
|
|
|
* Wed Mar 02 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.1-1
|
|
|
|
- 4.2.1
|
|
|
|
|
2011-02-23 11:05:20 +00:00
|
|
|
* Wed Feb 23 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.1-0.6.rc1
|
|
|
|
- 4.2.1rc1
|
|
|
|
- Fixed typo in dhclient.leases(5) (#676284)
|
|
|
|
|
2011-02-21 16:40:22 +00:00
|
|
|
* Mon Feb 21 2011 Adam Tkac <atkac redhat com> - 12:4.2.1-0.5.b1
|
|
|
|
- rebuild against new bind-libs-lite
|
|
|
|
|
2011-02-08 13:42:35 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:4.2.1-0.4.b1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-31 14:20:30 +00:00
|
|
|
* Mon Jan 31 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.1-0.3.b1
|
|
|
|
- Prevent anything under _docdir from being scanned. (#674058)
|
|
|
|
|
2011-01-28 14:42:01 +00:00
|
|
|
* Fri Jan 28 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.1-0.2.b1
|
|
|
|
- dhclient-script improvements, thanks to Ville Skyttä (#672279)
|
|
|
|
|
2011-01-27 16:06:55 +00:00
|
|
|
* Thu Jan 27 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.1-0.1.b1
|
|
|
|
- 4.2.1b1: fix for CVE-2011-0413 (#672996)
|
|
|
|
- No longer need invalid-dhclient-conf, parse_date and release6-elapsed patches
|
|
|
|
|
2011-01-11 17:43:02 +00:00
|
|
|
* Thu Jan 13 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.0-26.P2
|
|
|
|
- Fix loading of configuration when LDAP is used (#668276)
|
|
|
|
|
2011-01-03 15:44:42 +00:00
|
|
|
* Mon Jan 03 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.0-25.P2
|
|
|
|
- Fix OMAPI (#666441)
|
|
|
|
|
2010-12-21 13:03:52 +00:00
|
|
|
* Tue Dec 21 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.0-24.P2
|
|
|
|
- Provide default /etc/dhcp/dhclient.conf
|
|
|
|
- Client always sends dhcp-client-identifier (#560361)
|
|
|
|
|
2010-12-15 18:53:02 +00:00
|
|
|
* Wed Dec 15 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.0-23.P2
|
|
|
|
- Add dhcp-common subpackage (#634673)
|
|
|
|
|
2010-12-13 10:36:02 +00:00
|
|
|
* Mon Dec 13 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.0-22.P2
|
|
|
|
- 4.2.0-P2: fix for CVE-2010-3616 (#662326)
|
|
|
|
- Use upstream fix for #628258
|
|
|
|
- Provide versioned symbols for rpmlint
|
|
|
|
|
2010-12-07 14:02:57 +00:00
|
|
|
* Tue Dec 07 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.0-21.P1
|
|
|
|
- Porting dhcpd/dhcpd6/dhcrelay services from SysV to Systemd
|
|
|
|
|
2010-11-23 18:37:21 +00:00
|
|
|
* Tue Nov 23 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.0-20.P1
|
|
|
|
- Remove explicit Obsoletes (#656310)
|
|
|
|
|
2010-11-19 11:07:45 +00:00
|
|
|
* Fri Nov 19 2010 Dan Horák <dan[at]danny.cz> - 12:4.2.0-19.P1
|
|
|
|
- fix build on sparc and s390
|
|
|
|
|
2010-11-09 16:00:03 +00:00
|
|
|
* Tue Nov 09 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.0-18.P1
|
|
|
|
- Applied Patrik Lahti's patch for DHCPv6 over PPP support (#626514)
|
|
|
|
|
2010-11-05 09:44:11 +00:00
|
|
|
* Fri Nov 05 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.0-17.P1
|
|
|
|
- fix broken dependencies
|
|
|
|
|
2010-11-04 19:10:20 +00:00
|
|
|
* Thu Nov 04 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.0-16.P1
|
|
|
|
- 4.2.0-P1: fix for CVE-2010-3611 (#649880)
|
2010-11-04 19:12:23 +00:00
|
|
|
- dhclient-script: when updating 'search' statement in resolv.conf,
|
|
|
|
add domain part of hostname if it's not already there (#637763)
|
2010-11-04 19:10:20 +00:00
|
|
|
|
2010-10-05 09:51:27 +00:00
|
|
|
* Wed Oct 20 2010 Adam Tkac <atkac redhat com> - 12:4.2.0-15
|
|
|
|
- build dhcp's libraries as shared libs instead of static libs
|
|
|
|
|
2010-10-01 11:48:58 +00:00
|
|
|
* Wed Oct 20 2010 Adam Tkac <atkac redhat com> - 12:4.2.0-14
|
|
|
|
- fire away bundled BIND source
|
|
|
|
|
2010-09-30 11:24:39 +00:00
|
|
|
* Wed Oct 20 2010 Adam Tkac <atkac redhat com> - 12:4.2.0-13
|
|
|
|
- improve PIE patch (build libraries with -fpic, not with -fpie)
|
|
|
|
|
2010-10-13 09:07:03 +00:00
|
|
|
* Wed Oct 13 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.0-12
|
|
|
|
- Server was ignoring client's
|
|
|
|
Solicit (where client included address/prefix as a preference) (#634842)
|
|
|
|
|
2010-10-07 15:48:46 +00:00
|
|
|
* Thu Oct 07 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.0-11
|
|
|
|
- Use ping instead of arping in dhclient-script to handle
|
|
|
|
not-on-local-net gateway in ARP-less device (#524298)
|
|
|
|
|
2010-10-07 11:48:09 +00:00
|
|
|
* Thu Oct 07 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.0-10
|
|
|
|
- Check whether there is any unexpired address in previous lease
|
|
|
|
prior to confirming (INIT-REBOOT) the lease (#585418)
|
|
|
|
|
2010-10-04 09:51:33 +00:00
|
|
|
* Mon Oct 04 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.0-9
|
|
|
|
- RFC 3442 - ignore Router option only if
|
|
|
|
Classless Static Routes option contains default router
|
|
|
|
|
2010-09-30 13:49:08 +00:00
|
|
|
* Thu Sep 30 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.0-8
|
|
|
|
- Explicitly clear the ARP cache and flush all addresses & routes
|
|
|
|
instead of bringing the interface down (#574568)
|
|
|
|
|
|
|
|
* Tue Sep 07 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.0-7
|
2010-09-07 15:20:06 +00:00
|
|
|
- Hardening dhcpd/dhcrelay/dhclient by making them PIE & RELRO
|
|
|
|
|
2010-09-30 13:49:08 +00:00
|
|
|
* Thu Sep 02 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.0-6
|
2010-09-02 16:43:01 +00:00
|
|
|
- Another fix for handling time values on 64-bit platforms (#628258)
|
|
|
|
|
2010-09-30 13:49:08 +00:00
|
|
|
* Wed Sep 01 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.0-5
|
2010-09-01 11:14:06 +00:00
|
|
|
- Fix parsing of lease file dates & times on 64-bit platforms (#628258)
|
|
|
|
|
2010-08-31 11:01:51 +00:00
|
|
|
* Tue Aug 31 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.0-4
|
|
|
|
- RFC 3442 - Classless Static Route Option for DHCPv4 (#516325)
|
|
|
|
|
2010-08-20 15:10:04 +00:00
|
|
|
* Fri Aug 20 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.0-3
|
|
|
|
- Add DHCRELAYARGS variable to /etc/sysconfig/dhcrelay
|
|
|
|
|
2010-07-30 13:00:38 +00:00
|
|
|
* Fri Jul 30 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.0-2
|
|
|
|
- Add 12-dhcpd NM dispatcher script (#565921)
|
|
|
|
- Rename 10-dhclient to 11-dhclient (10-sendmail already exists)
|
|
|
|
|
2010-07-21 16:56:35 +00:00
|
|
|
* Wed Jul 21 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.0-1
|
|
|
|
- 4.2.0: includes ldap-for-dhcp
|
|
|
|
|
2010-07-12 10:33:05 +00:00
|
|
|
* Mon Jul 12 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-26.P1
|
|
|
|
- Add LICENSE file to dhclient subpackage.
|
|
|
|
|
2010-07-01 09:40:16 +00:00
|
|
|
* Thu Jul 01 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-25.P1
|
2010-07-30 13:00:38 +00:00
|
|
|
- Adhere to Static Library Packaging Guidelines (#609605)
|
2010-07-01 09:40:16 +00:00
|
|
|
|
2010-06-29 10:24:33 +00:00
|
|
|
* Tue Jun 29 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-24.P1
|
|
|
|
- Fix parsing of date (#514828)
|
|
|
|
|
2013-02-22 10:55:16 +00:00
|
|
|
* Thu Jun 03 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-23.P1
|
2010-07-30 13:00:38 +00:00
|
|
|
- 4.1.1-P1: pair of bug fixes including one for CVE-2010-2156 (#601405)
|
2010-06-02 14:09:12 +00:00
|
|
|
- Compile with -fno-strict-aliasing
|
|
|
|
|
2010-05-03 14:44:05 +00:00
|
|
|
* Mon May 03 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-22
|
|
|
|
- Fix the initialization-delay.patch (#587070)
|
|
|
|
|
2010-04-29 15:24:42 +00:00
|
|
|
* Thu Apr 29 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-21
|
2010-05-03 14:44:05 +00:00
|
|
|
- Cut down the 0-4 second delay before sending first DHCPDISCOVER (#587070)
|
2010-04-29 15:24:42 +00:00
|
|
|
|
2010-04-28 18:57:07 +00:00
|
|
|
* Wed Apr 28 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-20
|
|
|
|
- Move /etc/NetworkManager/dispatcher.d/10-dhclient script
|
2010-07-30 13:00:38 +00:00
|
|
|
from dhcp to dhclient subpackage (#586999)
|
2010-04-28 18:57:07 +00:00
|
|
|
|
2010-04-28 14:05:21 +00:00
|
|
|
* Wed Apr 28 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-19
|
|
|
|
- Add domain-search to the list of default requested DHCP options (#586906)
|
|
|
|
|
2010-04-21 14:56:20 +00:00
|
|
|
* Wed Apr 21 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-18
|
|
|
|
- If the Reply was received in response to Renew or Rebind message,
|
|
|
|
client adds any new addresses in the IA option to the IA (#578097)
|
|
|
|
|
2010-04-19 10:35:29 +00:00
|
|
|
* Mon Apr 19 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-17
|
|
|
|
- Fill in Elapsed Time Option in Release/Decline messages (#582939)
|
|
|
|
|
2010-03-25 18:46:07 +00:00
|
|
|
* Thu Mar 25 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-16
|
|
|
|
- In client initiated message exchanges stop retransmission
|
|
|
|
upon reaching the MRD rather than at some point after it (#559153)
|
|
|
|
|
2010-03-24 11:06:45 +00:00
|
|
|
* Wed Mar 24 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-15
|
|
|
|
- In dhclient-script check whether bound address
|
|
|
|
passed duplicate address detection (DAD) (#559147)
|
|
|
|
- If the bound address failed DAD (is found to be in use on the link),
|
|
|
|
the dhcpv6 client sends a Decline message to the server
|
|
|
|
as described in section 18.1.7 of RFC-3315 (#559147)
|
|
|
|
|
2010-03-19 17:22:59 +00:00
|
|
|
* Fri Mar 19 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-14
|
|
|
|
- Fix UseMulticast.patch to not repeatedly parse dhcpd.conf for unicast option
|
|
|
|
- Fix dhclient-script to set interface MTU only when it's greater than 576 (#574629)
|
|
|
|
|
2010-03-12 20:18:59 +00:00
|
|
|
* Fri Mar 12 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-13
|
|
|
|
- Discard unicast Request/Renew/Release/Decline message
|
|
|
|
(unless we set unicast option) and respond with Reply
|
|
|
|
with UseMulticast Status Code option (#573090)
|
|
|
|
- Remove DHCPV6 OPERATION section from dhclient.conf.5
|
|
|
|
describing deprecated 'send dhcp6.oro' syntax
|
|
|
|
|
2010-02-25 17:16:43 +00:00
|
|
|
* Thu Feb 25 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-12
|
|
|
|
- Fix paths in man pages (#568031)
|
|
|
|
- Remove odd tests in %%preun
|
|
|
|
|
2010-02-22 16:11:24 +00:00
|
|
|
* Mon Feb 22 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-11
|
|
|
|
- Add interface-mtu to the list of default requested DHCP options (#566873)
|
|
|
|
|
2010-02-19 17:35:55 +00:00
|
|
|
* Fri Feb 19 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-10
|
|
|
|
- Fix pm-utils/sleep.d/ directory ownership conflict
|
|
|
|
|
2010-02-19 11:37:25 +00:00
|
|
|
* Fri Feb 19 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-9
|
|
|
|
- In dhclient-script:
|
|
|
|
- use ip command options '-4' or '-6' as shortcuts for '-f[amily] inet' resp. '-f[amily] inet6'
|
|
|
|
- do not use IP protocol family identifier with 'ip link'
|
|
|
|
|
2010-02-18 11:41:18 +00:00
|
|
|
* Thu Feb 18 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-8
|
|
|
|
- Fix installation of pm-utils script (#479639, c#16)
|
|
|
|
|
2010-02-16 17:48:50 +00:00
|
|
|
* Tue Feb 16 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-7
|
|
|
|
- ldap-for-dhcp-4.1.1-2 (#564810)
|
|
|
|
|
2010-02-16 11:06:49 +00:00
|
|
|
* Tue Feb 16 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-6
|
|
|
|
- Fix ldap patch to explicitly link with liblber (#564810)
|
|
|
|
|
2010-02-08 16:01:45 +00:00
|
|
|
* Mon Feb 08 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-5
|
|
|
|
- Fix dhclient-decline-backoff.patch (#562854)
|
|
|
|
|
2010-02-05 15:09:41 +00:00
|
|
|
* Fri Feb 05 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-4
|
|
|
|
- Fix dhclient-script to delete address which the client is going to release
|
|
|
|
as soon as it begins the Release message exchange process (#559142)
|
|
|
|
|
2010-02-03 17:48:51 +00:00
|
|
|
* Wed Feb 03 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-3
|
|
|
|
- move /etc/dhcp.conf to /etc/dhcp.conf.rpmsave in %%post (#561094)
|
|
|
|
- document -nc option in dhclient(8) man page
|
|
|
|
|
2010-02-02 12:28:55 +00:00
|
|
|
* Tue Feb 02 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-2
|
|
|
|
- Fix capability patch (#546765)
|
|
|
|
|
2010-01-20 17:07:47 +00:00
|
|
|
* Wed Jan 20 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-1
|
|
|
|
- Upgraded to ISC dhcp-4.1.1
|
|
|
|
|
2010-01-18 09:13:37 +00:00
|
|
|
* Mon Jan 18 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.0p1-18
|
|
|
|
- Hide startup info when starting dhcpd6 service.
|
|
|
|
- Remove -TERM from calling killproc when stopping dhcrelay (#555672)
|
|
|
|
|
2010-01-15 12:52:28 +00:00
|
|
|
* Fri Jan 15 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.0p1-17
|
|
|
|
- Added init script to also start dhcpd for IPv6 (#552453)
|
|
|
|
- Added dhcpd6.conf.sample
|
|
|
|
|
2010-01-07 07:37:30 +00:00
|
|
|
* Thu Jan 07 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.0p1-16
|
|
|
|
- Use %%global instead of %%define.
|
|
|
|
|
2009-12-14 10:56:21 +00:00
|
|
|
* Mon Dec 14 2009 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.0p1-15
|
|
|
|
- dhclient logs its pid to make troubleshooting NM managed systems
|
|
|
|
with multiple dhclients running easier (#546792)
|
|
|
|
|
2009-11-23 09:14:24 +00:00
|
|
|
* Mon Nov 23 2009 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.0p1-14
|
|
|
|
- Honor DEFROUTE=yes|no for all connection types (#530209)
|
|
|
|
|
2009-10-30 09:51:58 +00:00
|
|
|
* Fri Oct 30 2009 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.0p1-13
|
|
|
|
- Make dhclient-script add IPv6 address to interface (#531997)
|
|
|
|
|
2009-10-13 10:16:59 +00:00
|
|
|
* Tue Oct 13 2009 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.0p1-12
|
|
|
|
- Fix 56dhclient so network comes back after suspend/hibernate (#527641)
|
|
|
|
|
2009-09-24 09:29:34 +00:00
|
|
|
* Thu Sep 24 2009 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.0p1-11
|
|
|
|
- Make dhcpd and dhcrelay init scripts LSB compliant (#522134, #522146)
|
|
|
|
|
2009-09-22 00:18:21 +00:00
|
|
|
* Mon Sep 21 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0p1-10
|
|
|
|
- Obsolete the dhcpv6 and dhcpv6-client packages
|
|
|
|
|
2009-09-19 06:22:33 +00:00
|
|
|
* Fri Sep 18 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0p1-9
|
|
|
|
- Update dhclient-script with handlers for DHCPv6 states
|
|
|
|
|
2009-08-26 21:34:50 +00:00
|
|
|
* Wed Aug 26 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0p1-8
|
|
|
|
- Conditionalize restorecon calls in post scriptlets (#519479)
|
|
|
|
|
2009-08-26 19:29:18 +00:00
|
|
|
* Wed Aug 26 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0p1-7
|
|
|
|
- Do not require policycoreutils for post scriptlet (#519479)
|
|
|
|
|
2009-08-22 09:42:11 +00:00
|
|
|
* Fri Aug 21 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0p1-6
|
|
|
|
- BR libcap-ng-devel (#517649)
|
|
|
|
|
2009-08-19 01:14:35 +00:00
|
|
|
* Tue Aug 18 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0p1-5
|
|
|
|
- Drop unnecessary capabilities in dhclient (#517649)
|
|
|
|
|
2009-08-15 01:10:42 +00:00
|
|
|
* Fri Aug 14 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0p1-4
|
|
|
|
- Upgrade to latest ldap-for-dhcp patch which makes sure that only
|
|
|
|
dhcpd links with OpenLDAP (#517474)
|
|
|
|
|
2009-08-12 21:04:26 +00:00
|
|
|
* Wed Aug 12 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0p1-3
|
|
|
|
- Update NetworkManager dispatcher script to remove case conversion
|
|
|
|
and source /etc/sysconfig/network
|
|
|
|
|
2009-08-06 21:45:18 +00:00
|
|
|
* Thu Aug 06 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0p1-2
|
|
|
|
- Add /usr/lib[64]/pm-utils/sleep.d/56dhclient to handle suspend and
|
|
|
|
resume with active dhclient leases (#479639)
|
|
|
|
|
2009-08-05 23:59:10 +00:00
|
|
|
* Wed Aug 05 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0p1-1
|
|
|
|
- Upgrade to dhcp-4.1.0p1, which is the official upstream release to fix
|
|
|
|
CVE-2009-0692
|
|
|
|
|
2009-08-05 21:48:30 +00:00
|
|
|
* Wed Aug 05 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-27
|
|
|
|
- Fix for CVE-2009-0692
|
|
|
|
- Fix for CVE-2009-1892 (#511834)
|
|
|
|
|
2009-07-24 20:13:13 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:4.1.0-26
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-24 03:07:41 +00:00
|
|
|
* Thu Jul 23 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-25
|
|
|
|
- Include NetworkManager dispatcher script to run dhclient.d scripts (#459276)
|
|
|
|
|
2009-07-10 02:29:08 +00:00
|
|
|
* Thu Jul 09 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-24
|
|
|
|
- Ensure 64-bit platforms parse lease file dates & times correctly (#448615)
|
|
|
|
|
2009-07-09 20:08:40 +00:00
|
|
|
* Thu Jul 09 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-23
|
|
|
|
- Upgrade to ldap-for-dhcp-4.1.0-4
|
|
|
|
|
2009-07-02 21:18:24 +00:00
|
|
|
* Wed Jul 01 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-22
|
|
|
|
- Set permissions on /etc/dhcp to 0750 (#508247)
|
|
|
|
- Update to new ldap-for-dhcp patch set
|
|
|
|
- Correct problems when upgrading from a previous release and your
|
|
|
|
dhcpd.conf file not being placed in /etc/dhcp (#506600)
|
|
|
|
|
2009-06-27 00:01:46 +00:00
|
|
|
* Fri Jun 26 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-21
|
|
|
|
- Handle cases in add_timeout() where the function is called with a NULL
|
|
|
|
value for the 'when' parameter (#506626)
|
2009-06-27 03:17:04 +00:00
|
|
|
- Fix SELinux denials in dhclient-script when the script makes backup
|
|
|
|
configuration files and restores them later (#483747)
|
2009-06-27 00:01:46 +00:00
|
|
|
|
2009-05-06 17:31:05 +00:00
|
|
|
* Wed May 06 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-20
|
|
|
|
- Obsolete libdhcp4client <= 12:4.0.0-34.fc10 (#499290)
|
|
|
|
|
2009-04-21 02:39:32 +00:00
|
|
|
* Mon Apr 20 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-19
|
|
|
|
- Restrict interface names given on the dhcpd command line to length
|
|
|
|
IFNAMSIZ or shorter (#441524)
|
2009-04-21 20:41:30 +00:00
|
|
|
- Change to /etc/sysconfig/network-scripts in dhclient-script before
|
|
|
|
calling need_config or source_config (#496233)
|
2009-04-21 02:39:32 +00:00
|
|
|
|
2009-04-21 01:14:15 +00:00
|
|
|
* Mon Apr 20 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-18
|
|
|
|
- Make dhclient-script work with pre-configured wireless interfaces (#491157)
|
|
|
|
|
2009-04-17 21:48:50 +00:00
|
|
|
* Thu Apr 16 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-17
|
|
|
|
- Fix setting default route when client IP address changes (#486512, #473658)
|
|
|
|
- 'reload' and 'try-restart' on dhcpd and dhcrelay init scripts
|
|
|
|
will display usage information and return code 3
|
|
|
|
|
2009-04-13 21:56:00 +00:00
|
|
|
* Mon Apr 13 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-16
|
|
|
|
- Correct %%post problems in dhclient package (#495361)
|
|
|
|
- Read hooks scripts from /etc/dhcp (#495361)
|
|
|
|
- Update to latest ldap-for-dhcp
|
|
|
|
|
2009-04-04 01:50:27 +00:00
|
|
|
* Fri Apr 03 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-15
|
|
|
|
- Obsolete libdhcp and libdhcp-devel (#493547)
|
|
|
|
|
2009-04-03 02:53:24 +00:00
|
|
|
* Thu Apr 02 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-14
|
|
|
|
- Obsolete libdhcp and libdhcp-devel (#493547)
|
|
|
|
|
2009-04-01 05:08:05 +00:00
|
|
|
* Tue Mar 31 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-13
|
|
|
|
- dhclient obsoletes libdhcp4client (#493213)
|
|
|
|
- dhcp-devel obsolets libdhcp4client-devel (#493213)
|
|
|
|
|
2009-03-11 19:12:56 +00:00
|
|
|
* Wed Mar 11 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-12
|
|
|
|
- Fix problems with dhclient.d script execution (#488864)
|
|
|
|
|
2009-03-09 23:01:07 +00:00
|
|
|
* Mon Mar 09 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-11
|
|
|
|
- Use LDAP configuration patch from upstream tarball
|
|
|
|
|
2009-03-06 00:57:04 +00:00
|
|
|
* Thu Mar 05 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-10
|
|
|
|
- restorecon fixes for /etc/localtime and /etc/resolv.conf (#488470)
|
|
|
|
|
2009-02-24 11:39:09 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:4.1.0-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-19 03:23:10 +00:00
|
|
|
* Wed Feb 18 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-8
|
|
|
|
- Correct subsystem execution in dhclient-script (#486251)
|
|
|
|
|
2009-02-18 20:02:39 +00:00
|
|
|
* Wed Feb 18 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-7
|
|
|
|
- Do not segfault if the ipv6 kernel module is not loaded (#486097)
|
|
|
|
|
2009-02-18 04:12:59 +00:00
|
|
|
* Mon Feb 16 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-6
|
|
|
|
- Enable dhcpv6 support (#480798)
|
|
|
|
- Fix config file migration in scriptlets (#480543)
|
|
|
|
- Allow dhclient-script expansion with /etc/dhcp/dhclient.d/*.sh scripts
|
|
|
|
|
2009-01-15 20:28:23 +00:00
|
|
|
* Thu Jan 15 2009 Tomas Mraz <tmraz@redhat.com> - 12:4.1.0-5
|
|
|
|
- rebuild with new openssl
|
|
|
|
|
2009-01-13 14:45:32 +00:00
|
|
|
* Tue Jan 13 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-4
|
|
|
|
- Updated LSB init script header to reference /etc/dhcp/dhcpd.conf (#479012)
|
|
|
|
|
2009-01-11 20:07:56 +00:00
|
|
|
* Sun Jan 11 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-3
|
|
|
|
- Correct syntax errors in %%post script (#479012)
|
|
|
|
|
2009-01-10 16:38:36 +00:00
|
|
|
* Sat Jan 10 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-2
|
|
|
|
- Make sure all /etc/dhcp config files are marked in the manifest
|
|
|
|
- Include new config file directies in the dhcp and dhclient packages
|
|
|
|
- Do not overwrite new config files if they already exist
|
|
|
|
|
2009-01-06 23:50:29 +00:00
|
|
|
* Tue Jan 06 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-1
|
|
|
|
- Upgraded to ISC dhcp-4.1.0
|
|
|
|
- Had to rename the -T option to -timeout as ISC is now using -T
|
|
|
|
- Allow package rebuilders to easily enable DHCPv6 support with:
|
|
|
|
rpmbuild --with DHCPv6 dhcp.spec
|
|
|
|
Note that Fedora is still using the 'dhcpv6' package, but some
|
|
|
|
users may want to experiment with the ISC DHCPv6 implementation
|
|
|
|
locally.
|
|
|
|
|
2009-01-05 22:45:37 +00:00
|
|
|
* Thu Dec 18 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-34
|
|
|
|
- Move /etc/dhclient.conf to /etc/dhcp/dhclient.conf
|
|
|
|
- Move /etc/dhcpd.conf to /etc/dhcp/dhcpd.conf
|
|
|
|
|
2008-12-18 22:47:13 +00:00
|
|
|
* Thu Dec 18 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-33
|
|
|
|
- Remove unnecessary success/failure lines in init scripts (#476846)
|
|
|
|
|
2008-12-04 22:08:05 +00:00
|
|
|
* Wed Dec 03 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-32
|
|
|
|
- Enable LDAP/SSL support in dhcpd (#467740)
|
|
|
|
- Do not calculate a prefix for an address we did not receive (#473885)
|
|
|
|
- Removed libdhcp4client because libdhcp has been removed from Fedora
|
|
|
|
|
2008-10-29 23:35:06 +00:00
|
|
|
* Wed Oct 29 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-31
|
|
|
|
- Use O_CLOEXEC in open(2) calls and "e" mode in fopen(3) calls, build
|
|
|
|
with -D_GNU_SOURCE so we pick up O_CLOEXEC (#468984)
|
|
|
|
- Add missing prototype for validate_port() in common/inet.c
|
|
|
|
|
2008-10-23 20:07:49 +00:00
|
|
|
* Thu Oct 23 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-30
|
|
|
|
- Fix dhclient.conf man page and sample config file to say 'supersede
|
|
|
|
domain-search', which is what was actually demonstrated (#467955)
|
|
|
|
|
2008-10-01 22:38:30 +00:00
|
|
|
* Wed Oct 01 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-29
|
|
|
|
- Make sure /etc/resolv.conf has restorecon run on it (#451560)
|
|
|
|
|
2008-10-01 02:28:51 +00:00
|
|
|
* Tue Sep 30 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-28
|
|
|
|
- Forgot to actually include <errno.h> (#438149)
|
|
|
|
|
2008-10-01 02:19:04 +00:00
|
|
|
* Tue Sep 30 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-27
|
|
|
|
- Fix patch fuzziness and include errno.h in includes/dhcpd.h (#438149)
|
|
|
|
|
2008-10-01 01:58:39 +00:00
|
|
|
* Tue Sep 30 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-26
|
|
|
|
- Validate port numbers for dhclient, dhcpd, and dhcrelay to ensure
|
|
|
|
that are within the correct range (#438149)
|
|
|
|
|
2008-09-29 19:13:30 +00:00
|
|
|
* Mon Sep 29 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-25
|
2008-09-29 19:09:29 +00:00
|
|
|
- Fix dhcpd so it can find configuration data via LDAP (#452985)
|
2008-09-17 00:42:00 +00:00
|
|
|
|
2008-09-29 19:13:30 +00:00
|
|
|
* Tue Sep 16 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-24
|
|
|
|
- 'server' -> 'service' in dhclient-script (#462343)
|
|
|
|
|
2008-08-29 21:52:04 +00:00
|
|
|
* Fri Aug 29 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-23
|
|
|
|
- Prevent $metric from being set to '' (#460640)
|
|
|
|
- Remove unnecessary warning messages
|
|
|
|
- Do not source config file (ifcfg-DEVICE) unless it exists
|
|
|
|
|
2008-08-25 01:31:58 +00:00
|
|
|
* Sun Aug 24 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-22
|
|
|
|
- Add missing '[' to dhclient-script (#459860)
|
|
|
|
- Correct test statement in add_default_gateway() in dhclient-script (#459860)
|
|
|
|
|
2008-08-23 21:05:07 +00:00
|
|
|
* Sat Aug 23 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-21
|
|
|
|
- Fix syntax error in dhclient-script (#459860)
|
|
|
|
|
2008-08-22 21:05:05 +00:00
|
|
|
* Fri Aug 22 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-20
|
|
|
|
- Rewrite of /sbin/dhclient-script (make the script a little more readable,
|
|
|
|
discontinue use of ifconfig in favor of ip, store backup copies of orig
|
|
|
|
files in /var rather than in /etc)
|
|
|
|
|
2008-08-06 19:49:47 +00:00
|
|
|
* Wed Aug 06 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-19
|
|
|
|
- Remove 'c' from the domain-search format string in common/tables.c
|
|
|
|
- Prevent \032 from appearing in resolv.conf search line (#450042)
|
|
|
|
- Restore SELinux context on saved /etc files (#451560)
|
|
|
|
|
2008-08-03 20:28:49 +00:00
|
|
|
* Sun Aug 03 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 12:4.0.0-18
|
|
|
|
- filter out false positive perl requires
|
|
|
|
|
2008-08-01 21:16:41 +00:00
|
|
|
* Fri Aug 01 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-17
|
2008-07-25 01:21:14 +00:00
|
|
|
- Carry over RES_OPTIONS from ifcfg-ethX files to /etc/resolv.conf (#202923)
|
|
|
|
- Clean up Requires tags for devel packages
|
2008-08-01 21:16:41 +00:00
|
|
|
- Allow SEARCH variable in ifcfg files to override search path (#454152)
|
|
|
|
- Do not down interface if there is an active lease (#453982)
|
|
|
|
- Clean up how dhclient-script restarts ypbind
|
2008-08-01 22:16:38 +00:00
|
|
|
- Set close-on-exec on dhclient.leases for SELinux (#446632)
|
2008-07-25 01:21:14 +00:00
|
|
|
|
2008-06-21 20:14:17 +00:00
|
|
|
* Sat Jun 21 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-16
|
|
|
|
- Remove instaces of \032 in domain search option (#450042)
|
|
|
|
- Make 'service dhcpd configtest' display text indicating the status
|
|
|
|
|
2008-05-17 00:18:13 +00:00
|
|
|
* Fri May 16 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-15
|
|
|
|
- Set close-on-exec on dhclient.leases for SELinux (#446632)
|
|
|
|
|
2008-04-01 20:29:33 +00:00
|
|
|
* Tue Apr 01 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-14
|
|
|
|
- Avoid dhclient crash when run via NetworkManager (#439796)
|
|
|
|
|
2008-03-26 04:53:54 +00:00
|
|
|
* Tue Mar 25 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-13
|
|
|
|
- Update dhclient-script to handle domain-search correctly (#437840)
|
|
|
|
|
2008-03-26 03:30:22 +00:00
|
|
|
* Tue Mar 25 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-12
|
|
|
|
- Remove Requires on openldap-server (#432180)
|
|
|
|
- Replace CLIENTBINDIR, ETCDIR, DBDIR, and RUNDIR in the man pages with the
|
|
|
|
correct paths
|
|
|
|
|
2008-02-14 02:38:19 +00:00
|
|
|
* Wed Feb 13 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-11
|
|
|
|
- Add missing newline to usage() screen in dhclient
|
|
|
|
|
2008-02-08 02:15:14 +00:00
|
|
|
* Thu Feb 07 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-10
|
|
|
|
- Save conf files adding '.predhclient.$interface' to the name (#306381)
|
|
|
|
- Only restore conf files on EXPIRE/FAIL/RELEASE/STOP if there are no other
|
|
|
|
dhclient processes running (#306381)
|
|
|
|
|
2008-02-07 00:47:26 +00:00
|
|
|
* Wed Feb 06 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-9
|
|
|
|
- Match LDAP server option values in stables.c and dhcpd.h (#431003)
|
|
|
|
- Fix invalid sprintf() statement in server/ldap.c (#431003)
|
|
|
|
|
2008-02-06 20:06:09 +00:00
|
|
|
* Wed Feb 06 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-8
|
|
|
|
- Remove invalid fclose() patch
|
|
|
|
|
2008-02-06 04:08:49 +00:00
|
|
|
* Tue Feb 05 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-7
|
|
|
|
- Don't leak /var/lib/dhclient/dhclient.leases file descriptors (#429890)
|
|
|
|
|
2008-01-23 04:10:09 +00:00
|
|
|
* Tue Jan 22 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-6
|
|
|
|
- read_function() comes from the LDAP patch, so fix it there
|
|
|
|
- Init new struct universe structs in libdhcp4client so we don't crash on
|
|
|
|
multiple DHCP attempts (#428203)
|
|
|
|
|
2008-01-17 22:54:44 +00:00
|
|
|
* Thu Jan 17 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-5
|
|
|
|
- Patch read_function() to handle size_t from read() correctly (#429207)
|
|
|
|
|
2008-01-17 02:23:35 +00:00
|
|
|
* Wed Jan 16 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-4
|
|
|
|
- Fix dhclient.lease file parsing problems (#428785)
|
|
|
|
- Disable IPv6 support for now as we already ship dhcpv6 (#428987)
|
|
|
|
|
2008-01-16 00:30:01 +00:00
|
|
|
* Tue Jan 15 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-3
|
|
|
|
- Fix segfault in next_iface4() and next_iface6() (#428870)
|
|
|
|
|
2008-01-15 00:46:50 +00:00
|
|
|
* Mon Jan 14 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-2
|
|
|
|
- -fvisibility fails me again
|
|
|
|
|
2008-01-14 21:05:18 +00:00
|
|
|
* Mon Jan 14 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-1
|
2008-01-13 21:02:47 +00:00
|
|
|
- Upgrade to ISC dhcp-4.0.0 (#426634)
|
|
|
|
- first ISC release to incorporate DHCPv6 protocol support
|
|
|
|
- source tree now uses GNU autoconf/automake
|
|
|
|
- Removed the libdhcp4client-static package
|
|
|
|
|
2007-12-05 01:34:29 +00:00
|
|
|
* Tue Dec 04 2007 David Cantrell <dcantrell@redhat.com> - 12:3.1.0-12
|
|
|
|
- Requires line fixes
|
|
|
|
|
2007-12-05 01:04:07 +00:00
|
|
|
* Tue Dec 04 2007 David Cantrell <dcantrell@redhat.com> - 12:3.1.0-11
|
|
|
|
- Postinstall script fixes
|
|
|
|
|
2007-11-27 01:57:19 +00:00
|
|
|
* Mon Nov 19 2007 David Cantrell <dcantrell@redhat.com> - 12:3.1.0-10
|
|
|
|
- Remove dhcdbd check from dhcpd init script
|
|
|
|
|
2007-11-15 18:34:00 +00:00
|
|
|
* Thu Nov 15 2007 David Cantrell <dcantrell@redhat.com> - 12:3.1.0-9
|
|
|
|
- Fix chkconfig lines in dhcpd and dhcrelay init scripts (#384431)
|
2007-11-15 18:37:10 +00:00
|
|
|
- Improve preun scriptlet
|
2007-11-15 18:34:00 +00:00
|
|
|
|
2007-11-12 23:16:08 +00:00
|
|
|
* Mon Nov 12 2007 David Cantrell <dcantrell@redhat.com> - 12:3.1.0-8
|
|
|
|
- Put dhcp.schema in /etc/openldap/schema (#330471)
|
|
|
|
- Remove manpages patch and keep modified man pages as Source files
|
|
|
|
- Improve dhclient.8 man page to list options in a style consistent
|
|
|
|
with most other man pages on the planet
|
|
|
|
- Upgrade to latest dhcp LDAP patch, which brings in a new dhcpd-conf-to-ldap
|
|
|
|
script, updated schema file, and other bug fixes including SSL support for
|
|
|
|
LDAP authentication (#375711)
|
|
|
|
- Do not run dhcpd and dhcrelay services by default (#362321)
|
|
|
|
|
2007-10-27 01:39:13 +00:00
|
|
|
* Fri Oct 26 2007 David Cantrell <dcantrell@redhat.com> - 12:3.1.0-7
|
|
|
|
- libdhcp4client-devel requires openldap-devel
|
|
|
|
|
2007-10-25 20:41:52 +00:00
|
|
|
* Thu Oct 25 2007 David Cantrell <dcantrell@redhat.com> - 12:3.1.0-6
|
|
|
|
- Rename Makefile.dist to Makefile.libdhcp4client
|
|
|
|
- Spec file cleanups
|
|
|
|
- Include stdarg.h in libdhcp_control.h
|
|
|
|
|
2007-10-25 15:34:15 +00:00
|
|
|
* Thu Oct 25 2007 David Cantrell <dcantrell@redhat.com> - 12:3.1.0-5
|
2007-10-25 15:39:53 +00:00
|
|
|
- Remove chkconfig usage for ypbind in dhclient-script (#351211)
|
2007-10-25 15:34:15 +00:00
|
|
|
- Combine dhcp-static and dhcp-devel packages since there are no shared
|
|
|
|
libraries offered
|
|
|
|
- Remove Requires: openldap-devel on dhcp-devel and libdhcp4client-devel
|
|
|
|
- Make libdhcp4client-devel require dhcp-devel (for libdhcp_control.h)
|
|
|
|
- Do not make dhcp-devel require the dhcp package, those are independent
|
|
|
|
|
2007-10-24 19:22:41 +00:00
|
|
|
* Wed Oct 24 2007 David Cantrell <dcantrell@redhat.com> - 12:3.1.0-4
|
|
|
|
- Install libdhcp_control.h to /usr/include/isc-dhcp/libdhcp_control.h
|
|
|
|
- Update libdhcp4client patch to use new libdhcp_control.h location
|
|
|
|
- Remove __fedora_contrib/ subdirectory in /usr/share/doc/dhcp-3.1.0,
|
|
|
|
install those docs to /usr/share/doc/dhcp-3.1.0
|
|
|
|
|
2007-10-24 18:15:23 +00:00
|
|
|
* Wed Oct 24 2007 David Cantrell <dcantrell@redhat.com> - 12:3.1.0-3
|
|
|
|
- Remove ISC.Cflags variable from libdhcp4client.pc
|
|
|
|
|
2007-10-24 17:50:43 +00:00
|
|
|
* Wed Oct 24 2007 David Cantrell <dcantrell@redhat.com> - 12:3.1.0-2
|
2007-10-24 17:47:43 +00:00
|
|
|
- Fix 'restart' mode in init script (#349341)
|
|
|
|
|
2007-10-23 19:04:57 +00:00
|
|
|
* Tue Oct 23 2007 David Cantrell <dcantrell@redhat.com> - 12:3.1.0-1
|
|
|
|
- Upgrade to ISC dhcp-3.1.0
|
|
|
|
- Remove unnecessary /usr/include/dhcp4client/isc_dhcp headers
|
|
|
|
- Make sure restorecon is run on /var/lib/dhcpd/dhcpd.leases (#251688)
|
|
|
|
- Install dhcp.schema to /etc/openldap/dhcp.schema (#330471)
|
|
|
|
|
2007-10-08 17:58:17 +00:00
|
|
|
* Mon Oct 08 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.6-8
|
|
|
|
- Init script fixes (#320761)
|
|
|
|
- Removed linux.dbus-example script since we aren't using dhcdbd now
|
|
|
|
- Remove dhcdbd leftovers from dhclient-script (#306381)
|
|
|
|
|
2007-09-26 19:39:59 +00:00
|
|
|
* Wed Sep 26 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.6-7
|
|
|
|
- In dhcp.conf.5, explain that if no next-server statement applies to the
|
|
|
|
requesting client, the address 0.0.0.0 is used (#184484).
|
|
|
|
|
2007-09-26 19:20:47 +00:00
|
|
|
* Wed Sep 26 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.6-6
|
|
|
|
- Init script fixes for dhcpd and dhcrelay (#278601)
|
|
|
|
|
2007-09-10 15:06:40 +00:00
|
|
|
* Mon Sep 10 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.6-5
|
|
|
|
- Fix typos in ldap.c and correct LDAP macros (#283391)
|
|
|
|
|
2007-09-04 15:54:47 +00:00
|
|
|
* Tue Sep 04 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.6-4
|
|
|
|
- Do not override manually configured NTP servers in /etc/ntp.conf (#274761)
|
|
|
|
|
2007-08-16 18:33:06 +00:00
|
|
|
* Wed Aug 15 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.6-3
|
|
|
|
- Remove the -x switch enabling extended new option info. If given to
|
|
|
|
dhclient now, it's ignored.
|
|
|
|
|
2007-07-18 09:41:26 +00:00
|
|
|
* Wed Jul 18 2007 Florian La Roche <laroche@redhat.com> - 12:3.0.6-2
|
|
|
|
- use a new macro name vendor -> vvendor to not overwrite the
|
|
|
|
RPMTAG_VENDOR setting
|
|
|
|
|
2007-07-10 18:59:53 +00:00
|
|
|
* Tue Jul 10 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.6-1
|
|
|
|
- Upgrade to ISC dhcp-3.0.6
|
|
|
|
- Remove the -TERM option from killproc command (#245317)
|
|
|
|
|
2007-06-20 17:25:50 +00:00
|
|
|
* Wed Jun 20 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-37
|
|
|
|
- For init script functions, echo new line after OK or FAIL msg (#244956)
|
|
|
|
|
2007-06-15 23:01:44 +00:00
|
|
|
* Fri Jun 15 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-36
|
|
|
|
- BOOTP_BROADCAST_ALWAYS is not the same as ATSFP, fixed
|
|
|
|
- Added anycast mac support to dhclient for OLPC
|
|
|
|
|
2007-05-22 20:11:01 +00:00
|
|
|
* Tue May 22 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-35
|
|
|
|
- Disable -fvisibility=hidden for now as it breaks dhcpv4_client() from
|
|
|
|
the shared library (#240804)
|
|
|
|
|
2007-04-26 19:01:43 +00:00
|
|
|
* Thu Apr 26 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-34
|
|
|
|
- Init script fixes (#237985, #237983)
|
|
|
|
- Reference correct scripts in dhclient-script.8 man page (#238036)
|
|
|
|
|
2007-04-20 16:54:05 +00:00
|
|
|
* Fri Apr 20 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-33
|
|
|
|
- Rename -devel-static packages to -static (#225691)
|
|
|
|
|
2007-04-17 14:45:46 +00:00
|
|
|
* Tue Apr 17 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-32
|
|
|
|
- Added missing newline on usage() screen in dhclient
|
|
|
|
|
2007-04-11 20:12:51 +00:00
|
|
|
* Thu Apr 12 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-31
|
|
|
|
- Spec file cleanups (#225691)
|
|
|
|
- Put libdhcpctl.a and libomapi.a in dhcp-devel-static package
|
|
|
|
- Put libdhcp4client.a in libdhcp4client-devel-static package
|
|
|
|
|
2007-04-11 14:29:18 +00:00
|
|
|
* Wed Apr 11 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-30
|
|
|
|
- Enable Xen patch again, kernel bits present (#231444)
|
|
|
|
|
2007-04-09 21:44:55 +00:00
|
|
|
* Tue Apr 10 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-29
|
|
|
|
- Spec file cleanups (#225691)
|
|
|
|
|
2007-04-09 18:37:48 +00:00
|
|
|
* Mon Apr 09 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-28
|
|
|
|
- Remove Xen patch (#235649, from RHEL-5, doesn't work correctly for Fedora)
|
|
|
|
|
2007-04-01 20:52:27 +00:00
|
|
|
* Sun Apr 01 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-27
|
|
|
|
- Ensure that Perl and Perl modules are not added as dependencies (#234688)
|
|
|
|
- Reorganize patches by feature/bug per packaging guidelines (#225691)
|
|
|
|
- Move the following files from patches to source files:
|
|
|
|
linux.dbus-example, linux, Makefile.dist, dhcp4client.h, libdhcp_control.h
|
|
|
|
- Compile with -fno-strict-aliasing as ISC coding standards generally don't
|
|
|
|
agree well with gcc 4.x.x
|
|
|
|
|
2007-03-21 15:33:30 +00:00
|
|
|
* Wed Mar 21 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-26
|
|
|
|
- Fix formatting problems in dhclient man page (#233076).
|
|
|
|
|
2007-03-05 18:19:42 +00:00
|
|
|
* Mon Mar 05 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-25
|
|
|
|
- Man pages need 0644 permissions (#222572)
|
|
|
|
|
2007-03-05 16:02:22 +00:00
|
|
|
* Thu Mar 01 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-24
|
|
|
|
- Include contrib/ subdirectory in /usr/share/doc (#230476)
|
|
|
|
- Added back Requires for perl since dhcpd-conf-to-ldap needs it (#225691)
|
|
|
|
- Put copies of dhcp-options and dhcp-eval man pages in the dhcp and
|
|
|
|
dhclient packages rather than having the elaborate symlink collection
|
|
|
|
- Explicitly name man pages in the %%files listings
|
|
|
|
- Use the %%{_sysconfdir} and %%{_initrddir} macros (#225691)
|
|
|
|
- Use macros for commands in %%build and %%install
|
|
|
|
- Split README.ldap, draft-ietf-dhc-ldap-schema-01.txt, and
|
|
|
|
dhcpd-conf-to-ldap.pl out of the LDAP patch
|
|
|
|
- Split linux.dbus-example script out of the extended new option info patch
|
|
|
|
- Remove unnecessary changes from the Makefile patch
|
|
|
|
|
2007-02-28 11:36:49 +00:00
|
|
|
* Wed Feb 28 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-23
|
|
|
|
- Update Xen partial checksums patch
|
|
|
|
- Remove perl Requires (#225691)
|
|
|
|
- Make dhcp-devel depend on dhcp = e:v-r (#225691)
|
|
|
|
- libdhcp4client-devel Requires pkgconfig (#225691)
|
|
|
|
- Do not add to RPM_OPT_FLAGS, use COPTS variable instead (#225691)
|
|
|
|
- Use %%{buildroot} macro instead of RPM_BUILD_ROOT variable (#225691)
|
|
|
|
- Preserve timestamps on all installed data files (#225691)
|
|
|
|
- Remove dhcp-options.5.gz and dhcp-eval.5.gz symlinking in post (#225691)
|
|
|
|
- Use %%defattr(-,root,root,-) (#225691)
|
|
|
|
- Do not flag init scripts as %%config in %%files section (#225691)
|
|
|
|
|
2007-02-27 16:50:17 +00:00
|
|
|
* Tue Feb 27 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-22
|
|
|
|
- Change license field to say ISC
|
|
|
|
|
2007-02-17 23:08:12 +00:00
|
|
|
* Sat Feb 17 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-21
|
|
|
|
- Obsoletes dhcpcd <= 1.3.22 (#225691)
|
|
|
|
|
2007-02-17 04:31:07 +00:00
|
|
|
* Fri Feb 16 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-20
|
|
|
|
- Review cleanups (#225691)
|
|
|
|
|
2007-02-09 18:57:19 +00:00
|
|
|
* Fri Feb 09 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-19
|
|
|
|
- Require openldap-devel on dhcp-devel and libdhcp4client-devel packages
|
|
|
|
|
2007-02-09 02:40:12 +00:00
|
|
|
* Thu Feb 08 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-18
|
|
|
|
- Fix libdhcp4client visibility _again_ (#198496)
|
|
|
|
|
2007-02-08 15:51:30 +00:00
|
|
|
* Thu Feb 08 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-17
|
|
|
|
- Remove period from summary line (package review)
|
|
|
|
- Use preferred BuildRoot (package review)
|
|
|
|
|
2007-02-04 19:34:53 +00:00
|
|
|
* Sun Feb 04 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-16
|
|
|
|
- Disable xen-checksums patch for now as it breaks dhclient (#227266)
|
|
|
|
- Updated fix-warnings patch
|
|
|
|
|
2007-02-04 18:51:19 +00:00
|
|
|
* Sun Feb 04 2007 David Woodhouse <dwmw2@redhat.com> - 12:3.0.5-15
|
|
|
|
- Fix broken file reading due to LDAP patch
|
|
|
|
|
2007-02-02 20:41:01 +00:00
|
|
|
* Fri Feb 02 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-14
|
|
|
|
- Only export the symbols we want in libdhcp4client (#198496)
|
|
|
|
|
2007-02-01 18:57:30 +00:00
|
|
|
* Wed Jan 31 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-13
|
|
|
|
- Add support for dhcpd(8) to read dhcpd.conf from an LDAP server (#224352)
|
|
|
|
- Remove invalid ja_JP.eucJP man pages from /usr/share/doc
|
|
|
|
|
2007-01-31 22:35:20 +00:00
|
|
|
* Wed Jan 31 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-12
|
|
|
|
- Rebuild
|
|
|
|
|
2007-01-30 22:51:33 +00:00
|
|
|
* Tue Jan 30 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-11
|
|
|
|
- Remove FORTIFY_SOURCE=0 leftovers from testing last week (whoops)
|
|
|
|
|
2007-01-30 18:37:21 +00:00
|
|
|
* Tue Jan 30 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-10
|
|
|
|
- Fix Xen networking problems with partial checksums (#221964)
|
|
|
|
|
2007-01-29 22:19:06 +00:00
|
|
|
* Mon Jan 29 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-9
|
|
|
|
- Remove dhcptables.pl from the source package
|
|
|
|
- Mark libres.a symbols hidden (#198496)
|
|
|
|
- Set DT_SONAME on libdhcp4client to libdhcp4client-VERSION.so.0
|
|
|
|
- Make function definition for dst_hmac_md5_init() match the prototype
|
|
|
|
|
2006-11-29 15:55:39 +00:00
|
|
|
* Wed Nov 29 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-8
|
|
|
|
- Roll md5 patch in to libdhcp4client patch since it's related
|
|
|
|
- Do not overwrite /etc/ntp/step-tickers (#217663)
|
|
|
|
- Resolves: rhbz#217663
|
|
|
|
|
2006-11-22 20:28:24 +00:00
|
|
|
* Wed Nov 22 2006 Peter Jones <pjones@redhat.com> - 12:3.0.5-7
|
|
|
|
- Build the MD5 functions we link against.
|
|
|
|
|
2006-11-16 20:31:12 +00:00
|
|
|
* Thu Nov 16 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-6
|
|
|
|
- Set permission of libdhcp4client.so.1 to 0755 (#215910)
|
|
|
|
|
2006-11-14 21:04:46 +00:00
|
|
|
* Tue Nov 14 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-5
|
|
|
|
- Do not link res_query.o in to libdhcp4client (#215501)
|
|
|
|
|
2006-11-14 03:48:34 +00:00
|
|
|
* Mon Nov 13 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-4
|
|
|
|
- Enable relinquish_timeouts() and cancel_all_timeouts() even when
|
|
|
|
DEBUG_MEMORY_LEAKAGE_ON_EXIT is not defined
|
|
|
|
- Add prototypes for b64_pton() and b64_ntop in dst/
|
|
|
|
- Move variable declarations and labels around in the fix-warnings patch
|
|
|
|
- Expand the list of objects needed for libdhcp4client (#215328)
|
|
|
|
- Use libres.a in libdhcp4client since it gives correct minires objects
|
|
|
|
- Remove the dhcp options table in C, Perl, Python, and text format (these
|
|
|
|
were reference files added to /usr/share/doc)
|
|
|
|
|
2006-11-13 18:04:31 +00:00
|
|
|
* Mon Nov 13 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-3
|
|
|
|
- Remove struct universe *universe from envadd_state in the client patch
|
|
|
|
- Add struct universe *universe to envadd_state in the enoi patch
|
|
|
|
- Add example dbusified dhclient-script in the enoi patch
|
|
|
|
|
2006-11-10 17:02:31 +00:00
|
|
|
* Fri Nov 10 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-2
|
2006-11-09 21:09:46 +00:00
|
|
|
- Change the way libdhcp4client is compiled (patch main source, create new
|
|
|
|
Makefile rather than copy and patch code after main patches)
|
|
|
|
- Fix up problems generating compiler warnings
|
|
|
|
- Use 'gcc' for making dependencies
|
2006-11-10 17:02:31 +00:00
|
|
|
- Pass -fPIC instead of -fpie/-fPIE in compiler flags
|
|
|
|
- Combine the extended new option info changes in to one patch file (makes
|
|
|
|
it easier for outside projects that want to use dhcdbd and NetworkManager)
|
2006-11-09 21:09:46 +00:00
|
|
|
|
2006-11-07 15:49:44 +00:00
|
|
|
* Tue Nov 07 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-1
|
|
|
|
- Upgrade to ISC dhcp-3.0.5
|
|
|
|
|
2006-10-27 22:10:38 +00:00
|
|
|
* Fri Oct 27 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.4-24
|
|
|
|
- Put typedef for dhcp_state_e before it's used in libdhcp_control.h (#212612)
|
|
|
|
- Remove dhcpctl.3 from minires/Makefile.dist because it's in dhcpctl
|
|
|
|
- Remove findptrsize.c and just set compiler flag for ppc64 and s390x
|
|
|
|
|
2006-10-14 16:02:20 +00:00
|
|
|
* Sat Oct 14 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.4-23
|
|
|
|
- Remove NODEBUGINFO junk from the spec file as well as old/unused code
|
|
|
|
- Rolled all 68 patches in to one patch since more than half of them get
|
|
|
|
overridden by later patches anyway.
|
|
|
|
|
2006-10-13 18:34:52 +00:00
|
|
|
* Fri Oct 13 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.4-22
|
|
|
|
- Send usage() screen in dhclient to stdout rather than the syslog (#210524)
|
|
|
|
|
2006-09-11 15:19:54 +00:00
|
|
|
* Mon Sep 11 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.4-21
|
|
|
|
- Rebuild (#205505)
|
|
|
|
|
2006-08-18 20:12:01 +00:00
|
|
|
* Fri Aug 18 2006 Jesse Keating <jkeating@redhat.com> - 12:3.0.4-20
|
|
|
|
- rebuilt with latest binutils to pick up 64K -z commonpagesize on ppc*
|
|
|
|
(#203001)
|
|
|
|
|
2006-08-17 21:42:39 +00:00
|
|
|
* Thu Aug 17 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.4-19
|
|
|
|
- Fix mkdir problem in libdhcp4client.Makefile
|
|
|
|
|
2006-08-17 21:22:10 +00:00
|
|
|
* Thu Aug 17 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.4-18
|
|
|
|
- Fix dhclient on s390x platform (#202911)
|
|
|
|
|
2006-07-12 05:37:07 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 12:3.0.4-17.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-06-28 19:36:42 +00:00
|
|
|
* Wed Jun 28 2006 Peter Jones <pjones@redhat.com> - 12:3.0.4-17
|
|
|
|
- export timeout cancellation functions in libdhcp4client
|
|
|
|
|
|
|
|
* Wed Jun 28 2006 Florian La Roche <laroche@redhat.com> - 12:3.0.4-16
|
2006-06-28 12:19:52 +00:00
|
|
|
- add proper coreutils requires for the scripts
|
|
|
|
|
2006-06-22 18:17:27 +00:00
|
|
|
* Thu Jun 22 2006 Peter Jones <pjones@redhat.com> - 12:3.0.4-15
|
|
|
|
- Make timeout dispatch code not recurse while traversing a linked
|
|
|
|
list, so it doesn't try to free an entries that have been removed.
|
2006-06-22 18:55:54 +00:00
|
|
|
(bz #195723)
|
2006-06-22 18:17:27 +00:00
|
|
|
- Don't patch in a makefile, do it in the spec.
|
|
|
|
|
2006-06-08 18:24:16 +00:00
|
|
|
* Thu Jun 08 2006 Jason Vas Dias <jvdias@redhat.com> - 12:3.0.4-14
|
|
|
|
- fix bug 191461: preserve ntp.conf local clock fudge statements
|
|
|
|
- fix bug 193047: both dhcp and dhclient need to ship common
|
|
|
|
man-pages: dhcp-options(5) dhcp-eval(5)
|
|
|
|
|
2006-05-30 16:04:58 +00:00
|
|
|
* Tue May 30 2006 Jason Vas Dias <jvdias@redhat.com> - 12:3.0.4-12
|
|
|
|
- Make -R option take effect in per-interface client configs
|
|
|
|
|
2006-05-26 23:43:01 +00:00
|
|
|
* Fri May 26 2006 Jason Vas Dias <jvdias@redhat.com> - 12:3.0.4-10
|
|
|
|
- fix bug 193047: allow $METRIC to be specified for dhclient routes
|
|
|
|
- add a '-R <request option list>' dhclient argument
|
|
|
|
|
2006-05-26 17:12:09 +00:00
|
|
|
* Fri May 26 2006 Jason Vas Dias <jvdias@redhat.com> - 12:3.0.4-8.1
|
|
|
|
- fix a libdhcp4client memory leak (1 strdup) and
|
|
|
|
fill in client->packet.siaddr before bind_lease() for pump
|
|
|
|
nextServer option.
|
|
|
|
|
|
|
|
* Fri May 19 2006 Jason Vas Dias <jvdias@redhat.com> - 12:3.0.4-8
|
2006-05-19 15:06:49 +00:00
|
|
|
- Make libdhcp4client a versioned .so (BZ 192146)
|
|
|
|
|
2006-05-17 14:07:37 +00:00
|
|
|
* Wed May 17 2006 Jason Vas Dias <jvdias@redhat.com> - 12:3.0.4-4
|
|
|
|
- Enable libdhcp4client build
|
|
|
|
|
2006-05-16 16:40:03 +00:00
|
|
|
* Tue May 16 2006 Jason Vas Dias <jvdias@redhat.com> - 12:3.0.4-2
|
|
|
|
- Fix bug 191470: prevent dhcpd writing 8 byte dhcp-lease-time
|
|
|
|
option in packets on 64-bit platforms
|
|
|
|
|
2006-05-15 14:49:20 +00:00
|
|
|
* Sun May 14 2006 Jason Vas Dias <jvdias@redhat.com> - 12:3.0.4-2
|
|
|
|
- Add the libdhcp4client library package for use by the new libdhcp
|
|
|
|
package, which enables dhclient to be invoked by programs in a
|
|
|
|
single process from the library. The normal dhclient code is
|
|
|
|
unmodified by this.
|
|
|
|
|
2006-05-09 16:35:25 +00:00
|
|
|
* Mon May 08 2006 Jason Vas Dias <jvdias@redhat.com> - 12:3.0.4-2
|
|
|
|
- Add new dhclient command line argument:
|
|
|
|
-V <vendor-class-identifier>
|
|
|
|
|
2006-05-08 14:01:55 +00:00
|
|
|
* Sat May 06 2006 Jason Vas Dias <jvdias@redhat.com> - 12:3.0.4-1
|
|
|
|
- Upgrade to upstream version 3.0.4, released Friday 2006-05-05 .
|
|
|
|
- Add new dhclient command line arguments:
|
|
|
|
-H <host-name> : parse as dhclient.conf 'send host-name "<host-name>";'
|
|
|
|
-F <fqdn> : parse as dhclient.conf 'send fqdn.fqdn "<fqdn>";'
|
|
|
|
-T <timeout> : parse as dhclient.conf 'timeout <timeout>;'
|
|
|
|
|
2006-03-02 22:55:31 +00:00
|
|
|
* Thu Mar 02 2006 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-26
|
|
|
|
- fix bug 181908: enable dhclient to operate on IBM zSeries z/OS linux guests:
|
|
|
|
o add -I <dhcp-client-identifier> dhclient command line option
|
|
|
|
o add -B "always broadcast" dhclient command line option
|
|
|
|
o add 'bootp-broadcast-always;' dhclient.conf statement
|
|
|
|
|
2006-02-20 22:14:58 +00:00
|
|
|
* Mon Feb 20 2006 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-24
|
|
|
|
- Apply upstream fix for bug 176615 / ISC RT#15811
|
|
|
|
|
2006-02-14 18:23:46 +00:00
|
|
|
* Tue Feb 14 2006 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-22
|
|
|
|
- fix bug 181482: resolv.conf not updated on RENEW :
|
|
|
|
since dhcp-3.0.1rc12-RHScript.patch: "$new_domain_servers" should have
|
|
|
|
been "$new_domain_name_servers" :-(
|
|
|
|
|
2006-02-11 02:25:34 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 11:3.0.3-21.1.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 00:28:01 +00:00
|
|
|
* Mon Feb 06 2006 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-21.1
|
|
|
|
- Rebuild for new gcc, glibc and glibc-kernheaders
|
|
|
|
|
2006-01-22 20:49:50 +00:00
|
|
|
* Sun Jan 22 2006 Dan Williams <dcbw@redhat.com> - 11:3.0.3-21
|
|
|
|
- Fix dhclient-script to use /bin/dbus-send now that all dbus related
|
2007-04-11 20:12:51 +00:00
|
|
|
binaries are in /bin rather than /usr/bin
|
2006-01-22 20:49:50 +00:00
|
|
|
|
2006-01-16 21:18:31 +00:00
|
|
|
* Mon Jan 16 2006 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-20
|
|
|
|
- fix bug 177845: allow client ip-address as default router
|
|
|
|
- fix bug 176615: fix DDNS update when Windows-NT client sends
|
2007-04-11 20:12:51 +00:00
|
|
|
host-name with trailing nul
|
2006-01-16 21:18:31 +00:00
|
|
|
|
2005-12-20 19:25:55 +00:00
|
|
|
* Tue Dec 20 2005 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-18
|
|
|
|
- fix bug 176270: allow routers with an octet of 255 in their IP address
|
|
|
|
|
2005-12-09 22:40:11 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-12-05 17:54:46 +00:00
|
|
|
* Mon Dec 05 2005 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-16
|
|
|
|
- fix gcc 4.1 compile warnings (-Werror)
|
|
|
|
|
2013-02-22 10:55:16 +00:00
|
|
|
* Fri Nov 18 2005 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-12
|
2005-11-18 20:39:34 +00:00
|
|
|
- fix bug 173619: dhclient-script should reconfig on RENEW if
|
|
|
|
subnet-mask, broadcast-address, mtu, routers, etc.
|
2007-04-11 20:12:51 +00:00
|
|
|
have changed
|
2005-11-18 20:39:34 +00:00
|
|
|
- apply upstream improvements to trailing nul options fix of bug 160655
|
2007-04-11 20:12:51 +00:00
|
|
|
|
2005-11-15 17:12:11 +00:00
|
|
|
* Tue Nov 15 2005 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-11
|
|
|
|
- Rebuild for FC-5
|
|
|
|
- fix bug 167028 - test IBM's unicast bootp patch (from xma@us.ibm.com)
|
|
|
|
- fix bug 171312 - silence chkconfig error message if ypbind not installed
|
|
|
|
- fix dhcpd.init when -cf arg given to dhcpd
|
|
|
|
- make dhcpd init touch /var/lib/dhcpd/dhcpd.leases, not /var/lib/dhcp/dhcpd.leases
|
|
|
|
|
2005-10-19 00:16:37 +00:00
|
|
|
* Tue Oct 18 2005 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-10
|
|
|
|
- Allow dhclient route metrics to be specified with DHCP options:
|
|
|
|
The dhcp-options(5) man-page states:
|
|
|
|
'option routers ... Routers should be listed in order of preference'
|
|
|
|
and
|
|
|
|
'option static-routes ... are listed in descending order of priority' .
|
|
|
|
No preference / priority could be set with previous dhclient-script .
|
|
|
|
Now, dhclient-script provides:
|
|
|
|
Default Gateway (option 'routers') metrics:
|
|
|
|
Instead of allowing only one default gateway, if more than one router
|
|
|
|
is specified in the routers option, routers following the first router
|
|
|
|
will have a 'metric' of their position in the list (1,...N>1).
|
|
|
|
Option static-routes metrics:
|
|
|
|
If a target appears in the list more than once, routes for duplicate
|
|
|
|
targets will have successively greater metrics, starting at 1.
|
|
|
|
|
|
|
|
* Mon Oct 17 2005 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-8
|
2005-10-17 16:50:08 +00:00
|
|
|
- further fix for bug 160655 / ISC bug 15293 - upstream patch:
|
|
|
|
do NOT always strip trailing nulls in the dhcpd server
|
2005-10-19 00:16:37 +00:00
|
|
|
- handle static-routes option properly in dhclient-script :
|
|
|
|
trailing 0 octets in the 'target' IP specify the class -
|
|
|
|
ie '172.16.0.0 w.x.y.z' specifies '172.16/16 via w.x.y.z'.
|
2005-10-17 16:50:08 +00:00
|
|
|
|
2005-09-23 21:15:43 +00:00
|
|
|
* Fri Sep 23 2005 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-7
|
|
|
|
- fix bug 169164: separate /var/lib/{dhcpd,dhclient} directories
|
|
|
|
- fix bug 167292: update failover port info in dhcpd.conf.5; give
|
|
|
|
failover ports default values in server/confpars.c
|
|
|
|
|
2005-09-12 20:42:14 +00:00
|
|
|
* Mon Sep 12 2005 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-6
|
|
|
|
- fix bug 167273: time-offset should not set timezone by default
|
|
|
|
tzdata's Etc/* files are named with reverse sign
|
|
|
|
for hours west - ie. 'GMT+5' is GMT offset -18000seconds.
|
|
|
|
|
2005-08-29 22:32:55 +00:00
|
|
|
* Mon Aug 29 2005 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-4
|
|
|
|
- fix bug 166926: make dhclient-script handle interface-mtu option
|
|
|
|
make dhclient-script support /etc/dhclient{,-$IF}-{up,down}-hooks scripts
|
|
|
|
to allow easy customization to support other non-default DHCP options -
|
|
|
|
documented in 'man 8 dhclient-script' .
|
|
|
|
- handle the 'time-offset' DHCP option, requested by default.
|
|
|
|
|
2005-08-23 21:27:54 +00:00
|
|
|
* Tue Aug 23 2005 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-3
|
|
|
|
- fix bug 160655: strip trailing '\0' bytes from text options before append
|
|
|
|
- fix gcc4 compiler warnings ; now compiles with -Werror
|
|
|
|
- add RPM_OPT_FLAGS to link as suggested in gcc man-page on '-pie' option
|
|
|
|
- change ISC version string to 'V3.0.3-RedHat' at request of ISC
|
|
|
|
|
2005-08-09 22:01:51 +00:00
|
|
|
* Tue Aug 9 2005 Jeremy Katz <katzj@redhat.com> - 11:3.0.3-2
|
|
|
|
- don't explicitly require 2.2 era kernel, it's fairly overkill at this point
|
|
|
|
|
2005-07-30 00:48:18 +00:00
|
|
|
* Fri Jul 29 2005 Jason Vas Dias <jvdias@redhat.com> 11:3.0.3-1
|
|
|
|
- Upgrade to upstream version 3.0.3
|
|
|
|
- Don't apply the 'default boot file server' patch: legacy
|
|
|
|
dhcp behaviour broke RFC 2131, which requires that the siaddr
|
|
|
|
field only be non-zero if the next-server or tftp-server-name
|
|
|
|
options are specified.
|
|
|
|
- Try removing the 1-5 second wait on dhclient startup altogether.
|
2005-07-30 00:58:55 +00:00
|
|
|
- fix bug 163367: supply default configuration file for dhcpd
|
2005-07-30 00:48:18 +00:00
|
|
|
|
2005-07-14 16:55:04 +00:00
|
|
|
* Thu Jul 14 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.3rc1-1
|
2005-07-14 16:54:21 +00:00
|
|
|
- Upgrade to upstream version 3.0.3rc1
|
|
|
|
- fix bug 163203: silence ISC blurb on configtest
|
2005-07-14 19:01:29 +00:00
|
|
|
- fix default 'boot file server' value (packet->siaddr):
|
|
|
|
In dhcp-3.0.2(-), this was defaulted to the server address;
|
2007-04-11 20:12:51 +00:00
|
|
|
now it defaults to 0.0.0.0 (a rather silly default!) and
|
|
|
|
must be specified with the 'next-server' option (not the tftp-boot-server
|
|
|
|
option ?!?) which causes PXE boot clients to fail to load anything after
|
|
|
|
the boot file.
|
2005-07-14 16:54:21 +00:00
|
|
|
|
2005-07-08 23:22:20 +00:00
|
|
|
* Fri Jul 08 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.2-14.FC5
|
|
|
|
- Allow package to compile with glibc-headers-2.3.5-11 (tr.c's use of __u16)
|
|
|
|
|
2013-02-22 10:55:16 +00:00
|
|
|
* Fri Jun 17 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.2-14
|
2005-06-17 19:03:10 +00:00
|
|
|
- Fix bug 159929: prevent dhclient flooding network on repeated DHCPDECLINE
|
2007-04-11 20:12:51 +00:00
|
|
|
- dhclient fast startup:
|
2005-06-17 19:03:10 +00:00
|
|
|
remove dhclient's random 1-5 second delay on startup if only
|
2007-04-11 20:12:51 +00:00
|
|
|
configuring one interface
|
2005-06-17 19:03:10 +00:00
|
|
|
remove dhclient_script's "sleep 1" on PREINIT
|
|
|
|
- fix new gcc-4.0.0-11 compiler warnings for binding_state_t
|
|
|
|
|
2005-05-03 19:00:34 +00:00
|
|
|
* Tue May 03 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.2-12
|
|
|
|
- Rebuild for new glibc
|
|
|
|
- Fix dhcdbd set for multiple interfaces
|
|
|
|
|
2005-04-27 22:50:12 +00:00
|
|
|
* Wed Apr 27 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.2-11
|
|
|
|
- as pointed out by Peter Jones, dhclient-script spews
|
|
|
|
- 'chkconfig: Usage' if run in init state 1 (runlevel returns "unknown".)
|
|
|
|
- this is now corrected.
|
|
|
|
|
|
|
|
* Mon Apr 25 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.2-10
|
2005-04-25 16:37:57 +00:00
|
|
|
- dhclient-script dhcdbd extensions.
|
|
|
|
- Tested to have no effect unless dhcdbd invokes dhclient.
|
2007-04-11 20:12:51 +00:00
|
|
|
|
2005-04-21 19:36:21 +00:00
|
|
|
* Thu Apr 21 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.2-9
|
|
|
|
- bugs 153244 & 155143 are now fixed with SELinux policy;
|
|
|
|
autotrans now works for dhcpc_t, so restorecons are not required,
|
|
|
|
and dhclient runs OK under dhcpc_t with SELinux enforcing.
|
|
|
|
- fix bug 155506: 'predhclien' typo (emacs!).
|
2007-04-11 20:12:51 +00:00
|
|
|
|
2005-04-18 18:08:55 +00:00
|
|
|
* Mon Apr 18 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.2-8
|
2005-04-21 19:36:21 +00:00
|
|
|
- Fix bugs 153244 & 155143:
|
2005-04-18 18:08:55 +00:00
|
|
|
o restore dhclient-script 'restorecon's
|
2007-04-11 20:12:51 +00:00
|
|
|
o give dhclient and dhclient-script an exec context of
|
2005-04-18 18:08:55 +00:00
|
|
|
'system_u:object_r:sbin_t' that allows them to run
|
|
|
|
domainname / hostname and to update configuration files
|
2007-04-11 20:12:51 +00:00
|
|
|
in dhclient post script.
|
2005-04-18 18:08:55 +00:00
|
|
|
- Prevent dhclient emitting verbose ISC 'blurb' on error exit in -q mode
|
|
|
|
|
2005-04-05 22:20:23 +00:00
|
|
|
* Mon Apr 04 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.2-7
|
2005-04-05 00:45:46 +00:00
|
|
|
- Add '-x' "extended option environment" dhclient argument:
|
|
|
|
- When -x option given to dhclient:
|
|
|
|
- dhclient enables arbitrary option processing by writing information
|
|
|
|
- about user or vendor defined option space options to environment.
|
|
|
|
-
|
|
|
|
- fix bug 153244: dhclient should not use restorecon
|
|
|
|
- fix bug 151023: dhclient no 'headers & libraries'
|
|
|
|
- fix bug 149780: add 'DHCLIENT_IGNORE_GATEWAY' variable
|
|
|
|
- remove all usage of /sbin/route from dhclient-script
|
|
|
|
|
2005-03-24 16:17:53 +00:00
|
|
|
* Thu Mar 24 2005 Florian La Roche <laroche@redhat.com>
|
|
|
|
- add "exit 0" to post script
|
|
|
|
|
2005-03-07 20:22:10 +00:00
|
|
|
* Mon Mar 07 2005 Jason Vas Dias <jvdias@redhat.com> 10.3.0.2-3
|
|
|
|
- rebuild for gcc4/glibc-2.3.4-14; fix bad memset
|
|
|
|
|
2005-02-25 01:00:04 +00:00
|
|
|
* Thu Feb 24 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.2-2
|
|
|
|
- Fix bug 143640: do not allow more than one dhclient to configure an interface
|
|
|
|
|
2005-02-21 15:46:32 +00:00
|
|
|
* Mon Feb 21 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.2-1
|
|
|
|
- Upgrade to ISC 3.0.2 Final Release (documentation change only).
|
|
|
|
|
2013-02-22 10:55:16 +00:00
|
|
|
* Wed Feb 16 2005 Jason Vas Dias <jvdias@redhat.com> 8:3.0.2rc3-8
|
2005-02-16 00:24:29 +00:00
|
|
|
- Add better execshield security link options
|
|
|
|
- fix dhcpd.init when no /etc/dhcpd.conf exists and -cf in DHCPDARGS
|
|
|
|
|
|
|
|
* Mon Feb 14 2005 Jason Vas Dias <jvdias@redhat.com> 8:3.0.2rc3-4
|
2005-02-14 17:42:22 +00:00
|
|
|
- make dhclient-script TIMEOUT mode do exactly the same configuration
|
|
|
|
- as BOUND / RENEW / REBIND / REBOOT if router ping succeeds
|
|
|
|
|
|
|
|
* Mon Feb 14 2005 Jason Vas Dias <jvdias@redhat.com> 3.0.2rc3-4
|
2005-02-13 21:17:51 +00:00
|
|
|
- fix bug 147926: dhclient-script should do restorecon for modified conf files
|
|
|
|
- optimize execshield protection
|
|
|
|
|
2005-02-11 01:08:07 +00:00
|
|
|
* Thu Feb 10 2005 Jason Vas Dias <jvdias@redhat.com> 8.3.0.4rc3-3
|
|
|
|
- fix bug 147375: dhcpd heap corruption on 32-bit 'subnet' masks
|
2007-04-11 20:12:51 +00:00
|
|
|
- fix bug 147502: dhclient should honor GATEWAYDEV and GATEWAY settings
|
2005-02-11 01:08:07 +00:00
|
|
|
- fix bug 146600: dhclient's timeout mode ping should use -I
|
|
|
|
- fix bug 146524: dhcpd.init should discard dhcpd's initial output message
|
|
|
|
- fix bug 147739: dhcpd.init configtest should honor -cf in DHCPDARGS
|
|
|
|
|
2005-01-24 19:31:46 +00:00
|
|
|
* Mon Jan 24 2005 Jason Vas Dias <jvdias@redhat.com> 8:3.0.2rc3-2
|
|
|
|
- fix bug 145997: allow hex 32-bit integers in user specified options
|
|
|
|
|
|
|
|
* Thu Jan 06 2005 Jason Vas Dias <jvdias@redhat.com> 8:3.0.2rc3-1
|
2007-04-11 20:12:51 +00:00
|
|
|
- still need an epoch to get past nvre test
|
2005-01-07 00:11:30 +00:00
|
|
|
|
2005-01-07 00:05:31 +00:00
|
|
|
* Thu Jan 06 2005 Jason Vas Dias <jvdias@redhat.com> 3.0.2rc3-1
|
2007-04-11 20:12:51 +00:00
|
|
|
- fix bug 144417: much improved dhclient-script
|
2005-01-07 00:05:31 +00:00
|
|
|
|
|
|
|
* Thu Jan 06 2005 Jason Vas Dias <jvdias@redhat.com> 3.0.2rc3-1
|
|
|
|
- Upgrade to latest release from ISC, which includes most of our
|
|
|
|
- recent patches anyway.
|
|
|
|
|
2005-01-06 14:01:28 +00:00
|
|
|
* Thu Jan 06 2005 Jason Vas Dias <jvdias@redhat.com> 7:3.0.1-17
|
|
|
|
- fix bug 144250: gcc-3.4.3-11 is broken :
|
2007-02-17 04:31:07 +00:00
|
|
|
- log_error ("Lease with bogus binding state: %%d size: %%d",
|
2007-04-11 20:12:51 +00:00
|
|
|
- comp -> binding_state,
|
|
|
|
- sizeof(comp->binding_state));
|
2005-01-06 14:01:28 +00:00
|
|
|
- prints: 'Lease with bogus binding state: 257 1' !
|
|
|
|
- compiling with gcc33 (compat-gcc-8-3.3.4.2 fixes for now).
|
|
|
|
|
|
|
|
* Mon Jan 03 2005 Jason Vas Dias <jvdias@redhat.com> 7:3.0.1-16
|
2005-01-03 22:46:19 +00:00
|
|
|
- fix bug 143704: dhclient -r does not work if lease held by
|
|
|
|
- dhclient run from ifup . dhclient will now look for the pid
|
2007-04-11 20:12:51 +00:00
|
|
|
- files created by ifup.
|
2005-01-03 22:46:19 +00:00
|
|
|
|
2004-11-17 20:57:58 +00:00
|
|
|
* Wed Nov 17 2004 Jason Vas Dias <jvdias@redhat.com> 7:3.0.1-14
|
|
|
|
- NTP: fix bug 139715: merge in new ntp servers only rather than replace
|
|
|
|
- all the ntp configuration files; restart ntpd if configuration changed.
|
|
|
|
|
2004-11-16 20:07:27 +00:00
|
|
|
* Tue Nov 16 2004 Jason Vas Dias <jvdias@redhat.com> 7:3.0.1-12
|
|
|
|
- fix bug 138181 & bug 139468: do not attempt to listen/send on
|
2007-04-11 20:12:51 +00:00
|
|
|
- unconfigured loopback, point-to-point or non-broadcast
|
2004-11-16 20:07:27 +00:00
|
|
|
- interfaces (don't generate annoying log messages)
|
|
|
|
- fix bug 138869: dhclient-script: check if '$new_routers' is
|
|
|
|
- empty before doing 'set $new_routers;...;ping ... $1'
|
|
|
|
|
2004-10-06 19:59:50 +00:00
|
|
|
* Wed Oct 06 2004 Jason Vas Dias <jvdias@redhat.com> 7:3.0.1-11
|
|
|
|
- dhcp-3.0.2b1 came out today. A diff of the 'ack_lease' function
|
|
|
|
- Dave Hankins and I patched exposed a missing '!' on an if clause
|
2007-04-11 20:12:51 +00:00
|
|
|
- that got dropped with the 'new-host' patch. Replacing the '!'.
|
2004-10-06 19:59:50 +00:00
|
|
|
- Also found one missing host_dereference.
|
|
|
|
|
2004-10-06 17:28:02 +00:00
|
|
|
* Wed Oct 06 2004 Jason Vas Dias <jvdias@redhat.com> 7:3.0.1-10
|
|
|
|
- clean-up last patch: new-host.patch adds host_reference(host)
|
|
|
|
- without host_dereference(host) before returns in ack_lease
|
|
|
|
- (dhcp-3.0.1-host_dereference.patch)
|
2004-10-06 19:59:50 +00:00
|
|
|
|
2004-09-28 14:43:50 +00:00
|
|
|
* Mon Sep 27 2004 Jason Vas Dias <jvdias@redhat.com> 7:3.0.1-9
|
|
|
|
- Fix bug 133522:
|
|
|
|
- PXE Boot clients with static leases not given 'file' option
|
|
|
|
- 104 by server - PXE booting was disabled for 'fixed-address'
|
2007-04-11 20:12:51 +00:00
|
|
|
- clients.
|
2004-09-28 14:43:50 +00:00
|
|
|
|
2004-09-10 16:45:20 +00:00
|
|
|
* Fri Sep 10 2004 Jason Vas Dias <jvdias@redhat.com> 7:3.0.1-8
|
2007-04-11 20:12:51 +00:00
|
|
|
- Fix bug 131212:
|
2004-09-10 16:45:20 +00:00
|
|
|
- If "deny booting" is defined for some group of hosts,
|
|
|
|
- then after one of those hosts is denied booting, all
|
|
|
|
- hosts are denied booting, because of a pointer not being
|
|
|
|
- cleared in the lease record.
|
2007-04-11 20:12:51 +00:00
|
|
|
- An upstream patch was obtained which will be in dhcp-3.0.2.
|
2004-09-10 16:45:20 +00:00
|
|
|
|
2004-09-09 04:20:18 +00:00
|
|
|
* Mon Aug 16 2004 Jason Vas Dias <jvdias@redhat.com> 7:3.0.1-7
|
|
|
|
- Forward DNS update by client was disabled by a bug that I
|
2007-04-11 20:12:51 +00:00
|
|
|
- found in code where 'client->sent_options' was being
|
2004-09-09 04:20:18 +00:00
|
|
|
- freed too early.
|
|
|
|
- Re-enabled it after contacting upstream maintainer
|
|
|
|
- who confirmed that this was a bug (bug #130069) -
|
|
|
|
- submitted patch dhcp-3.0.1.preserve-sent-options.patch.
|
|
|
|
- Upstream maintainer informs me this patch will be in dhcp-3.0.2 .
|
2004-09-09 04:20:02 +00:00
|
|
|
|
2004-09-09 04:18:47 +00:00
|
|
|
* Tue Aug 3 2004 Jason Vas Dias <jvdias@redhat.com> 6:3.0.1-6
|
2007-04-11 20:12:51 +00:00
|
|
|
- Allow 2.0 kernels to obtain default gateway via dhcp
|
2004-09-09 04:18:47 +00:00
|
|
|
|
|
|
|
* Mon Aug 2 2004 Jason Vas Dias <jvdias@redhat.com> 5:3.0.1-5
|
|
|
|
- Invoke 'change_resolv_conf' function to change resolv.conf
|
|
|
|
|
2004-09-09 04:18:33 +00:00
|
|
|
* Fri Jul 16 2004 Jason Vas Dias <jvdias@redhat.com> 3:3.0.1
|
|
|
|
- Upgraded to new ISC 3.0.1 version
|
|
|
|
|
2004-09-09 04:18:01 +00:00
|
|
|
* Thu Jun 24 2004 Dan Walsh <dwalsh@redhat.com> 1:3.0.1rc14-5
|
2007-04-11 20:12:51 +00:00
|
|
|
- Allow dhclient-script to continue without a config file.
|
2004-09-09 04:18:01 +00:00
|
|
|
- It will use default values.
|
|
|
|
|
2004-09-09 04:17:53 +00:00
|
|
|
* Wed Jun 23 2004 Dan Walsh <dwalsh@redhat.com> 1:3.0.1rc14-4
|
|
|
|
- fix inherit-leases patch
|
|
|
|
|
2004-09-09 04:17:49 +00:00
|
|
|
* Tue Jun 22 2004 Dan Walsh <dwalsh@redhat.com> 1:3.0.1rc14-2
|
|
|
|
- Turn on inherit-leases patch
|
|
|
|
|
|
|
|
* Tue Jun 22 2004 Dan Walsh <dwalsh@redhat.com> 1:3.0.1rc14-1
|
|
|
|
- User kernelversion instead of uname-r
|
|
|
|
- Update to latest package from ISC
|
|
|
|
- Remove inherit-leases patch for now.
|
|
|
|
|
2004-09-09 04:16:42 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:16:17 +00:00
|
|
|
* Thu Jun 10 2004 Dan Walsh <dwalsh@redhat.com> 1:3.0.1rc13-1
|
|
|
|
- Update to latest package from ISC
|
|
|
|
|
2004-09-09 04:16:14 +00:00
|
|
|
* Thu Jun 10 2004 Dan Walsh <dwalsh@redhat.com> 1:3.0.1rc12-9
|
|
|
|
- add route back in after route up call
|
|
|
|
|
|
|
|
* Wed Jun 9 2004 Dan Walsh <dwalsh@redhat.com> 1:3.0.1rc12-8
|
2004-09-09 04:15:53 +00:00
|
|
|
- add alex's dhcp-3.0.1rc12-inherit-leases.patch patch
|
|
|
|
|
|
|
|
* Tue Jun 8 2004 Bill Nottingham <notting@redhat.com> 1:3.0.1rc12-7
|
|
|
|
- set device on default gateway route
|
|
|
|
|
2004-09-09 04:15:45 +00:00
|
|
|
* Mon May 17 2004 Thomas Woerner <twoerner@redhat.com> 1:3.0.1rc12-6
|
|
|
|
- compiling dhcpd PIE
|
|
|
|
|
|
|
|
* Thu Mar 25 2004 Dan Walsh <dwalsh@redhat.com> 1:3.0.1rc12-5
|
|
|
|
- Add static routes patch to dhclient-script
|
|
|
|
|
2013-02-22 10:55:16 +00:00
|
|
|
* Thu Mar 25 2004 Dan Walsh <dwalsh@redhat.com> 1:3.0.1rc12-4
|
2007-04-11 20:12:51 +00:00
|
|
|
- Fix init to check config during restart
|
2004-09-09 04:15:43 +00:00
|
|
|
|
|
|
|
* Wed Mar 24 2004 Dan Walsh <dwalsh@redhat.com> 1:3.0.1rc12-3
|
|
|
|
- Fix init script to create leases file if missing
|
|
|
|
|
2004-09-09 04:15:21 +00:00
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:14:59 +00:00
|
|
|
* Wed Jan 21 2004 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.20
|
|
|
|
- Fix initialization of memory to prevent compiler error
|
|
|
|
|
|
|
|
* Mon Jan 5 2004 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.19
|
|
|
|
- Close leaseFile before exec, to fix selinux error message
|
|
|
|
|
|
|
|
* Mon Dec 29 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.18
|
|
|
|
- Add BuildRequires groff
|
|
|
|
- Replace resolv.conf if renew and data changes
|
|
|
|
|
|
|
|
* Sun Nov 30 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.17
|
|
|
|
- Add obsoletes dhcpcd
|
|
|
|
|
2004-09-09 04:14:53 +00:00
|
|
|
* Wed Oct 8 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.16
|
|
|
|
- Fix location of ntp driftfile
|
|
|
|
|
|
|
|
* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.15
|
|
|
|
- Bump Release
|
|
|
|
|
|
|
|
* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.14
|
|
|
|
- Add div0 patch
|
|
|
|
|
|
|
|
* Wed Aug 20 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.13
|
|
|
|
- Add SEARCH to client script
|
|
|
|
|
|
|
|
* Wed Aug 20 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.12
|
|
|
|
- Bump Release
|
|
|
|
|
|
|
|
* Wed Aug 20 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.11
|
|
|
|
- Add configtest
|
|
|
|
|
|
|
|
* Fri Aug 1 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.10
|
2007-04-11 20:12:51 +00:00
|
|
|
- increment for base
|
2004-09-09 04:14:53 +00:00
|
|
|
|
|
|
|
* Fri Aug 1 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.9
|
|
|
|
- Don't update resolv.conf on renewals
|
|
|
|
|
|
|
|
* Tue Jul 29 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.8
|
2007-04-11 20:12:51 +00:00
|
|
|
- increment for base
|
2004-09-09 04:14:53 +00:00
|
|
|
|
|
|
|
* Tue Jul 29 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.7
|
|
|
|
- Fix name of driftfile
|
|
|
|
|
|
|
|
* Tue Jul 29 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.6
|
2007-04-11 20:12:51 +00:00
|
|
|
- increment for base
|
2004-09-09 04:14:53 +00:00
|
|
|
|
|
|
|
* Tue Jul 29 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.5
|
|
|
|
- Change dhcrelay script to check DHCPSERVERS
|
|
|
|
|
|
|
|
* Mon Jul 7 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.4
|
2007-04-11 20:12:51 +00:00
|
|
|
- increment for base
|
2004-09-09 04:14:53 +00:00
|
|
|
|
|
|
|
* Mon Jul 7 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.3
|
|
|
|
- Fix dhclient-script to support PEERNTP and PEERNIS flags.
|
|
|
|
- patch submitted by aoliva@redhat.com
|
|
|
|
|
|
|
|
* Sun Jun 8 2003 Tim Powers <timp@redhat.com> 1:3.0pl2-6.1
|
|
|
|
- add epoch to dhcp-devel versioned requires on dhcp
|
|
|
|
- build for RHEL
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Tue May 27 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl2-5
|
|
|
|
- Fix memory leak in parser.
|
|
|
|
|
|
|
|
* Mon May 19 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl2-4
|
|
|
|
- Change Rev for RHEL
|
|
|
|
|
|
|
|
* Mon May 19 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl2-3
|
|
|
|
- Change example to not give out 255 address.
|
|
|
|
|
|
|
|
* Tue Apr 29 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl2-2
|
|
|
|
- Change Rev for RHEL
|
|
|
|
|
|
|
|
* Mon Apr 28 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl2-1
|
|
|
|
- upgrade to 3.0pl2
|
|
|
|
|
|
|
|
* Wed Mar 26 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-26
|
|
|
|
- add usage for dhcprelay -c
|
|
|
|
- add man page for dhcprelay -c
|
|
|
|
|
|
|
|
* Fri Mar 7 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-25
|
|
|
|
- Fix man dhcpd.conf man page
|
|
|
|
|
|
|
|
* Tue Mar 4 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-24
|
|
|
|
- Fix man dhcpctl.3 page
|
|
|
|
|
2004-09-09 04:12:22 +00:00
|
|
|
* Mon Feb 3 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-23
|
|
|
|
- fix script to handle ntp.conf correctly
|
|
|
|
|
2013-02-22 10:55:16 +00:00
|
|
|
* Wed Jan 29 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-22
|
2004-09-09 04:12:22 +00:00
|
|
|
- Increment release to add to 8.1
|
|
|
|
|
|
|
|
* Wed Jan 29 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-21
|
|
|
|
- Implement max hops patch
|
|
|
|
|
|
|
|
* Wed Jan 29 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-20
|
|
|
|
- It has now been decided to just have options within dhclient kit
|
|
|
|
|
|
|
|
* Sun Jan 26 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- add defattr() to have files not owned by root
|
|
|
|
|
|
|
|
* Fri Jan 24 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-17
|
|
|
|
- require kernel version
|
|
|
|
|
|
|
|
* Fri Jan 24 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-16
|
2007-04-11 20:12:51 +00:00
|
|
|
- move dhcp-options to separate package
|
2004-09-09 04:12:22 +00:00
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Thu Jan 9 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-15
|
|
|
|
- eliminate dhcp-options from dhclient in order to get errata out
|
|
|
|
|
|
|
|
* Wed Jan 8 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-14
|
|
|
|
- VU#284857 - ISC DHCPD minires library contains multiple buffer overflows
|
|
|
|
|
|
|
|
* Mon Jan 6 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-13
|
|
|
|
- Fix when ntp is not installed.
|
|
|
|
|
|
|
|
* Mon Jan 6 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-12
|
2007-04-11 20:12:51 +00:00
|
|
|
- Fix #73079 (dhcpctl man page)
|
2004-09-09 04:12:22 +00:00
|
|
|
|
|
|
|
* Thu Nov 14 2002 Elliot Lee <sopwith@redhat.com> 3.0pl1-11
|
|
|
|
- Use generic PTRSIZE_64BIT detection instead of ifarch.
|
|
|
|
|
|
|
|
* Thu Nov 14 2002 Preston Brown <pbrown@redhat.com> 3.0pl1-10
|
|
|
|
- fix parsing of command line args in dhclient. It was missing a few.
|
|
|
|
|
|
|
|
* Mon Oct 07 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- work on 64bit archs
|
|
|
|
|
2004-09-09 04:12:06 +00:00
|
|
|
* Wed Aug 28 2002 Elliot Lee <sopwith@redhat.com> 3.0pl1-9
|
|
|
|
- Fix #72795
|
|
|
|
|
2004-09-09 04:12:03 +00:00
|
|
|
* Mon Aug 26 2002 Elliot Lee <sopwith@redhat.com> 3.0pl1-8
|
|
|
|
- More #68650 (modify requested options)
|
|
|
|
- Fix #71453 (dhcpctl man page) and #71474 (include libdst.a) and
|
|
|
|
#72622 (hostname setting)
|
|
|
|
|
2004-09-09 04:11:59 +00:00
|
|
|
* Thu Aug 15 2002 Elliot Lee <sopwith@redhat.com> 3.0pl1-7
|
|
|
|
- More #68650 (modify existing patch to also set NIS domain)
|
|
|
|
|
2004-09-09 04:11:53 +00:00
|
|
|
* Tue Aug 13 2002 Elliot Lee <sopwith@redhat.com> 3.0pl1-6
|
|
|
|
- Patch102 (dhcp-3.0pl1-dhcpctlman-69731.patch) to fix #69731
|
|
|
|
|
|
|
|
* Tue Aug 13 2002 Elliot Lee <sopwith@redhat.com> 3.0pl1-5
|
|
|
|
- Patch101 (dhcp-3.0pl1-dhhostname-68650.patch) to fix #68650
|
|
|
|
|
|
|
|
* Fri Jul 12 2002 Elliot Lee <sopwith@redhat.com> 3.0pl1-4
|
|
|
|
- Fix unaligned accesses when decoding a UDP packet
|
|
|
|
|
|
|
|
* Thu Jul 11 2002 Elliot Lee <sopwith@redhat.com> 3.0pl1-3
|
2004-09-09 04:12:03 +00:00
|
|
|
- No apparent reason for the dhclient -> dhcp dep mentioned in #68001,
|
|
|
|
so removed it
|
2004-09-09 04:11:53 +00:00
|
|
|
|
2013-02-22 10:55:16 +00:00
|
|
|
* Thu Jun 27 2002 David Sainty <saint@redhat.com> 3.0pl1-2
|
2004-09-09 04:11:53 +00:00
|
|
|
- Move dhclient.conf.sample from dhcp to dhclient
|
|
|
|
|
2013-02-22 10:55:16 +00:00
|
|
|
* Tue Jun 25 2002 David Sainty <saint@redhat.com> 3.0pl1-1
|
2004-09-09 04:11:53 +00:00
|
|
|
- Change to dhclient, dhcp, dhcp-devel packaging
|
|
|
|
- Move to 3.0pl1, do not strip binaries
|
|
|
|
- Drop in sysconfig-enabled dhclient-script
|
|
|
|
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Sat Jan 26 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- prereq chkconfig
|
|
|
|
|
|
|
|
* Tue Jan 22 2002 Elliot Lee <sopwith@redhat.com> 3.0-5
|
|
|
|
- Split headers/libs into a devel subpackage (#58656)
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Fri Dec 28 2001 Elliot Lee <sopwith@redhat.com> 3.0-3
|
|
|
|
- Fix the #52856 nit.
|
|
|
|
- Include dhcrelay scripts from #49186
|
|
|
|
|
|
|
|
* Thu Dec 20 2001 Elliot Lee <sopwith@redhat.com> 3.0-2
|
2007-04-11 20:12:51 +00:00
|
|
|
- Update to 3.0, include devel files installed by it (as part of the main
|
|
|
|
package).
|
2004-09-09 04:11:53 +00:00
|
|
|
|
2004-09-09 04:11:27 +00:00
|
|
|
* Sun Aug 26 2001 Elliot Lee <sopwith@redhat.com> 2.0pl5-8
|
|
|
|
- Fix #26446
|
|
|
|
|
2004-09-09 04:11:23 +00:00
|
|
|
* Mon Aug 20 2001 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- Fix #5405 for real - it is dhcpd.leases not dhcp.leases.
|
|
|
|
|
2004-09-09 04:11:03 +00:00
|
|
|
* Mon Jul 16 2001 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- /etc/sysconfig/dhcpd
|
|
|
|
- Include dhcp.leases file (#5405)
|
|
|
|
|
|
|
|
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- Bump release + rebuild.
|
|
|
|
|
2004-09-09 04:10:54 +00:00
|
|
|
* Wed Feb 14 2001 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Fix initscript typo (bug #27624).
|
|
|
|
|
2005-08-29 22:32:55 +00:00
|
|
|
* Wed Feb 7 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:10:54 +00:00
|
|
|
- Improve spec file i18n
|
|
|
|
|
|
|
|
* Mon Feb 5 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
- i18nize init script (#26084)
|
|
|
|
|
|
|
|
* Sun Sep 10 2000 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- update to 2.0pl5
|
|
|
|
- redo buildroot patch
|
|
|
|
|
2004-09-09 04:10:47 +00:00
|
|
|
* Wed Aug 30 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
- rebuild to cope with glibc locale binary incompatibility, again
|
|
|
|
|
|
|
|
* Mon Aug 14 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
- check for existence of /var/lib/dhcpd.leases in initscript before starting
|
|
|
|
|
|
|
|
* Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
- rebuild to cope with glibc locale binary incompatibility
|
|
|
|
|
|
|
|
* Sat Jul 15 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- move initscript back
|
|
|
|
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
* Fri Jul 7 2000 Florian La Roche <Florian.LaRoche@redhat.com>
|
|
|
|
- /etc/rc.d/init.d -> /etc/init.d
|
|
|
|
- fix /var/state/dhcp -> /var/lib/dhcp
|
|
|
|
|
|
|
|
* Fri Jun 16 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
- condrestart for initscript, graceful upgrades.
|
|
|
|
|
|
|
|
* Thu Feb 03 2000 Erik Troan <ewt@redhat.com>
|
|
|
|
- gzipped man pages
|
|
|
|
- marked /etc/rc.d/init.d/dhcp as a config file
|
|
|
|
|
|
|
|
* Mon Jan 24 2000 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
- fix booting of JavaStations
|
|
|
|
(reported by Pete Zaitcev <zaitcev@metabyte.com>).
|
|
|
|
- fix SIGBUS crashes on SPARC (apparently gcc is too clever).
|
|
|
|
|
|
|
|
* Fri Sep 10 1999 Bill Nottingham <notting@redhat.com>
|
2007-02-17 04:31:07 +00:00
|
|
|
- chkconfig --del in %%preun, not %%postun
|
2004-09-09 04:10:47 +00:00
|
|
|
|
|
|
|
* Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- initscript munging
|
|
|
|
|
|
|
|
* Fri Jun 25 1999 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- update to 2.0.
|
|
|
|
|
|
|
|
* Fri Jun 18 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- don't run by default
|
|
|
|
|
|
|
|
* Wed Jun 2 1999 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- update to 2.0b1pl28.
|
|
|
|
|
|
|
|
* Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
- strip binaries
|
|
|
|
|
|
|
|
* Mon Apr 05 1999 Cristian Gafton <gafton@redhat.com>
|
2004-09-09 04:12:22 +00:00
|
|
|
- copy the source file in prep, not move
|
2004-09-09 04:10:47 +00:00
|
|
|
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- auto rebuild in the new build environment (release 4)
|
|
|
|
|
|
|
|
* Mon Jan 11 1999 Erik Troan <ewt@redhat.com>
|
|
|
|
- added a sample dhcpd.conf file
|
|
|
|
- we don't need to dump rfc's in /usr/doc
|
|
|
|
|
|
|
|
* Sun Sep 13 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- modify dhcpd.init to exit if /etc/dhcpd.conf is not present
|
|
|
|
|
|
|
|
* Sat Jun 27 1998 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- Upgraded to 2.0b1pl6 (patch1 no longer needed).
|
|
|
|
|
|
|
|
* Thu Jun 11 1998 Erik Troan <ewt@redhat.com>
|
|
|
|
- applied patch from Chris Evans which makes the server a bit more paranoid
|
|
|
|
about dhcp requests coming in from the wire
|
|
|
|
|
|
|
|
* Mon Jun 01 1998 Erik Troan <ewt@redhat.com>
|
|
|
|
- updated to dhcp 2.0b1pl1
|
|
|
|
- got proper man pages in the package
|
|
|
|
|
|
|
|
* Tue Mar 31 1998 Erik Troan <ewt@redhat.com>
|
|
|
|
- updated to build in a buildroot properly
|
|
|
|
- don't package up the client, as it doens't work very well <sigh>
|
|
|
|
|
|
|
|
* Tue Mar 17 1998 Bryan C. Andregg <bandregg@redhat.com>
|
|
|
|
- Build rooted and corrected file listing.
|
|
|
|
|
|
|
|
* Mon Mar 16 1998 Mike Wangsmo <wanger@redhat.com>
|
|
|
|
- removed the actual inet.d links (chkconfig takes care of this for us)
|
2007-02-17 04:31:07 +00:00
|
|
|
and made the %%postun section handle upgrades.
|
2004-09-09 04:10:47 +00:00
|
|
|
|
|
|
|
* Mon Mar 16 1998 Bryan C. Andregg <bandregg@redhat.com>
|
|
|
|
- First package.
|