2004-09-09 04:10:47 +00:00
|
|
|
|
Summary: A DHCP (Dynamic Host Configuration Protocol) server and relay agent.
|
|
|
|
|
Name: dhcp
|
2004-09-09 04:17:49 +00:00
|
|
|
|
Epoch: 2
|
|
|
|
|
Version: 3.0.1rc14
|
2004-09-09 04:17:53 +00:00
|
|
|
|
Release: 4
|
2004-09-09 04:10:47 +00:00
|
|
|
|
Copyright: distributable
|
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
|
Source0: ftp://ftp.isc.org/isc/dhcp/dhcp-%{version}.tar.gz
|
|
|
|
|
Source1: dhcpd.conf.sample
|
|
|
|
|
Source2: dhcpd.init
|
2004-09-09 04:11:53 +00:00
|
|
|
|
Source3: dhcrelay.init
|
|
|
|
|
Patch: dhcp-3.0-alignment.patch
|
|
|
|
|
Patch100: dhcp-3.0-jbuild.patch
|
2004-09-09 04:16:17 +00:00
|
|
|
|
Patch102: dhcp-3.0.1rc13-dhcpctlman.patch
|
2004-09-09 04:12:03 +00:00
|
|
|
|
Patch103: dhcp-3.0pl1-miscfixes.patch
|
2004-09-09 04:12:22 +00:00
|
|
|
|
Patch106: dhcp-3.0pl1-minires.patch
|
2004-09-09 04:14:53 +00:00
|
|
|
|
Patch109: dhcpd-manpage.patch
|
2004-09-09 04:14:59 +00:00
|
|
|
|
Patch113: dhcp-3.0pl2-selinux.patch
|
|
|
|
|
Patch114: dhcp-3.0pl2-initialize.patch
|
|
|
|
|
Patch115: dhcp-3.0.1rc12-RHscript.patch
|
2004-09-09 04:15:45 +00:00
|
|
|
|
Patch116: dhcp-3.0.1rc12-staticroutes.patch
|
|
|
|
|
Patch117: dhcp-3.0.1rc12-pie.patch
|
2004-09-09 04:15:53 +00:00
|
|
|
|
Patch118: dhcp-3.0.1rc12-inherit-leases.patch
|
2004-09-09 04:17:49 +00:00
|
|
|
|
Patch119: dhcp-3.0.1rc13-noexpr.patch
|
2004-09-09 04:15:53 +00:00
|
|
|
|
|
2004-09-09 04:11:53 +00:00
|
|
|
|
URL: http://isc.org/products/DHCP/
|
2004-09-09 04:10:47 +00:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
2004-09-09 04:11:53 +00:00
|
|
|
|
Prereq: /sbin/chkconfig
|
2004-09-09 04:12:22 +00:00
|
|
|
|
Requires: kernel >= 2.2.18
|
2004-09-09 04:14:59 +00:00
|
|
|
|
BuildRequires: groff
|
2004-09-09 04:10:47 +00:00
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
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
|
2004-09-09 04:11:53 +00:00
|
|
|
|
easier to administer a large network. The dhcp package includes the
|
|
|
|
|
ISC DHCP service and relay agent.
|
2004-09-09 04:10:47 +00:00
|
|
|
|
|
2004-09-09 04:11:53 +00:00
|
|
|
|
To use DHCP on your network, install a DHCP service (or relay agent),
|
|
|
|
|
and on clients run a DHCP client daemon. The dhcp package provides
|
|
|
|
|
the ISC DHCP service and relay agent.
|
|
|
|
|
|
|
|
|
|
%package -n dhclient
|
|
|
|
|
Summary: Development headers and libraries for interfacing to the DHCP server
|
|
|
|
|
Requires: initscripts >= 6.75
|
|
|
|
|
Group: System Environment/Base
|
2004-09-09 04:14:59 +00:00
|
|
|
|
Obsoletes: dhcpcd
|
2004-09-09 04:11:53 +00:00
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development headers and libraries for interfacing to the DHCP server
|
2004-09-09 04:14:53 +00:00
|
|
|
|
Requires: dhcp = %{epoch}:%{version}
|
2004-09-09 04:11:53 +00:00
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
|
|
%description -n dhclient
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
To use DHCP on your network, install a DHCP service (or relay agent),
|
|
|
|
|
and on clients run a DHCP client daemon. The dhclient package
|
|
|
|
|
provides the ISC DHCP client daemon.
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
Libraries for interfacing with the ISC DHCP server.
|
2004-09-09 04:10:47 +00:00
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
2004-09-09 04:11:53 +00:00
|
|
|
|
|
2004-09-09 04:12:22 +00:00
|
|
|
|
%patch -p1 -b .alignment
|
|
|
|
|
%patch100 -p1 -b .jbuild
|
2004-09-09 04:16:17 +00:00
|
|
|
|
%patch102 -p1 -b .dhcpctlman
|
2004-09-09 04:12:22 +00:00
|
|
|
|
%patch103 -p1 -b .miscfixes
|
|
|
|
|
%patch106 -p1 -b .minires
|
2004-09-09 04:14:53 +00:00
|
|
|
|
%patch109 -p1 -b .dhcpdman
|
2004-09-09 04:14:59 +00:00
|
|
|
|
%patch113 -p1 -b .selinux
|
|
|
|
|
%patch114 -p1 -b .initialize
|
|
|
|
|
%patch115 -p1 -b .RHscript
|
2004-09-09 04:15:45 +00:00
|
|
|
|
%patch116 -p1 -b .staticroutes
|
|
|
|
|
%patch117 -p1 -b .pie
|
2004-09-09 04:15:53 +00:00
|
|
|
|
%patch118 -p1 -b .inherit-leases
|
2004-09-09 04:17:49 +00:00
|
|
|
|
%patch119 -p1 -b .noexp
|
2004-09-09 04:10:47 +00:00
|
|
|
|
|
|
|
|
|
cp %SOURCE1 .
|
2004-09-09 04:11:53 +00:00
|
|
|
|
cat <<EOF >site.conf
|
|
|
|
|
VARDB=%{_localstatedir}/lib/dhcp
|
|
|
|
|
ADMMANDIR=%{_mandir}/man8
|
|
|
|
|
FFMANDIR=%{_mandir}/man5
|
|
|
|
|
LIBMANDIR=%{_mandir}/man3
|
|
|
|
|
USRMANDIR=%{_mandir}/man1
|
|
|
|
|
LIBDIR=%{_libdir}
|
|
|
|
|
INCDIR=%{_includedir}
|
|
|
|
|
EOF
|
|
|
|
|
cat <<EOF >>includes/site.h
|
|
|
|
|
#define _PATH_DHCPD_DB "%{_localstatedir}/lib/dhcp/dhcpd.leases"
|
|
|
|
|
#define _PATH_DHCLIENT_DB "%{_localstatedir}/lib/dhcp/dhclient.leases"
|
|
|
|
|
EOF
|
2004-09-09 04:12:03 +00:00
|
|
|
|
|
|
|
|
|
%build
|
2004-09-09 04:12:22 +00:00
|
|
|
|
cat <<EOF >findptrsize.c
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
int main(void) { printf("%%d\n", sizeof(void *)); return 0; }
|
|
|
|
|
EOF
|
|
|
|
|
cc -o findptrsize findptrsize.c
|
|
|
|
|
[ "`./findptrsize`" -ge 8 ] && RPM_OPT_FLAGS="$RPM_OPT_FLAGS -DPTRSIZE_64BIT"
|
2004-09-09 04:15:45 +00:00
|
|
|
|
%ifarch s390 s390x
|
|
|
|
|
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fPIC"
|
|
|
|
|
%else
|
|
|
|
|
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fpic"
|
|
|
|
|
%endif
|
2004-09-09 04:11:53 +00:00
|
|
|
|
./configure --copts "$RPM_OPT_FLAGS"
|
2004-09-09 04:12:22 +00:00
|
|
|
|
|
2004-09-09 04:11:53 +00:00
|
|
|
|
make %{?_smp_mflags} CC="cc"
|
2004-09-09 04:10:47 +00:00
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf %{buildroot}
|
2004-09-09 04:11:03 +00:00
|
|
|
|
mkdir -p %{buildroot}/etc/sysconfig
|
2004-09-09 04:10:47 +00:00
|
|
|
|
|
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}/etc/rc.d/init.d
|
|
|
|
|
install -m 0755 %SOURCE2 %{buildroot}/etc/rc.d/init.d/dhcpd
|
|
|
|
|
|
2004-09-09 04:11:23 +00:00
|
|
|
|
touch %{buildroot}%{_localstatedir}/lib/dhcp/dhcpd.leases
|
2004-09-09 04:11:03 +00:00
|
|
|
|
|
|
|
|
|
cat <<EOF > %{buildroot}/etc/sysconfig/dhcpd
|
|
|
|
|
# Command line options here
|
|
|
|
|
DHCPDARGS=
|
|
|
|
|
EOF
|
|
|
|
|
|
2004-09-09 04:11:53 +00:00
|
|
|
|
install -m0755 %SOURCE3 %{buildroot}/etc/rc.d/init.d/dhcrelay
|
|
|
|
|
|
|
|
|
|
cat <<EOF > %{buildroot}/etc/sysconfig/dhcrelay
|
|
|
|
|
# Command line options here
|
|
|
|
|
INTERFACES=""
|
|
|
|
|
DHCPSERVERS=""
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
# Copy sample dhclient.conf file into position
|
|
|
|
|
cp client/dhclient.conf dhclient.conf.sample
|
|
|
|
|
chmod 755 %{buildroot}/sbin/dhclient-script
|
|
|
|
|
|
2004-09-09 04:10:47 +00:00
|
|
|
|
%clean
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
/sbin/chkconfig --add dhcpd
|
2004-09-09 04:11:53 +00:00
|
|
|
|
/sbin/chkconfig --add dhcrelay
|
2004-09-09 04:10:47 +00:00
|
|
|
|
|
|
|
|
|
%preun
|
|
|
|
|
if [ $1 = 0 ]; then # execute this only if we are NOT doing an upgrade
|
|
|
|
|
service dhcpd stop >/dev/null 2>&1
|
2004-09-09 04:11:53 +00:00
|
|
|
|
service dhcrelay stop >/dev/null 2>&1
|
2004-09-09 04:10:47 +00:00
|
|
|
|
/sbin/chkconfig --del dhcpd
|
2004-09-09 04:11:53 +00:00
|
|
|
|
/sbin/chkconfig --del dhcrelay
|
2004-09-09 04:10:47 +00:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%postun
|
|
|
|
|
if [ "$1" -ge "1" ]; then
|
|
|
|
|
service dhcpd condrestart >/dev/null 2>&1
|
2004-09-09 04:11:53 +00:00
|
|
|
|
service dhcrelay condrestart >/dev/null 2>&1
|
2004-09-09 04:10:47 +00:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 04:16:17 +00:00
|
|
|
|
%doc README RELNOTES dhcpd.conf.sample
|
2004-09-09 04:10:47 +00:00
|
|
|
|
%dir %{_localstatedir}/lib/dhcp
|
2004-09-09 04:11:53 +00:00
|
|
|
|
%verify(not size md5 mtime) %config(noreplace) %{_localstatedir}/lib/dhcp/dhcpd.leases
|
2004-09-09 04:11:03 +00:00
|
|
|
|
%config(noreplace) /etc/sysconfig/dhcpd
|
2004-09-09 04:11:53 +00:00
|
|
|
|
%config(noreplace) /etc/sysconfig/dhcrelay
|
2004-09-09 04:10:47 +00:00
|
|
|
|
%config /etc/rc.d/init.d/dhcpd
|
2004-09-09 04:11:53 +00:00
|
|
|
|
%config /etc/rc.d/init.d/dhcrelay
|
|
|
|
|
%{_bindir}/omshell
|
2004-09-09 04:10:47 +00:00
|
|
|
|
%{_sbindir}/dhcpd
|
|
|
|
|
%{_sbindir}/dhcrelay
|
2004-09-09 04:11:53 +00:00
|
|
|
|
%{_mandir}/man1/omshell.1*
|
|
|
|
|
%{_mandir}/man5/dhcp-eval.5*
|
2004-09-09 04:10:47 +00:00
|
|
|
|
%{_mandir}/man5/dhcpd.conf.5*
|
|
|
|
|
%{_mandir}/man5/dhcpd.leases.5*
|
|
|
|
|
%{_mandir}/man8/dhcpd.8*
|
|
|
|
|
%{_mandir}/man8/dhcrelay.8*
|
|
|
|
|
|
2004-09-09 04:11:53 +00:00
|
|
|
|
%files -n dhclient
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc dhclient.conf.sample
|
|
|
|
|
%dir %{_localstatedir}/lib/dhcp
|
|
|
|
|
/sbin/dhclient
|
|
|
|
|
/sbin/dhclient-script
|
|
|
|
|
%{_mandir}/man5/dhclient.conf.5*
|
|
|
|
|
%{_mandir}/man5/dhclient.leases.5*
|
|
|
|
|
%{_mandir}/man8/dhclient.8*
|
|
|
|
|
%{_mandir}/man8/dhclient-script.8*
|
2004-09-09 04:12:22 +00:00
|
|
|
|
%{_mandir}/man5/dhcp-options.5*
|
2004-09-09 04:11:53 +00:00
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_includedir}/*
|
|
|
|
|
%{_libdir}/*.a
|
|
|
|
|
%{_mandir}/man3/*
|
2004-09-09 04:10:47 +00:00
|
|
|
|
|
|
|
|
|
%changelog
|
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
|
|
|
|
|
|
2004-09-09 04:15:43 +00:00
|
|
|
|
* Wed Mar 25 2004 Dan Walsh <dwalsh@redhat.com> 1:3.0.1rc12-4
|
|
|
|
|
- Fix init to check config during restart
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
- increment for base
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
- increment for base
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
- increment for base
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
- increment for base
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
* Thu Jan 29 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-22
|
|
|
|
|
- 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
|
|
|
|
|
- move dhcp-options to separate package
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
- Fix #73079 (dhcpctl man page)
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
* Wed Jun 27 2002 David Sainty <saint@redhat.com> 3.0pl1-2
|
|
|
|
|
- Move dhclient.conf.sample from dhcp to dhclient
|
|
|
|
|
|
|
|
|
|
* Mon Jun 25 2002 David Sainty <saint@redhat.com> 3.0pl1-1
|
|
|
|
|
- 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
|
|
|
|
|
- Update to 3.0, include devel files installed by it (as part of the main package).
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
|
|
* Wed Feb 7 2001 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- 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>
|
|
|
|
|
- chkconfig --del in %preun, not %postun
|
|
|
|
|
|
|
|
|
|
* 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)
|
|
|
|
|
and made the %postun section handle upgrades.
|
|
|
|
|
|
|
|
|
|
* Mon Mar 16 1998 Bryan C. Andregg <bandregg@redhat.com>
|
|
|
|
|
- First package.
|