bind-vl.spec 22 KB

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