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

Revision 6759, 56.4 KB checked in by Takemikaduchi, 12 years ago (diff)

rebuild vine6 package

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