source: projects/specs/trunk/d/dhcp/dhcp-vl.spec @ 521

Revision 521, 55.4 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1# vendor string (e.g., Fedora, EL)
2%define vvendor Vine
3
4Summary:  DHCP (Dynamic Host Configuration Protocol) server and relay agent
5Summary(ja): DHCP (動的ホスト設定プロトコル) サーバおよびリレーエージェント
6Name:     dhcp
7Version:  4.1.0p1
8Release:  1%{?_dist_release}
9
10# NEVER CHANGE THE EPOCH on this package.  The previous maintainer (prior to
11# dcantrell maintaining the package) made incorrect use of the epoch and
12# that's why it is at 12 now.  It should have never been used, but it was.
13# So we are stuck with it.
14Epoch:    12
15License:  ISC
16
17Group:    System Environment/Daemons
18URL:      http://isc.org/products/DHCP/
19Source0:  ftp://ftp.isc.org/isc/%{name}/%{name}-%{version}.tar.gz
20Source1:  dhcpd.init
21Source2:  dhcrelay.init
22Source5:  README.ldap
23Source6:  draft-ietf-dhc-ldap-schema-01.txt
24Source7:  dhcpd-conf-to-ldap
25Source8:  dhclient-script
26Source9: dhcp.schema
27Source10: get-ldap-patch.sh
28
29Patch0:   %{name}-4.1.0-errwarn-message.patch
30Patch1:   %{name}-4.1.0-ldap-configuration.patch
31Patch2:   %{name}-4.1.0-memory.patch
32Patch3:   %{name}-4.1.0-options.patch
33Patch4:   %{name}-4.1.0-release-by-ifup.patch
34Patch5:   %{name}-4.1.0-dhclient-decline-backoff.patch
35Patch6:   %{name}-4.1.0-unicast-bootp.patch
36Patch7:   %{name}-4.1.0-failover-ports.patch
37Patch8:   %{name}-4.1.0-dhclient-usage.patch
38Patch9:   %{name}-4.1.0-default-requested-options.patch
39Patch10:  %{name}-4.1.0-xen-checksum.patch
40Patch11:  %{name}-4.1.0-dhclient-anycast.patch
41Patch12:  %{name}-4.1.0-manpages.patch
42Patch13:  %{name}-4.1.0-paths.patch
43Patch15:  %{name}-4.1.0-inherit-leases.patch
44Patch16:  %{name}-4.1.0-garbage-chars.patch
45Patch17:  %{name}-4.1.0-port-validation.patch
46Patch18:  %{name}-4.1.0-invalid-dhclient-conf.patch
47
48BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
49BuildRequires: autoconf
50BuildRequires: automake
51BuildRequires: groff
52BuildRequires: libtool
53BuildRequires: openldap-devel
54
55Requires(post): chkconfig
56Requires(preun): chkconfig
57Requires(preun): initscripts
58Requires(postun): initscripts
59
60%description
61DHCP (Dynamic Host Configuration Protocol) is a protocol which allows
62individual devices on an IP network to get their own network
63configuration information (IP address, subnetmask, broadcast address,
64etc.) from a DHCP server. The overall purpose of DHCP is to make it
65easier to administer a large network.  The dhcp package includes the
66ISC DHCP service and relay agent.
67
68To use DHCP on your network, install a DHCP service (or relay agent),
69and on clients run a DHCP client daemon.  The dhcp package provides
70the ISC DHCP service and relay agent.
71
72%package -n dhclient
73Summary: Provides the dhclient ISC DHCP client daemon and dhclient-script
74Summary(ja): DHCP クライアントデーモンと dhclient スクリプト
75Group: System Environment/Base
76Requires: initscripts >= 6.75
77#Obsoletes: dhcpcd <= 1.3.22pl1-7
78#Provides: dhcpcd = 1.3.22pl1-8
79Obsoletes: dhcpcd <= 1.3.22pl4-0vl3
80
81%description -n dhclient
82DHCP (Dynamic Host Configuration Protocol) is a protocol which allows
83individual devices on an IP network to get their own network
84configuration information (IP address, subnetmask, broadcast address,
85etc.) from a DHCP server. The overall purpose of DHCP is to make it
86easier to administer a large network.
87
88To use DHCP on your network, install a DHCP service (or relay agent),
89and on clients run a DHCP client daemon.  The dhclient package
90provides the ISC DHCP client daemon.
91
92%package devel
93Summary: Development headers and libraries for interfacing to the DHCP server
94Summary(ja): DHCP サーバ用インタフェースライブラリとヘッダファイル
95Group: Development/Libraries
96
97%description devel
98Header files and API documentation for using the ISC DHCP libraries.  The
99libdhcpctl and libomapi static libraries are also included in this package.
100
101%prep
102%setup -q
103
104# Replace the standard ISC warning message about requesting help with an
105# explanation that this is a patched build of ISC DHCP and bugs should be
106# reported through bugzilla.redhat.com
107%patch0 -p1
108
109# Add support for dhcpd.conf data in LDAP
110# NOTE: Use get-ldap-patch.sh to pull down latest LDAP patch and then modify
111# it for this package.
112%patch1 -p1
113
114# Fix memory alignment and initialization problems in common/packet.c
115# Fix buffer overflow in minires library
116# Init struct sock_prog in common/lpf.c to NULL
117%patch2 -p1
118
119# Add more dhclient options (-I, -B, -H, -F, -timeout, -V, and -R)
120%patch3 -p1
121
122# Handle releasing interfaces requested by /sbin/ifup
123# pid file is assumed to be /var/run/dhclient-$interface.pid
124%patch4 -p1
125
126# If we receive a DHCP offer in dhclient and it's DECLINEd in dhclient-script,
127# backoff for an amount of time before trying again
128%patch5 -p1
129
130# Support unicast BOOTP for IBM pSeries systems (and maybe others)
131%patch6 -p1
132
133# Use the following IANA-registered failover ports:
134# dhcp-failover 647/tcp
135# dhcp-failover 647/udp
136# dhcp-failover 847/tcp
137# dhcp-failover 847/udp
138%patch7 -p1
139
140# Update the usage screen for dhclient(8) indicating new options
141# Use printf() rather than log_info() to display the information
142# Also, return EXIT_FAILURE when the usage() screen is displayed (stop parsing)
143%patch8 -p1
144
145# Add NIS domain, NIS servers, and NTP servers to the list of default
146# requested DHCP options
147%patch9 -p1
148
149# Handle Xen partial UDP checksums
150%patch10 -p1
151
152# Add anycast support to dhclient (for OLPC)
153%patch11 -p1
154
155# Patch man page contents
156%patch12 -p1
157
158# Change paths to conform to our standards
159%patch13 -p1
160
161# If we have an active lease, do not down the interface (#453982)
162%patch15 -p1
163
164# Fix 'garbage in format string' error (#450052)
165%patch16 -p1
166
167# Validate port numbers specified for dhclient, dhcpd, and dhcrelay
168# to make sure they are within 1-65535, inclusive.  (#438149)
169%patch17 -p1
170
171# The sample dhclient.conf should say 'supersede domain-search' (#467955)
172%patch18 -p1
173
174# Copy in documentation and example scripts for LDAP patch to dhcpd
175%{__install} -p -m 0644 %{SOURCE5} .
176%{__install} -p -m 0644 %{SOURCE6} doc/
177%{__install} -p -m 0755 %{SOURCE7} contrib/
178
179# Copy in the Fedora/RHEL dhclient script
180%{__install} -p -m 0755 %{SOURCE8} client/scripts/linux
181
182# Ensure we don't pick up Perl as a dependency from the scripts and modules
183# in the contrib directory (we copy this to /usr/share/doc in the final
184# package).
185%{__cp} -pR contrib __fedora_contrib
186pushd __fedora_contrib
187%{__chmod} -x 3.0b1-lease-convert dhclient-tz-exithook.sh dhcpd-conf-to-ldap
188%{__chmod} -x sethostname.sh solaris.init
189%{__mv} ms2isc/Registry.pm ms2isc/Registry.perlmodule
190%{__rm} -f dhcp.spec
191
192# We want UNIX-style line endings
193%{__sed} -i -e 's/\r//' ms2isc/readme.txt
194%{__sed} -i -e 's/\r//' ms2isc/Registry.perlmodule
195%{__sed} -i -e 's/\r//' ms2isc/ms2isc.pl
196popd
197
198# Replace @PRODUCTNAME@
199%{__sed} -i -e 's|@PRODUCTNAME@|%{vvendor}|g' common/dhcp-options.5
200%{__sed} -i -e 's|@PRODUCTNAME@|%{vvendor}|g' configure.ac
201
202# Update paths in all man pages
203for page in client/dhclient.conf.5 client/dhclient.leases.5 \
204            client/dhclient-script.8 client/dhclient.8 ; do
205    %{__sed} -i -e 's|CLIENTBINDIR|/sbin|g' \
206                -e 's|RUNDIR|%{_localstatedir}/run|g' \
207                -e 's|DBDIR|%{_localstatedir}/db/dhclient|g' \
208                -e 's|ETCDIR|%{_sysconfdir}/dhcp|g' $page
209done
210
211for page in server/dhcpd.conf.5 server/dhcpd.leases.5 server/dhcpd.8 ; do
212    %{__sed} -i -e 's|CLIENTBINDIR|/sbin|g' \
213                -e 's|RUNDIR|%{_localstatedir}/run|g' \
214                -e 's|DBDIR|%{_localstatedir}/db/dhcpd|g' \
215                -e 's|ETCDIR|%{_sysconfdir}/dhcp|g' $page
216done
217
218aclocal
219libtoolize --copy --force
220autoconf
221autoheader
222automake --foreign --add-missing --copy
223
224%build
225CFLAGS="%{optflags} -fPIC" \
226%configure \
227    --disable-dhcpv6 \
228    --with-srv-lease-file=%{_localstatedir}/lib/dhcpd/dhcpd.leases \
229    --with-cli-lease-file=%{_localstatedir}/lib/dhclient/dhclient.leases \
230    --with-srv-pid-file=%{_localstatedir}/run/dhcpd.pid \
231    --with-cli-pid-file=%{_localstatedir}/run/dhclient.pid \
232    --with-relay-pid-file=%{_localstatedir}/run/dhcrelay.pid
233%{__make} %{?_smp_mflags}
234
235%install
236%{__rm} -rf %{buildroot}
237%{__make} install DESTDIR=%{buildroot}
238
239# Remove files we don't want
240%{__rm} %{buildroot}%{_sysconfdir}/dhclient.conf
241%{__rm} %{buildroot}%{_sysconfdir}/dhcpd.conf
242
243# Install correct dhclient-script
244%{__mkdir} -p %{buildroot}/sbin
245%{__mv} %{buildroot}%{_sbindir}/dhclient %{buildroot}/sbin/dhclient
246%{__install} -p -m 0755 client/scripts/linux %{buildroot}/sbin/dhclient-script
247
248# Install init scripts
249%{__mkdir} -p %{buildroot}%{_initrddir}
250%{__install} -p -m 0755 %{SOURCE1} %{buildroot}%{_initrddir}/dhcpd
251%{__install} -p -m 0755 %{SOURCE2} %{buildroot}%{_initrddir}/dhcrelay
252
253# Start empty lease databases
254%{__mkdir} -p %{buildroot}%{_localstatedir}/lib/dhcpd/
255touch %{buildroot}%{_localstatedir}/lib/dhcpd/dhcpd.leases
256%{__mkdir} -p %{buildroot}%{_localstatedir}/lib/dhclient/
257
258# Create default sysconfig files for dhcpd and dhcrelay
259%{__mkdir} -p %{buildroot}%{_sysconfdir}/sysconfig
260
261%{__cat} << EOF > %{buildroot}%{_sysconfdir}/sysconfig/dhcrelay
262# Command line options here
263INTERFACES=""
264DHCPSERVERS=""
265EOF
266
267%{__cat} <<EOF > %{buildroot}%{_sysconfdir}/sysconfig/dhcpd
268# Command line options here
269DHCPDARGS=
270EOF
271
272# Copy sample conf files into position (called by doc macro)
273%{__cp} -p client/dhclient.conf dhclient.conf.sample
274%{__cp} -p server/dhcpd.conf dhcpd.conf.sample
275
276# Install default (empty) dhcpd.conf:
277%{__mkdir} -p %{buildroot}%{_sysconfdir}/dhcp
278%{__cat} << EOF > %{buildroot}%{_sysconfdir}/dhcp/dhcpd.conf
279#
280# DHCP Server Configuration file.
281#   see /usr/share/doc/dhcp*/dhcpd.conf.sample
282#   see 'man 5 dhcpd.conf'
283#
284EOF
285
286# Install dhcp.schema for LDAP configuration
287%{__mkdir} -p %{buildroot}%{_sysconfdir}/openldap/schema
288%{__install} -p -m 0644 -D %{SOURCE9} %{buildroot}%{_sysconfdir}/openldap/schema
289
290# Install empty directory for dhclient.d scripts
291%{__mkdir} -p %{buildroot}%{_sysconfdir}/dhcp/dhclient.d
292
293%clean
294%{__rm} -rf %{buildroot}
295
296%post
297if [ -f /etc/dhcpd.conf -a ! -f /etc/dhcp/dhcpd.conf ]; then
298    /bin/cp -a /etc/dhcpd.conf /etc/dhcp/dhcpd.conf >/dev/null 2>&1
299    /bin/rm -f /etc/dhcpd.conf >/dev/null 2>&1
300fi
301       
302/sbin/chkconfig --add dhcpd
303/sbin/chkconfig --add dhcrelay || :
304
305%post -n dhclient
306/bin/ls -1 /etc/dhclient* >/dev/null 2>&1
307if [ $? = 0 ]; then
308    /bin/ls -1 /etc/dhclient* 2>/dev/null | while read etcfile ; do
309        cf="$(/bin/basename ${etcfile})"
310        if [ ! -f /etc/dhcp/${cf} ]; then
311             /bin/cp -a "${etcfile}" /etc/dhcp
312            /bin/rm -f "${etcfile}"
313        fi
314    done || :
315fi || :
316
317%preun
318if [ $1 = 0 ]; then
319    /sbin/service dhcpd status >/dev/null 2>&1
320    if [ $? = 3 ]; then
321        /sbin/service dhcpd stop >/dev/null 2>&1
322    fi
323
324    /sbin/service dhcrelay status >/dev/null 2>&1
325    if [ $? = 3 ]; then
326        /sbin/service dhcrelay stop >/dev/null 2>&1
327    fi
328
329    /sbin/chkconfig --del dhcpd
330    /sbin/chkconfig --del dhcrelay || :
331fi
332
333%postun
334if [ $1 -ge 1 ]; then
335    /sbin/service dhcpd condrestart >/dev/null 2>&1
336    /sbin/service dhcrelay condrestart >/dev/null 2>&1 || :
337fi
338
339%files
340%defattr(-,root,root,-)
341%doc LICENSE README README.ldap RELNOTES dhcpd.conf.sample
342%doc doc/IANA-arp-parameters doc/api+protocol doc/*.txt __fedora_contrib/*
343%dir %{_localstatedir}/lib/dhcpd
344%dir %{_sysconfdir}/dhcp
345%verify(not size md5 mtime) %config(noreplace) %{_localstatedir}/lib/dhcpd/dhcpd.leases
346%config(noreplace) %{_sysconfdir}/sysconfig/dhcpd
347%config(noreplace) %{_sysconfdir}/sysconfig/dhcrelay
348%config(noreplace) %{_sysconfdir}/dhcp/dhcpd.conf
349%config(noreplace) %{_sysconfdir}/openldap/schema/dhcp.schema
350%{_initrddir}/dhcpd
351%{_initrddir}/dhcrelay
352%{_bindir}/omshell
353%{_sbindir}/dhcpd
354%{_sbindir}/dhcrelay
355%attr(0644,root,root) %{_mandir}/man1/omshell.1.gz
356%attr(0644,root,root) %{_mandir}/man5/dhcpd.conf.5.gz
357%attr(0644,root,root) %{_mandir}/man5/dhcpd.leases.5.gz
358%attr(0644,root,root) %{_mandir}/man8/dhcpd.8.gz
359%attr(0644,root,root) %{_mandir}/man8/dhcrelay.8.gz
360%attr(0644,root,root) %{_mandir}/man5/dhcp-options.5.gz
361%attr(0644,root,root) %{_mandir}/man5/dhcp-eval.5.gz
362
363%files -n dhclient
364%defattr(-,root,root,-)
365%doc dhclient.conf.sample
366%dir %{_sysconfdir}/dhcp
367%dir %{_sysconfdir}/dhcp/dhclient.d
368%dir %{_localstatedir}/lib/dhclient
369/sbin/dhclient
370/sbin/dhclient-script
371%attr(0644,root,root) %{_mandir}/man5/dhclient.conf.5.gz
372%attr(0644,root,root) %{_mandir}/man5/dhclient.leases.5.gz
373%attr(0644,root,root) %{_mandir}/man8/dhclient.8.gz
374%attr(0644,root,root) %{_mandir}/man8/dhclient-script.8.gz
375%attr(0644,root,root) %{_mandir}/man5/dhcp-options.5.gz
376%attr(0644,root,root) %{_mandir}/man5/dhcp-eval.5.gz
377
378%files devel
379%defattr(-,root,root,-)
380%{_includedir}/dhcpctl
381%{_includedir}/isc-dhcp
382%{_includedir}/omapip
383%{_libdir}/libdhcpctl.a
384%{_libdir}/libomapi.a
385%{_libdir}/libdst.a
386%attr(0644,root,root) %{_mandir}/man3/dhcpctl.3.gz
387%attr(0644,root,root) %{_mandir}/man3/omapi.3.gz
388
389%changelog
390* Wed Jul 15 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 12:4.1.0p1-1
391- new upstream release with security fix (CVE-2009-0692)
392
393* Sun Mar 01 2009 NAKAMURA Kenta <kenta@vinelinux.org> 12:4.1.0-4
394- rebuilt with openldap-2.4.11
395
396* Wed Feb 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 12:4.1.0-3
397- add /etc/dhcp for new config directory
398- update/add post scriptlet to move configs to /etc/dhcp
399  - move /etc/dhclient.conf to /etc/dhcp/dhclient.conf
400  - move /etc/dhcpd.conf to /etc/dhcp/dhcpd.conf
401- update init script header to reference /etc/dhcp/dhcpd.conf
402
403* Wed Jan 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 12:4.1.0-2
404- remove libdhcp4client
405
406* Mon Jan 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 12:4.1.0-1
407- new upstream release
408- update patches
409
410* Fri Jun 20 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 12:4.0.0-16
411- new upstream version 4.0.0 based on 4.0.0-15 from Fedora
412- Obsoletes: dhcpcd <= 1.3.22pl4-0vl3
413- changelogs for previous Vine package as follows:
414  - Tue May 22 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2:3.0.4-0vl2
415  - rebuild with new environment
416  - add "-fPIC -fno-strict-aliasing -fvisivility=hidden" to COPTS
417
418  - Thu May 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2:3.0.4-0vl1
419  - new upstream release
420  - import some FC patches and upstream patches
421
422  - Fri Feb 20 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1:3.0pl2-6vl1
423  - new upstream version
424  - merged with fedora package.
425    - Wed Mar  3 2002 Seiya Nishizawa <seiya@kugi.kyoto-u.ac.jp>
426    - Fix type for dhcpd.leases
427    - Fri Aug 24 2001 Toru Sagami <sagami@vinelinux.org>
428    - 2.0pl5-6vl0: was ported to Vine with _localstatedir defined as /var
429
430* Fri May 16 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-15
431- Set close-on-exec on dhclient.leases for SELinux (#446632)
432
433* Tue Apr 01 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-14
434- Avoid dhclient crash when run via NetworkManager (#439796)
435
436* Tue Mar 25 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-13
437- Update dhclient-script to handle domain-search correctly (#437840)
438
439* Tue Mar 25 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-12
440- Remove Requires on openldap-server (#432180)
441- Replace CLIENTBINDIR, ETCDIR, DBDIR, and RUNDIR in the man pages with the
442  correct paths
443
444* Wed Feb 13 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-11
445- Add missing newline to usage() screen in dhclient
446
447* Thu Feb 07 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-10
448- Save conf files adding '.predhclient.$interface' to the name (#306381)
449- Only restore conf files on EXPIRE/FAIL/RELEASE/STOP if there are no other
450  dhclient processes running (#306381)
451
452* Wed Feb 06 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-9
453- Match LDAP server option values in stables.c and dhcpd.h (#431003)
454- Fix invalid sprintf() statement in server/ldap.c (#431003)
455
456* Wed Feb 06 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-8
457- Remove invalid fclose() patch
458
459* Tue Feb 05 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-7
460- Don't leak /var/lib/dhclient/dhclient.leases file descriptors (#429890)
461
462* Tue Jan 22 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-6
463- read_function() comes from the LDAP patch, so fix it there
464- Init new struct universe structs in libdhcp4client so we don't crash on
465  multiple DHCP attempts (#428203)
466
467* Thu Jan 17 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-5
468- Patch read_function() to handle size_t from read() correctly (#429207)
469
470* Wed Jan 16 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-4
471- Fix dhclient.lease file parsing problems (#428785)
472- Disable IPv6 support for now as we already ship dhcpv6 (#428987)
473
474* Tue Jan 15 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-3
475- Fix segfault in next_iface4() and next_iface6() (#428870)
476
477* Mon Jan 14 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-2
478- -fvisibility fails me again
479
480* Mon Jan 14 2008 David Cantrell <dcantrell@redhat.com> - 12:4.0.0-1
481- Upgrade to ISC dhcp-4.0.0 (#426634)
482     - first ISC release to incorporate DHCPv6 protocol support
483     - source tree now uses GNU autoconf/automake
484- Removed the libdhcp4client-static package
485
486* Tue Dec 04 2007 David Cantrell <dcantrell@redhat.com> - 12:3.1.0-12
487- Requires line fixes
488
489* Tue Dec 04 2007 David Cantrell <dcantrell@redhat.com> - 12:3.1.0-11
490- Postinstall script fixes
491
492* Mon Nov 19 2007 David Cantrell <dcantrell@redhat.com> - 12:3.1.0-10
493- Remove dhcdbd check from dhcpd init script
494
495* Thu Nov 15 2007 David Cantrell <dcantrell@redhat.com> - 12:3.1.0-9
496- Fix chkconfig lines in dhcpd and dhcrelay init scripts (#384431)
497- Improve preun scriptlet
498
499* Mon Nov 12 2007 David Cantrell <dcantrell@redhat.com> - 12:3.1.0-8
500- Put dhcp.schema in /etc/openldap/schema (#330471)
501- Remove manpages patch and keep modified man pages as Source files
502- Improve dhclient.8 man page to list options in a style consistent
503  with most other man pages on the planet
504- Upgrade to latest dhcp LDAP patch, which brings in a new dhcpd-conf-to-ldap
505  script, updated schema file, and other bug fixes including SSL support for
506  LDAP authentication (#375711)
507- Do not run dhcpd and dhcrelay services by default (#362321)
508
509* Fri Oct 26 2007 David Cantrell <dcantrell@redhat.com> - 12:3.1.0-7
510- libdhcp4client-devel requires openldap-devel
511
512* Thu Oct 25 2007 David Cantrell <dcantrell@redhat.com> - 12:3.1.0-6
513- Rename Makefile.dist to Makefile.libdhcp4client
514- Spec file cleanups
515- Include stdarg.h in libdhcp_control.h
516
517* Thu Oct 25 2007 David Cantrell <dcantrell@redhat.com> - 12:3.1.0-5
518- Remove chkconfig usage for ypbind in dhclient-script (#351211)
519- Combine dhcp-static and dhcp-devel packages since there are no shared
520  libraries offered
521- Remove Requires: openldap-devel on dhcp-devel and libdhcp4client-devel
522- Make libdhcp4client-devel require dhcp-devel (for libdhcp_control.h)
523- Do not make dhcp-devel require the dhcp package, those are independent
524
525* Wed Oct 24 2007 David Cantrell <dcantrell@redhat.com> - 12:3.1.0-4
526- Install libdhcp_control.h to /usr/include/isc-dhcp/libdhcp_control.h
527- Update libdhcp4client patch to use new libdhcp_control.h location
528- Remove __fedora_contrib/ subdirectory in /usr/share/doc/dhcp-3.1.0,
529  install those docs to /usr/share/doc/dhcp-3.1.0
530
531* Wed Oct 24 2007 David Cantrell <dcantrell@redhat.com> - 12:3.1.0-3
532- Remove ISC.Cflags variable from libdhcp4client.pc
533
534* Wed Oct 24 2007 David Cantrell <dcantrell@redhat.com> - 12:3.1.0-2
535- Fix 'restart' mode in init script (#349341)
536
537* Tue Oct 23 2007 David Cantrell <dcantrell@redhat.com> - 12:3.1.0-1
538- Upgrade to ISC dhcp-3.1.0
539- Remove unnecessary /usr/include/dhcp4client/isc_dhcp headers
540- Make sure restorecon is run on /var/lib/dhcpd/dhcpd.leases (#251688)
541- Install dhcp.schema to /etc/openldap/dhcp.schema (#330471)
542
543* Mon Oct 08 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.6-8
544- Init script fixes (#320761)
545- Removed linux.dbus-example script since we aren't using dhcdbd now
546- Remove dhcdbd leftovers from dhclient-script (#306381)
547
548* Wed Sep 26 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.6-7
549- In dhcp.conf.5, explain that if no next-server statement applies to the
550  requesting client, the address 0.0.0.0 is used (#184484).
551
552* Wed Sep 26 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.6-6
553- Init script fixes for dhcpd and dhcrelay (#278601)
554
555* Mon Sep 10 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.6-5
556- Fix typos in ldap.c and correct LDAP macros (#283391)
557
558* Tue Sep 04 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.6-4
559- Do not override manually configured NTP servers in /etc/ntp.conf (#274761)
560
561* Wed Aug 15 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.6-3
562- Remove the -x switch enabling extended new option info.  If given to
563  dhclient now, it's ignored.
564
565* Wed Jul 18 2007 Florian La Roche <laroche@redhat.com> - 12:3.0.6-2
566- use a new macro name vendor -> vvendor to not overwrite the
567  RPMTAG_VENDOR setting
568
569* Tue Jul 10 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.6-1
570- Upgrade to ISC dhcp-3.0.6
571- Remove the -TERM option from killproc command (#245317)
572
573* Wed Jun 20 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-37
574- For init script functions, echo new line after OK or FAIL msg (#244956)
575
576* Fri Jun 15 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-36
577- BOOTP_BROADCAST_ALWAYS is not the same as ATSFP, fixed
578- Added anycast mac support to dhclient for OLPC
579
580* Tue May 22 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-35
581- Disable -fvisibility=hidden for now as it breaks dhcpv4_client() from
582  the shared library (#240804)
583
584* Thu Apr 26 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-34
585- Init script fixes (#237985, #237983)
586- Reference correct scripts in dhclient-script.8 man page (#238036)
587
588* Fri Apr 20 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-33
589- Rename -devel-static packages to -static (#225691)
590
591* Tue Apr 17 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-32
592- Added missing newline on usage() screen in dhclient
593
594* Thu Apr 12 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-31
595- Spec file cleanups (#225691)
596- Put libdhcpctl.a and libomapi.a in dhcp-devel-static package
597- Put libdhcp4client.a in libdhcp4client-devel-static package
598
599* Wed Apr 11 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-30
600- Enable Xen patch again, kernel bits present (#231444)
601
602* Tue Apr 10 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-29
603- Spec file cleanups (#225691)
604
605* Mon Apr 09 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-28
606- Remove Xen patch (#235649, from RHEL-5, doesn't work correctly for Fedora)
607
608* Sun Apr 01 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-27
609- Ensure that Perl and Perl modules are not added as dependencies (#234688)
610- Reorganize patches by feature/bug per packaging guidelines (#225691)
611- Move the following files from patches to source files:
612     linux.dbus-example, linux, Makefile.dist, dhcp4client.h, libdhcp_control.h
613- Compile with -fno-strict-aliasing as ISC coding standards generally don't
614  agree well with gcc 4.x.x
615
616* Wed Mar 21 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-26
617- Fix formatting problems in dhclient man page (#233076).
618
619* Mon Mar 05 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-25
620- Man pages need 0644 permissions (#222572)
621
622* Thu Mar 01 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-24
623- Include contrib/ subdirectory in /usr/share/doc (#230476)
624- Added back Requires for perl since dhcpd-conf-to-ldap needs it (#225691)
625- Put copies of dhcp-options and dhcp-eval man pages in the dhcp and
626  dhclient packages rather than having the elaborate symlink collection
627- Explicitly name man pages in the %%files listings
628- Use the %%{_sysconfdir} and %%{_initrddir} macros (#225691)
629- Use macros for commands in %%build and %%install
630- Split README.ldap, draft-ietf-dhc-ldap-schema-01.txt, and
631  dhcpd-conf-to-ldap.pl out of the LDAP patch
632- Split linux.dbus-example script out of the extended new option info patch
633- Remove unnecessary changes from the Makefile patch
634
635* Wed Feb 28 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-23
636- Update Xen partial checksums patch
637- Remove perl Requires (#225691)
638- Make dhcp-devel depend on dhcp = e:v-r (#225691)
639- libdhcp4client-devel Requires pkgconfig (#225691)
640- Do not add to RPM_OPT_FLAGS, use COPTS variable instead (#225691)
641- Use %%{buildroot} macro instead of RPM_BUILD_ROOT variable (#225691)
642- Preserve timestamps on all installed data files (#225691)
643- Remove dhcp-options.5.gz and dhcp-eval.5.gz symlinking in post (#225691)
644- Use %%defattr(-,root,root,-) (#225691)
645- Do not flag init scripts as %%config in %%files section (#225691)
646
647* Tue Feb 27 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-22
648- Change license field to say ISC
649
650* Sat Feb 17 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-21
651- Obsoletes dhcpcd <= 1.3.22 (#225691)
652
653* Fri Feb 16 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-20
654- Review cleanups (#225691)
655
656* Fri Feb 09 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-19
657- Require openldap-devel on dhcp-devel and libdhcp4client-devel packages
658
659* Thu Feb 08 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-18
660- Fix libdhcp4client visibility _again_ (#198496)
661
662* Thu Feb 08 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-17
663- Remove period from summary line (package review)
664- Use preferred BuildRoot (package review)
665
666* Sun Feb 04 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-16
667- Disable xen-checksums patch for now as it breaks dhclient (#227266)
668- Updated fix-warnings patch
669
670* Sun Feb 04 2007 David Woodhouse <dwmw2@redhat.com> - 12:3.0.5-15
671- Fix broken file reading due to LDAP patch
672
673* Fri Feb 02 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-14
674- Only export the symbols we want in libdhcp4client (#198496)
675
676* Wed Jan 31 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-13
677- Add support for dhcpd(8) to read dhcpd.conf from an LDAP server (#224352)
678- Remove invalid ja_JP.eucJP man pages from /usr/share/doc
679
680* Wed Jan 31 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-12
681- Rebuild
682
683* Tue Jan 30 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-11
684- Remove FORTIFY_SOURCE=0 leftovers from testing last week (whoops)
685
686* Tue Jan 30 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-10
687- Fix Xen networking problems with partial checksums (#221964)
688
689* Mon Jan 29 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-9
690- Remove dhcptables.pl from the source package
691- Mark libres.a symbols hidden (#198496)
692- Set DT_SONAME on libdhcp4client to libdhcp4client-VERSION.so.0
693- Make function definition for dst_hmac_md5_init() match the prototype
694
695* Wed Nov 29 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-8
696- Roll md5 patch in to libdhcp4client patch since it's related
697- Do not overwrite /etc/ntp/step-tickers (#217663)
698- Resolves: rhbz#217663
699
700* Wed Nov 22 2006 Peter Jones <pjones@redhat.com> - 12:3.0.5-7
701- Build the MD5 functions we link against.
702
703* Thu Nov 16 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-6
704- Set permission of libdhcp4client.so.1 to 0755 (#215910)
705
706* Tue Nov 14 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-5
707- Do not link res_query.o in to libdhcp4client (#215501)
708
709* Mon Nov 13 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-4
710- Enable relinquish_timeouts() and cancel_all_timeouts() even when
711  DEBUG_MEMORY_LEAKAGE_ON_EXIT is not defined
712- Add prototypes for b64_pton() and b64_ntop in dst/
713- Move variable declarations and labels around in the fix-warnings patch
714- Expand the list of objects needed for libdhcp4client (#215328)
715- Use libres.a in libdhcp4client since it gives correct minires objects
716- Remove the dhcp options table in C, Perl, Python, and text format (these
717  were reference files added to /usr/share/doc)
718
719* Mon Nov 13 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-3
720- Remove struct universe *universe from envadd_state in the client patch
721- Add struct universe *universe to envadd_state in the enoi patch
722- Add example dbusified dhclient-script in the enoi patch
723
724* Fri Nov 10 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-2
725- Change the way libdhcp4client is compiled (patch main source, create new
726  Makefile rather than copy and patch code after main patches)
727- Fix up problems generating compiler warnings
728- Use 'gcc' for making dependencies
729- Pass -fPIC instead of -fpie/-fPIE in compiler flags
730- Combine the extended new option info changes in to one patch file (makes
731  it easier for outside projects that want to use dhcdbd and NetworkManager)
732
733* Tue Nov 07 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-1
734- Upgrade to ISC dhcp-3.0.5
735
736* Fri Oct 27 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.4-24
737- Put typedef for dhcp_state_e before it's used in libdhcp_control.h (#212612)
738- Remove dhcpctl.3 from minires/Makefile.dist because it's in dhcpctl
739- Remove findptrsize.c and just set compiler flag for ppc64 and s390x
740
741* Sat Oct 14 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.4-23
742- Remove NODEBUGINFO junk from the spec file as well as old/unused code
743- Rolled all 68 patches in to one patch since more than half of them get
744  overridden by later patches anyway.
745
746* Fri Oct 13 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.4-22
747- Send usage() screen in dhclient to stdout rather than the syslog (#210524)
748
749* Mon Sep 11 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.4-21
750- Rebuild (#205505)
751
752* Fri Aug 18 2006 Jesse Keating <jkeating@redhat.com> - 12:3.0.4-20
753- rebuilt with latest binutils to pick up 64K -z commonpagesize on ppc*
754  (#203001)
755
756* Thu Aug 17 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.4-19
757- Fix mkdir problem in libdhcp4client.Makefile
758
759* Thu Aug 17 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.4-18
760- Fix dhclient on s390x platform (#202911)
761
762* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 12:3.0.4-17.1
763- rebuild
764
765* Wed Jun 28 2006 Peter Jones <pjones@redhat.com> - 12:3.0.4-17
766- export timeout cancellation functions in libdhcp4client
767
768* Wed Jun 28 2006 Florian La Roche <laroche@redhat.com> - 12:3.0.4-16
769- add proper coreutils requires for the scripts
770
771* Thu Jun 22 2006 Peter Jones <pjones@redhat.com> - 12:3.0.4-15
772- Make timeout dispatch code not recurse while traversing a linked
773  list, so it doesn't try to free an entries that have been removed.
774  (bz #195723)
775- Don't patch in a makefile, do it in the spec.
776
777* Thu Jun 08 2006 Jason Vas Dias <jvdias@redhat.com> - 12:3.0.4-14
778- fix bug 191461: preserve ntp.conf local clock fudge statements
779- fix bug 193047: both dhcp and dhclient need to ship common
780                  man-pages: dhcp-options(5) dhcp-eval(5)
781
782* Tue May 30 2006 Jason Vas Dias <jvdias@redhat.com> - 12:3.0.4-12
783- Make -R option take effect in per-interface client configs
784
785* Fri May 26 2006 Jason Vas Dias <jvdias@redhat.com> - 12:3.0.4-10
786- fix bug 193047: allow $METRIC to be specified for dhclient routes
787- add a '-R <request option list>' dhclient argument
788
789* Fri May 26 2006 Jason Vas Dias <jvdias@redhat.com> - 12:3.0.4-8.1
790- fix a libdhcp4client memory leak (1 strdup) and
791  fill in client->packet.siaddr before bind_lease() for pump
792  nextServer option.
793
794* Fri May 19 2006 Jason Vas Dias <jvdias@redhat.com> - 12:3.0.4-8
795- Make libdhcp4client a versioned .so (BZ 192146)
796
797* Wed May 17 2006 Jason Vas Dias <jvdias@redhat.com> - 12:3.0.4-4
798- Enable libdhcp4client build
799
800* Tue May 16 2006 Jason Vas Dias <jvdias@redhat.com> - 12:3.0.4-2
801- Fix bug 191470: prevent dhcpd writing 8 byte dhcp-lease-time
802                  option in packets on 64-bit platforms
803
804* Sun May 14 2006 Jason Vas Dias <jvdias@redhat.com> - 12:3.0.4-2
805- Add the libdhcp4client library package for use by the new libdhcp
806  package, which enables dhclient to be invoked by programs in a
807  single process from the library. The normal dhclient code is
808  unmodified by this.
809
810* Mon May 08 2006 Jason Vas Dias <jvdias@redhat.com> - 12:3.0.4-2
811- Add new dhclient command line argument:
812  -V <vendor-class-identifier>
813
814* Sat May 06 2006 Jason Vas Dias <jvdias@redhat.com> - 12:3.0.4-1
815- Upgrade to upstream version 3.0.4, released Friday 2006-05-05 .
816- Add new dhclient command line arguments:
817  -H <host-name> : parse as dhclient.conf 'send host-name "<host-name>";'
818  -F <fqdn>      : parse as dhclient.conf 'send fqdn.fqdn "<fqdn>";'
819  -T <timeout>   : parse as dhclient.conf 'timeout <timeout>;'
820
821* Thu Mar 02 2006 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-26
822- fix bug 181908: enable dhclient to operate on IBM zSeries z/OS linux guests:
823  o add -I <dhcp-client-identifier> dhclient command line option
824  o add -B "always broadcast" dhclient command line option
825  o add 'bootp-broadcast-always;' dhclient.conf statement
826
827* Mon Feb 20 2006 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-24
828- Apply upstream fix for bug 176615 / ISC RT#15811
829
830* Tue Feb 14 2006 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-22
831- fix bug 181482: resolv.conf not updated on RENEW :
832  since dhcp-3.0.1rc12-RHScript.patch: "$new_domain_servers" should have
833  been "$new_domain_name_servers" :-(
834
835* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 11:3.0.3-21.1.1
836- bump again for double-long bug on ppc(64)
837
838* Mon Feb 06 2006 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-21.1
839- Rebuild for new gcc, glibc and glibc-kernheaders
840
841* Sun Jan 22 2006 Dan Williams <dcbw@redhat.com> - 11:3.0.3-21
842- Fix dhclient-script to use /bin/dbus-send now that all dbus related
843  binaries are in /bin rather than /usr/bin
844
845* Mon Jan 16 2006 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-20
846- fix bug 177845: allow client ip-address as default router
847- fix bug 176615: fix DDNS update when Windows-NT client sends
848                  host-name with trailing nul
849
850* Tue Dec 20 2005 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-18
851- fix bug 176270: allow routers with an octet of 255 in their IP address
852
853* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
854- rebuilt
855
856* Mon Dec 05 2005 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-16
857- fix gcc 4.1 compile warnings (-Werror)
858
859* Fri Nov 19 2005 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-12
860- fix bug 173619: dhclient-script should reconfig on RENEW if
861                  subnet-mask, broadcast-address, mtu, routers, etc.
862                  have changed
863- apply upstream improvements to trailing nul options fix of bug 160655
864
865* Tue Nov 15 2005 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-11
866- Rebuild for FC-5
867- fix bug 167028 - test IBM's unicast bootp patch (from xma@us.ibm.com)
868- fix bug 171312 - silence chkconfig error message if ypbind not installed
869- fix dhcpd.init when -cf arg given to dhcpd
870- make dhcpd init touch /var/lib/dhcpd/dhcpd.leases, not /var/lib/dhcp/dhcpd.leases
871
872* Tue Oct 18 2005 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-10
873- Allow dhclient route metrics to be specified with DHCP options:
874  The dhcp-options(5) man-page states:
875  'option routers ... Routers should be listed in order of preference'
876  and
877  'option static-routes ... are listed in descending order of priority' .
878  No preference / priority could be set with previous dhclient-script .
879  Now, dhclient-script provides:
880  Default Gateway (option 'routers') metrics:
881    Instead of allowing only one default gateway, if more than one router
882    is specified in the routers option, routers following the first router
883    will have a 'metric' of their position in the list (1,...N>1).
884  Option static-routes metrics:
885    If a target appears in the list more than once, routes for duplicate
886    targets will have successively greater metrics, starting at 1.
887
888* Mon Oct 17 2005 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-8
889- further fix for bug 160655 / ISC bug 15293 - upstream patch:
890  do NOT always strip trailing nulls in the dhcpd server
891- handle static-routes option properly in dhclient-script :
892  trailing 0 octets in the 'target' IP specify the class -
893  ie '172.16.0.0 w.x.y.z' specifies '172.16/16 via w.x.y.z'.
894
895* Fri Sep 23 2005 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-7
896- fix bug 169164: separate /var/lib/{dhcpd,dhclient} directories
897- fix bug 167292: update failover port info in dhcpd.conf.5; give
898                  failover ports default values in server/confpars.c
899 
900* Mon Sep 12 2005 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-6
901- fix bug 167273: time-offset should not set timezone by default
902                  tzdata's Etc/* files are named with reverse sign
903                  for hours west - ie. 'GMT+5' is GMT offset -18000seconds.
904
905* Mon Aug 29 2005 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-4
906- fix bug 166926: make dhclient-script handle interface-mtu option
907  make dhclient-script support /etc/dhclient{,-$IF}-{up,down}-hooks scripts
908  to allow easy customization to support other non-default DHCP options -
909  documented in 'man 8 dhclient-script' .
910- handle the 'time-offset' DHCP option, requested by default.
911
912* Tue Aug 23 2005 Jason Vas Dias <jvdias@redhat.com> - 11:3.0.3-3
913- fix bug 160655: strip trailing '\0' bytes from text options before append
914- fix gcc4 compiler warnings ; now compiles with -Werror
915- add RPM_OPT_FLAGS to link as suggested in gcc man-page on '-pie' option
916- change ISC version string to 'V3.0.3-RedHat' at request of ISC
917
918* Tue Aug  9 2005 Jeremy Katz <katzj@redhat.com> - 11:3.0.3-2
919- don't explicitly require 2.2 era kernel, it's fairly overkill at this point
920
921* Fri Jul 29 2005 Jason Vas Dias <jvdias@redhat.com> 11:3.0.3-1
922- Upgrade to upstream version 3.0.3
923- Don't apply the 'default boot file server' patch: legacy
924  dhcp behaviour broke RFC 2131, which requires that the siaddr
925  field only be non-zero if the next-server or tftp-server-name
926  options are specified.
927- Try removing the 1-5 second wait on dhclient startup altogether.
928- fix bug 163367: supply default configuration file for dhcpd
929 
930* Thu Jul 14 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.3rc1-1
931- Upgrade to upstream version 3.0.3rc1
932- fix bug 163203: silence ISC blurb on configtest
933- fix default 'boot file server' value (packet->siaddr):
934  In dhcp-3.0.2(-), this was defaulted to the server address;
935  now it defaults to 0.0.0.0 (a rather silly default!) and
936  must be specified with the 'next-server' option (not the tftp-boot-server
937  option ?!?) which causes PXE boot clients to fail to load anything after
938  the boot file.
939
940* Fri Jul 08 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.2-14.FC5
941- Allow package to compile with glibc-headers-2.3.5-11 (tr.c's use of __u16)
942
943* Fri May 10 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.2-14
944- Fix bug 159929: prevent dhclient flooding network on repeated DHCPDECLINE
945- dhclient fast startup:
946   remove dhclient's  random 1-5 second delay on startup if only
947   configuring one interface
948   remove dhclient_script's "sleep 1" on PREINIT
949- fix new gcc-4.0.0-11 compiler warnings for binding_state_t
950
951* Tue May 03 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.2-12
952- Rebuild for new glibc
953- Fix dhcdbd set for multiple interfaces
954
955* Wed Apr 27 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.2-11
956- as pointed out by Peter Jones, dhclient-script spews
957- 'chkconfig: Usage' if run in init state 1 (runlevel returns "unknown".)
958- this is now corrected.
959
960* Mon Apr 25 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.2-10
961- dhclient-script dhcdbd extensions.
962- Tested to have no effect unless dhcdbd invokes dhclient.
963
964* Thu Apr 21 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.2-9
965- bugs 153244 & 155143 are now fixed with SELinux policy;
966  autotrans now works for dhcpc_t, so restorecons are not required,
967  and dhclient runs OK under dhcpc_t with SELinux enforcing.
968- fix bug 155506: 'predhclien' typo (emacs!).
969
970* Mon Apr 18 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.2-8
971- Fix bugs 153244 & 155143:
972      o restore dhclient-script 'restorecon's
973      o give dhclient and dhclient-script an exec context of
974        'system_u:object_r:sbin_t' that allows them to run
975        domainname / hostname and to update configuration files
976        in dhclient post script.
977- Prevent dhclient emitting verbose ISC 'blurb' on error exit in -q mode
978
979* Mon Apr 04 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.2-7
980- Add '-x' "extended option environment" dhclient argument:
981-  When -x option given to dhclient:
982-    dhclient enables arbitrary option processing by writing information
983-    about user or vendor defined option space options to environment.
984-
985- fix bug 153244: dhclient should not use restorecon
986- fix bug 151023: dhclient no 'headers & libraries'
987- fix bug 149780: add 'DHCLIENT_IGNORE_GATEWAY' variable
988- remove all usage of /sbin/route from dhclient-script
989
990* Thu Mar 24 2005 Florian La Roche <laroche@redhat.com>
991- add "exit 0" to post script
992
993* Mon Mar 07 2005 Jason Vas Dias <jvdias@redhat.com> 10.3.0.2-3
994- rebuild for gcc4/glibc-2.3.4-14; fix bad memset
995
996* Thu Feb 24 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.2-2
997- Fix bug 143640: do not allow more than one dhclient to configure an interface
998
999* Mon Feb 21 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.2-1
1000- Upgrade to ISC 3.0.2 Final Release (documentation change only).
1001
1002* Tue Feb 14 2005 Jason Vas Dias <jvdias@redhat.com> 8:3.0.2rc3-8
1003- Add better execshield security link options
1004- fix dhcpd.init when no /etc/dhcpd.conf exists and -cf in DHCPDARGS
1005
1006* Mon Feb 14 2005 Jason Vas Dias <jvdias@redhat.com> 8:3.0.2rc3-4
1007- make dhclient-script TIMEOUT mode do exactly the same configuration
1008- as BOUND / RENEW / REBIND / REBOOT if router ping succeeds
1009
1010* Mon Feb 14 2005 Jason Vas Dias <jvdias@redhat.com> 3.0.2rc3-4
1011- fix bug 147926: dhclient-script should do restorecon for modified conf files
1012- optimize execshield protection
1013
1014* Thu Feb 10 2005 Jason Vas Dias <jvdias@redhat.com> 8.3.0.4rc3-3
1015- fix bug 147375: dhcpd heap corruption on 32-bit 'subnet' masks
1016- fix bug 147502: dhclient should honor GATEWAYDEV and GATEWAY settings
1017- fix bug 146600: dhclient's timeout mode ping should use -I
1018- fix bug 146524: dhcpd.init should discard dhcpd's initial output message
1019- fix bug 147739: dhcpd.init configtest should honor -cf in DHCPDARGS
1020
1021* Mon Jan 24 2005 Jason Vas Dias <jvdias@redhat.com> 8:3.0.2rc3-2
1022- fix bug 145997: allow hex 32-bit integers in user specified options
1023
1024* Thu Jan 06 2005 Jason Vas Dias <jvdias@redhat.com> 8:3.0.2rc3-1
1025- still need an epoch to get past nvre test
1026
1027* Thu Jan 06 2005 Jason Vas Dias <jvdias@redhat.com> 3.0.2rc3-1
1028- fix bug 144417: much improved dhclient-script
1029
1030* Thu Jan 06 2005 Jason Vas Dias <jvdias@redhat.com> 3.0.2rc3-1
1031- Upgrade to latest release from ISC, which includes most of our
1032- recent patches anyway.
1033
1034* Thu Jan 06 2005 Jason Vas Dias <jvdias@redhat.com> 7:3.0.1-17
1035- fix bug 144250: gcc-3.4.3-11 is broken :
1036- log_error ("Lease with bogus binding state: %%d size: %%d",
1037-   comp -> binding_state,
1038-   sizeof(comp->binding_state));
1039- prints:    'Lease with bogus binding state: 257 1'    !
1040- compiling with gcc33 (compat-gcc-8-3.3.4.2 fixes for now).
1041
1042* Mon Jan 03 2005 Jason Vas Dias <jvdias@redhat.com> 7:3.0.1-16
1043- fix bug 143704: dhclient -r does not work if lease held by
1044- dhclient run from ifup . dhclient will now look for the pid
1045- files created by ifup.
1046
1047* Wed Nov 17 2004 Jason Vas Dias <jvdias@redhat.com> 7:3.0.1-14
1048- NTP: fix bug 139715: merge in new ntp servers only rather than replace
1049- all the ntp configuration files; restart ntpd if configuration changed.
1050
1051* Tue Nov 16 2004 Jason Vas Dias <jvdias@redhat.com> 7:3.0.1-12
1052- fix bug 138181 & bug 139468: do not attempt to listen/send on
1053-     unconfigured  loopback, point-to-point or non-broadcast
1054-     interfaces (don't generate annoying log messages)
1055- fix bug 138869: dhclient-script: check if '$new_routers' is
1056-     empty before doing 'set $new_routers;...;ping ... $1'
1057
1058* Wed Oct 06 2004 Jason Vas Dias <jvdias@redhat.com> 7:3.0.1-11
1059- dhcp-3.0.2b1 came out today. A diff of the 'ack_lease' function
1060- Dave Hankins and I patched exposed a missing '!' on an if clause
1061- that got dropped with the 'new-host' patch. Replacing the '!'.
1062- Also found one missing host_dereference.
1063
1064* Wed Oct 06 2004 Jason Vas Dias <jvdias@redhat.com> 7:3.0.1-10
1065- clean-up last patch: new-host.patch adds host_reference(host)
1066- without host_dereference(host) before returns in ack_lease
1067- (dhcp-3.0.1-host_dereference.patch)
1068 
1069* Mon Sep 27 2004 Jason Vas Dias <jvdias@redhat.com> 7:3.0.1-9
1070- Fix bug 133522:
1071- PXE Boot clients with static leases not given 'file' option
1072- 104 by server - PXE booting was disabled for 'fixed-address'
1073- clients.
1074
1075* Fri Sep 10 2004 Jason Vas Dias <jvdias@redhat.com> 7:3.0.1-8
1076- Fix bug 131212:
1077- If "deny booting" is defined for some group of hosts,
1078- then after one of those hosts is denied booting, all
1079- hosts are denied booting, because of a pointer not being
1080- cleared in the lease record.
1081- An upstream patch was obtained which will be in dhcp-3.0.2.
1082
1083* Mon Aug 16 2004 Jason Vas Dias <jvdias@redhat.com> 7:3.0.1-7
1084- Forward DNS update by client was disabled by a bug that I
1085- found in code where 'client->sent_options' was being
1086- freed too early.
1087- Re-enabled it after contacting upstream maintainer
1088- who confirmed that this was a bug (bug #130069) -
1089- submitted patch dhcp-3.0.1.preserve-sent-options.patch.
1090- Upstream maintainer informs me this patch will be in dhcp-3.0.2 .
1091
1092* Tue Aug 3  2004 Jason Vas Dias <jvdias@redhat.com> 6:3.0.1-6
1093- Allow 2.0 kernels to obtain default gateway via dhcp
1094
1095* Mon Aug 2  2004 Jason Vas Dias <jvdias@redhat.com> 5:3.0.1-5
1096- Invoke 'change_resolv_conf' function to change resolv.conf
1097
1098* Fri Jul 16 2004 Jason Vas Dias <jvdias@redhat.com> 3:3.0.1
1099- Upgraded to new ISC 3.0.1 version
1100
1101* Thu Jun 24 2004 Dan Walsh <dwalsh@redhat.com> 1:3.0.1rc14-5
1102- Allow dhclient-script to continue without a config file.
1103- It will use default values.
1104
1105* Wed Jun 23 2004 Dan Walsh <dwalsh@redhat.com> 1:3.0.1rc14-4
1106- fix inherit-leases patch
1107
1108* Tue Jun 22 2004 Dan Walsh <dwalsh@redhat.com> 1:3.0.1rc14-2
1109- Turn on inherit-leases patch
1110
1111* Tue Jun 22 2004 Dan Walsh <dwalsh@redhat.com> 1:3.0.1rc14-1
1112- User kernelversion instead of uname-r
1113- Update to latest package from ISC
1114- Remove inherit-leases patch for now.
1115
1116* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
1117- rebuilt
1118
1119* Thu Jun 10 2004 Dan Walsh <dwalsh@redhat.com> 1:3.0.1rc13-1
1120- Update to latest package from ISC
1121
1122* Thu Jun 10 2004 Dan Walsh <dwalsh@redhat.com> 1:3.0.1rc12-9
1123- add route back in after route up call
1124
1125* Wed Jun 9 2004 Dan Walsh <dwalsh@redhat.com> 1:3.0.1rc12-8
1126- add alex's dhcp-3.0.1rc12-inherit-leases.patch patch
1127
1128* Tue Jun  8 2004 Bill Nottingham <notting@redhat.com> 1:3.0.1rc12-7
1129- set device on default gateway route
1130
1131* Mon May 17 2004 Thomas Woerner <twoerner@redhat.com> 1:3.0.1rc12-6
1132- compiling dhcpd PIE
1133
1134* Thu Mar 25 2004 Dan Walsh <dwalsh@redhat.com> 1:3.0.1rc12-5
1135- Add static routes patch to dhclient-script
1136
1137* Wed Mar 25 2004 Dan Walsh <dwalsh@redhat.com> 1:3.0.1rc12-4
1138- Fix init to check config during restart
1139
1140* Wed Mar 24 2004 Dan Walsh <dwalsh@redhat.com> 1:3.0.1rc12-3
1141- Fix init script to create leases file if missing
1142
1143* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
1144- rebuilt
1145
1146* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
1147- rebuilt
1148
1149* Wed Jan 21 2004 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.20
1150- Fix initialization of memory to prevent compiler error
1151
1152* Mon Jan 5 2004 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.19
1153- Close leaseFile before exec, to fix selinux error message
1154
1155* Mon Dec 29 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.18
1156- Add BuildRequires groff
1157- Replace resolv.conf if renew and data changes
1158
1159* Sun Nov 30 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.17
1160- Add obsoletes dhcpcd
1161
1162* Wed Oct 8 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.16
1163- Fix location of ntp driftfile
1164
1165* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.15
1166- Bump Release
1167
1168* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.14
1169- Add div0 patch
1170
1171* Wed Aug 20 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.13
1172- Add SEARCH to client script
1173
1174* Wed Aug 20 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.12
1175- Bump Release
1176
1177* Wed Aug 20 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.11
1178- Add configtest
1179
1180* Fri Aug 1 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.10
1181- increment for base
1182
1183* Fri Aug 1 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.9
1184- Don't update resolv.conf on renewals
1185
1186* Tue Jul  29 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.8
1187- increment for base
1188
1189* Tue Jul  29 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.7
1190- Fix name of driftfile
1191
1192* Tue Jul  29 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.6
1193- increment for base
1194
1195* Tue Jul  29 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.5
1196- Change dhcrelay script to check DHCPSERVERS
1197
1198* Mon Jul  7 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.4
1199- increment for base
1200
1201* Mon Jul  7 2003 Dan Walsh <dwalsh@redhat.com> 1:3.0pl2-6.3
1202- Fix dhclient-script to support PEERNTP and PEERNIS flags.
1203- patch submitted by aoliva@redhat.com
1204
1205* Sun Jun  8 2003 Tim Powers <timp@redhat.com> 1:3.0pl2-6.1
1206- add epoch to dhcp-devel versioned requires on dhcp
1207- build for RHEL
1208
1209* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
1210- rebuilt
1211
1212* Tue May 27 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl2-5
1213- Fix memory leak in parser.
1214
1215* Mon May 19 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl2-4
1216- Change Rev for RHEL
1217
1218* Mon May 19 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl2-3
1219- Change example to not give out 255 address.
1220
1221* Tue Apr 29 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl2-2
1222- Change Rev for RHEL
1223
1224* Mon Apr 28 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl2-1
1225- upgrade to 3.0pl2
1226
1227* Wed Mar 26 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-26
1228- add usage for dhcprelay -c
1229- add man page for dhcprelay -c
1230
1231* Fri Mar 7 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-25
1232- Fix man dhcpd.conf man page
1233
1234* Tue Mar 4 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-24
1235- Fix man dhcpctl.3 page
1236
1237* Mon Feb 3 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-23
1238- fix script to handle ntp.conf correctly
1239
1240* Thu Jan 29 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-22
1241- Increment release to add to 8.1
1242
1243* Wed Jan 29 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-21
1244- Implement max hops patch
1245
1246* Wed Jan 29 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-20
1247- It has now been decided to just have options within dhclient kit
1248
1249* Sun Jan 26 2003 Florian La Roche <Florian.LaRoche@redhat.de>
1250- add defattr() to have files not owned by root
1251
1252* Fri Jan 24 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-17
1253- require kernel version
1254
1255* Fri Jan 24 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-16
1256- move dhcp-options to separate package
1257
1258* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
1259- rebuilt
1260
1261* Thu Jan 9 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-15
1262- eliminate dhcp-options from dhclient in order to get errata out
1263
1264* Wed Jan 8 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-14
1265- VU#284857 - ISC DHCPD minires library contains multiple buffer overflows
1266
1267* Mon Jan 6 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-13
1268- Fix when ntp is not installed.
1269
1270* Mon Jan 6 2003 Dan Walsh <dwalsh@redhat.com> 3.0pl1-12
1271- Fix #73079 (dhcpctl man page)
1272
1273* Thu Nov 14 2002 Elliot Lee <sopwith@redhat.com> 3.0pl1-11
1274- Use generic PTRSIZE_64BIT detection instead of ifarch.
1275
1276* Thu Nov 14 2002 Preston Brown <pbrown@redhat.com> 3.0pl1-10
1277- fix parsing of command line args in dhclient.  It was missing a few.
1278
1279* Mon Oct 07 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1280- work on 64bit archs
1281
1282* Wed Aug 28 2002 Elliot Lee <sopwith@redhat.com> 3.0pl1-9
1283- Fix #72795
1284
1285* Mon Aug 26 2002 Elliot Lee <sopwith@redhat.com> 3.0pl1-8
1286- More #68650 (modify requested options)
1287- Fix #71453 (dhcpctl man page) and #71474 (include libdst.a) and
1288  #72622 (hostname setting)
1289
1290* Thu Aug 15 2002 Elliot Lee <sopwith@redhat.com> 3.0pl1-7
1291- More #68650 (modify existing patch to also set NIS domain)
1292
1293* Tue Aug 13 2002 Elliot Lee <sopwith@redhat.com> 3.0pl1-6
1294- Patch102 (dhcp-3.0pl1-dhcpctlman-69731.patch) to fix #69731
1295
1296* Tue Aug 13 2002 Elliot Lee <sopwith@redhat.com> 3.0pl1-5
1297- Patch101 (dhcp-3.0pl1-dhhostname-68650.patch) to fix #68650
1298
1299* Fri Jul 12 2002 Elliot Lee <sopwith@redhat.com> 3.0pl1-4
1300- Fix unaligned accesses when decoding a UDP packet
1301
1302* Thu Jul 11 2002 Elliot Lee <sopwith@redhat.com> 3.0pl1-3
1303- No apparent reason for the dhclient -> dhcp dep mentioned in #68001,
1304  so removed it
1305
1306* Wed Jun 27 2002 David Sainty <saint@redhat.com> 3.0pl1-2
1307- Move dhclient.conf.sample from dhcp to dhclient
1308
1309* Mon Jun 25 2002 David Sainty <saint@redhat.com> 3.0pl1-1
1310- Change to dhclient, dhcp, dhcp-devel packaging
1311- Move to 3.0pl1, do not strip binaries
1312- Drop in sysconfig-enabled dhclient-script
1313
1314* Thu May 23 2002 Tim Powers <timp@redhat.com>
1315- automated rebuild
1316
1317* Sat Jan 26 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1318- prereq chkconfig
1319
1320* Tue Jan 22 2002 Elliot Lee <sopwith@redhat.com> 3.0-5
1321- Split headers/libs into a devel subpackage (#58656)
1322
1323* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
1324- automated rebuild
1325
1326* Fri Dec 28 2001 Elliot Lee <sopwith@redhat.com> 3.0-3
1327- Fix the #52856 nit.
1328- Include dhcrelay scripts from #49186
1329
1330* Thu Dec 20 2001 Elliot Lee <sopwith@redhat.com> 3.0-2
1331- Update to 3.0, include devel files installed by it (as part of the main
1332  package).
1333
1334* Sun Aug 26 2001 Elliot Lee <sopwith@redhat.com> 2.0pl5-8
1335- Fix #26446
1336
1337* Mon Aug 20 2001 Elliot Lee <sopwith@redhat.com>
1338- Fix #5405 for real - it is dhcpd.leases not dhcp.leases.
1339
1340* Mon Jul 16 2001 Elliot Lee <sopwith@redhat.com>
1341- /etc/sysconfig/dhcpd
1342- Include dhcp.leases file (#5405)
1343
1344* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
1345- Bump release + rebuild.
1346
1347* Wed Feb 14 2001 Tim Waugh <twaugh@redhat.com>
1348- Fix initscript typo (bug #27624).
1349
1350* Wed Feb  7 2001 Trond Eivind Glomsrød <teg@redhat.com>
1351- Improve spec file i18n
1352
1353* Mon Feb  5 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1354- i18nize init script (#26084)
1355
1356* Sun Sep 10 2000 Florian La Roche <Florian.LaRoche@redhat.de>
1357- update to 2.0pl5
1358- redo buildroot patch
1359
1360* Wed Aug 30 2000 Matt Wilson <msw@redhat.com>
1361- rebuild to cope with glibc locale binary incompatibility, again
1362
1363* Mon Aug 14 2000 Preston Brown <pbrown@redhat.com>
1364- check for existence of /var/lib/dhcpd.leases in initscript before starting
1365
1366* Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com>
1367- rebuild to cope with glibc locale binary incompatibility
1368
1369* Sat Jul 15 2000 Bill Nottingham <notting@redhat.com>
1370- move initscript back
1371
1372* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
1373- automatic rebuild
1374
1375* Fri Jul  7 2000 Florian La Roche <Florian.LaRoche@redhat.com>
1376- /etc/rc.d/init.d -> /etc/init.d
1377- fix /var/state/dhcp -> /var/lib/dhcp
1378
1379* Fri Jun 16 2000 Preston Brown <pbrown@redhat.com>
1380- condrestart for initscript, graceful upgrades.
1381
1382* Thu Feb 03 2000 Erik Troan <ewt@redhat.com>
1383- gzipped man pages
1384- marked /etc/rc.d/init.d/dhcp as a config file
1385
1386* Mon Jan 24 2000 Jakub Jelinek <jakub@redhat.com>
1387- fix booting of JavaStations
1388  (reported by Pete Zaitcev <zaitcev@metabyte.com>).
1389- fix SIGBUS crashes on SPARC (apparently gcc is too clever).
1390
1391* Fri Sep 10 1999 Bill Nottingham <notting@redhat.com>
1392- chkconfig --del in %%preun, not %%postun
1393
1394* Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
1395- initscript munging
1396
1397* Fri Jun 25 1999 Jeff Johnson <jbj@redhat.com>
1398- update to 2.0.
1399
1400* Fri Jun 18 1999 Bill Nottingham <notting@redhat.com>
1401- don't run by default
1402
1403* Wed Jun  2 1999 Jeff Johnson <jbj@redhat.com>
1404- update to 2.0b1pl28.
1405
1406* Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
1407- strip binaries
1408
1409* Mon Apr 05 1999 Cristian Gafton <gafton@redhat.com>
1410- copy the source file in prep, not move
1411
1412* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
1413- auto rebuild in the new build environment (release 4)
1414
1415* Mon Jan 11 1999 Erik Troan <ewt@redhat.com>
1416- added a sample dhcpd.conf file
1417- we don't need to dump rfc's in /usr/doc
1418
1419* Sun Sep 13 1998 Cristian Gafton <gafton@redhat.com>
1420- modify dhcpd.init to exit if /etc/dhcpd.conf is not present
1421
1422* Sat Jun 27 1998 Jeff Johnson <jbj@redhat.com>
1423- Upgraded to 2.0b1pl6 (patch1 no longer needed).
1424
1425* Thu Jun 11 1998 Erik Troan <ewt@redhat.com>
1426- applied patch from Chris Evans which makes the server a bit more paranoid
1427  about dhcp requests coming in from the wire
1428
1429* Mon Jun 01 1998 Erik Troan <ewt@redhat.com>
1430- updated to dhcp 2.0b1pl1
1431- got proper man pages in the package
1432
1433* Tue Mar 31 1998 Erik Troan <ewt@redhat.com>
1434- updated to build in a buildroot properly
1435- don't package up the client, as it doens't work very well <sigh>
1436
1437* Tue Mar 17 1998 Bryan C. Andregg <bandregg@redhat.com>
1438- Build rooted and corrected file listing.
1439
1440* Mon Mar 16 1998 Mike Wangsmo <wanger@redhat.com>
1441- removed the actual inet.d links (chkconfig takes care of this for us)
1442  and made the %%postun section handle upgrades.
1443
1444* Mon Mar 16 1998 Bryan C. Andregg <bandregg@redhat.com>
1445- First package.
Note: See TracBrowser for help on using the repository browser.