/[pkgs]/devel/dhcp/dhcp.spec
ViewVC logotype

Contents of /devel/dhcp/dhcp.spec

Parent Directory Parent Directory | Revision Log Revision Log


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

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2