source: projects/specs/branches/6/d/dhcp/dhcp-vl.spec @ 9956

Revision 9956, 56.8 KB checked in by iwamoto, 8 years ago (diff)

dhcp: update to 4.1-ESV-R12-P1 for security fix

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