bind-current-vl.spec 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637
  1. %define _localstatedir /var
  2. %define sname bind
  3. %define pname bind-current
  4. %define pversion 9.8.0p1
  5. %define sversion 9.8.0-P1
  6. %define bind_epoch 1
  7. %define old_bind_version 1:9.6.ESV.R4
  8. %define bind_uid 25
  9. %define bind_gid 25
  10. Summary: A DNS (Domain Name System) server.
  11. Summary(ja): DNS (Domain Name System) サーバ
  12. Name: %{pname}
  13. Version: %{pversion}
  14. Release: 1%{?_dist_release}
  15. Epoch: %{bind_epoch}
  16. License: distributable
  17. Group: System Environment/Daemons
  18. Source: ftp://ftp.isc.org/isc/bind9/%{version}/%{sname}-%{sversion}.tar.gz
  19. Source1: bind-manpages.tar.bz2
  20. Source2: named.sysconfig
  21. Source3: named.init
  22. Source4: named.logrotate
  23. Source5: keygen.c
  24. URL: http://www.isc.org/bind.html
  25. Patch1: bind-9.3.3rc2-rndckey.patch
  26. Buildroot: %{_tmppath}/%{name}-%{version}-root
  27. BuildRequires: openssl-devel glibc-devel libtool
  28. Requires: %{pname}-libs = %{bind_epoch}:%{version}-%{release}
  29. Requires(pre): shadow-utils
  30. Requires(post): %{pname}-utils = %{bind_epoch}:%{version}-%{release}
  31. Requires(post): coreutils, chkconfig
  32. Requires(preun): initscripts, chkconfig
  33. Requires(triggerpostun): chkconfig
  34. Conflicts: bind9 <= 9.2.1-0vl5, bind < %{bind_epoch}:%{version}-%{release}
  35. Obsoletes: bind9 <= 9.2.1-0vl5, bind < %{old_bind_version}
  36. Vendor: Project Vine
  37. Distribution: Vine Linux
  38. Packager: daisuke
  39. %description
  40. BIND (Berkeley Internet Name Domain) is an implementation of the DNS
  41. (Domain Name System) protocols. BIND includes a DNS server (named),
  42. which resolves host names to IP addresses, and a resolver library
  43. (routines for applications to use when interfacing with DNS). A DNS
  44. server allows clients to name resources or objects and share the
  45. information with other network machines. The named DNS server can be
  46. used on workstations as a caching name server, but is generally only
  47. needed on one machine for an entire network. Note that the
  48. configuration files for making BIND act as a simple caching nameserver
  49. are included in the caching-nameserver package.
  50. Install the bind package if you need a DNS server for your network. If
  51. you want bind to act a caching name server, you will also need to install
  52. the caching-nameserver package.
  53. %package libs
  54. Summary: Libraries used by various DNS packages
  55. Group: System Environment/Libraries
  56. Conflicts: bind9-libs <= 9.2.1-0vl5
  57. Conflicts: bind-libs < %{bind_epoch}:%{version}-%{release}
  58. Obsoletes: bind9-libs <= 9.2.1-0vl5
  59. Obsoletes: bind-libs < %{old_bind_version}
  60. %description libs
  61. Contains libraries used by both the bind server package as well as the utils packages.
  62. %package utils
  63. Summary: Utilities for querying DNS name servers.
  64. Summary(ja): DNS ネームサーバに問い合わせをするユーティリティ
  65. Group: Applications/System
  66. Requires: %{pname}-libs = %{bind_epoch}:%{version}-%{release}
  67. Conflicts: bind9-utils <= 9.2.1-0vl5
  68. Conflicts: bind-utils < %{bind_epoch}:%{version}-%{release}
  69. Obsoletes: bind9-utils <= 9.2.1-0vl5
  70. Obsoletes: bind-utils < %{old_bind_version}
  71. %description utils
  72. Bind-utils contains a collection of utilities for querying DNS (Domain
  73. Name Service) name servers to find out information about Internet hosts.
  74. These tools will provide you with the IP addresses for given host names,
  75. as well as other information about registered domains and network
  76. addresses.
  77. You should install bind-utils if you need to get information from DNS name
  78. servers.
  79. %package devel
  80. Summary: Include files and libraries needed for bind DNS development.
  81. Summary(ja): bind DNS 開発に必要なインクルードファイルとライブラリ
  82. Group: Development/Libraries
  83. Requires: %{pname} = %{bind_epoch}:%{version}-%{release}
  84. Requires: %{pname}-libs = %{bind_epoch}:%{version}-%{release}
  85. Conflicts: bind9-devel <= 9.2.1-0vl5
  86. Conflicts: bind-devel < %{bind_epoch}:%{version}-%{release}
  87. Obsoletes: bind9-devel <= 9.2.1-0vl5
  88. Obsoletes: bind-devel < %{old_bind_version}
  89. %description devel
  90. The bind-devel package contains all the include files and the
  91. library required for DNS (Domain Name Service) development for
  92. BIND versions 9.x.x.
  93. You should install bind-devel if you want to develop bind DNS
  94. applications. If you install bind-devel, you'll also need to install
  95. bind.
  96. #'
  97. %prep
  98. %setup -n bind-%{sversion} -q
  99. %patch1 -p1 -b .key
  100. %build
  101. libtoolize --copy --force
  102. aclocal
  103. autoconf
  104. %configure --with-libtool --with-openssl=/usr --enable-threads
  105. make %{?_smp_mflags}
  106. %install
  107. rm -rf $RPM_BUILD_ROOT
  108. mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/{rc.d/init.d,logrotate.d}
  109. mkdir -p ${RPM_BUILD_ROOT}/usr/{bin,lib,sbin,include}
  110. mkdir -p ${RPM_BUILD_ROOT}/var/named
  111. mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/{man1,man5,man8}
  112. mkdir -p ${RPM_BUILD_ROOT}/var/run/named
  113. make DESTDIR=$RPM_BUILD_ROOT install
  114. install -c -m 640 bin/rndc/rndc.conf $RPM_BUILD_ROOT/etc
  115. install -c -m 755 contrib/named-bootconf/named-bootconf.sh $RPM_BUILD_ROOT/usr/sbin/named-bootconf
  116. install -c -m 755 %SOURCE3 $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/named
  117. install -c -m 644 %SOURCE4 $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/named
  118. touch $RPM_BUILD_ROOT%{_sysconfdir}/rndc.key
  119. gcc $RPM_OPT_FLAGS -o $RPM_BUILD_ROOT/usr/sbin/dns-keygen %{SOURCE5}
  120. cd $RPM_BUILD_ROOT%{_mandir}
  121. tar xjf %{SOURCE1}
  122. # newer version is contained in source
  123. rm -f man5/named.conf.5.gz
  124. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
  125. cp %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/named
  126. %pre
  127. if [ "$1" -eq 1 ]; then
  128. /usr/sbin/groupadd -g %{bind_gid} -f -r named >/dev/null 2>&1 || :;
  129. /usr/sbin/useradd -u %{bind_uid} -r -N -M -g named -s /sbin/nologin -d /var/named -c Named named >/dev/null 2>&1 || :;
  130. fi;
  131. :;
  132. %post
  133. /sbin/ldconfig
  134. /sbin/chkconfig --add named
  135. if [ "$1" -eq 1 ]; then
  136. if [ ! -e /etc/rndc.key ]; then
  137. /usr/sbin/rndc-confgen -a > /dev/null 2>&1
  138. fi
  139. [ -x /sbin/restorecon ] && /sbin/restorecon /etc/rndc.* /etc/named.* >/dev/null 2>&1 ;
  140. # rndc.key has to have correct perms and ownership, CVE-2007-6283
  141. [ -e /etc/rndc.key ] && chown root:named /etc/rndc.key
  142. [ -e /etc/rndc.key ] && chmod 0640 /etc/rndc.key
  143. # Check DNSSEC settings if this is a fresh install
  144. if [ -r /etc/sysconfig/dnssec ]; then
  145. . /etc/sysconfig/dnssec
  146. [ -x /usr/sbin/dnssec-configure ] && \
  147. dnssec-configure -b --norestart --dnssec="$DNSSEC" --dlv="$DLV" > \
  148. /dev/null 2>&1
  149. fi;
  150. fi
  151. :;
  152. %preun
  153. if [ "$1" -eq 0 ]; then
  154. /sbin/service named stop >/dev/null 2>&1 || :
  155. /sbin/chkconfig --del named ||:
  156. fi
  157. exit 0
  158. %postun
  159. if [ "$1" -ge 1 ]; then
  160. %{_sysconfdir}/rc.d/init.d/named condrestart >/dev/null 2>&1 || :
  161. fi
  162. /sbin/ldconfig
  163. %triggerpostun -- bind < 8.2.2_P5-15
  164. /sbin/chkconfig --add named
  165. /sbin/ldconfig
  166. %clean
  167. rm -rf ${RPM_BUILD_ROOT} ${RPM_BUILD_DIR}/%{name}-%{version}
  168. %post libs -p /sbin/ldconfig
  169. %postun libs -p /sbin/ldconfig
  170. %files
  171. %defattr(-,root,root)
  172. %doc CHANGES README
  173. %doc doc/arm doc/draft doc/rfc doc/misc
  174. %config(noreplace) %{_sysconfdir}/logrotate.d/named
  175. %config %{_sysconfdir}/rc.d/init.d/named
  176. %config(noreplace) %{_sysconfdir}/sysconfig/named
  177. %config(noreplace) %attr(0640,root,named) %{_sysconfdir}/rndc.conf
  178. %config(noreplace) %attr(0640,root,named) %{_sysconfdir}/rndc.key
  179. %config(noreplace) %attr(0640,root,named) %{_sysconfdir}/bind.keys
  180. %{_sbindir}/dnssec*
  181. %{_sbindir}/lwresd
  182. %{_sbindir}/named
  183. %{_sbindir}/named-bootconf
  184. %{_sbindir}/named-check*
  185. %{_sbindir}/named-compilezone
  186. %{_sbindir}/rndc*
  187. %{_sbindir}/dns-keygen
  188. %{_sbindir}/arpaname
  189. %{_sbindir}/ddns-confgen
  190. %{_sbindir}/genrandom
  191. %{_sbindir}/isc-hmac-fixup
  192. %{_sbindir}/named-journalprint
  193. %{_sbindir}/nsec3hash
  194. %{_mandir}/man1/arpaname.1*
  195. %{_mandir}/man5/resolv.conf.5*
  196. %{_mandir}/man5/named.conf.5*
  197. %{_mandir}/man5/rndc.conf.5*
  198. %{_mandir}/man8/rndc.8*
  199. %{_mandir}/man8/named.8*
  200. %{_mandir}/man8/lwresd.8*
  201. %{_mandir}/man8/dnssec*.8*
  202. %{_mandir}/man8/named-checkconf.8*
  203. %{_mandir}/man8/named-checkzone.8*
  204. %{_mandir}/man8/named-compilezone.8*
  205. %{_mandir}/man8/rndc-confgen.8*
  206. %{_mandir}/man8/ddns-confgen.8*
  207. %{_mandir}/man8/genrandom.8*
  208. %{_mandir}/man8/isc-hmac-fixup.8*
  209. %{_mandir}/man8/named-journalprint.8*
  210. %{_mandir}/man8/nsec3hash.8*
  211. %attr(-,named,named) %dir %{_var}/named
  212. %attr(-,named,named) %dir %{_var}/run/named
  213. %files libs
  214. %defattr(-,root,root)
  215. %{_libdir}/*.so.*
  216. %files utils
  217. %defattr(-,root,root)
  218. %{_bindir}/dig
  219. %{_bindir}/host
  220. %{_bindir}/nslookup
  221. %{_bindir}/nsupdate
  222. %{_mandir}/man1/host.1*
  223. %{_mandir}/man1/nsupdate.1*
  224. %{_mandir}/man1/dig.1*
  225. %{_mandir}/man5/resolver.5*
  226. %{_mandir}/man1/nslookup.1*
  227. %{_mandir}/man8/nslookup.8*
  228. %files devel
  229. %defattr(-,root,root)
  230. %{_libdir}/*.so
  231. %{_libdir}/*.la
  232. %{_libdir}/*.a
  233. %{_includedir}/*
  234. %{_mandir}/man3/*
  235. %{_mandir}/man1/isc-config.sh.1*
  236. %{_bindir}/isc-config.sh
  237. %changelog
  238. * Mon May 9 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 9.8.0p1-1
  239. - new upstream release with security fix (CVE-2011-1907)
  240. - fix changelog typo
  241. * Sat Apr 09 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.8.0-2
  242. - Obosoletes: bind.* < 1:9.6.ESV.R1
  243. * Thu Apr 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.8.0-1
  244. - update to 9.8.0
  245. - remove Provides: bind.* = %%{bind_epoch}:%{version}-%{release}
  246. * Mon Jan 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 9.7.2P2-3
  247. - rebuild with openssl-1.0.0c
  248. * Sun Oct 24 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 9.7.2P2-2
  249. - fix Req: in bind package
  250. * Wed Oct 20 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 9.7.2P2-1
  251. - change package name bind -> bind-current
  252. - add epoch 1
  253. - new upstream release
  254. * Sat Jul 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 9.7.1P2-1
  255. - new upstream release
  256. * Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 9.6.1P3-4
  257. - rebuilt with gcc-4.4.3-3 on ppc
  258. * Sat Feb 6 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 9.6.1P3-3
  259. - rebuilt with new toolchains (for VineSeed)
  260. - s/BuildPrereq/BuildRequires/
  261. * Thu Jan 21 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 9.6.1P3-2
  262. - add man1/isc-config.sh.1 into devel file list
  263. * Wed Jan 20 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 9.6.1P3-1
  264. - new upstream release with security fix (CVE-2009-4022, 2010-0097)
  265. * Sat Dec 12 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 9.6.1P2-1
  266. - new upstream release with security fix (CVE-2009-4022)
  267. * Wed Jul 29 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 9.6.1P1-1
  268. - new upstream release with security fix
  269. * Wed Jul 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 9.6.1-1
  270. - new upstream release
  271. - clean up %%post/%%pre scriptlet
  272. - create named user and group in %%pre
  273. - don't remove named user/group in %%preun
  274. - use rndc-confgen to create rndc.key
  275. * Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 9.6.0P1-1
  276. - new upstream release
  277. - drop patch0 and patch14, merged in upstream
  278. * Sat Jan 11 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 9.5.1P1-1
  279. - new upstream release with security fix
  280. * Wed Jul 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 9.5.0P1-1
  281. - new upstream release with security fix
  282. - new versioning policy
  283. * Sun Sep 30 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 9.4.1P1-0vl1
  284. - new upstream release with security fix
  285. * Fri May 18 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 9.4.1-0vl1
  286. - new upstream release
  287. - build with new openssl/toolchain
  288. * Tue Jan 30 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 9.3.4-0vl1
  289. - new upstream release with security fix
  290. * Fri Nov 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 9.3.2P2-0vl1
  291. - new upstream release
  292. * Fri Sep 08 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 9.3.2P1-0vl2
  293. - add Prereq sed
  294. * Wed Sep 06 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 9.3.2P1-0vl1
  295. - new upstream release for security fix (CVE-2006-4095,4096)
  296. * Wed Feb 15 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 9.3.2-0vl3
  297. - separate -libs package
  298. - remove old named.conf.5.gz
  299. - newer version is contained in source
  300. * Thu Feb 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 9.3.2-0vl2
  301. - add bsdcompat patch (Patch4)
  302. - add fix_h_errno patch from FC
  303. - h_errno not being accessed / set correctly in libbind
  304. * Thu Feb 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 9.3.2-0vl1
  305. - new upstream release
  306. * Sun Nov 7 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 9.2.4-0vl2
  307. - added PreReq to bind-utils (see: [VineSeed:09555])
  308. * Thu Oct 28 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 9.2.4-0vl1
  309. - new upstream release
  310. * Wed Nov 19 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 9.2.3-0vl3
  311. - fix /etc/init.d/named to use rndc
  312. * Tue Nov 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 9.2.3-0vl2
  313. - rebuild to remove unneeded dependancy
  314. * Mon Nov 17 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 9.2.3-0vl1
  315. - new upstream release
  316. * Tue Mar 4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 9.2.2-0vl1
  317. - new upstream release
  318. * Thu Nov 28 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 9.2.1-0vl7
  319. - fix dependancies.
  320. * Wed Nov 27 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 9.2.1-0vl6
  321. - add obsoletes: and conflicts: to bind9, bind9-utils, bind9-devel <= 9.2.1-0vl5
  322. - change package name to bind for VineSeed.
  323. - use more macros.
  324. * Sat Oct 19 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 9.2.1-0vl5
  325. - fixed some macros
  326. - add conflicts: to bind-* in bind9-devel and bind9-utils
  327. - add provides: bind = %%{version}
  328. * Sat Oct 19 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 9.2.1-0vl4
  329. - use %%configure macros
  330. * Sat Oct 19 2002 Michihide Hotta <hotta@net-newbie.com> 9.2.1-0vl3
  331. - fixed inconsistent dependency
  332. * Wed Aug 14 2002 Satoshi MACHINO <machino@vinelinux.org> 9.2.1-0vl2
  333. - updated to 9.2.2rc1
  334. * Thu May 02 2002 Satoshi MACHINO <machino@vinelinux.org> 9.2.1-0vl0
  335. - updated to bind9(9.2.1), test packages ;)
  336. -- based on Rawhide's bind-9.2.0-8
  337. -- changed name bind9
  338. -- added Conflicts: bind
  339. * Sun Feb 03 2002 Toru Sagami <sagami@vinelinux.org> 8.3.1-0vl1
  340. - release 8.3.1 includes security fixes
  341. * Mon Jan 14 2002 Toru Sagami <sagami@vinelinux.org> 8.3.0-0vl1
  342. - Upgraded to current stable release 8.3.0
  343. * Mon Oct 8 2001 <zn@mbf.nifty.com>
  344. - 8.2.5-0vl0: Upgraded to new upstream version.
  345. * Thu May 24 2001 <sagami@vinelinux.org>
  346. - 8.2.4-0vl1: eliminate CVS related files from %%doc
  347. * Thu May 17 2001 <sagami@vinelinux.org>
  348. - 8.2.4-0vl0
  349. * Fri Feb 02 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  350. - 8.2.3-1vl2
  351. - built on VineSeed
  352. * Tue Jan 30 2001 KAJIKI Yoshihiro <kajiki@ylug.org>
  353. - add doc/old
  354. - build for Vine 2.1
  355. * Sat Jan 27 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  356. - 8.2.3, fixes several security problems
  357. * Tue Nov 14 2000 Bill Nottingham <notting@redhat.com>
  358. - static libraries may be used in shared objects. Build with -fPIC on ia64
  359. * Fri Nov 10 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  360. - 8.2.2-P7 (fixes Bug #20546)
  361. * Sat Aug 05 2000 Bill Nottingham <notting@redhat.com>
  362. - condrestart fixes
  363. * Tue Jul 18 2000 Nalin Dahyabhai <nalin@redhat.com>
  364. - change the init script to take condrestart, not cond-restart
  365. - add sh-utils, /bin/cat, perl, /bin/chmod, /usr/sbin/useradd as prereqs for
  366. the %pre and %post scripts
  367. * Sun Jul 16 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  368. - Don't prereq /etc/init.d
  369. * Sat Jul 15 2000 Bill Nottingham <notting@redhat.com>
  370. - move initscript back
  371. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  372. - automatic rebuild
  373. * Sun Jul 9 2000 Florian La Roche <Florian.LaRoche@redhat.de>
  374. - add "exit 0" for uninstall case
  375. * Fri Jul 7 2000 Florian La Roche <Florian.LaRoche@redhat.de>
  376. - add prereq init.d and cleanup install section
  377. * Fri Jun 30 2000 Trond Eivind Glomsr <teg@redhat.com>
  378. - fix the init script
  379. * Wed Jun 28 2000 Nalin Dahyabhai <nalin@redhat.com>
  380. - make libbind.a and nslookup.help readable again by setting INSTALL_LIB to ""
  381. * Mon Jun 26 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
  382. - Fix up the initscript (Bug #13033)
  383. - Fix build with current glibc (Bug #12755)
  384. - /etc/rc.d/init.d -> /etc/init.d
  385. - use %%{_mandir} rather than /usr/share/man
  386. * Mon Jun 19 2000 Bill Nottingham <notting@redhat.com>
  387. - fix conflict with man-pages
  388. - remove compatibilty chkconfig links
  389. - initscript munging
  390. * Wed Jun 14 2000 Nalin Dahyabhai <nalin@redhat.com>
  391. - modify logrotate setup to use PID file
  392. - temporarily disable optimization by unsetting $RPM_OPT_FLAGS at build-time
  393. - actually bump the release this time
  394. * Sun Jun 4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  395. - FHS compliance
  396. * Mon Apr 17 2000 Nalin Dahyabhai <nalin@redhat.com>
  397. - clean up restart patch
  398. * Mon Apr 10 2000 Nalin Dahyabhai <nalin@redhat.com>
  399. - provide /var/named (fix for bugs #9847, #10205)
  400. - preserve args when restarted via ndc(8) (bug #10227)
  401. - make resolv.conf(5) a link to resolver(5) (bug #10245)
  402. - fix SYSTYPE bug in all makefiles
  403. - move creation of named user from %%post into %%pre
  404. * Mon Feb 28 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
  405. - Fix TTL (patch from ISC, Bug #9820)
  406. * Wed Feb 16 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
  407. - fix typo in spec (it's %post, without a leading blank) introduced in -6
  408. - change SYSTYPE to linux
  409. * Sat Feb 11 2000 Bill Nottingham <notting@redhat.com>
  410. - pick a standard < 100 uid/gid for named
  411. * Thu Feb 04 2000 Elliot Lee <sopwith@redhat.com>
  412. - Pass named a '-u named' parameter by default, and add/remove user.
  413. * Thu Feb 3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  414. - fix host mx bug (Bug #9021)
  415. * Mon Jan 31 2000 Cristian Gafton <gafton@redhat.com>
  416. - rebuild to fix dependencies
  417. - man pages are compressed
  418. * Wed Jan 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  419. - It's /usr/bin/killall, not /usr/sbin/killall (Bug #8063)
  420. * Mon Jan 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  421. - Fix up location of named-bootconf.pl and make it executable
  422. (Bug #8028)
  423. - bind-devel requires bind
  424. * Mon Nov 15 1999 Bernhard Rosenkraenzer <bero@redhat.com>
  425. - update to 8.2.2-P5
  426. * Wed Nov 10 1999 Bill Nottingham <notting@redhat.com>
  427. - update to 8.2.2-P3
  428. * Tue Oct 12 1999 Cristian Gafton <gafton@redhat.com>
  429. - add patch to stop a cache only server from complaining about lame servers
  430. on every request.
  431. * Fri Sep 24 1999 Preston Brown <pbrown@redhat.com>
  432. - use real stop and start in named.init for restart, not ndc restart, it has
  433. problems when named has changed during a package update... (# 4890)
  434. * Fri Sep 10 1999 Bill Nottingham <notting@redhat.com>
  435. - chkconfig --del in %preun, not %postun
  436. * Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
  437. - initscript munging
  438. * Mon Jul 26 1999 Bill Nottingham <notting@redhat.com>
  439. - fix installed chkconfig links to match init file
  440. * Sat Jul 3 1999 Jeff Johnson <jbj@redhat.com>
  441. - conflict with new (in man-1.24) man pages (#3876,#3877).
  442. * Tue Jun 29 1999 Bill Nottingham <notting@redhat.com>
  443. - fix named.logrotate (wrong %SOURCE)
  444. * Fri Jun 25 1999 Jeff Johnson <jbj@redhat.com>
  445. - update to 8.2.1.
  446. - add named.logrotate (#3571).
  447. - hack around egcs-1.1.2 -m486 bug (#3413, #3485).
  448. - vet file list.
  449. * Fri Jun 18 1999 Bill Nottingham <notting@redhat.com>
  450. - don't run by default
  451. * Sun May 30 1999 Jeff Johnson <jbj@redhat.com>
  452. - nslookup fixes (#2463).
  453. - missing files (#3152).
  454. * Sat May 1 1999 Stepan Kasal <kasal@math.cas.cz>
  455. - nslookup patched:
  456. to count numRecords properly
  457. to fix subsequent calls to ls -d
  458. to parse "view" and "finger" commands properly
  459. the view hack updated for bind-8 (using sed)
  460. * Wed Mar 31 1999 Bill Nottingham <notting@redhat.com>
  461. - add ISC patch
  462. - add quick hack to make host not crash
  463. - add more docs
  464. * Fri Mar 26 1999 Cristian Gafton <gafton@redhat.com>
  465. - add probing information in the init file to keep linuxconf happy
  466. - dont strip libbind
  467. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  468. - auto rebuild in the new build environment (release 3)
  469. * Wed Mar 17 1999 Preston Brown <pbrown@redhat.com>
  470. - removed 'done' output at named shutdown.
  471. * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com>
  472. - version 8.2
  473. * Wed Dec 30 1998 Cristian Gafton <gafton@redhat.com>
  474. - patch to use the __FDS_BITS macro
  475. - build for glibc 2.1
  476. * Wed Sep 23 1998 Jeff Johnson <jbj@redhat.com>
  477. - change named.restart to /usr/sbin/ndc restart
  478. * Sat Sep 19 1998 Jeff Johnson <jbj@redhat.com>
  479. - install man pages correctly.
  480. - change K10named to K45named.
  481. * Wed Aug 12 1998 Jeff Johnson <jbj@redhat.com>
  482. - don't start if /etc/named.conf doesn't exist.
  483. * Sat Aug 8 1998 Jeff Johnson <jbj@redhat.com>
  484. - autmagically create /etc/named.conf from /etc/named.boot in %post
  485. - remove echo in %post
  486. * Wed Jun 10 1998 Jeff Johnson <jbj@redhat.com>
  487. - merge in 5.1 mods
  488. * Sun Apr 12 1998 Manuel J. Galan <manolow@step.es>
  489. - Several essential modifications to build and install correctly.
  490. - Modified 'ndc' to avoid deprecated use of '-'
  491. * Mon Dec 22 1997 Scott Lampert <fortunato@heavymetal.org>
  492. - Used buildroot
  493. - patched bin/named/ns_udp.c to use <libelf/nlist.h> for include
  494. on Redhat 5.0 instead of <nlist.h>