cvsdist 2f7f4b
Summary: A DNS (Domain Name System) server.
cvsdist 2f7f4b
Name: bind
cvsdist a47288
Version: 8.2.3
cvsdist a47288
Release: 1
cvsdist 2f7f4b
Copyright: distributable
cvsdist 2f7f4b
Group: System Environment/Daemons
cvsdist f67f86
Source0: ftp://ftp.isc.org/isc/bind/src/%{version}/bind-src.tar.gz
cvsdist f67f86
Source1: ftp://ftp.isc.org/isc/bind/src/%{version}/bind-doc.tar.gz
cvsdist f67f86
Source2: ftp://ftp.isc.org/isc/bind/src/%{version}/bind-contrib.tar.gz
cvsdist 2f7f4b
Source3: named.init
cvsdist 2f7f4b
Source4: named.logrotate
cvsdist 2f7f4b
Url: http://www.isc.org/bind.html
cvsdist 2f7f4b
Patch0: bind-8.2.2-rh.patch
cvsdist 2f7f4b
Patch1: bind-8.1.2-nonlist.patch
cvsdist 2f7f4b
Patch2: bind-8.1.2-fds.patch
cvsdist 2f7f4b
Patch4: bind-8.2-host.patch
cvsdist 2f7f4b
Patch7: bind-8.2.2_P5-restart.patch
cvsdist 2f7f4b
Buildroot: %{_tmppath}/%{name}-root
cvsdist 2f7f4b
Prereq: /sbin/chkconfig, sh-utils, /bin/cat, /bin/chmod, /usr/sbin/useradd, perl
cvsdist 2f7f4b
cvsdist 2f7f4b
%description
cvsdist 2f7f4b
BIND (Berkeley Internet Name Domain) is an implementation of the DNS
cvsdist 2f7f4b
(Domain Name System) protocols. BIND includes a DNS server (named), 
cvsdist 2f7f4b
which resolves host names to IP addresses, and a resolver library 
cvsdist 2f7f4b
(routines for applications to use when interfacing with DNS).  A DNS 
cvsdist 2f7f4b
server allows clients to name resources or objects and share the 
cvsdist 2f7f4b
information with other network machines.  The named DNS server can be 
cvsdist 2f7f4b
used on workstations as a caching name server, but is generally only 
cvsdist 2f7f4b
needed on one machine for an entire network.  Note that the 
cvsdist 2f7f4b
configuration files for making BIND act as a simple caching nameserver 
cvsdist 2f7f4b
are included in the caching-nameserver package.  
cvsdist 2f7f4b
cvsdist 2f7f4b
Install the bind package if you need a DNS server for your network.  If
cvsdist 2f7f4b
you want bind to act a caching name server, you will also need to install
cvsdist 2f7f4b
the caching-nameserver package.
cvsdist 2f7f4b
cvsdist 2f7f4b
%package utils
cvsdist 2f7f4b
Summary: Utilities for querying DNS name servers.
cvsdist 2f7f4b
Group: Applications/System
cvsdist 2f7f4b
cvsdist 2f7f4b
%description utils
cvsdist 2f7f4b
Bind-utils contains a collection of utilities for querying DNS (Domain
cvsdist 2f7f4b
Name Service) name servers to find out information about Internet hosts.
cvsdist 2f7f4b
These tools will provide you with the IP addresses for given host names,
cvsdist 2f7f4b
as well as other information about registered domains and network 
cvsdist 2f7f4b
addresses.
cvsdist 2f7f4b
cvsdist 2f7f4b
You should install bind-utils if you need to get information from DNS name
cvsdist 2f7f4b
servers.
cvsdist 2f7f4b
cvsdist 2f7f4b
%package devel
cvsdist 2f7f4b
Summary: Include files and libraries needed for bind DNS development.
cvsdist 2f7f4b
Group: Development/Libraries
cvsdist 2f7f4b
Requires: bind
cvsdist 2f7f4b
cvsdist 2f7f4b
%description devel
cvsdist 2f7f4b
The bind-devel package contains all the include files and the 
cvsdist 2f7f4b
library required for DNS (Domain Name Service) development for 
cvsdist 2f7f4b
BIND versions 8.x.x.
cvsdist 2f7f4b
cvsdist 2f7f4b
You should install bind-devel if you want to develop bind DNS
cvsdist 2f7f4b
applications. If you install bind-devel, you'll also need to install
cvsdist 2f7f4b
bind.
cvsdist 2f7f4b
cvsdist 2f7f4b
%prep
cvsdist 2f7f4b
%setup -q -c -a 1 -a 2
cvsdist 2f7f4b
%patch0 -p0 -b .rh
cvsdist 2f7f4b
%patch1 -p0 -b .nonlist
cvsdist 2f7f4b
%patch2 -p1 -b .fds
cvsdist 2f7f4b
%patch4 -p1 -b .host
cvsdist 2f7f4b
%patch7 -p1 -b .restart
cvsdist 533e01
%ifarch ia64
cvsdist a47288
for i in src/lib/bsd src/lib/dst src/lib/cylink src/lib/dnssafe src/lib/inet src/lib/irs src/lib/isc src/lib/nameser src/lib/resolv; do
cvsdist a47288
	cat $i/Makefile |sed -e "s/^CFLAGS.*/& -fPIC/" >$i/Makefile.new
cvsdist a47288
	mv -f $i/Makefile.new $i/Makefile
cvsdist a47288
done
cvsdist 533e01
%endif
cvsdist a47288
find . -name Makefile |xargs perl -pi -e "s/^INSTALL_LIB.*//g" # Fix build as user
cvsdist 2f7f4b
cvsdist 2f7f4b
rm -f compat/include/sys/cdefs.h
cvsdist 2f7f4b
cvsdist 2f7f4b
%build
cvsdist 2f7f4b
cvsdist 2f7f4b
# XXX hack around egcs -m486 bug (#3413, #3485)
cvsdist 2f7f4b
%ifarch i386
cvsdist 2f7f4b
RPM_OPT_FLAGS="`echo $RPM_OPT_FLAGS | sed -e 's|-m486||'`"
cvsdist 2f7f4b
%endif
cvsdist 2f7f4b
cvsdist 2f7f4b
unset RPM_OPT_FLAGS
cvsdist 2f7f4b
cvsdist 2f7f4b
# Work around a bind bug: SYSTYPE is always set to bsdos
cvsdist 2f7f4b
find src -name Makefile | xargs -n 1 perl -pi -e "s/^SYSTYPE=.*/SYSTYPE=linux/g"
cvsdist 2f7f4b
find src -name Makefile | xargs -n 1 perl -pi -e "s/^SYSTYPE =.*/SYSTYPE=linux/g"
cvsdist 2f7f4b
find src -name Makefile | xargs -n 1 perl -pi -e "s/^CDEBUG=.*/CDEBUG=$RPM_OPT_FLAGS/g"
cvsdist 2f7f4b
find src -name Makefile | xargs -n 1 perl -pi -e "s/^CDEBUG =.*/CDEBUG=$RPM_OPT_FLAGS/g"
cvsdist 2f7f4b
cvsdist 2f7f4b
make -C src
cvsdist 2f7f4b
make clean all -C src SUBDIRS=../doc/man
cvsdist 2f7f4b
cvsdist 2f7f4b
%install
cvsdist 2f7f4b
rm -rf $RPM_BUILD_ROOT
cvsdist 2f7f4b
mkdir -p ${RPM_BUILD_ROOT}/etc/{rc.d/init.d,logrotate.d}
cvsdist 2f7f4b
mkdir -p ${RPM_BUILD_ROOT}/usr/{bin,lib,sbin}
cvsdist 2f7f4b
mkdir -p ${RPM_BUILD_ROOT}/var/named
cvsdist 2f7f4b
MANBASE=`echo %{_mandir} | sed -e "s,/man$,,"`
cvsdist 2f7f4b
mkdir -p ${RPM_BUILD_ROOT}/usr/man/{man1,man3,man5,man7,man8}
cvsdist 2f7f4b
mkdir -p ${RPM_BUILD_ROOT}${MANBASE}
cvsdist 2f7f4b
cvsdist 2f7f4b
make DESTDIR=$RPM_BUILD_ROOT install -C src
cvsdist 2f7f4b
make DESTDIR=$RPM_BUILD_ROOT INSTALL=install install -C src SUBDIRS=../doc/man
cvsdist 2f7f4b
if test "$MANBASE" != "/usr"; then
cvsdist 2f7f4b
	rm -rf $RPM_BUILD_ROOT%{_mandir}
cvsdist 2f7f4b
	mv ${RPM_BUILD_ROOT}/usr/man $RPM_BUILD_ROOT$MANBASE
cvsdist 2f7f4b
fi
cvsdist 2f7f4b
install -c -m 755 src/bin/named-bootconf/Grot/named-bootconf.pl $RPM_BUILD_ROOT/usr/sbin/named-bootconf
cvsdist 2f7f4b
install -c -m 755 %SOURCE3 $RPM_BUILD_ROOT/etc/rc.d/init.d/named
cvsdist 2f7f4b
install -c -m 644 %SOURCE4 $RPM_BUILD_ROOT/etc/logrotate.d/named
cvsdist 2f7f4b
ln -s resolver.5 $RPM_BUILD_ROOT%{_mandir}/man5/resolv.conf.5
cvsdist 2f7f4b
cvsdist 2f7f4b
%pre
cvsdist 2f7f4b
/usr/sbin/useradd -c "Named" -u 25 \
cvsdist 2f7f4b
	-s /bin/false -r -d /var/named named 2>/dev/null || :
cvsdist 2f7f4b
cvsdist 2f7f4b
%post
cvsdist 2f7f4b
/sbin/chkconfig --add named
cvsdist 2f7f4b
if [ -f /etc/named.boot -a ! -f /etc/named.conf ]; then
cvsdist 2f7f4b
  if [ -x /usr/sbin/named-bootconf ]; then
cvsdist 2f7f4b
    cat /etc/named.boot | /usr/sbin/named-bootconf > /etc/named.conf
cvsdist 2f7f4b
    chmod 644 /etc/named.conf
cvsdist 2f7f4b
  fi
cvsdist 2f7f4b
fi
cvsdist 2f7f4b
cvsdist 2f7f4b
%preun
cvsdist 2f7f4b
if [ $1 = 0 ]; then
cvsdist 2f7f4b
   /usr/sbin/userdel named 2>/dev/null || :
cvsdist 2f7f4b
   /usr/sbin/groupdel named 2>/dev/null || :
cvsdist 2f7f4b
   /sbin/chkconfig --del named
cvsdist 2f7f4b
   [ -f /var/lock/subsys/named ] && /sbin/service named stop >/dev/null 2>&1 || :
cvsdist 2f7f4b
fi
cvsdist 2f7f4b
exit 0
cvsdist 2f7f4b
cvsdist 2f7f4b
%postun
cvsdist 2f7f4b
if [ "$1" -ge 1 ]; then
cvsdist 2f7f4b
   /sbin/service named condrestart >/dev/null 2>&1 || :
cvsdist 2f7f4b
fi
cvsdist 2f7f4b
cvsdist 2f7f4b
%triggerpostun -- bind < 8.2.2_P5-15
cvsdist 2f7f4b
/sbin/chkconfig --add named
cvsdist 2f7f4b
cvsdist 2f7f4b
%clean
cvsdist 2f7f4b
rm -rf ${RPM_BUILD_ROOT}
cvsdist 2f7f4b
cvsdist 2f7f4b
%files
cvsdist 2f7f4b
%defattr(-,root,root)
cvsdist 2f7f4b
%doc src/README src/INSTALL src/Version src/CHANGES 
cvsdist 2f7f4b
%doc src/TODO
cvsdist 2f7f4b
%doc doc/bog doc/html doc/misc doc/notes doc/rfc doc/tmac
cvsdist 2f7f4b
%config /etc/logrotate.d/named
cvsdist 2f7f4b
%config /etc/rc.d/init.d/named
cvsdist 2f7f4b
cvsdist 2f7f4b
/usr/sbin/dnskeygen
cvsdist 2f7f4b
/usr/sbin/irpd
cvsdist 2f7f4b
/usr/sbin/named
cvsdist 2f7f4b
/usr/sbin/named-bootconf
cvsdist 2f7f4b
/usr/sbin/named-xfer
cvsdist 2f7f4b
/usr/sbin/ndc
cvsdist 2f7f4b
cvsdist 2f7f4b
%{_mandir}/man1/dnskeygen.1*
cvsdist 2f7f4b
%{_mandir}/man5/named.conf.5*
cvsdist 2f7f4b
%{_mandir}/man7/hostname.7*
cvsdist 2f7f4b
%{_mandir}/man8/named.8*
cvsdist 2f7f4b
%{_mandir}/man8/ndc.8*
cvsdist 2f7f4b
%{_mandir}/man8/named-bootconf.8*
cvsdist 2f7f4b
%{_mandir}/man8/named-xfer.8*
cvsdist 2f7f4b
cvsdist 2f7f4b
%attr(-,named,named) %dir /var/named
cvsdist 2f7f4b
     
cvsdist 2f7f4b
%files utils
cvsdist 2f7f4b
%defattr(-,root,root)
cvsdist 2f7f4b
/usr/bin/addr
cvsdist 2f7f4b
/usr/bin/dig
cvsdist 2f7f4b
/usr/bin/dnsquery
cvsdist 2f7f4b
/usr/bin/host
cvsdist f67f86
/usr/bin/mkservdb
cvsdist 2f7f4b
/usr/bin/nslookup
cvsdist 2f7f4b
/usr/bin/nsupdate
cvsdist 2f7f4b
/usr/lib/nslookup.help
cvsdist 2f7f4b
%{_mandir}/man1/dig.1*
cvsdist 2f7f4b
%{_mandir}/man1/dnsquery.1*
cvsdist 2f7f4b
%{_mandir}/man1/host.1*
cvsdist 2f7f4b
%{_mandir}/man5/irs.conf.5*
cvsdist 2f7f4b
%{_mandir}/man5/resolver.5*
cvsdist 2f7f4b
%{_mandir}/man5/resolv.conf.5*
cvsdist 2f7f4b
%{_mandir}/man8/nslookup.8*
cvsdist 2f7f4b
%{_mandir}/man8/nsupdate.8*
cvsdist 2f7f4b
cvsdist 2f7f4b
%files devel
cvsdist 2f7f4b
%defattr(-,root,root)
cvsdist 2f7f4b
/usr/lib/bind
cvsdist 2f7f4b
%{_mandir}/man3/hesiod.3*
cvsdist 2f7f4b
%{_mandir}/man3/inet_cidr.3*
cvsdist 2f7f4b
%{_mandir}/man3/tsig.3*
cvsdist 2f7f4b
cvsdist 2f7f4b
%changelog
cvsdist a47288
* Sat Jan 27 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist a47288
- 8.2.3, fixes several security problems
cvsdist a47288
cvsdist 533e01
* Tue Nov 14 2000 Bill Nottingham <notting@redhat.com>
cvsdist 533e01
- static libraries may be used in shared objects. Build with -fPIC on ia64
cvsdist 533e01
cvsdist f67f86
* Fri Nov 10 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist f67f86
- 8.2.2-P7 (fixes Bug #20546)
cvsdist 580697
cvsdist 2f7f4b
* Sat Aug 05 2000 Bill Nottingham <notting@redhat.com>
cvsdist 2f7f4b
- condrestart fixes
cvsdist 2f7f4b
cvsdist 2f7f4b
* Tue Jul 18 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 2f7f4b
- change the init script to take condrestart, not cond-restart
cvsdist 2f7f4b
- add sh-utils, /bin/cat, perl, /bin/chmod, /usr/sbin/useradd as prereqs for
cvsdist 2f7f4b
  the %pre and %post scripts
cvsdist 2f7f4b
cvsdist 2f7f4b
* Sun Jul 16 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 2f7f4b
- Don't prereq /etc/init.d
cvsdist 2f7f4b
cvsdist 2f7f4b
* Sat Jul 15 2000 Bill Nottingham <notting@redhat.com>
cvsdist 2f7f4b
- move initscript back
cvsdist 2f7f4b
cvsdist 2f7f4b
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 2f7f4b
- automatic rebuild
cvsdist 2f7f4b
cvsdist 2f7f4b
* Sun Jul  9 2000 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 2f7f4b
- add "exit 0" for uninstall case
cvsdist 2f7f4b
cvsdist 2f7f4b
* Fri Jul  7 2000 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 2f7f4b
- add prereq init.d and cleanup install section
cvsdist 2f7f4b
cvsdist 2f7f4b
* Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 2f7f4b
- fix the init script
cvsdist 2f7f4b
cvsdist 2f7f4b
* Wed Jun 28 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 2f7f4b
- make libbind.a and nslookup.help readable again by setting INSTALL_LIB to ""
cvsdist 2f7f4b
cvsdist 2f7f4b
* Mon Jun 26 2000 Bernhard Rosenkränzer <bero@redhat.com>
cvsdist 2f7f4b
- Fix up the initscript (Bug #13033)
cvsdist 2f7f4b
- Fix build with current glibc (Bug #12755)
cvsdist 2f7f4b
- /etc/rc.d/init.d -> /etc/init.d
cvsdist 2f7f4b
- use %%{_mandir} rather than /usr/share/man
cvsdist 2f7f4b
cvsdist 2f7f4b
* Mon Jun 19 2000 Bill Nottingham <notting@redhat.com>
cvsdist 2f7f4b
- fix conflict with man-pages
cvsdist 2f7f4b
- remove compatibilty chkconfig links
cvsdist 2f7f4b
- initscript munging
cvsdist 2f7f4b
cvsdist 2f7f4b
* Wed Jun 14 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 2f7f4b
- modify logrotate setup to use PID file
cvsdist 2f7f4b
- temporarily disable optimization by unsetting $RPM_OPT_FLAGS at build-time
cvsdist 2f7f4b
- actually bump the release this time
cvsdist 2f7f4b
cvsdist 2f7f4b
* Sun Jun  4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 2f7f4b
- FHS compliance
cvsdist 2f7f4b
cvsdist 2f7f4b
* Mon Apr 17 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 2f7f4b
- clean up restart patch
cvsdist 2f7f4b
cvsdist 2f7f4b
* Mon Apr 10 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 2f7f4b
- provide /var/named (fix for bugs #9847, #10205)
cvsdist 2f7f4b
- preserve args when restarted via ndc(8) (bug #10227)
cvsdist 2f7f4b
- make resolv.conf(5) a link to resolver(5) (bug #10245)
cvsdist 2f7f4b
- fix SYSTYPE bug in all makefiles
cvsdist 2f7f4b
- move creation of named user from %%post into %%pre
cvsdist 2f7f4b
cvsdist 2f7f4b
* Mon Feb 28 2000 Bernhard Rosenkränzer <bero@redhat.com>
cvsdist 2f7f4b
- Fix TTL (patch from ISC, Bug #9820)
cvsdist 2f7f4b
cvsdist 2f7f4b
* Wed Feb 16 2000 Bernhard Rosenkränzer <bero@redhat.com>
cvsdist 2f7f4b
- fix typo in spec (it's %post, without a leading blank) introduced in -6
cvsdist 2f7f4b
- change SYSTYPE to linux
cvsdist 2f7f4b
cvsdist 2f7f4b
* Sat Feb 11 2000 Bill Nottingham <notting@redhat.com>
cvsdist 2f7f4b
- pick a standard < 100 uid/gid for named
cvsdist 2f7f4b
cvsdist 2f7f4b
* Thu Feb 04 2000 Elliot Lee <sopwith@redhat.com>
cvsdist 2f7f4b
- Pass named a '-u named' parameter by default, and add/remove user.
cvsdist 2f7f4b
cvsdist 2f7f4b
* Thu Feb  3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 2f7f4b
- fix host mx bug (Bug #9021)
cvsdist 2f7f4b
cvsdist 2f7f4b
* Mon Jan 31 2000 Cristian Gafton <gafton@redhat.com>
cvsdist 2f7f4b
- rebuild to fix dependencies
cvsdist 2f7f4b
- man pages are compressed
cvsdist 2f7f4b
cvsdist 2f7f4b
* Wed Jan 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 2f7f4b
- It's /usr/bin/killall, not /usr/sbin/killall (Bug #8063)
cvsdist 2f7f4b
cvsdist 2f7f4b
* Mon Jan 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 2f7f4b
- Fix up location of named-bootconf.pl and make it executable
cvsdist 2f7f4b
  (Bug #8028)
cvsdist 2f7f4b
- bind-devel requires bind
cvsdist 2f7f4b
cvsdist 2f7f4b
* Mon Nov 15 1999 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 2f7f4b
- update to 8.2.2-P5
cvsdist 2f7f4b
cvsdist 2f7f4b
* Wed Nov 10 1999 Bill Nottingham <notting@redhat.com>
cvsdist 2f7f4b
- update to 8.2.2-P3
cvsdist 2f7f4b
cvsdist 2f7f4b
* Tue Oct 12 1999 Cristian Gafton <gafton@redhat.com>
cvsdist 2f7f4b
- add patch to stop a cache only server from complaining about lame servers
cvsdist 2f7f4b
  on every request.
cvsdist 2f7f4b
cvsdist 2f7f4b
* Fri Sep 24 1999 Preston Brown <pbrown@redhat.com>
cvsdist 2f7f4b
- use real stop and start in named.init for restart, not ndc restart, it has
cvsdist 2f7f4b
  problems when named has changed during a package update... (# 4890)
cvsdist 2f7f4b
cvsdist 2f7f4b
* Fri Sep 10 1999 Bill Nottingham <notting@redhat.com>
cvsdist 2f7f4b
- chkconfig --del in %preun, not %postun
cvsdist 2f7f4b
cvsdist 2f7f4b
* Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
cvsdist 2f7f4b
- initscript munging
cvsdist 2f7f4b
cvsdist 2f7f4b
* Mon Jul 26 1999 Bill Nottingham <notting@redhat.com>
cvsdist 2f7f4b
- fix installed chkconfig links to match init file
cvsdist 2f7f4b
cvsdist 2f7f4b
* Sat Jul  3 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 2f7f4b
- conflict with new (in man-1.24) man pages (#3876,#3877).
cvsdist 2f7f4b
cvsdist 2f7f4b
* Tue Jun 29 1999 Bill Nottingham <notting@redhat.com>
cvsdist 2f7f4b
- fix named.logrotate (wrong %SOURCE)
cvsdist 2f7f4b
cvsdist 2f7f4b
* Fri Jun 25 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 2f7f4b
- update to 8.2.1.
cvsdist 2f7f4b
- add named.logrotate (#3571).
cvsdist 2f7f4b
- hack around egcs-1.1.2 -m486 bug (#3413, #3485).
cvsdist 2f7f4b
- vet file list.
cvsdist 2f7f4b
cvsdist 2f7f4b
* Fri Jun 18 1999 Bill Nottingham <notting@redhat.com>
cvsdist 2f7f4b
- don't run by default
cvsdist 2f7f4b
cvsdist 2f7f4b
* Sun May 30 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 2f7f4b
- nslookup fixes (#2463).
cvsdist 2f7f4b
- missing files (#3152).
cvsdist 2f7f4b
cvsdist 2f7f4b
* Sat May  1 1999 Stepan Kasal <kasal@math.cas.cz>
cvsdist 2f7f4b
- nslookup patched:
cvsdist 2f7f4b
  to count numRecords properly
cvsdist 2f7f4b
  to fix subsequent calls to ls -d
cvsdist 2f7f4b
  to parse "view" and "finger" commands properly
cvsdist 2f7f4b
  the view hack updated for bind-8 (using sed)
cvsdist 2f7f4b
cvsdist 2f7f4b
* Wed Mar 31 1999 Bill Nottingham <notting@redhat.com>
cvsdist 2f7f4b
- add ISC patch
cvsdist 2f7f4b
- add quick hack to make host not crash
cvsdist 2f7f4b
- add more docs
cvsdist 2f7f4b
cvsdist 2f7f4b
* Fri Mar 26 1999 Cristian Gafton <gafton@redhat.com>
cvsdist 2f7f4b
- add probing information in the init file to keep linuxconf happy
cvsdist 2f7f4b
- dont strip libbind
cvsdist 2f7f4b
cvsdist 2f7f4b
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist 2f7f4b
- auto rebuild in the new build environment (release 3)
cvsdist 2f7f4b
cvsdist 2f7f4b
* Wed Mar 17 1999 Preston Brown <pbrown@redhat.com>
cvsdist 2f7f4b
- removed 'done' output at named shutdown.
cvsdist 2f7f4b
cvsdist 2f7f4b
* Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com>
cvsdist 2f7f4b
- version 8.2
cvsdist 2f7f4b
cvsdist 2f7f4b
* Wed Dec 30 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 2f7f4b
- patch to use the __FDS_BITS macro
cvsdist 2f7f4b
- build for glibc 2.1
cvsdist 2f7f4b
cvsdist 2f7f4b
* Wed Sep 23 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 2f7f4b
- change named.restart to /usr/sbin/ndc restart
cvsdist 2f7f4b
cvsdist 2f7f4b
* Sat Sep 19 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 2f7f4b
- install man pages correctly.
cvsdist 2f7f4b
- change K10named to K45named.
cvsdist 2f7f4b
cvsdist 2f7f4b
* Wed Aug 12 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 2f7f4b
- don't start if /etc/named.conf doesn't exist.
cvsdist 2f7f4b
cvsdist 2f7f4b
* Sat Aug  8 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 2f7f4b
- autmagically create /etc/named.conf from /etc/named.boot in %post
cvsdist 2f7f4b
- remove echo in %post
cvsdist 2f7f4b
cvsdist 2f7f4b
* Wed Jun 10 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 2f7f4b
- merge in 5.1 mods
cvsdist 2f7f4b
cvsdist 2f7f4b
* Sun Apr 12 1998 Manuel J. Galan <manolow@step.es>
cvsdist 2f7f4b
- Several essential modifications to build and install correctly.
cvsdist 2f7f4b
- Modified 'ndc' to avoid deprecated use of '-'
cvsdist 2f7f4b
cvsdist 2f7f4b
* Mon Dec 22 1997 Scott Lampert <fortunato@heavymetal.org>
cvsdist 2f7f4b
- Used buildroot
cvsdist 2f7f4b
- patched bin/named/ns_udp.c to use <libelf/nlist.h> for include
cvsdist 2f7f4b
  on Redhat 5.0 instead of <nlist.h>
cvsdist 2f7f4b