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

Revision 11899, 58.2 KB checked in by tomop, 5 years ago (diff)

dhcp-4.1.ESV.R15.P1-1

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