1fcc1a6878
Tue Jul 16 2002 Phil Knirsch <pknirsch@redhat.com> - Disabled parallel make as it breaks with the new Makefiles. Mon Jul 01 2002 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.1-6 - Fix buffer overflow Mon Jun 24 2002 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.1-5 - Fix #65975 Fri Jun 21 2002 Tim Powers <timp@redhat.com> - automated rebuild Thu May 23 2002 Tim Powers <timp@redhat.com> - automated rebuild Thu May 09 2002 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.1-2 - Move libisccc, lib isccfg and liblwres from bind-utils to bind, they're not required if you aren't running a nameserver. Fri May 03 2002 Florian La Roche <Florian.LaRoche@redhat.de> - update to 9.2.1 release
625 lines
19 KiB
RPMSpec
625 lines
19 KiB
RPMSpec
%define server 1
|
||
Summary: A DNS (Domain Name System) server.
|
||
Name: bind
|
||
License: BSD-like
|
||
Group: System Environment/Daemons
|
||
Source: ftp://ftp.isc.org/isc/bind9/%{version}/bind-%{version}.tar.bz2
|
||
Source1: bind-manpages.tar.bz2
|
||
Source2: named.sysconfig
|
||
Source3: named.init
|
||
Source4: named.logrotate
|
||
Source5: keygen.c
|
||
Patch: bind-9.2.0rc3-varrun.patch
|
||
Patch1: bind-9.2.0-key.patch
|
||
Patch2: bind-9.2.1-overflow.patch
|
||
Url: http://www.isc.org/products/BIND/
|
||
Buildroot: %{_tmppath}/%{name}-root
|
||
Version: 9.2.1
|
||
Release: 1.7x.2
|
||
|
||
BuildRequires: openssl-devel gcc glibc-devel
|
||
|
||
Requires(pre,preun): shadow-utils
|
||
Requires(post,preun): chkconfig
|
||
Requires(post): textutils, fileutils, sed
|
||
Requires: bind-utils /bin/usleep
|
||
|
||
%description
|
||
BIND (Berkeley Internet Name Domain) is an implementation of the DNS
|
||
(Domain Name System) protocols. BIND includes a DNS server (named),
|
||
which resolves host names to IP addresses; a resolver library
|
||
(routines for applications to use when interfacing with DNS); and
|
||
tools for verifying that the DNS server is operating properly.
|
||
|
||
%package utils
|
||
Summary: Utilities for querying DNS name servers.
|
||
Group: Applications/System
|
||
|
||
%description utils
|
||
Bind-utils contains a collection of utilities for querying DNS (Domain
|
||
Name System) name servers to find out information about Internet
|
||
hosts. These tools will provide you with the IP addresses for given
|
||
host names, as well as other information about registered domains and
|
||
network addresses.
|
||
|
||
You should install bind-utils if you need to get information from DNS name
|
||
servers.
|
||
|
||
%package devel
|
||
Summary: Include files and libraries needed for bind DNS development.
|
||
Group: Development/Libraries
|
||
Requires: bind = %{version}
|
||
|
||
%description devel
|
||
The bind-devel package contains all the include files and the library
|
||
required for DNS (Domain Name System) development for BIND versions
|
||
9.x.x.
|
||
|
||
%prep
|
||
%setup -q -n %{name}-%{version}
|
||
%patch -p1 -b .varrun
|
||
%patch1 -p1 -b .key
|
||
%patch2 -p1 -b .sec
|
||
|
||
%build
|
||
LTVERSION=`libtool --version |awk '{ print $4 }' |sed -e "s/\.//;s/\..*//g"`
|
||
if [ "$LTVERSION" -lt 14 ]; then
|
||
export LTCONFIG_VERSION=1.3.5
|
||
fi
|
||
%configure --with-libtool --with-openssl=/usr --enable-threads
|
||
make
|
||
|
||
%install
|
||
rm -rf $RPM_BUILD_ROOT
|
||
mkdir -p ${RPM_BUILD_ROOT}/etc/{rc.d/init.d,logrotate.d}
|
||
mkdir -p ${RPM_BUILD_ROOT}/usr/{bin,lib,sbin,include}
|
||
mkdir -p ${RPM_BUILD_ROOT}/var/named
|
||
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/{man1,man5,man8}
|
||
mkdir -p ${RPM_BUILD_ROOT}/var/run/named
|
||
|
||
make DESTDIR=$RPM_BUILD_ROOT install
|
||
install -c -m 640 bin/rndc/rndc.conf $RPM_BUILD_ROOT/etc
|
||
install -c -m 755 contrib/named-bootconf/named-bootconf.sh $RPM_BUILD_ROOT/usr/sbin/named-bootconf
|
||
install -c -m 755 %SOURCE3 $RPM_BUILD_ROOT/etc/rc.d/init.d/named
|
||
install -c -m 644 %SOURCE4 $RPM_BUILD_ROOT/etc/logrotate.d/named
|
||
touch $RPM_BUILD_ROOT/etc/rndc.key
|
||
gcc $RPM_OPT_FLAGS -o $RPM_BUILD_ROOT/usr/sbin/dns-keygen %{SOURCE5}
|
||
cd $RPM_BUILD_ROOT%{_mandir}
|
||
tar xjf %{SOURCE1}
|
||
mkdir -p $RPM_BUILD_ROOT/etc/sysconfig
|
||
cp %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/named
|
||
|
||
%if %server
|
||
%pre
|
||
/usr/sbin/useradd -c "Named" -u 25 \
|
||
-s /bin/false -r -d /var/named named 2>/dev/null || :
|
||
|
||
%post
|
||
/sbin/chkconfig --add named
|
||
if [ -f /etc/named.boot -a ! -f /etc/named.conf ]; then
|
||
if [ -x /usr/sbin/named-bootconf ]; then
|
||
cat /etc/named.boot | /usr/sbin/named-bootconf > /etc/named.conf
|
||
chmod 644 /etc/named.conf
|
||
fi
|
||
fi
|
||
if [ ! -e /etc/rndc.conf.rpmnew ]; then
|
||
sed -e "s/@KEY@/`/usr/sbin/dns-keygen`/" /etc/rndc.conf >/etc/rndc.conf.tmp
|
||
mv -f /etc/rndc.conf.tmp /etc/rndc.conf
|
||
fi
|
||
if [ ! -e /etc/rndc.key.rpmnew ]; then
|
||
tail -n 4 /etc/rndc.conf >/etc/rndc.key
|
||
fi
|
||
chmod 0640 /etc/rndc.conf /etc/rndc.key
|
||
chown root:named /etc/rndc.conf /etc/rndc.key
|
||
/sbin/ldconfig
|
||
exit 0
|
||
|
||
%preun
|
||
if [ $1 = 0 ]; then
|
||
/usr/sbin/userdel named 2>/dev/null || :
|
||
/usr/sbin/groupdel named 2>/dev/null || :
|
||
/sbin/chkconfig --del named
|
||
[ -f /var/lock/subsys/named ] && /etc/rc.d/init.d/named stop >/dev/null 2>&1
|
||
fi
|
||
exit 0
|
||
|
||
%postun
|
||
if [ "$1" -ge 1 ]; then
|
||
/etc/rc.d/init.d/named condrestart >/dev/null 2>&1 || :
|
||
fi
|
||
/sbin/ldconfig
|
||
|
||
%triggerpostun -- bind < 8.2.2_P5-15
|
||
/sbin/chkconfig --add named
|
||
/sbin/ldconfig
|
||
%endif
|
||
|
||
%clean
|
||
rm -rf ${RPM_BUILD_ROOT} ${RPM_BUILD_DIR}/%{name}-%{version}
|
||
|
||
%post utils -p /sbin/ldconfig
|
||
|
||
%postun utils -p /sbin/ldconfig
|
||
|
||
%if %server
|
||
%files
|
||
%defattr(-,root,root)
|
||
%doc CHANGES README
|
||
%doc doc/arm doc/draft doc/rfc doc/misc
|
||
%config(noreplace) /etc/logrotate.d/named
|
||
%config /etc/rc.d/init.d/named
|
||
%config(noreplace) /etc/sysconfig/named
|
||
%verify(not size,not md5) %config(noreplace) %attr(0640,root,named) /etc/rndc.conf
|
||
%verify(not size,not md5) %config(noreplace) %attr(0640,root,named) /etc/rndc.key
|
||
|
||
%{_bindir}/nsupdate
|
||
%{_sbindir}/dnssec*
|
||
%{_sbindir}/lwresd
|
||
%{_sbindir}/named
|
||
%{_sbindir}/named-bootconf
|
||
%{_sbindir}/named-check*
|
||
%{_sbindir}/rndc*
|
||
%{_sbindir}/dns-keygen
|
||
|
||
%{_libdir}/libisccc.so.*
|
||
%{_libdir}/libisccfg.so.*
|
||
%{_libdir}/liblwres.so.*
|
||
|
||
%{_mandir}/man5/named.conf.5*
|
||
%{_mandir}/man5/rndc.conf.5*
|
||
%{_mandir}/man8/rndc.8*
|
||
%{_mandir}/man8/named.8*
|
||
%{_mandir}/man8/lwresd.8*
|
||
%{_mandir}/man8/dnssec*.8*
|
||
|
||
%attr(-,named,named) %dir /var/named
|
||
%attr(-,named,named) %dir /var/run/named
|
||
%endif
|
||
|
||
%files utils
|
||
%defattr(-,root,root)
|
||
%{_bindir}/dig
|
||
%{_bindir}/host
|
||
%{_bindir}/nslookup
|
||
%{_libdir}/libdns.so.*
|
||
%{_libdir}/libisc.so.*
|
||
%{_mandir}/man1/host.1*
|
||
%{_mandir}/man8/nsupdate.8*
|
||
%{_mandir}/man1/dig.1*
|
||
%{_mandir}/man5/resolver.5*
|
||
%{_mandir}/man8/nslookup.8*
|
||
|
||
%if %server
|
||
%files devel
|
||
%defattr(-,root,root)
|
||
%{_libdir}/*.so
|
||
%{_libdir}/*.la
|
||
%{_libdir}/*.a
|
||
%{_includedir}/*
|
||
%{_mandir}/man3/*
|
||
%{_bindir}/isc-config.sh
|
||
%endif
|
||
|
||
%changelog
|
||
* Tue Jul 16 2002 Phil Knirsch <pknirsch@redhat.com>
|
||
- Disabled parallel make as it breaks with the new Makefiles.
|
||
|
||
* Mon Jul 1 2002 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.1-6
|
||
- Fix buffer overflow
|
||
|
||
* Mon Jun 24 2002 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.1-5
|
||
- Fix #65975
|
||
|
||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||
- automated rebuild
|
||
|
||
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
||
- automated rebuild
|
||
|
||
* Thu May 9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.1-2
|
||
- Move libisccc, lib isccfg and liblwres from bind-utils to bind,
|
||
they're not required if you aren't running a nameserver.
|
||
|
||
* Fri May 03 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
||
- update to 9.2.1 release
|
||
|
||
* Thu Mar 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-8
|
||
- Merge 30+ bug fixes from 9.2.1rc1 code
|
||
|
||
* Mon Mar 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-7
|
||
- Don't exit if /etc/named.conf doesn't exist if we're running
|
||
chroot (#60868)
|
||
- Revert Elliot's changes, we do require specific glibc/glibc-kernheaders
|
||
versions or bug #58335 will be back. "It compiles, therefore it works"
|
||
isn't always true.
|
||
|
||
* Thu Feb 28 2002 Elliot Lee <sopwith@redhat.com> 9.2.0-6
|
||
- Fix BuildRequires (we don't need specific glibc/glibc-kernheaders
|
||
versions).
|
||
- Use _smp_mflags
|
||
|
||
* Wed Feb 20 2002 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-4
|
||
- rebuild, require recent autoconf, automake (#58335)
|
||
|
||
* Fri Jan 25 2002 Tim Powers <timp@redhat.com>
|
||
- rebuild against new libssl
|
||
|
||
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
||
- automated rebuild
|
||
|
||
* Tue Nov 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-1
|
||
- 9.2.0
|
||
|
||
* Thu Nov 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-0.rc10.2
|
||
- 9.2.0rc10
|
||
|
||
* Mon Nov 5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-0.rc8.2
|
||
- Fix up rndc.conf (#55574)
|
||
|
||
* Thu Oct 25 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-0.rc8.1
|
||
- rc8
|
||
- Enforce --enable-threads
|
||
|
||
* Mon Oct 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-0.rc7.1
|
||
- 9.2.0rc7
|
||
- Use rndc status for "service named status", it's supposed to actually
|
||
work in 9.2.x.
|
||
|
||
* Wed Oct 3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-0.rc5.1
|
||
- 9.2.0rc5
|
||
- Fix rpm --rebuild with ancient libtool versions (#53938, #54257)
|
||
|
||
* Tue Sep 25 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-0.rc4.1
|
||
- 9.2.0rc4
|
||
|
||
* Fri Sep 14 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-0.rc3.1
|
||
- 9.2.0rc3
|
||
- remove ttl patch, I don't think we need this for 8.0.
|
||
- remove dig.1.bz2 from the bind8-manpages tar file, 9.2 has a new dig man page
|
||
- add lwres* man pages to -devel
|
||
|
||
* Mon Sep 3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.3-4
|
||
- Make sure /etc/rndc.conf isn't world-readable even after the
|
||
%post script inserted a random key (#53009)
|
||
|
||
* Thu Jul 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.3-3
|
||
- Add build dependencies (#49368)
|
||
- Make sure running service named start several times doesn't create
|
||
useless processes (#47596)
|
||
- Work around the named parent process returning 0 even if the config
|
||
file is broken (it's parsed later by the child processes) (#45484)
|
||
|
||
* Mon Jul 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.3-2
|
||
- Don't use rndc status, it's not yet implemented (#48839)
|
||
|
||
* Sun Jul 08 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
||
- update to 9.1.3 release
|
||
|
||
* Tue Jul 3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.3-0.rc3.1
|
||
- Fix up rndc configuration and improve security (#46586)
|
||
|
||
* Tue Jun 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.3-0.rc2.2
|
||
- Sync with caching-nameserver-7.1-6
|
||
|
||
* Mon Jun 25 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.3-0.rc2.1
|
||
- Update to rc2
|
||
|
||
* Fri Jun 1 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.3-0.rc1.3
|
||
- Remove resolv.conf(5) man page, it's now in man-pages
|
||
|
||
* Thu May 31 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.3-0.rc1.2
|
||
- Add named.conf man page from bind 8.x (outdated, but better than nothing,
|
||
#42732)
|
||
- Rename the rndc key (#42895)
|
||
- Add dnssec* man pages
|
||
|
||
* Mon May 28 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.3-0.rc1.1
|
||
- 9.1.3rc1
|
||
- s/Copyright/License/
|
||
|
||
* Mon May 7 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.2-1
|
||
- 9.1.2 final. No changes between 9.1.2-0.rc1.1 and this one, except for
|
||
the version number, though.
|
||
|
||
* Thu May 3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.2-0.rc1.1
|
||
- 9.1.2rc1
|
||
|
||
* Thu Mar 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.1-1
|
||
- 9.1.1
|
||
|
||
* Thu Mar 15 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.0-10
|
||
- Merge fixes from 9.1.1rc5
|
||
|
||
* Sun Mar 11 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.0-9
|
||
- Work around bind 8 -> bind 9 migration problem when using buggy zone files:
|
||
accept zones without a TTL, but spew out a big fat warning. (#31393)
|
||
|
||
* Thu Mar 8 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- Add fixes from rc4
|
||
|
||
* Fri Mar 2 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||
- rebuild in new environment
|
||
|
||
* Thu Mar 1 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- killall -HUP named if rndc reload fails (#30113)
|
||
|
||
* Tue Feb 27 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- Merge some fixes from 9.1.1rc3
|
||
|
||
* Tue Feb 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- Don't use the standard rndc key from the documentation, instead, create a random one
|
||
at installation time (#26358)
|
||
- Make /etc/rndc.conf readable by user named only, it contains secret keys
|
||
|
||
* Tue Feb 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- 9.1.1 probably won't be out in time, revert to 9.1.0 and apply fixes
|
||
from 9.1.1rc2
|
||
- bind requires bind-utils (#28317)
|
||
|
||
* Tue Feb 13 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- Update to rc2, fixes 2 more bugs
|
||
- Fix build with glibc >= 2.2.1-7
|
||
|
||
* Thu Feb 8 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- Update to 9.1.1rc1; fixes 17 bugs (14 of them affecting us;
|
||
1 was fixed in a Red Hat patch already, 2 others are portability
|
||
improvements)
|
||
|
||
* Wed Feb 7 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- Remove initscripts 5.54 requirement (#26489)
|
||
|
||
* Mon Jan 29 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- Add named-checkconf, named-checkzone (#25170)
|
||
|
||
* Mon Jan 29 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- use echo, not gprintf
|
||
|
||
* Wed Jan 24 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- Fix problems with $GENERATE
|
||
Patch from Daniel Roesen <droesen@entire-systems.com>
|
||
Bug #24890
|
||
|
||
* Thu Jan 18 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- 9.1.0 final
|
||
|
||
* Sat Jan 13 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- 9.1.0rc1
|
||
- i18nify init script
|
||
- bzip2 source to save space
|
||
|
||
* Thu Jan 11 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- Fix %%postun script
|
||
|
||
* Tue Jan 9 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- 9.1.0b3
|
||
|
||
* Mon Jan 8 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- Add named.conf man page from bind8 (#23503)
|
||
|
||
* Sun Jan 7 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- Make /etc/rndc.conf and /etc/sysconfig/named noreplace
|
||
- Make devel require bind = %%{version} rather than just bind
|
||
|
||
* Sun Jan 7 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- Fix init script for real
|
||
|
||
* Sat Jan 6 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- Fix init script when ROOTDIR is not set
|
||
|
||
* Thu Jan 4 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- Add hooks for setting up named to run chroot (RFE #23246)
|
||
- Fix up requirements
|
||
|
||
* Fri Dec 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- 9.1.0b2
|
||
|
||
* Wed Dec 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- Move run files to /var/run/named/ - /var/run isn't writable
|
||
by the user we're running as. (Bug #20665)
|
||
|
||
* Tue Dec 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- Fix reverse lookups (#22272)
|
||
- Run ldconfig in %post utils
|
||
|
||
* Tue Dec 12 2000 Karsten Hopp <karsten@redhat.de>
|
||
- fixed logrotate script (wrong path to kill)
|
||
- include header files in -devel package
|
||
- bugzilla #22049, #19147, 21606
|
||
|
||
* Fri Dec 8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- 9.1.0b1 (9.1.0 is in our timeframe and less buggy)
|
||
|
||
* Mon Nov 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- 9.0.1
|
||
|
||
* Mon Oct 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- Fix initscript (Bug #19956)
|
||
- Add sample rndc.conf (Bug #19956)
|
||
- Fix build with tar 1.13.18
|
||
|
||
* Tue Oct 10 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- Add some missing man pages (taken from bind8) (Bug #18794)
|
||
|
||
* Sun Sep 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- 9.0.0 final
|
||
|
||
* Wed Aug 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- rc5
|
||
- fix up nslookup
|
||
|
||
* Thu Aug 24 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- rc4
|
||
|
||
* Thu Jul 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- 9.0.0rc1
|
||
|
||
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
||
- automatic rebuild
|
||
|
||
* Sun Jul 9 2000 Florian La Roche <Florian.LaRoche@redhat.de>
|
||
- add "exit 0" for uninstall case
|
||
|
||
* Fri Jul 7 2000 Florian La Roche <Florian.LaRoche@redhat.de>
|
||
- add prereq init.d and cleanup install section
|
||
|
||
* Fri Jun 30 2000 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- fix the init script
|
||
|
||
* Wed Jun 28 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||
- make libbind.a and nslookup.help readable again by setting INSTALL_LIB to ""
|
||
|
||
* Mon Jun 26 2000 Bernhard Rosenkr<6B>nzer <bero@redhat.com>
|
||
- Fix up the initscript (Bug #13033)
|
||
- Fix build with current glibc (Bug #12755)
|
||
- /etc/rc.d/init.d -> /etc/init.d
|
||
- use %%{_mandir} rather than /usr/share/man
|
||
|
||
* Mon Jun 19 2000 Bill Nottingham <notting@redhat.com>
|
||
- fix conflict with man-pages
|
||
- remove compatibilty chkconfig links
|
||
- initscript munging
|
||
|
||
* Wed Jun 14 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||
- modify logrotate setup to use PID file
|
||
- temporarily disable optimization by unsetting $RPM_OPT_FLAGS at build-time
|
||
- actually bump the release this time
|
||
|
||
* Sun Jun 4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- FHS compliance
|
||
|
||
* Mon Apr 17 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||
- clean up restart patch
|
||
|
||
* Mon Apr 10 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||
- provide /var/named (fix for bugs #9847, #10205)
|
||
- preserve args when restarted via ndc(8) (bug #10227)
|
||
- make resolv.conf(5) a link to resolver(5) (bug #10245)
|
||
- fix SYSTYPE bug in all makefiles
|
||
- move creation of named user from %%post into %%pre
|
||
|
||
* Mon Feb 28 2000 Bernhard Rosenkr<6B>nzer <bero@redhat.com>
|
||
- Fix TTL (patch from ISC, Bug #9820)
|
||
|
||
* Wed Feb 16 2000 Bernhard Rosenkr<6B>nzer <bero@redhat.com>
|
||
- fix typo in spec (it's %post, without a leading blank) introduced in -6
|
||
- change SYSTYPE to linux
|
||
|
||
* Sat Feb 11 2000 Bill Nottingham <notting@redhat.com>
|
||
- pick a standard < 100 uid/gid for named
|
||
|
||
* Thu Feb 04 2000 Elliot Lee <sopwith@redhat.com>
|
||
- Pass named a '-u named' parameter by default, and add/remove user.
|
||
|
||
* Thu Feb 3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- fix host mx bug (Bug #9021)
|
||
|
||
* Mon Jan 31 2000 Cristian Gafton <gafton@redhat.com>
|
||
- rebuild to fix dependencies
|
||
- man pages are compressed
|
||
|
||
* Wed Jan 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- It's /usr/bin/killall, not /usr/sbin/killall (Bug #8063)
|
||
|
||
* Mon Jan 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- Fix up location of named-bootconf.pl and make it executable
|
||
(Bug #8028)
|
||
- bind-devel requires bind
|
||
|
||
* Mon Nov 15 1999 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- update to 8.2.2-P5
|
||
|
||
* Wed Nov 10 1999 Bill Nottingham <notting@redhat.com>
|
||
- update to 8.2.2-P3
|
||
|
||
* Tue Oct 12 1999 Cristian Gafton <gafton@redhat.com>
|
||
- add patch to stop a cache only server from complaining about lame servers
|
||
on every request.
|
||
|
||
* Fri Sep 24 1999 Preston Brown <pbrown@redhat.com>
|
||
- use real stop and start in named.init for restart, not ndc restart, it has
|
||
problems when named has changed during a package update... (# 4890)
|
||
|
||
* Fri Sep 10 1999 Bill Nottingham <notting@redhat.com>
|
||
- chkconfig --del in %preun, not %postun
|
||
|
||
* Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
|
||
- initscript munging
|
||
|
||
* Mon Jul 26 1999 Bill Nottingham <notting@redhat.com>
|
||
- fix installed chkconfig links to match init file
|
||
|
||
* Sat Jul 3 1999 Jeff Johnson <jbj@redhat.com>
|
||
- conflict with new (in man-1.24) man pages (#3876,#3877).
|
||
|
||
* Tue Jun 29 1999 Bill Nottingham <notting@redhat.com>
|
||
- fix named.logrotate (wrong %SOURCE)
|
||
|
||
* Fri Jun 25 1999 Jeff Johnson <jbj@redhat.com>
|
||
- update to 8.2.1.
|
||
- add named.logrotate (#3571).
|
||
- hack around egcs-1.1.2 -m486 bug (#3413, #3485).
|
||
- vet file list.
|
||
|
||
* Fri Jun 18 1999 Bill Nottingham <notting@redhat.com>
|
||
- don't run by default
|
||
|
||
* Sun May 30 1999 Jeff Johnson <jbj@redhat.com>
|
||
- nslookup fixes (#2463).
|
||
- missing files (#3152).
|
||
|
||
* Sat May 1 1999 Stepan Kasal <kasal@math.cas.cz>
|
||
- nslookup patched:
|
||
to count numRecords properly
|
||
to fix subsequent calls to ls -d
|
||
to parse "view" and "finger" commands properly
|
||
the view hack updated for bind-8 (using sed)
|
||
|
||
* Wed Mar 31 1999 Bill Nottingham <notting@redhat.com>
|
||
- add ISC patch
|
||
- add quick hack to make host not crash
|
||
- add more docs
|
||
|
||
* Fri Mar 26 1999 Cristian Gafton <gafton@redhat.com>
|
||
- add probing information in the init file to keep linuxconf happy
|
||
- dont strip libbind
|
||
|
||
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
||
- auto rebuild in the new build environment (release 3)
|
||
|
||
* Wed Mar 17 1999 Preston Brown <pbrown@redhat.com>
|
||
- removed 'done' output at named shutdown.
|
||
|
||
* Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com>
|
||
- version 8.2
|
||
|
||
* Wed Dec 30 1998 Cristian Gafton <gafton@redhat.com>
|
||
- patch to use the __FDS_BITS macro
|
||
- build for glibc 2.1
|
||
|
||
* Wed Sep 23 1998 Jeff Johnson <jbj@redhat.com>
|
||
- change named.restart to /usr/sbin/ndc restart
|
||
|
||
* Sat Sep 19 1998 Jeff Johnson <jbj@redhat.com>
|
||
- install man pages correctly.
|
||
- change K10named to K45named.
|
||
|
||
* Wed Aug 12 1998 Jeff Johnson <jbj@redhat.com>
|
||
- don't start if /etc/named.conf doesn't exist.
|
||
|
||
* Sat Aug 8 1998 Jeff Johnson <jbj@redhat.com>
|
||
- autmagically create /etc/named.conf from /etc/named.boot in %post
|
||
- remove echo in %post
|
||
|
||
* Wed Jun 10 1998 Jeff Johnson <jbj@redhat.com>
|
||
- merge in 5.1 mods
|
||
|
||
* Sun Apr 12 1998 Manuel J. Galan <manolow@step.es>
|
||
- Several essential modifications to build and install correctly.
|
||
- Modified 'ndc' to avoid deprecated use of '-'
|
||
|
||
* Mon Dec 22 1997 Scott Lampert <fortunato@heavymetal.org>
|
||
- Used buildroot
|
||
- patched bin/named/ns_udp.c to use <libelf/nlist.h> for include
|
||
on Redhat 5.0 instead of <nlist.h>
|
||
|