dhcp-vl.spec 55 KB

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