jvdias 0cd02a
#
jvdias 0cd02a
#               Red Hat BIND package .spec file
jvdias abcbfa
#
Adam Tkac cba500
Adam Tkac ee5a4a
%define RELEASEVER rc2
Adam Tkac cba500
jvdias 0cd02a
%{?!SDB:        %define SDB         1}
jvdias 0cd02a
%{?!LIBBIND:    %define LIBBIND	    1}
jvdias 0cd02a
%{?!efence:     %define efence      0}
jvdias 0cd02a
%{?!test:       %define test        0}
jvdias abcbfa
%{?!WITH_DBUS:  %define WITH_DBUS   1} # + dynamic forwarder table management with D-BUS
jvdias 505ab5
%{?!bind_uid:   %define bind_uid   25}
jvdias 505ab5
%{?!bind_gid:   %define bind_gid   25}
jvdias 68b4c1
%{?!selinux:	%define selinux     1}
Adam Tkac df3a0f
%define		IDN		0
jvdias 0cd02a
%define		bind_dir      /var/named
jvdias 0cd02a
%define    	chroot_prefix %{bind_dir}/chroot
jvdias 0cd02a
#
jvdias 0cd02a
Summary: 	The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server.
jvdias 0cd02a
Name: 		bind
jvdias 0cd02a
License: 	BSD-like
Adam Tkac be05b7
Version: 	9.4.2
Adam Tkac ee5a4a
Release: 	0.5.%{RELEASEVER}%{?dist}
Martin Stransky 61a46a
Epoch:   	31
jvdias 0cd02a
Url: 		http://www.isc.org/products/BIND/
Adam Tkac c22f9d
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
jvdias 0cd02a
Group: 		System Environment/Daemons
jvdias 0cd02a
#
Adam Tkac be05b7
Source: 	ftp://ftp.isc.org/isc/bind9/%{version}/bind-%{version}%{RELEASEVER}.tar.gz
jvdias 0cd02a
Source1: 	named.sysconfig
jvdias 0cd02a
Source2: 	named.init
jvdias 0cd02a
Source3: 	named.logrotate
jvdias 0cd02a
Source4: 	keygen.c
jvdias 0cd02a
Source5: 	rfc1912.txt
Adam Tkac b312fa
Source6: 	bind-chroot.tar.bz2
jvdias 0cd02a
Source7: 	bind-9.3.1rc1-sdb_tools-Makefile.in
jvdias 0cd02a
Source8: 	http://www.venaas.no/ldap/bind-sdb/dnszone.schema
jvdias 0cd02a
Source9: 	libbind-man.tar.gz
jvdias 0cd02a
Source10: 	named-dbus.conf
jvdias 0cd02a
Source11: 	named.service
jvdias 0cd02a
Source12: 	README.sdb_pgsql
jvdias 0cd02a
Source13: 	namedSetForwarders
jvdias 0cd02a
Source14: 	namedGetForwarders
jvdias 0cd02a
Source24:	Copyright.caching-nameserver
jvdias 0cd02a
Source26: 	bind-chroot-admin.in
jvdias 505ab5
Source28:	libbind.pc
jvdias bc59c3
Source29:	named.conf.sample
Adam Tkac 4f8abb
Source32:	config.tar
jvdias 0cd02a
#
jvdias 0cd02a
Patch:  	bind-9.2.0rc3-varrun.patch
Martin Stransky c15ebb
Patch1: 	bind-9.3.3rc2-rndckey.patch
jvdias 0cd02a
Patch2: 	bind-9.3.1beta2-openssl-suffix.patch
jvdias 0cd02a
Patch5: 	bind-nonexec.patch
jvdias 0cd02a
Patch6: 	bind-9.2.2-nsl.patch
jvdias 0cd02a
Patch10: 	bind-9.3.2b1-PIE.patch
jvdias 0cd02a
Patch11: 	bind-9.3.2b2-sdbsrc.patch
jvdias 0cd02a
Patch12: 	bind-9.3.1rc1-sdb.patch
jvdias 0cd02a
Patch13: 	bind-9.3.1rc1-fix_libbind_includedir.patch
jvdias 0cd02a
Patch16: 	bind-9.3.2-redhat_doc.patch
jvdias 0cd02a
Patch17: 	bind-9.3.2b1-fix_sdb_ldap.patch
jvdias 0cd02a
Patch22: 	bind-9.3.1-sdb_dbus.patch
jvdias 0cd02a
Patch23: 	bind-9.3.1-dbus_archdep_libdir.patch
jvdias 41d052
Patch32:	bind-9.3.2-prctl_set_dumpable.patch
Martin Stransky 25f791
Patch52:	bind-9.3.3-edns.patch
Adam Tkac 6fba0e
Patch62:        bind-9.4.0-sdb-sqlite-bld.patch
Adam Tkac f34e31
Patch63:	bind-9.4.0-dnssec-directory.patch
Adam Tkac df3a0f
%if %{IDN}
Adam Tkac c76ded
Patch64:	bind-9.4.0-idnkit-autotools.patch
Adam Tkac c76ded
Patch65:	bind-9.4.0-dig-idn.patch
Adam Tkac df3a0f
%endif
Adam Tkac c76ded
Patch66:	bind-9.4.0-zone-freeze.patch
Adam Tkac 9be31a
Patch68:	bind-9.4.1-ldap-api.patch
Adam Tkac be05b7
Patch71:	bind-9.4-dbus.patch
jvdias 0cd02a
#
Martin Stransky eb803d
Requires:	bind-libs = %{epoch}:%{version}-%{release}, glibc  >= 2.2, mktemp
Adam Tkac c22f9d
Requires(post): grep, chkconfig >= 1.3.26
jvdias abcbfa
Requires(pre): 	shadow-utils
jvdias abcbfa
Requires(preun):chkconfig >= 1.3.26
jvdias 68b4c1
%if %{selinux}
jvdias abcbfa
Requires(post):	policycoreutils
jvdias 68b4c1
%endif
jvdias 2746f3
BuildRequires: 	gcc, glibc-devel >= 2.2.5-26,  glibc-kernheaders >= 2.4-7.10, openssl-devel, libtool, autoconf, pkgconfig
jvdias 18d1e1
%if %{SDB}
Adam Tkac 6fba0e
BuildRequires:  openldap-devel, postgresql-devel, sqlite-devel
jvdias 38983f
%endif
jvdias 38983f
%if %{WITH_DBUS}
jvdias abcbfa
BuildRequires:  dbus-devel
jvdias 18d1e1
%endif
jvdias abcbfa
%if %{test}
jvdias abcbfa
BuildRequires:  net-tools, perl
jvdias 38983f
%endif
cvsdist 2f7f4b
cvsdist 2f7f4b
%description
cvsdist 2f7f4b
BIND (Berkeley Internet Name Domain) is an implementation of the DNS
cvsdist aed712
(Domain Name System) protocols. BIND includes a DNS server (named),
cvsdist aed712
which resolves host names to IP addresses; a resolver library
cvsdist aed712
(routines for applications to use when interfacing with DNS); and
cvsdist aed712
tools for verifying that the DNS server is operating properly.
cvsdist aed712
jvdias 0cd02a
jvdias 0cd02a
%package  libs
jvdias abcbfa
Summary:  Libraries used by the BIND DNS packages
jvdias 0cd02a
Group:    Applications/System
Adam Tkac fa1e5d
Obsoletes: bind-libbind-devel
cvsdist d6fdf5
cvsdist 31bdca
%description libs
cvsdist 31bdca
Contains libraries used by both the bind server package as well as the utils packages.
cvsdist 31bdca
jvdias 0cd02a
jvdias 0cd02a
%package  utils
jvdias 0cd02a
Summary:  Utilities for querying DNS name servers.
jvdias 0cd02a
Group:    Applications/System
jvdias e54aef
Requires: bind-libs = %{epoch}:%{version}-%{release}
Adam Tkac df3a0f
%if %{IDN}
Adam Tkac df3a0f
Requires: bind-idnkit
Adam Tkac df3a0f
%endif
cvsdist 2f7f4b
cvsdist 2f7f4b
%description utils
cvsdist 976b75
Bind-utils contains a collection of utilities for querying DNS (Domain
cvsdist 976b75
Name System) name servers to find out information about Internet
cvsdist 976b75
hosts. These tools will provide you with the IP addresses for given
cvsdist 976b75
host names, as well as other information about registered domains and
cvsdist 976b75
network addresses.
cvsdist 2f7f4b
cvsdist 976b75
You should install bind-utils if you need to get information from DNS name
cvsdist 976b75
servers.
cvsdist 2f7f4b
jvdias 0cd02a
jvdias 0cd02a
%package   devel
jvdias abcbfa
Summary:   Header files and libraries needed for BIND DNS development.
jvdias 0cd02a
Group:     Development/Libraries
jvdias 0cd02a
Requires:  bind-libs = %{epoch}:%{version}-%{release}
Adam Tkac fa1e5d
Obsoletes: bind-libbind-devel
cvsdist 2f7f4b
cvsdist 2f7f4b
%description devel
jvdias abcbfa
The bind-devel package contains all the header files and libraries
Adam Tkac 7835ae
required for development with ISC BIND 9 and BIND 8
cvsdist 2f7f4b
jvdias 0cd02a
Martin Stransky 3996b5
%package -n caching-nameserver
jvdias 0cd02a
Summary:   Default BIND configuration files for a caching nameserver
jvdias 0cd02a
Group: 	   System Environment/Daemons
Martin Stransky 3996b5
Obsoletes: bind-config
Martin Stransky eeb13c
Provides:  bind-config
Adam Tkac c22f9d
Requires:    bind = %{epoch}:%{version}-%{release}
Adam Tkac c22f9d
Requires(post):   grep
Adam Tkac c22f9d
Requires(postun): grep
jvdias 68b4c1
%if %{selinux}
jvdias 74a3b1
Requires(post): policycoreutils
Martin Stransky d215cf
Conflicts: selinux-policy-strict < 2.2.0
Martin Stransky d215cf
Conflicts: selinux-policy-targeted < 2.2.0
jvdias 68b4c1
%endif
jvdias 0cd02a
Martin Stransky 3996b5
%description -n caching-nameserver
Martin Stransky 3996b5
The  caching-nameserver package includes the configuration files which will make
jvdias 0cd02a
the ISC BIND named DNS name server act as a simple caching nameserver.
jvdias 0cd02a
A caching nameserver is a DNS Resolver, as defined in RFC 1035, section 7.
jvdias abcbfa
ISC BIND named(8) provides a very efficient, flexible and robust resolver as
jvdias abcbfa
well as a server of authoritative DNS data - many users use this package
jvdias 0cd02a
along with BIND to implement their primary system DNS resolver service.
jvdias 0cd02a
If you would like to set up a caching name server, you'll need to install
jvdias abcbfa
bind, bind-libs, and bind-utils along with this package.
jvdias 0cd02a
jvdias 505ab5
jvdias 0cd02a
%package   chroot
jvdias 0cd02a
Summary:   A chroot runtime environment for the ISC BIND DNS server, named(8)
jvdias 0cd02a
Group: 	   System Environment/Daemons
jvdias 0cd02a
Prefix:    %{chroot_prefix}
Adam Tkac c22f9d
Requires:    bind = %{epoch}:%{version}-%{release}
Adam Tkac c22f9d
Requires(post):  grep
Adam Tkac c22f9d
Requires(preun): grep
jvdias 68b4c1
%if %{selinux}
Adam Tkac c22f9d
Requires(post): policycoreutils, libselinux
Adam Tkac c22f9d
Requires(preun): libselinux
Martin Stransky d215cf
Conflicts: selinux-policy-strict < 2.2.0
Martin Stransky d215cf
Conflicts: selinux-policy-targeted < 2.2.0
jvdias 68b4c1
%endif
jvdias 0cd02a
jvdias 0cd02a
%description chroot
jvdias 0cd02a
This package contains a tree of files which can be used as a
jvdias 0cd02a
chroot(2) jail for the named(8) program from the BIND package.
jvdias 0cd02a
Based off code from Jan "Yenya" Kasprzak <kas@fi.muni.cz>
jvdias 0cd02a
jvdias d940d2
%if %{SDB}
jvdias c4b623
jvdias c4b623
%package sdb
jvdias d940d2
Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server with database backends.
jvdias d940d2
Group: System Environment/Daemons
Adam Tkac c22f9d
Requires:   bind       = %{epoch}:%{version}-%{release}
Martin Stransky 2c4acd
Requires: bind-utils = %{epoch}:%{version}-%{release}
Martin Stransky eac332
Requires(pre):    /etc/openldap/schema
Adam Tkac c22f9d
Requires(post):   grep, mktemp
Adam Tkac c22f9d
Requires(preun):  grep
jvdias 68b4c1
%if %{selinux}
jvdias 74a3b1
Requires(post): policycoreutils
Martin Stransky eac332
Conflicts: selinux-policy-strict < 2.2.0
Martin Stransky eac332
Conflicts: selinux-policy-targeted < 2.2.0
jvdias 68b4c1
%endif
cvsdist 93b7ac
jvdias c4b623
%description sdb
jvdias d940d2
BIND (Berkeley Internet Name Domain) is an implementation of the DNS
jvdias d940d2
(Domain Name System) protocols. BIND includes a DNS server (named),
jvdias d940d2
which resolves host names to IP addresses; a resolver library
jvdias d940d2
(routines for applications to use when interfacing with DNS); and
jvdias d940d2
tools for verifying that the DNS server is operating properly.
cvsdist 4f506d
jvdias abcbfa
BIND SDB (Simplified Database Backend) provides named_sdb, the DNS
jvdias abcbfa
name server compiled to include support for using alternative Zone Databases
Adam Tkac 6fba0e
stored in an LDAP server (ldapdb), a postgreSQL database (pgsqldb), an 
Adam Tkac 6fba0e
sqlite database (sqlitedb), or in the filesystem (dirdb), in addition 
Adam Tkac 6fba0e
to the standard in-memory RBT (Red Black Tree) zone database.
jvdias c4b623
jvdias d940d2
%endif
jvdias 1c28ac
Adam Tkac df3a0f
%if %{IDN}
Adam Tkac df3a0f
%package idnkit
Adam Tkac df3a0f
Summary: BIND's idn implementation libraries
Adam Tkac df3a0f
Group: Applications/System
Adam Tkac df3a0f
Adam Tkac df3a0f
%description idnkit
Adam Tkac df3a0f
BIND's idn implementation libraries
Adam Tkac df3a0f
%endif
Adam Tkac df3a0f
jvdias 0cd02a
cvsdist 2f7f4b
%prep
Adam Tkac be05b7
%setup -q -n %{name}-%{version}%{RELEASEVER}
cvsdist 366442
%patch -p1 -b .varrun
cvsdist 366442
%patch1 -p1 -b .key
jvdias 4f7c22
%patch2 -p1 -b .openssl_suffix
cvsdist 4f506d
%patch5 -p1 -b .nonexec
jvdias 903302
%patch6 -p1 -b .nsl
jvdias 903302
%patch10 -p1 -b .PIE
jvdias 18d1e1
%if %{SDB}
jvdias 18d1e1
%patch11 -p1 -b .sdbsrc
jvdias 18d1e1
# BUILD 'Simplified Database Backend' (SDB) version of named: named_sdb
jvdias 18d1e1
cp -rfp bin/named bin/named_sdb
jvdias 18d1e1
# SDB ldap
jvdias 18d1e1
cp -fp contrib/sdb/ldap/ldapdb.[ch] bin/named_sdb
jvdias 18d1e1
# SDB postgreSQL
jvdias 18d1e1
cp -fp contrib/sdb/pgsql/pgsqldb.[ch] bin/named_sdb
Adam Tkac 6fba0e
# SDB sqlite
Adam Tkac 6fba0e
cp -fp contrib/sdb/sqlite/sqlitedb.[ch] bin/named_sdb
jvdias 18d1e1
# SDB Berkeley DB - needs to be ported to DB4!
jvdias 18d1e1
#cp -fp contrib/sdb/bdb/bdb.[ch] bin/named_sdb
jvdias 18d1e1
# SDB dir
jvdias 18d1e1
cp -fp contrib/sdb/dir/dirdb.[ch] bin/named_sdb
jvdias 18d1e1
# SDB tools
jvdias 18d1e1
mkdir -p bin/sdb_tools
jvdias 18d1e1
cp -fp %{SOURCE7} bin/sdb_tools/Makefile.in
jvdias 18d1e1
#cp -fp contrib/sdb/bdb/zone2bdb.c bin/sdb_tools
jvdias 18d1e1
cp -fp contrib/sdb/ldap/{zone2ldap.1,zone2ldap.c} bin/sdb_tools
jvdias 18d1e1
cp -fp contrib/sdb/pgsql/zonetodb.c bin/sdb_tools
Adam Tkac 6fba0e
cp -fp contrib/sdb/sqlite/zone2sqlite.c bin/sdb_tools
jvdias 18d1e1
%patch12 -p1 -b .sdb
Adam Tkac 9be31a
%patch68 -p1 -b .new-api
jvdias c4b623
%endif
jvdias c4b623
%if %{LIBBIND}
jvdias d940d2
%patch13 -p1 -b .fix_libbind_includedir
jvdias 18d1e1
%endif
Adam Tkac 6fba0e
%patch16 -p1 -b .redhat_doc
jvdias 38983f
%if %{WITH_DBUS}
Adam Tkac be05b7
%patch71 -p1 -b .dbus
jvdias c1b303
%if %{SDB}
jvdias c1b303
%patch22 -p1 -b .sdb_dbus
jvdias c1b303
%endif
jvdias c1b303
%patch23 -p1 -b .dbus_archdep_libdir
jvdias 38983f
%endif
jvdias 903302
%if %{SDB}
jvdias 903302
%patch17 -p1 -b .fix_sdb_ldap
jvdias 903302
%endif
Florian La Roche 240066
%if %{WITH_DBUS}
jvdias 903302
#
jvdias c1b303
# this must follow all dbus patches:
Martin Stransky c15ebb
#
Martin Stransky c15ebb
cp -fp contrib/dbus/{dbus_mgr.c,dbus_service.c} bin/named
Martin Stransky c15ebb
cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named
jvdias dbe55d
%if %{SDB}
Martin Stransky c15ebb
cp -fp contrib/dbus/{dbus_mgr.c,dbus_service.c} bin/named_sdb
Martin Stransky c15ebb
cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named_sdb/include/named
Martin Stransky c15ebb
cp -fp bin/named/{log.c,server.c} bin/named_sdb
Martin Stransky c15ebb
cp -fp bin/named/include/named/{globals.h,server.h,log.h,types.h} bin/named_sdb/include/named
jvdias dbe55d
%endif
jvdias dbe55d
%endif
Martin Stransky c15ebb
%patch32 -p1 -b .prctl_set_dumpable
Martin Stransky 25f791
%patch52 -p1 -b .edns
Adam Tkac 6fba0e
%if %{SDB}
Adam Tkac 6fba0e
%patch62 -p1 -b .sdb-sqlite-bld
Adam Tkac 6fba0e
%endif
Adam Tkac f34e31
%patch63 -p1 -b .directory
Adam Tkac df3a0f
%if %{IDN}
Adam Tkac df3a0f
pushd contrib/idn
Adam Tkac df3a0f
%patch64 -p0 -b .autotools
Adam Tkac df3a0f
popd
Adam Tkac df3a0f
%patch65 -p1 -b .idn
Adam Tkac df3a0f
%endif
Adam Tkac c76ded
%patch66 -p1 -b .freeze
jvdias abcbfa
:;
jvdias c1b303
jvdias 0cd02a
cvsdist 2f7f4b
%build
Adam Tkac 85a08f
export CFLAGS="$RPM_OPT_FLAGS"
Adam Tkac c76ded
Adam Tkac df3a0f
%if %{IDN}
Adam Tkac df3a0f
pushd contrib/idn/idnkit-1.0-src
Adam Tkac df3a0f
libtoolize --copy --force; aclocal; automake -a; autoconf
Adam Tkac df3a0f
%configure
Adam Tkac df3a0f
make %{?_smp_mflags}
Adam Tkac df3a0f
popd
Adam Tkac df3a0f
%endif
Adam Tkac df3a0f
cvsdist 31bdca
libtoolize --copy --force; aclocal; autoconf
cvsdist 761f89
cp -f /usr/share/libtool/config.{guess,sub} .
jvdias 826329
%if %{WITH_DBUS}
jvdias 826329
%ifarch s390x x86_64 ppc64
jvdias 826329
# every 64-bit arch EXCEPT ia64 has dbus architecture dependant
jvdias 826329
# includes in  /usr/lib64/dbus-1.0/include
jvdias 826329
export DBUS_ARCHDEP_LIBDIR=lib64
jvdias 826329
%endif
jvdias 826329
%endif
cvsdist 78e1f2
if pkg-config openssl ; then
cvsdist 78e1f2
	export CFLAGS="$CFLAGS `pkg-config --cflags openssl`"
cvsdist 78e1f2
	export CPPFLAGS="$CPPFLAGS `pkg-config --cflags-only-I openssl`"
cvsdist 78e1f2
	export LDFLAGS="$LDFLAGS `pkg-config --libs-only-L openssl`"
cvsdist 78e1f2
fi
jvdias d940d2
%if %{efence}
jvdias d940d2
export LDFLAGS=-lefence
jvdias d940d2
%endif
jvdias abcbfa
%configure \
jvdias abcbfa
	--with-libtool \
jvdias abcbfa
	--localstatedir=/var \
jvdias c4b623
	--enable-threads \
jvdias c4b623
	--enable-ipv6 \
Nalin Dahyabhai d2bac1
	--with-pic \
jvdias c4b623
	--with-openssl=/usr \
jvdias abcbfa
%if %{LIBBIND}
jvdias abcbfa
	--enable-libbind \
jvdias c4b623
%endif
Adam Tkac df3a0f
%if %{IDN}
Adam Tkac df3a0f
	--with-idn \
Adam Tkac df3a0f
%endif
Martin Stransky 65ae8c
	--disable-openssl-version-check \
jvdias abcbfa
	CFLAGS="$CFLAGS" \
jvdias abcbfa
;
jvdias 2746f3
if [ -s openssl_config.h ]; then cat openssl_config.h >> config.h ; fi;
jvdias 43365c
make %{?_smp_mflags}
jvdias 0cd02a
cvsdist 2f7f4b
%install
jvdias abcbfa
rm -rf ${RPM_BUILD_ROOT}
Adam Tkac c22f9d
Adam Tkac df3a0f
%if %{IDN}
Adam Tkac df3a0f
pushd contrib/idn/idnkit-1.0-src
Adam Tkac df3a0f
make install DESTDIR=${RPM_BUILD_ROOT}
Adam Tkac df3a0f
popd
Adam Tkac df3a0f
%endif
Adam Tkac df3a0f
Martin Stransky 812194
cp  --preserve=timestamps %{SOURCE5} doc/rfc
jvdias 0cd02a
gzip -9       doc/rfc/*
cvsdist 2f7f4b
mkdir -p ${RPM_BUILD_ROOT}/etc/{rc.d/init.d,logrotate.d}
cvsdist aed712
mkdir -p ${RPM_BUILD_ROOT}/usr/{bin,lib,sbin,include}
cvsdist 4f506d
mkdir -p ${RPM_BUILD_ROOT}/var/named
cvsdist 4f506d
mkdir -p ${RPM_BUILD_ROOT}/var/named/slaves
cvsdist db43cc
mkdir -p ${RPM_BUILD_ROOT}/var/named/data
Adam Tkac b312fa
mkdir -p ${RPM_BUILD_ROOT}/var/named/dynamic
cvsdist aed712
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/{man1,man5,man8}
cvsdist 4f506d
mkdir -p ${RPM_BUILD_ROOT}/var/run/named
cvsdist 4f506d
#chroot
jvdias 0cd02a
mkdir -p ${RPM_BUILD_ROOT}/%{chroot_prefix}
Adam Tkac b312fa
tar --no-same-owner -jxvf %{SOURCE6} --directory ${RPM_BUILD_ROOT}/%{chroot_prefix}
cvsdist 1d13f1
# these are required to prevent them being erased during upgrade of previous
cvsdist 1d13f1
# versions that included them (bug #130121):
jvdias 0cd02a
touch ${RPM_BUILD_ROOT}/%{chroot_prefix}/etc/named.conf
jvdias 0cd02a
touch ${RPM_BUILD_ROOT}/%{chroot_prefix}/etc/named.rfc1912.zones
jvdias 0cd02a
touch ${RPM_BUILD_ROOT}/%{chroot_prefix}/etc/rndc.key
jvdias 0cd02a
touch ${RPM_BUILD_ROOT}/%{chroot_prefix}/dev/null
jvdias 0cd02a
touch ${RPM_BUILD_ROOT}/%{chroot_prefix}/dev/random
jvdias 3cc598
touch ${RPM_BUILD_ROOT}/%{chroot_prefix}/dev/zero
cvsdist 1d13f1
#end chroot
jvdias abcbfa
make DESTDIR=${RPM_BUILD_ROOT} install
jvdias abcbfa
touch ${RPM_BUILD_ROOT}%{_sysconfdir}/rndc.conf
jvdias abcbfa
install -c -m 755 contrib/named-bootconf/named-bootconf.sh ${RPM_BUILD_ROOT}%{_sbindir}/named-bootconf
jvdias abcbfa
install -c -m 755 %SOURCE2 ${RPM_BUILD_ROOT}/etc/rc.d/init.d/named
jvdias abcbfa
install -c -m 644 %SOURCE3 ${RPM_BUILD_ROOT}/etc/logrotate.d/named
jvdias abcbfa
touch ${RPM_BUILD_ROOT}%{_sysconfdir}/rndc.key
jvdias abcbfa
%{__cc} $RPM_OPT_FLAGS -o ${RPM_BUILD_ROOT}%{_sbindir}/dns-keygen %{SOURCE4}
jvdias abcbfa
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig
jvdias abcbfa
cp %{SOURCE1} ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig/named
jvdias 18d1e1
%if %{SDB}
jvdias abcbfa
mkdir -p ${RPM_BUILD_ROOT}/etc/openldap/schema
jvdias abcbfa
install -c -m 644 %{SOURCE8} ${RPM_BUILD_ROOT}/etc/openldap/schema/dnszone.schema
jvdias e54aef
cp -fp %{SOURCE12} contrib/sdb/pgsql/
jvdias 18d1e1
%endif
jvdias 62ddd5
%if %{LIBBIND}
jvdias abcbfa
gunzip < %{SOURCE9} | (cd ${RPM_BUILD_ROOT}/usr/share; tar -xpf -)
jvdias abcbfa
mkdir -p ${RPM_BUILD_ROOT}/%{_libdir}/pkgconfig
jvdias abcbfa
install -m 644 %{SOURCE28} $RPM_BUILD_ROOT%{_libdir}/pkgconfig/libbind.pc
jvdias 62ddd5
%endif
jvdias 43365c
%if %{WITH_DBUS}
jvdias abcbfa
mkdir -p ${RPM_BUILD_ROOT}/etc/dbus-1/system.d
jvdias abcbfa
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/dbus-1/services
jvdias abcbfa
cp -fp %{SOURCE10} ${RPM_BUILD_ROOT}/etc/dbus-1/system.d/named.conf
jvdias abcbfa
cp -fp %{SOURCE11} ${RPM_BUILD_ROOT}%{_datadir}/dbus-1/services/named.service
jvdias abcbfa
cp -fp %{SOURCE13} ${RPM_BUILD_ROOT}%{_sbindir}/namedSetForwarders
jvdias abcbfa
cp -fp %{SOURCE14} ${RPM_BUILD_ROOT}%{_sbindir}/namedGetForwarders
jvdias 43365c
%endif
jvdias d940d2
%if %{test}
jvdias d940d2
if [ "`whoami`" = 'root' ]; then
jvdias d940d2
   set -e
jvdias d940d2
   chmod -R a+rwX .
jvdias d940d2
   pushd bin/tests
jvdias d940d2
   pushd system
jvdias d940d2
   ./ifconfig.sh up
jvdias d940d2
   popd
jvdias d940d2
   make test
jvdias abcbfa
   e=$?
jvdias d940d2
   pushd system
jvdias abcbfa
   ./ifconfig.sh down
jvdias d940d2
   popd
jvdias d940d2
   popd
jvdias d940d2
   if [ "$e" -ne 0 ]; then
jvdias d940d2
      echo "ERROR: this build of BIND failed 'make test'. Aborting."
jvdias d940d2
      exit $e;
jvdias d940d2
   fi;
jvdias d940d2
else
jvdias abcbfa
   echo 'test==1 : only root can run the tests (they require an ifconfig).';
jvdias d940d2
fi
jvdias d940d2
%endif
jvdias 3c357d
# Files required to run test-suite outside of build tree:
jvdias abcbfa
cp -fp config.h ${RPM_BUILD_ROOT}/%{_includedir}/bind9
jvdias abcbfa
cp -fp lib/dns/include/dns/forward.h ${RPM_BUILD_ROOT}/%{_includedir}/dns
jvdias abcbfa
cp -fp lib/isc/unix/include/isc/keyboard.h ${RPM_BUILD_ROOT}/%{_includedir}/isc
jvdias abcbfa
cp -fp lib/isc/include/isc/hash.h ${RPM_BUILD_ROOT}/%{_includedir}/isc
jvdias a94a77
# Remove libtool .la files:
jvdias abcbfa
find ${RPM_BUILD_ROOT}/%{_libdir} -name '*.la' -exec '/bin/rm' '-f' '{}' ';';
jvdias c1b303
# /usr/lib/rpm/brp-compress
jvdias abcbfa
#
jvdias 0cd02a
# Ghost config files:
jvdias abcbfa
touch ${RPM_BUILD_ROOT}/etc/named.conf
Martin Stransky e927f0
# caching-nameserver files:
Adam Tkac 4f8abb
tar '-C' ${RPM_BUILD_ROOT} '-xf' %{SOURCE32}
Adam Tkac 4f8abb
for f in /etc/named.caching-nameserver.conf /etc/named.rfc1912.zones /var/named/{named.ca,named.localhost,named.empty,named.loopback}; do
jvdias abcbfa
    touch ${RPM_BUILD_ROOT}/%{chroot_prefix}/$f;
jvdias 0cd02a
done
Martin Stransky 98bf92
install -m 644 %{SOURCE5}  ./rfc1912.txt
jvdias 41272c
install -m 644 %{SOURCE24} ./Copyright
jvdias 0cd02a
# bind-chroot-admin script:
jvdias abcbfa
sed -e 's^@BIND_CHROOT_PREFIX@^'%{chroot_prefix}'^;s^@BIND_DIR@^'%{bind_dir}'^' < %{SOURCE26} > bind-chroot-admin;
jvdias abcbfa
install -m 754 bind-chroot-admin ${RPM_BUILD_ROOT}/%{_sbindir}
jvdias abcbfa
# sample bind configuration files for %doc:
Adam Tkac 4f8abb
mkdir -p sample/{etc,var/named/{data,slaves}}
Adam Tkac 4f8abb
for f in ${RPM_BUILD_ROOT}{/etc/named.rfc1912.zones,/var/named/{named.ca,named.localhost,named.empty,named.loopback}}; do
Adam Tkac 4f8abb
    cp -fp $f sample;
Adam Tkac 4f8abb
done
jvdias bc59c3
cp -fp %{SOURCE29} sample/etc/named.conf
jvdias abcbfa
for f in my.internal.zone.db slaves/my.slave.internal.zone.db slaves/my.ddns.internal.zone.db my.external.zone.db; do 
jvdias abcbfa
  echo '@ in soa localhost. root 1 3H 15M 1W 1D
Adam Tkac 4f8abb
  ns localhost.' >  sample/var/named/$f; 
jvdias abcbfa
done
Adam Tkac ee5a4a
/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.196 2007/11/15 08:59:31 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\
jvdias abcbfa
 *\
jvdias abcbfa
 * NOTE: you only need to create this file if it is to\
jvdias abcbfa
 * differ from the following default contents:
Adam Tkac 4f8abb
;d}' >  sample/etc/rndc.conf;
jvdias abcbfa
#
Florian La Roche 07efd3
chmod 0755 ${RPM_BUILD_ROOT}%{_libdir}/lib*so.*
jvdias 536814
:;
cvsdist 2f7f4b
Adam Tkac c22f9d
%pre
Adam Tkac c22f9d
if [ "$1" -eq 1 ]; then
Adam Tkac c22f9d
   /usr/sbin/groupadd -g %{bind_gid} -f -r named >/dev/null 2>&1 || :;
Adam Tkac c22f9d
   /usr/sbin/useradd  -u %{bind_uid} -r -n -M -g named -s /sbin/nologin -d /var/named -c Named named >/dev/null 2>&1 || :;
Adam Tkac c22f9d
fi;
Adam Tkac c22f9d
:;
Adam Tkac c22f9d
Adam Tkac c22f9d
%post
Adam Tkac c22f9d
/sbin/ldconfig
Adam Tkac c22f9d
/sbin/chkconfig --add named
Adam Tkac c22f9d
if [ "$1" -eq 1 ]; then
Adam Tkac c22f9d
	# no more named.boot autoconversion! No-one should be using BIND-4 anymore.
Adam Tkac c22f9d
	if [ ! -e /etc/rndc.key ]; then
Adam Tkac c22f9d
	# create the rndc.key file:
Adam Tkac c22f9d
	   echo 'key "rndckey" {
Adam Tkac c22f9d
	algorithm	hmac-md5;
Adam Tkac c22f9d
	secret		"'`/usr/sbin/dns-keygen`'";
Adam Tkac c22f9d
};'  >     /etc/rndc.key;
Adam Tkac c22f9d
	elif /bin/egrep -q '@KEY@' /etc/rndc.key; then
Adam Tkac c22f9d
	   # fix potential problem with older versions
Adam Tkac c22f9d
	   /bin/sed -i -e 's^@KEY@^'`/usr/sbin/dns-keygen`'^' /etc/rndc.key ;
Adam Tkac c22f9d
	fi
Adam Tkac c22f9d
%if %{selinux}
Adam Tkac c22f9d
        [ -e /selinux/enforce ] && [ -x /sbin/restorecon ] && /sbin/restorecon /etc/rndc.* /etc/named.* >/dev/null 2>&1 ;
Adam Tkac c22f9d
%endif
Adam Tkac c22f9d
fi
Adam Tkac c22f9d
:;
Adam Tkac c22f9d
Adam Tkac c22f9d
%preun
Adam Tkac c22f9d
if [ "$1" = 0 ]; then
Adam Tkac c22f9d
   /sbin/service named stop >/dev/null 2>&1 || :;
Adam Tkac c22f9d
   /sbin/chkconfig --del named || :;
Adam Tkac c22f9d
fi
Adam Tkac c22f9d
:;
Adam Tkac c22f9d
Adam Tkac c22f9d
%postun
Adam Tkac c22f9d
/sbin/ldconfig
Adam Tkac c22f9d
if [ "$1" -ge 1 ]; then
Adam Tkac c22f9d
   /sbin/service named condrestart >/dev/null 2>&1 || :;
Adam Tkac c22f9d
fi;
Adam Tkac c22f9d
:;
Adam Tkac c22f9d
Adam Tkac c22f9d
%triggerpostun -- bind < 8.2.2_P5-15
Adam Tkac c22f9d
/sbin/chkconfig --add named
Adam Tkac c22f9d
/sbin/ldconfig
Adam Tkac c22f9d
:;
Adam Tkac c22f9d
Adam Tkac c22f9d
%triggerpostun -n bind -- bind <= 24:9.3.1-11
Adam Tkac c22f9d
if [ "$1" -gt 0 ]; then
Adam Tkac c22f9d
# bind <= 22:9.3.0-2:
Adam Tkac c22f9d
# These versions of bind installed named service at order 55 in
Adam Tkac c22f9d
# runlevel startup order, after programs like  nis / ntp / nfs
Adam Tkac c22f9d
# which may need its services if using no nameservers in resolv.conf.
Adam Tkac c22f9d
# bind <= 24:9.3.1-11:
Adam Tkac c22f9d
# These versions ran bind with order 11 in runlevel 2, after syslog
Adam Tkac c22f9d
# at order 12 . BIND should run after syslog and now has order '- 13 87'.
Adam Tkac c22f9d
#
Adam Tkac c22f9d
    /sbin/chkconfig named resetpriorities
Adam Tkac c22f9d
fi
Adam Tkac c22f9d
:;
Adam Tkac c22f9d
Adam Tkac c22f9d
Adam Tkac c22f9d
%post libs -p /sbin/ldconfig
Adam Tkac c22f9d
Adam Tkac c22f9d
%postun libs -p /sbin/ldconfig
Adam Tkac c22f9d
Adam Tkac c22f9d
Adam Tkac c22f9d
%post -n caching-nameserver
Adam Tkac c22f9d
if [ "$1" -gt 0 ]; then
Adam Tkac c22f9d
   /sbin/restorecon /etc/named.caching-nameserver.conf >/dev/null 2>&1 || :;
Adam Tkac c22f9d
   /sbin/restorecon /etc/named.rfc1912.zones >/dev/null 2>&1 || :;
Adam Tkac c22f9d
   if [ -x /usr/sbin/bind-chroot-admin ]; then
Adam Tkac c22f9d
       /usr/sbin/bind-chroot-admin --sync;
Adam Tkac c22f9d
   fi;
Adam Tkac c22f9d
fi;
Adam Tkac c22f9d
:;
Adam Tkac c22f9d
Adam Tkac c22f9d
Adam Tkac c22f9d
%post chroot
Adam Tkac c22f9d
if [ "$1" -gt 0 ]; then
Adam Tkac c22f9d
   /usr/sbin/bind-chroot-admin --enable > /dev/null 2>&1;
Adam Tkac c22f9d
fi;
Adam Tkac c22f9d
:;
Adam Tkac c22f9d
Adam Tkac c22f9d
%preun chroot
Adam Tkac c22f9d
if [ "$1" -eq 0 ]; then
Adam Tkac c22f9d
   /usr/sbin/bind-chroot-admin --disable > /dev/null 2>&1;
Adam Tkac c22f9d
fi
Adam Tkac c22f9d
:;
Adam Tkac c22f9d
Adam Tkac c22f9d
%if %{SDB}
Adam Tkac c22f9d
Adam Tkac c22f9d
%post sdb
Adam Tkac c22f9d
if [ "$1" -ge 1 ]; then
Adam Tkac c22f9d
   # check that dnszone.schema is installed in OpenLDAP's slapd.conf
Adam Tkac c22f9d
   if [ -x /usr/sbin/named_sdb ] && [ -f /etc/openldap/slapd.conf ]; then
Adam Tkac c22f9d
   # include the LDAP dnszone.schema in slapd.conf:
Adam Tkac c22f9d
      if ! /bin/egrep -q '^include.*\dnszone.schema' /etc/openldap/slapd.conf; then
Adam Tkac c22f9d
         tf=`/bin/mktemp /tmp/XXXXXX`
Adam Tkac c22f9d
         let n=`/bin/grep -n '^include.*\.schema' /etc/openldap/slapd.conf | /usr/bin/tail -1 | /bin/sed 's/:.*//'`
Adam Tkac c22f9d
         if [ "$n" -gt 0 ]; then
Adam Tkac c22f9d
   	    /bin/cp -fp /etc/openldap/slapd.conf /etc/openldap/slapd.conf.rpmsave;
Adam Tkac c22f9d
	    /usr/bin/head -$n /etc/openldap/slapd.conf > $tf
Adam Tkac c22f9d
            echo 'include         /etc/openldap/schema/dnszone.schema' >> $tf
Adam Tkac c22f9d
            let n='n+1'
Adam Tkac c22f9d
            /usr/bin/tail -n +$n /etc/openldap/slapd.conf >> $tf
Adam Tkac c22f9d
            /bin/mv -f $tf /etc/openldap/slapd.conf;
Adam Tkac c22f9d
            /bin/chmod --reference=/etc/openldap/slapd.conf.rpmsave /etc/openldap/slapd.conf
Adam Tkac c22f9d
            [ -e /selinux/enforce ] && [ -x /sbin/restorecon ] && /sbin/restorecon /etc/openldap/slapd.conf >/dev/null 2>&1 || :;
Adam Tkac c22f9d
            [ -x /etc/init.d/ldap ] && /etc/init.d/ldap condrestart >/dev/null 2>&1
Adam Tkac c22f9d
         fi
Adam Tkac c22f9d
         rm -f $tf >/dev/null 2>&1 || :;
Adam Tkac c22f9d
      fi;
Adam Tkac c22f9d
   fi;
Adam Tkac c22f9d
fi;
Adam Tkac c22f9d
:;
Adam Tkac c22f9d
Adam Tkac c22f9d
%preun sdb
Adam Tkac c22f9d
if [ "$1" -eq 0 ] && [ -x /usr/sbin/named_sdb ] && [ -f /etc/openldap/slapd.conf ]; then
Adam Tkac c22f9d
   if /bin/egrep -q '^include.*\dnszone.schema' /etc/openldap/slapd.conf; then
Adam Tkac c22f9d
      tf=`/bin/mktemp /tmp/XXXXXX`
Adam Tkac c22f9d
      /bin/egrep -v '^include.*dnszone\.schema' /etc/openldap/slapd.conf > $tf
Adam Tkac c22f9d
      /bin/mv -f $tf /etc/openldap/slapd.conf;
Adam Tkac c22f9d
      rm -f $tf >/dev/null 2>&1
Adam Tkac c22f9d
      [ -e /selinux/enforce ] && [ -x /sbin/restorecon ] && /sbin/restorecon /etc/openldap/slapd.conf >/dev/null 2>&1 || :;
Adam Tkac c22f9d
      [ -x /etc/init.d/ldap ] && /etc/init.d/ldap condrestart >/dev/null 2>&1 || :;
Adam Tkac c22f9d
   fi;
Adam Tkac c22f9d
fi;
Adam Tkac c22f9d
:;
Adam Tkac c22f9d
Adam Tkac c22f9d
%endif # SDB
Adam Tkac c22f9d
Adam Tkac c22f9d
%clean
Adam Tkac c22f9d
rm -rf ${RPM_BUILD_ROOT}
Adam Tkac c22f9d
:;
jvdias 0cd02a
jvdias 0cd02a
%files
jvdias 3cc598
%defattr(0640,root,named,0750)
jvdias 1e5053
%dir /var/named
jvdias 3cc598
%defattr(0660,named,named,0770)
jvdias 1e5053
%dir /var/named/slaves
Adam Tkac b312fa
%dir /var/named/dynamic
jvdias 1e5053
%dir /var/named/data
jvdias 1e5053
%dir /var/run/named
jvdias 2746f3
%defattr(0754,root,root,0750)
jvdias 1e5053
%config /etc/rc.d/init.d/named
jvdias 1e5053
%defattr(0640,root,named,0750)
jvdias 0cd02a
%config(noreplace) /etc/sysconfig/named
jvdias 1e5053
%ghost %config(noreplace) /etc/rndc.key
jvdias abcbfa
# ^- rndc.key now created on first install only if it does not exist
jvdias 0cd02a
# %verify(not size,not md5) %config(noreplace) %attr(0640,root,named) /etc/rndc.conf
jvdias abcbfa
# ^- Let the named internal default rndc.conf be used -
jvdias 0cd02a
#    rndc.conf not required unless it differs from default.
jvdias 0cd02a
%ghost %config(noreplace) /etc/named.conf
jvdias 0cd02a
# ^- Ensure something owns named.conf, even though it may not be installed at all
jvdias 0cd02a
%ghost %config(noreplace) /etc/rndc.conf
jvdias abcbfa
# ^- The default rndc.conf which uses rndc.key is in named's default internal config -
jvdias abcbfa
#    so rndc.conf is not necessary.
jvdias 0cd02a
%config(noreplace) /etc/logrotate.d/named
Martin Stransky d38c39
%defattr(-,root,root)
jvdias 0cd02a
%{_sbindir}/dnssec*
Martin Stransky d38c39
%{_sbindir}/named-check*
Martin Stransky d38c39
%{_sbindir}/dns-keygen
Martin Stransky d38c39
%defattr(0750,root,root,0755)
jvdias 0cd02a
%{_sbindir}/lwresd
jvdias 0cd02a
%{_sbindir}/named
jvdias 0cd02a
%{_sbindir}/named-bootconf
jvdias 0cd02a
%{_sbindir}/rndc*
Adam Tkac 6c2825
%{_sbindir}/named-compilezone
jvdias 1e5053
%defattr(0644,root,root,0755)
jvdias 0cd02a
%{_mandir}/man5/named.conf.5*
jvdias 0cd02a
%{_mandir}/man5/rndc.conf.5*
jvdias 0cd02a
%{_mandir}/man8/rndc.8*
jvdias 0cd02a
%{_mandir}/man8/named.8*
jvdias 0cd02a
%{_mandir}/man8/lwresd.8*
jvdias 0cd02a
%{_mandir}/man8/dnssec*.8*
jvdias 0cd02a
%{_mandir}/man8/named-checkconf.8*
jvdias 0cd02a
%{_mandir}/man8/named-checkzone.8*
Adam Tkac 6c2825
%{_mandir}/man8/named-compilezone.8*
jvdias 0cd02a
%{_mandir}/man8/rndc-confgen.8*
jvdias 0cd02a
%doc CHANGES COPYRIGHT README
jvdias 0cd02a
%doc doc/arm doc/misc
jvdias abcbfa
%doc sample/
jvdias 0cd02a
%if %{WITH_DBUS}
Martin Stransky 9c5bac
%doc contrib/dbus/README.DBUS
jvdias 0cd02a
%attr(644,root,root) %config /etc/dbus-1/system.d/named.conf
jvdias 0cd02a
%attr(644,root,root) %config /usr/share/dbus-1/services/named.service
jvdias 3cc598
%attr(750,root,root) %{_sbindir}/namedGetForwarders
jvdias 3cc598
%attr(750,root,root) %{_sbindir}/namedSetForwarders
jvdias 0cd02a
%endif
jvdias 0cd02a
jvdias 0cd02a
%files libs
Florian La Roche 07efd3
%defattr(-,root,root,0755)
Jeremy Katz e23cbf
%{_libdir}/*so.*
jvdias 0cd02a
jvdias 0cd02a
%files utils
jvdias 1e5053
%defattr(0755,root,root,0755)
jvdias 0cd02a
%{_bindir}/dig
jvdias 0cd02a
%{_bindir}/host
jvdias 0cd02a
%{_bindir}/nslookup
jvdias 0cd02a
%{_bindir}/nsupdate
jvdias 1e5053
%defattr(0644,root,root,0755)
jvdias 0cd02a
%{_mandir}/man1/host.1*
jvdias 0cd02a
%{_mandir}/man8/nsupdate.8*
jvdias 0cd02a
%{_mandir}/man1/dig.1*
jvdias 0cd02a
%{_mandir}/man1/nslookup.1*
jvdias 0cd02a
jvdias 0cd02a
%files devel
Florian La Roche 07efd3
%defattr(-,root,root,0755)
jvdias 0cd02a
%{_libdir}/libbind9.a
jvdias 0cd02a
%{_libdir}/libdns.a
jvdias 0cd02a
%{_libdir}/libisc.a
jvdias 0cd02a
%{_libdir}/libisccc.a
jvdias 0cd02a
%{_libdir}/libisccfg.a
jvdias 0cd02a
%{_libdir}/liblwres.a
Jeremy Katz e23cbf
%{_libdir}/*so
jvdias 0cd02a
%{_includedir}/bind9
jvdias 0cd02a
%{_includedir}/dns
jvdias 0cd02a
%{_includedir}/dst
jvdias 0cd02a
%{_includedir}/isc
jvdias 0cd02a
%{_includedir}/isccc
jvdias 0cd02a
%{_includedir}/isccfg
jvdias 0cd02a
%{_includedir}/lwres
jvdias 0cd02a
%{_mandir}/man3/lwres*
jvdias 0cd02a
%{_bindir}/isc-config.sh
jvdias abcbfa
%doc doc/draft doc/rfc
Adam Tkac 7835ae
%if %{LIBBIND}
Adam Tkac 7835ae
%{_libdir}/libbind.a
Adam Tkac c636da
%{_libdir}/pkgconfig/libbind.pc
Adam Tkac 7835ae
%{_includedir}/bind
Adam Tkac 7835ae
%{_mandir}/man3/libbind-*
Adam Tkac 7835ae
%{_mandir}/man7/libbind-*
Adam Tkac 7835ae
%{_mandir}/man5/libbind-*
Adam Tkac 7835ae
%endif
jvdias 0cd02a
Martin Stransky 3996b5
%files -n caching-nameserver
jvdias 1e5053
%defattr(0640,root,named,0750)
jvdias 3cc598
%config %verify(not link) /etc/named.caching-nameserver.conf
jvdias 3cc598
%config %verify(not link) /etc/named.rfc1912.zones
jvdias 0cd02a
%ghost %config(noreplace) /etc/named.conf
jvdias 0cd02a
%ghost %config(noreplace) %{chroot_prefix}/etc/named.conf
jvdias 3cc598
%config %verify(not link) /var/named/named.ca
Adam Tkac 4f8abb
%config %verify(not link) /var/named/named.localhost
Adam Tkac 4f8abb
%config %verify(not link) /var/named/named.loopback
Adam Tkac 4f8abb
%config %verify(not link) /var/named/named.empty
jvdias 1e5053
%defattr(0644,root,root,0755)
jvdias 0cd02a
%doc Copyright
jvdias 0cd02a
%doc rfc1912.txt
jvdias 0cd02a
jvdias 0cd02a
%files chroot
jvdias 1e5053
%defattr(0640,root,named,0750)
jvdias 1e5053
%dir %prefix
jvdias 1e5053
%dir %prefix/dev
jvdias 1e5053
%dir %prefix/etc
jvdias 1e5053
%dir %prefix/var
jvdias 1e5053
%dir  %prefix/var/run
jvdias 1e5053
%dir  %prefix/var/named
jvdias 0cd02a
%ghost %config(noreplace) %prefix/etc/named.conf
jvdias 0cd02a
%ghost %config(noreplace) %prefix/etc/named.caching-nameserver.conf
jvdias 0cd02a
%ghost %config(noreplace) %prefix/etc/rndc.key
Adam Tkac 7cde3f
%ghost %config %{chroot_prefix}/etc/named.caching-nameserver.conf
Adam Tkac 7cde3f
%ghost %config %{chroot_prefix}/etc/named.rfc1912.zones
Adam Tkac 7cde3f
%ghost %config %{chroot_prefix}/var/named/named.ca
Adam Tkac 7cde3f
%ghost %config %{chroot_prefix}/var/named/named.localhost
Adam Tkac 7cde3f
%ghost %config %{chroot_prefix}/var/named/named.loopback
Adam Tkac 7cde3f
%ghost %config %{chroot_prefix}/var/named/named.empty
jvdias 1e5053
%defattr(0660,named,named,0770)
jvdias 1e5053
%dir %prefix/var/named/slaves
jvdias 1e5053
%dir %prefix/var/named/data
Adam Tkac b312fa
%dir %prefix/var/named/dynamic
jvdias 1e5053
%dir %prefix/var/run/named
jvdias 1e5053
%dir %prefix/var/tmp
jvdias 0cd02a
%ghost %prefix/dev/null
jvdias 0cd02a
%ghost %prefix/dev/random
jvdias 1e5053
%ghost %prefix/dev/zero
Adam Tkac 6fba0e
%defattr(0750,root,root,0755)
Adam Tkac 6fba0e
%{_sbindir}/bind-chroot-admin
jvdias 1e5053
jvdias 0cd02a
%if %{SDB}
jvdias 0cd02a
jvdias 0cd02a
%files sdb
jvdias 1e5053
%defattr(0750,root,named,0755)
jvdias 0cd02a
%{_sbindir}/named_sdb
jvdias 0cd02a
%{_sbindir}/zone2ldap
jvdias 0cd02a
%{_sbindir}/ldap2zone
jvdias 0cd02a
%{_sbindir}/zonetodb
Adam Tkac 6fba0e
%{_sbindir}/zone2sqlite
Martin Stransky eac332
%defattr(0644,root,root,0755)
Adam Tkac 60dfcc
%config(noreplace) /etc/openldap/schema/dnszone.schema
jvdias 1e5053
%defattr(0644,root,named,0755)
jvdias 0cd02a
%{_mandir}/man1/zone2ldap.1*
jvdias 0cd02a
%doc contrib/sdb/ldap/README.ldap contrib/sdb/ldap/INSTALL.ldap contrib/sdb/pgsql/README.sdb_pgsql
jvdias 0cd02a
jvdias 0cd02a
%endif
jvdias 0cd02a
Adam Tkac df3a0f
%if %{IDN}
Adam Tkac df3a0f
%files idnkit
Adam Tkac df3a0f
%defattr(-,root,root,0755)
Adam Tkac df3a0f
%{_includedir}/idn/*
Adam Tkac df3a0f
%{_libdir}/libidnkit.a
Adam Tkac df3a0f
%{_libdir}/libidnkitlite.a
Adam Tkac df3a0f
%{_mandir}/man1/idnconv.1.gz
Adam Tkac df3a0f
%{_mandir}/man3/libidnkit.3.gz
Adam Tkac df3a0f
%{_mandir}/man3/libidnkitlite.3.gz
Adam Tkac df3a0f
%{_mandir}/man5/idn.conf.5.gz
Adam Tkac df3a0f
%{_mandir}/man5/idnalias.conf.5.gz
Adam Tkac df3a0f
%{_mandir}/man5/idnrc.5.gz
Adam Tkac df3a0f
%{_datadir}/idnkit/jp.map
Adam Tkac df3a0f
%{_bindir}/idnconv
Adam Tkac df3a0f
%config /etc/idn.conf
Adam Tkac df3a0f
%config /etc/idnalias.conf
Adam Tkac df3a0f
%endif
Adam Tkac df3a0f
Adam Tkac df3a0f
cvsdist 2f7f4b
%changelog
Adam Tkac ee5a4a
* Wed Nov 15 2007 Adam Tkac <atkac redhat com> 31:9.4.2-0.5.rc1
Adam Tkac ee5a4a
- updated to 9.4.2-rc2
Adam Tkac ee5a4a
Adam Tkac b221ac
* Mon Nov 12 2007 Adam Tkac <atkac redhat com> 31:9.4.2-0.4.1.rc1
Adam Tkac b221ac
- new L.ROOT-SERVERS.NET address
Adam Tkac b221ac
Adam Tkac 99d962
* Tue Oct 09 2007 Adam Tkac <atkac redhat com> 31:9.4.2-0.4.rc1
Adam Tkac 99d962
- updated to 9.4.2rc1
Adam Tkac 99d962
- patches merged to upstream
Adam Tkac 99d962
  - bind-9.4-update.patch
Adam Tkac 99d962
  - bind-9.4-_res_errno.patch
Adam Tkac 99d962
Adam Tkac 7cde3f
* Mon Sep 17 2007 Adam Tkac <atkac redhat com> 31:9.4.2-0.3.1.b1
Adam Tkac 7cde3f
- moved caching-nameserver chroot files to bind-chroot (#287321)
Adam Tkac 7cde3f
Adam Tkac ad0a5e
* Thu Sep 06 2007 Adam Tkac <atkac redhat com> 31:9.4.2-0.3.b1
Adam Tkac ad0a5e
- patches bind-9.4-2119_revert.patch and
Adam Tkac ad0a5e
  libbind-9.3.1rc1-fix_h_errno.patch are obsoleted by
Adam Tkac ad0a5e
  bind-9.4-_res_errno.patch
Adam Tkac ad0a5e
Adam Tkac 1b235e
* Fri Aug 31 2007 Adam Tkac <atkac redhat com> 31:9.4.2-0.2.b1
Adam Tkac 1b235e
- temporary revert ISC 2119 change which conflicts with our
Adam Tkac 1b235e
  "libbind-errno" patch (#254501)
Adam Tkac 1b235e
Adam Tkac be05b7
* Tue Aug 21 2007 Adam Tkac <atkac redhat com> 31:9.4.2-0.1.b1
Adam Tkac be05b7
- updated to 9.4.2b1
Adam Tkac be05b7
- dropped patches
Adam Tkac be05b7
  - bind-bsdcompat (upstream)
Adam Tkac be05b7
  - bind-9.4-tsig-init (upstream)
Adam Tkac be05b7
  - bind-9.3.3rc2-dbus (obsoleted by bind-9.4-dbus.patch)
Adam Tkac be05b7
  - bind-9.4.0-dbus-race-condition.patch (upstream)
Adam Tkac be05b7
  - bind-9.3.4-sdb-sqlite-src.patch (upstream)
Adam Tkac be05b7
Adam Tkac 2fa0ea
* Wed Aug 14 2007 Adam Tkac <atkac redhat com> 31:9.4.1-9.P1
Adam Tkac 2fa0ea
- named could crash when deleting SRV record with UPDATE (#251336)
Adam Tkac 2fa0ea
Adam Tkac 8850b7
* Wed Jul 26 2007 Adam Tkac <atkac redhat com> 31:9.4.1-8.P1
Adam Tkac 8850b7
- backported patch to #249701 from BIND's HEAD
Adam Tkac 8850b7
Adam Tkac 8850b7
* Tue Jul 24 2007 Adam Tkac <atkac redhat com> 31:9.4.1-7.P1
Adam Tkac cba500
- updated to latest upstream (contains fixes for CVE-2007-2925 and
Adam Tkac cba500
  CVE-2007-2926)
Adam Tkac cba500
Adam Tkac 8850b7
* Wed Jun 21 2007 Adam Tkac <atkac redhat com> 31:9.4.1-6.1
Adam Tkac c07661
- minor changes in caching-nameserver configuration
Adam Tkac c07661
Adam Tkac 8850b7
* Mon Jun 18 2007 Adam Tkac <atkac redhat com> 31:9.4.1-6
Adam Tkac 4f8abb
- major changes in default caching-nameserver configuration (configuration
Adam Tkac 4f8abb
  could now honor RFCs, #243565)
Adam Tkac 4f8abb
Adam Tkac 8850b7
* Tue Jun 05 2007 Adam Tkac <atkac redhat com> 31:9.4.1-5
Adam Tkac b312fa
- added /var/named/dynamic directory. This directory is primary designed
Adam Tkac b312fa
  for dynamic DNS zones. In future releases named could write only into
Adam Tkac b312fa
  dynamic, data and slaves directories
Adam Tkac b312fa
Adam Tkac 8850b7
* Thu May 24 2007 Adam Tkac <atkac redhat com> 31:9.4.1-4
Adam Tkac 9be31a
- start using deprecated ldap API
Adam Tkac 9be31a
- fix minor bug in bind-chroot-admin (#241103)
Adam Tkac 9be31a
Adam Tkac 8850b7
* Tue May 15 2007 Adam Tkac <atkac redhat com> 31:9.4.1-3
Adam Tkac 63413d
- fixed bind-chroot-admin dynamic DNS handling (#239149)
Adam Tkac 404857
- rewrited ldap backend to latest API (#239802)
Adam Tkac 404857
- updated zone-freeze patch to latest upstream
Adam Tkac 63413d
Adam Tkac 8850b7
* Mon May 07 2007 Adam Tkac <atkac redhat com> 31:9.4.1-2
Adam Tkac 811059
- test build on new build system
Adam Tkac 811059
Adam Tkac 8850b7
* Wed May 02 2007 Adam Tkac <atkac redhat com> 31:9.4.1-1
Adam Tkac ad395c
- updated to 9.4.1 which contains fix to CVE-2007-2241
Adam Tkac ad395c
Adam Tkac 8850b7
* Fri Apr 27 2007 Adam Tkac <atkac redhat com> 31:9.4.0-8
Adam Tkac 9287bb
- improved "zone freeze patch" - if multiple zone with same name exists
Adam Tkac 9287bb
  no zone is freezed
Adam Tkac 9287bb
- minor cleanup in caching-nameserver's config file
Adam Tkac f3da66
- fixed race-condition in dbus code (#235809)
Adam Tkac da5c2f
- added forgotten restorecon statement in bind-chroot-admin
Adam Tkac 9287bb
Adam Tkac c76ded
* Tue Apr 17 2007 Adam Tkac <atkac redhat com> 31:9.4.0-7.fc7
Adam Tkac c76ded
- removed DEBUGINFO option because with this option (default) was bind
Adam Tkac c76ded
  builded with -O0 and without this flag no debuginfo package was produced.
Adam Tkac c76ded
  (I want faster bind => -O2 + debuginfo)
Adam Tkac c76ded
- fixed zone finding (#236426)
Adam Tkac c76ded
Adam Tkac df3a0f
* Mon Apr 16 2007 Adam Tkac <atkac redhat com> 31:9.4.0-6.fc7
Adam Tkac df3a0f
- added idn support (still under development with upstream, disabled by default)
Adam Tkac df3a0f
Adam Tkac f34e31
* Wed Apr 11 2007 Adam Tkac <atkac redhat com> 31:9.4.0-5.fc7
Adam Tkac f34e31
- dnssec-signzone utility now doesn't ignore -d parameter
Adam Tkac f34e31
Adam Tkac 3baba6
* Tue Apr 10 2007 Adam Tkac <atkac redhat com> 31:9.4.0-4.fc7
Adam Tkac 3baba6
- removed query-source[-v6] options from caching-nameserver config
Adam Tkac 3baba6
  (#209954, increase security)
Adam Tkac 3baba6
- throw away idn. It won't be ready in fc7
Adam Tkac 3baba6
Adam Tkac c22f9d
* Tue Mar 13 2007 Adam Tkac <atkac redhat com> 31:9.4.0-3.fc7
Adam Tkac c22f9d
- prepared bind to merge review
Adam Tkac c22f9d
- added experimental idn support to bind-utils utils (not enabled by default yet)
Adam Tkac c22f9d
- change chroot policy in caching-nameserver post section
Adam Tkac c22f9d
- fixed bug in bind-chroot-admin - rootdir function is called properly now
Adam Tkac c22f9d
Adam Tkac 6fba0e
* Mon Mar 12 2007 Adam Tkac <atkac redhat com> 31:9.4.0-2.fc7
Adam Tkac 6fba0e
- added experimental SQLite support (written by John Boyd <jaboydjr@netwalk.com>)
Adam Tkac 6fba0e
- moved bind-chroot-admin script to chroot package
Adam Tkac 6fba0e
- bind-9.3.2-redhat_doc.patch is always applied (#231738)
Adam Tkac 6fba0e
Adam Tkac 6fb096
* Tue Mar 06 2007 Adam Tkac <atkac@redhat.com> 31:9.4.0-1.fc7
Adam Tkac 6c2825
- updated to 9.4.0
Adam Tkac 6c2825
- bind-chroot-admin now sets EAs correctly (#213926)
Adam Tkac cd323a
- throw away next_server_on_referral and no_servfail_stops patches (fixed in 9.4.0)
Adam Tkac 6c2825
Adam Tkac 75ca02
* Thu Feb 15 2007 Adam Tkac <atkac@redhat.com> 31:9.3.4-7.fc7
Adam Tkac 75ca02
- minor cleanup in bind-chroot-admin script
Adam Tkac 75ca02
Adam Tkac 564efa
* Fri Feb 09 2007 Adam Tkac <atkac@redhat.com> 31:9.3.4-6.fc7
Adam Tkac 564efa
- fixed broken bind-chroot-admin script (#227995)
Adam Tkac 564efa
Adam Tkac 8a78b0
* Wed Feb 07 2007 Adam Tkac <atkac@redhat.com> 31:9.3.4-5.fc7
Adam Tkac 8a78b0
- bind-chroot-admin now uses correct chroot path (#227600)
Adam Tkac 8a78b0
Adam Tkac 60dfcc
* Mon Feb 05 2007 Adam Tkac <atkac@redhat.com> 31:9.3.4-4.fc7
Adam Tkac 60dfcc
- fixed conflict between bind-sdb and ldap
Adam Tkac 60dfcc
- removed duplicated bind directory in bind-libs
Adam Tkac 60dfcc
Adam Tkac eafa7d
* Thu Feb 01 2007 Adam Tkac <atkac@redhat.com> 31:9.3.4-3.fc7
Adam Tkac eafa7d
- fixed building without libbind
Adam Tkac eafa7d
- fixed post section (selinux commands is now in if-endif statement)
Adam Tkac eafa7d
- prever macro has been removed from version
Adam Tkac eafa7d
Adam Tkac 599083
* Mon Jan 29 2007 Adam Tkac <atkac@redhat.com> 31:9.3.4-2.fc7
Adam Tkac 599083
- redirected output from bind-chroot prep and preun stages to /dev/null
Adam Tkac 599083
Adam Tkac 7f4f6e
* Wed Jan 25 2007 Adam Tkac <atkac@redhat.com> 31:9.3.4-1.fc7
Adam Tkac 7f4f6e
- updated to version 9.3.4 which contains security bugfixes
Adam Tkac 7f4f6e
Adam Tkac d2a178
* Tue Jan 23 2007 Adam Tkac <atkac@redhat.com> 31:9.3.3-5.fc7
Adam Tkac fa1e5d
- package bind-libbind-devel has been marked as obsolete
Adam Tkac fa1e5d
Adam Tkac d2a178
* Mon Jan 22 2007 Adam Tkac <atkac@redhat.com> 31:9.3.3-4.fc7
Adam Tkac 7835ae
- package bind-libbind-devel has beed removed (libs has been moved to bind-devel & bind-libs)
Adam Tkac 7835ae
- Resolves: #214208
Adam Tkac 7835ae
Adam Tkac 7835ae
* Tue Jan 16 2007 Martin Stransky <stransky@redhat.com> - 31:9.3.3-3
Martin Stransky 812194
- fixed a multi-lib issue
Martin Stransky 812194
- Resolves: rhbz#222717
Martin Stransky 812194
Martin Stransky ace34f
* Thu Jan 4 2007 Martin Stransky <stransky@redhat.com> - 31:9.3.3-2
Martin Stransky ace34f
- added namedGetForwarders written in shell (#176100),
Martin Stransky ace34f
  created by Baris Cicek <baris@nerd.com.tr>.
Martin Stransky ace34f
Martin Stransky 98bf92
* Sun Dec 10 2006 Martin Stransky <stransky@redhat.com> - 31:9.3.3-1
Martin Stransky 98bf92
- update to 9.3.3 final
Martin Stransky 98bf92
- fix for #219069: file included twice in src.rpm
Martin Stransky 98bf92
Martin Stransky 291ca3
* Wed Dec 6 2006 Martin Stransky <stransky@redhat.com> - 31:9.3.3-0.1.rc3
Martin Stransky 5fd50d
- added back an interval to restart
Martin Stransky 61a46a
- renamed package, it should meet the N-V-R criteria
Martin Stransky 0d4d38
- fix for #216185: bind-chroot-admin able to change root mode 750
Martin Stransky eac332
- added fix from #215997: incorrect permissions on dnszone.schema
Martin Stransky d11649
- added a notice to init script when /etc/named.conf doesn't exist (#216075)
Martin Stransky 5fd50d
Martin Stransky 40d947
* Mon Oct 30 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.3-6
Martin Stransky 40d947
- fix for #200465: named-checkzone and co. cannot be run as non-root user
Martin Stransky 25f791
- fix for #212348: chroot'd named causes df permission denied error
Martin Stransky 25f791
- fix for #211249, #211083 - problems with stopping named
Martin Stransky 25f791
- fix for #212549: init script does not unmount /proc filesystem
Martin Stransky 25f791
- fix for #211282: EDNS is globally enabled, crashing CheckPoint FW-1,
Martin Stransky 25f791
    added edns-enable options to named configuration file which can suppress
Martin Stransky 25f791
    EDNS in queries to DNS servers (see /usr/share/doc/bind-9.3.3/misc/options)
Martin Stransky d4d107
- fix for #212961: bind-chroot doesn't clean up its mess on %preun
Martin Stransky df7a4d
- update to 9.3.3rc3, removed already merged patches
Martin Stransky d38c39
Martin Stransky 04d663
* Fri Oct 13 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.3-5
Martin Stransky d38c39
- fix for #209359: bind-libs from compatlayer CD will not 
Martin Stransky d38c39
  install on ia64
Martin Stransky 04d663
Martin Stransky 2c4acd
* Tue Oct 10 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.3-4
Martin Stransky 04d663
- added fix for #210096: warning: group named does not exist - using root
Martin Stransky 2c4acd
Martin Stransky 04d663
* Thu Oct  5 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.3-3
Martin Stransky 2db6aa
- added fix from #209400 - Bind Init Script does not create 
Martin Stransky 2db6aa
  the PID file always, created by Jeff Means
Martin Stransky 12f771
- added timeout to stop section of init script. 
Martin Stransky 12f771
  The default is 100 sec. and can be adjusted by NAMED_SHUTDOWN_TIMEOUT
Martin Stransky 12f771
  shell variable.
Martin Stransky 2db6aa
Martin Stransky 04d663
* Mon Oct  2 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.3-2
Martin Stransky c3530f
- removed chcon from post script, replaced by restorecon 
Martin Stransky c3530f
  (Bug 202547, comment no. 37)
Martin Stransky c3530f
Martin Stransky c15ebb
* Fri Sep 15 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.3-1
Martin Stransky c15ebb
- updated to the latest upstream (9.3.3rc2)
Martin Stransky c15ebb
Martin Stransky 04d663
* Wed Sep  6 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.2-41
Martin Stransky 8e4139
- added upstream patch for correct SIG handling - CVE-2006-4095
Martin Stransky 8e4139
Martin Stransky 04d663
* Tue Sep  5 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.2-40
Martin Stransky e927f0
- suppressed messages from bind-chroot-admin
Martin Stransky e927f0
- cleared notes about bind-config
Martin Stransky e927f0
Martin Stransky 550ea4
* Mon Aug 22 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.2-39
Martin Stransky 550ea4
- added fix for #203522 - "bind-chroot-admin -e" command fails
Martin Stransky 550ea4
Martin Stransky eb803d
* Mon Aug 21 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.2-38
Martin Stransky eb803d
- fix for #203194 - tmpfile usage
Martin Stransky eb803d
Martin Stransky d98af7
* Thu Aug 17 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.2-37
Martin Stransky d98af7
- fix for #202542 - /usr/sbin/bind-chroot-admin: No such file or directory
Martin Stransky d98af7
- fix for #202547 - file_contexts: invalid context
Martin Stransky d98af7
Martin Stransky eeb13c
* Fri Aug 11 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.2-36
Martin Stransky eeb13c
- added Provides: bind-config
Martin Stransky eeb13c
Martin Stransky 3996b5
* Fri Aug 11 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.2-35
Martin Stransky 3996b5
- fix bug 197493: renaming subpackage bind-config to caching-nameserver
Martin Stransky 3996b5
jvdias ddffd4
* Mon Jul 24 2006 Jason Vas Dias <jvdias@redhat.com> - 30:9.3.2-34
jvdias ddffd4
- fix bug 199876: make '%exclude libbbind.*' conditional on %{LIBBIND}
jvdias ddffd4
Florian La Roche 07efd3
* Mon Jul 24 2006 Florian La Roche <laroche@redhat.com> - 30:9.3.2-33
Florian La Roche 07efd3
- fix #195881, perms are not packaged correctly
Florian La Roche 07efd3
jvdias ba4133
* Fri Jul 21 2006 Jason Vas Dias <jvdias@redhat.com> - 30:9.3.2-32
jvdias ba4133
- fix addenda to bug 189789: 
jvdias ba4133
  determination of selinux enabled was still not 100% correct in bind-chroot-admin
jvdias ba4133
- fix addenda to bug 196398:
jvdias ba4133
  make named.init test for NetworkManager being enabled AFTER testing for -D absence;
jvdias ba4133
  named.init now supports a 'DISABLE_NAMED_DBUS' /etc/sysconfig/named setting to disable
jvdias ba4133
  auto-enable of named dbus support if NetworkManager enabled.
jvdias ba4133
jvdias 5b2b03
* Wed Jul 19 2006 Jason Vas Dias <jvdias@redhat.com> - 30:9.3.2-30
jvdias 5b2b03
- fix bug 196398 - Enable -D option automatically in initscript
jvdias 5b2b03
  if NetworkManager enabled in any runlevel.
jvdias 5b2b03
- fix namedGetForwarders for new dbus
jvdias 6484b6
- fix bug 195881 - libbind.so should be owned by bind-libbind-devel
jvdias 5b2b03
Matthias Clasen d9ffd0
* Wed Jul 19 2006 Matthias Clasen <mclasen@redhat.com> - 30:9.3.2-28.FC6
Matthias Clasen d9ffd0
- Rebuild against new dbus
Matthias Clasen d9ffd0
jvdias faad8c
* Wed Jul 12 2006 Jason Vas Dias <jvdias@redhat.com> - 30:9.3.2-27.FC6
jvdias faad8c
- rebuild with fixed glibc-kernheaders
jvdias faad8c
Jesse Keating 2525a9
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 30:9.3.2-26.FC6.1
Jesse Keating 2525a9
- rebuild
Jesse Keating 2525a9
jvdias 2746f3
* Wed Jun 14 2006 Jason Vas Dias <jvdias@redhat.com> - 30:9.3.2-26.FC6
jvdias 2746f3
- fix bugs 191093, 189789
jvdias 2746f3
- backport selected fixes from upstream bind9 'v9_3_3b1' CVS version:
jvdias 2746f3
  ( see http://www.isc.org/sw/bind9.3.php "Fixes" ): 
jvdias 2746f3
  o change 2024 / bug 16027:
jvdias 2746f3
    named emitted spurious "zone serial unchanged" messages on reload
jvdias 2746f3
  o change 2013 / bug 15941:
jvdias 2746f3
    handle unexpected TSIGs on unsigned AXFR/IXFR responses more gracefully
jvdias 2746f3
  o change 2009 / bug 15808: coverity fixes
jvdias 2746f3
  o change 1997 / bug 15818: 
jvdias 2746f3
    named was failing to replace negative cache entries when a positive one
jvdias 2746f3
    for the type was learnt
jvdias 2746f3
  o change 1994 / bug 15694: OpenSSL 0.9.8 support
jvdias 2746f3
  o change 1991 / bug 15813:
jvdias 2746f3
    The configuration data, once read, should be treated as readonly.
jvdias 2746f3
  o misc. validator fixes 
jvdias 2746f3
  o misc. resolver fixes
jvdias 2746f3
  o misc. dns fixes
jvdias 2746f3
  o misc. isc fixes
jvdias 2746f3
  o misc. libbind fixes
jvdias 2746f3
  o misc. isccfg fix
jvdias 2746f3
  o misc. lwres fix
jvdias 2746f3
  o misc. named fixes
jvdias 2746f3
  o misc. dig fixes
jvdias 2746f3
  o misc. nsupdate fix
jvdias 2746f3
  o misc. tests fixes
jvdias 2746f3
Jeremy Katz e23cbf
* Wed Jun  7 2006 Jeremy Katz <katzj@redhat.com> - 30:9.3.2-24.FC6
Jeremy Katz e23cbf
- and actually put the devel symlinks in the right subpackage
Jeremy Katz e23cbf
Jeremy Katz 163a1b
* Thu May 25 2006 Jeremy Katz <katzj@redhat.com> - 30:9.3.2-23.FC6
Jeremy Katz 163a1b
- rebuild for -devel deps
Jeremy Katz 163a1b
jvdias 3cc598
* Tue Apr 18 2006 Jason Vas Dias <jvdias@redhat.com> - 30:9.3.2-22
jvdias 3cc598
- apply upstream patch for ncache_adderesult segfault bug 173961 addenda
jvdias 3cc598
- fix bug 188382: rpm --verify permissions inconsistencies
jvdias 3cc598
- fix bug 189186: use /sbin/service instead of initscript
jvdias 3cc598
- rebuild for new gcc, glibc-kernheaders
jvdias 3cc598
jvdias 41d052
* Tue Apr 04 2006 Jason Vas Dias <jvdias@redhat.com> - 30:9.3.2-20
jvdias 41d052
- fix resolver.c ncache_adderesult segfault reported in addenda to bug 173961 
jvdias 41d052
  (upstream bugs #15642, #15528 ?)
jvdias 41d052
- allow named ability to generate core dumps after setuid (upstream bug #15753)
jvdias 41d052
jvdias 25fb60
* Mon Apr 03 2006 Jason Vas Dias <jvdias@redhat.com> - 30:9.3.2-18
jvdias 25fb60
- fix bug 187529: make bind-chroot-admin deal with subdirectories properly
jvdias 25fb60
jvdias 8d3c0c
* Thu Mar 30 2006 Jason Vas Dias <jvdias@redhat.com> - 30:9.3.2-16
jvdias 8d3c0c
- fix bug 187286: 
jvdias 8d3c0c
     prevent host(1) printing duplicate 'is an alias for' messages
jvdias 8d3c0c
     for the default AAAA and MX lookups as well as for the A lookup
jvdias 8d3c0c
     (it now uses the CNAME returned for the A lookup for the AAAA and MX lookups).
jvdias 8d3c0c
     This is upstream bug #15702 fixed in the unreleased bind-9.3.3
jvdias 8d3c0c
- fix bug 187333: fix SOURCE24 and SOURCE25 transposition
jvdias 8d3c0c
jvdias 8d3c0c
* Wed Mar 29 2006 Jason Vas Dias <jvdias@redhat.com> - 30:9.3.2-14
jvdias abcbfa
- fix bug 186577: remove -L/usr/lib from libbind.pc and more .spec file cleanup
jvdias abcbfa
- add '%doc' sample configuration files in /usr/share/doc/bind*/sample
jvdias abcbfa
- rebuild with new gcc and glibc
jvdias abcbfa
jvdias 99e330
* Wed Mar 22 2006 Jason Vas Dias <jvdias@redhat.com> - 30:9.3.2-12
jvdias 99e330
- fix typo in initscript
jvdias 99e330
- fix Requires(post): policycoreutils in sub-packages
jvdias 99e330
jvdias 68b4c1
* Mon Mar 20 2006 Jason Vas Dias <jvdias@redhat.com> - 30.9.3.2-10
jvdias 68b4c1
- fix bug 185969: more .spec file cleanup
jvdias 68b4c1
jvdias 505ab5
* Wed Mar 08 2006 Jason Vas Dias <jvdias@redhat.com> - 30.9.3.2-8
jvdias 505ab5
- Do not allow package to be installed if named:25 userid creation fails
jvdias 505ab5
- Give libbind a pkg-config file
jvdias 505ab5
- remove restorecon from bind-chroot-admin (not required).
jvdias 505ab5
- fix named.caching-nameserver.conf (listen-on-v6 port 53 { ::1 };)
jvdias 505ab5
jvdias 7366a5
* Tue Mar 07 2006 Jason Vas Dias <jvdias@redhat.com> - 30:9.3.2-7
jvdias 7366a5
- fix issues with bind-chroot-admin
jvdias 7366a5
jvdias 0cd02a
* Mon Mar 06 2006 Jason Vas Dias <jvdias@redhat.com> - 30:9.3.2-6
jvdias 0cd02a
- replace caching-nameserver with bind-config sub-package
jvdias 0cd02a
- fix bug 177595: handle case where $ROOTDIR is a link in initscript
jvdias 0cd02a
- fix bug 177001: bind-config creates symlinks OK now
jvdias 0cd02a
- fix bug 176388: named.conf is now never replaced by any RPM
jvdias 7366a5
- fix bug 176248: remove unecessary creation of rpmsave links
jvdias 0cd02a
- fix bug 174925: no replacement of named.conf
jvdias 0cd02a
- fix bug 173963: existing named.conf never modified
jvdias 0cd02a
- major .spec file cleanup
jvdias 0cd02a
Jesse Keating b3f861
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 30:9.3.2-4.1
Jesse Keating b3f861
- bump again for double-long bug on ppc(64)
Jesse Keating b3f861
jvdias 60e12f
* Tue Feb 07 2006 Jason Vas Dias <jvdias@redhat.com> - 30:9.3.2-4
jvdias 60e12f
- regenerate redhat_doc patch for non-DBUS builds
jvdias 60e12f
- allow dbus builds to work with dbus version < 0.6 (bz #179816)
jvdias 60e12f
Florian La Roche 240066
* Tue Feb 07 2006 Florian La Roche <laroche@redhat.com> 30:9.3.2-3
Florian La Roche 240066
- try supporting without dbus support
Florian La Roche 240066
jvdias a49b5a
* Mon Feb 06 2006 Jason Vas Dias <jvdias@redhat.com> - 30:9.3.2-2.1
jvdias a49b5a
- Rebuild for new gcc, glibc, glibc-kernheaders
jvdias a49b5a
jvdias a49b5a
* Mon Jan 16 2006 Jason Vas Dias <jvdias@redhat.com> - 30:9.3.2-2
jvdias abcbfa
- fix bug 177854: temporary fix for broken kernel-2.6.15-1854+
jvdias e45fb2
  /proc/net/if_inet6 format
jvdias e45fb2
jvdias 8929e9
* Wed Dec 21 2005 Jason Vas Dias <jvdias@redhat.com> - 30:9.3.2-1
jvdias 8929e9
- Upgrade to 9.3.2, released today
jvdias 8929e9
jvdias dedee9
* Tue Dec 20 2005 Jason Vas Dias <jvdias@redhat.com> - 28:9.3.2rc1-2
jvdias dedee9
- fix bug 176100: do not Require: perl just for namedGetForwarders !
jvdias dedee9
Jesse Keating 7aa3fd
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
Jesse Keating 7aa3fd
- rebuilt
Jesse Keating 7aa3fd
jvdias 903302
* Fri Dec 02 2005 Jason Vas Dias <jvdias@redhat.com> - 28:9.3.2rc-1
jvdias 903302
- Upgrade to upstream version 9.3.2rc1
jvdias 433032
- fix namedSetForwarders -> namedGetForwarders SOURCE14 typo
jvdias 433032
jvdias 903302
* Thu Dec 01 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.3.1-26
jvdias abcbfa
- rebuild for new dbus 0.6 dependency; remove use of
jvdias c1b303
  DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT
jvdias c1b303
jvdias f84fe3
* Wed Nov 23 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.3.1-24
jvdias f84fe3
- allow D-BUS support to work in bind-chroot environment:
jvdias f84fe3
  workaround latest selinux policy by mounting /var/run/dbus/
jvdias f84fe3
  under chroot instead of /var/run/dbus/system-bus-socket
jvdias f84fe3
jvdias 4b4f5f
* Sun Nov 13 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.3.1-22
jvdias 4b4f5f
- fix bug 172632 - remove .la files
jvdias 4b4f5f
- ship namedGetForwarders and namedSetForwarders scripts
jvdias 4b4f5f
- fix detection of -D option in chroot
jvdias 4b4f5f
Tomáš Mráz 4a6747
* Tue Nov  8 2005 Tomas Mraz <tmraz@redhat.com> - 24:9.3.1-21
Tomáš Mráz 4a6747
- rebuilt with new openssl
Tomáš Mráz 4a6747
jvdias e54aef
* Wed Oct 19 2005 Jason Vas Dias <jvdias@redhat.com> - 24.9.3.1-20
jvdias e54aef
- Allow the -D enable D-BUS option to be used within bind-chroot .
jvdias e54aef
- fix bug 171226: supply some documentation for pgsql SDB .
jvdias e54aef
jvdias 536814
* Thu Oct 06 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.3.1-18
jvdias 536814
- fix bug 169969: do NOT call dbus_svc_dispatch() in dbus_mgr_init_dbus() -
jvdias 536814
      task->state != task_ready and will cause Abort in task.c if process
jvdias 536814
      is waiting for NameOwnerChanged to do a SetForwarders
jvdias 536814
jvdias 390682
* Wed Oct 05 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.3.1-16
jvdias 390682
- Fix reconnecting to dbus-daemon after it stops & restarts .
jvdias 390682
jvdias 96c79d
* Tue Sep 27 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.3.1-14
jvdias 96c79d
- When forwarder nameservers are changed with D-BUS, flush the cache.
jvdias 96c79d
jvdias 96c79d
* Mon Sep 26 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.3.1-12
jvdias 43365c
- fix bug 168302: use %{__cc} for compiling dns-keygen
jvdias 43365c
- fix bug 167682: bind-chroot directory permissions
jvdias 43365c
- fix issues with -D dbus option when dbus service not running or disabled
jvdias 43365c
jvdias 3c357d
* Tue Aug 30 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.3.1-12
jvdias 3c357d
- fix bug 167062: named should be started after syslogd by default
jvdias 3c357d
jvdias 296166
* Mon Aug 22 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.3.1-11
jvdias 296166
- fix bug 166227: host: don't do default AAAA and MX lookups with '-t a' option
jvdias 296166
jvdias dbe55d
* Tue Aug 16 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.3.1-10
jvdias dbe55d
- Build with D-BUS patch by default; D-BUS support enabled with named -D option
jvdias abcbfa
- Enable D-BUS for named_sdb also
jvdias dbe55d
- fix sdb pgsql's zonetodb.c: must use isc_hash_create() before dns_db_create()
jvdias abcbfa
- update fix for bug 160914 : test for RD=1 and ARCOUNT=0 also before trying next server
jvdias dbe55d
- fix named.init script to handle named_sdb properly
jvdias dbe55d
- fix named.init script checkconfig() to handle named '-c' option
jvdias abcbfa
  and make configtest, test, check configcheck synonyms
jvdias dbe55d
jvdias c4c1d4
* Tue Jul 19 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.3.1-8
jvdias c4c1d4
- fix named.init script bugs 163598, 163409, 151852(addendum)
jvdias c4c1d4
jvdias 4a7943
* Tue Jul 12 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.3.1-7
jvdias 4a7943
- fix bug 160914: resolver utilities should try next server on empty referral
jvdias 4a7943
                  (now that glibc bug 162625 is fixed)
jvdias 4a7943
		  host and nslookup now by default try next server on SERVFAIL
jvdias 4a7943
		  (host now has '-s' option to disable, and nslookup given
jvdias 4a7943
                   '[no]fail' option similar to dig's [no]fail option).
jvdias 95280b
- rebuild and re-test with new glibc & gcc (all tests passed).
jvdias 4a7943
jvdias 4a7943
* Tue May 31 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.3.1-6
jvdias 5afcbd
- fix bug 157950: dig / host / nslookup should reject invalid resolv.conf
jvdias 5afcbd
                  files and not use uninitialized garbage nameserver values
jvdias 5afcbd
                  (ISC bug 14841 raised).
jvdias 5afcbd
jvdias 5afcbd
* Mon May 23 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.3.1-4_FC4
jvdias 8ee4d2
- Fix SDB LDAP
jvdias 8ee4d2
jvdias abcbfa
* Mon May 16 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.3.1-4
jvdias 38983f
- Fix bug 157601: give named.init a configtest function
jvdias 38983f
- Fix bug 156797: named.init should check SELinux booleans.local before booleans
jvdias 38983f
- Fix bug 154335: if no controls in named.conf, stop named with -TERM sig, not rndc
jvdias abcbfa
- Fix bug 155848: add NOTES section to named.8 man-page with info on all Red Hat
jvdias 38983f
                  BIND quirks and SELinux DDNS / slave zone file configuration
jvdias 38983f
- D-BUS patches NOT applied until dhcdbd is in FC
jvdias 38983f
jvdias 8ee4d2
* Sun May 15 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.3.1-4_dbus
jvdias abcbfa
- Enhancement to allow dynamic forwarder table management and
jvdias 38983f
- DHCP forwarder auto-configuration with D-BUS
jvdias 38983f
jvdias 62ddd5
* Thu Apr 14 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.3.1-2_FC4
jvdias 62ddd5
- Rebuild for bind-sdb libpq.so.3 dependency
jvdias 62ddd5
- fix bug 150981: don't install libbind man-pages if no libbind
jvdias 62ddd5
- fix bug 151852: mount proc on $ROOTDIR/proc to allow sysconf(...)
jvdias 62ddd5
  to work and correct number of CPUs to be determined
jvdias 62ddd5
jvdias 68d77b
* Fri Mar 11 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.3.1-1_FC4
jvdias 68d77b
- Upgrade to ISC BIND 9.3.1 (final release) released today.
jvdias 68d77b
jvdias 68d77b
* Wed Mar  9 2005 Jason Vas Dias <jvdias@redhat.com> - 22.9.3.1rc1-5
jvdias abcbfa
- fix bug 150288: h_errno not being accessed / set correctly in libbind
jvdias 68d77b
- add libbind man-pages from bind-8.4.6
jvdias bbcf3c
jvdias ee2137
* Mon Mar  7 2005 Jason Vas Dias <jvdias@redhat.com> - 22:9.3.1rc1-4
jvdias ee2137
- Rebuild with gcc4 / glibc-2.3.4-14.
jvdias abcbfa
Nalin Dahyabhai d2bac1
* Tue Mar  1 2005 Nalin Dahyabhai <nalin@redhat.com> - 22:9.3.1rc1-3
Nalin Dahyabhai d2bac1
- configure with --with-pic to get PIC libraries
Nalin Dahyabhai d2bac1
jvdias 5b65c6
* Sun Feb 20 2005 Jason Vas Dias <jvdias@redhat.com> - 22:9.3.1rc1-2
jvdias 5b65c6
- fix bug 149183: don't use getifaddrs() .
jvdias 5b65c6
jvdias 18d1e1
* Wed Feb 16 2005 Jason Vas Dias <jvdias@redhat.com> - 22:9.3.1rc1-1
jvdias 18d1e1
- Upgrade to 9.3.1rc1
jvdias c4b623
- Add Simplified Database Backend (SDB) sub-package ( bind-sdb )
jvdias abcbfa
-     add named_sdb - ldap + pgsql + dir database backend support with
jvdias 18d1e1
-     'ENABLE_SDB' named.sysconfig option
jvdias c4b623
- Add BIND resolver library & includes sub-package ( libbind-devel)
jvdias 18d1e1
- fix bug 147824 / 147073 / 145664: ENABLE_ZONE_WRITE in named.init
jvdias c4b623
- fix bug 146084 : shutup restorecon
jvdias 18d1e1
jvdias 23b1ff
* Tue Jan 11 2005 Jason Vas Dias <jvdias@redhat.com> - 22:9.3.0-2
jvdias 23b1ff
- Fix bug 143438: named.init will now make correct ownership of $ROOTDIR/var/named
jvdias 23b1ff
-                 based on 'named_write_master_zones' SELinux boolean.
jvdias 23b1ff
- Fix bug 143744: dig & nsupdate IPv6 timeout  (dup of 140528)
jvdias 23b1ff
jvdias 6cca08
* Mon Nov 29 2004 Jason Vas Dias <jvdias@redhat.com> - 9.3.0-1
jvdias 6cca08
- Upgrade BIND to 9.3.0 in Rawhide / FC4 (bugs 134529, 133654...)
jvdias abcbfa
jvdias 6cca08
* Mon Nov 29 2004 Jason Vas Dias <jvdias@redhat.com> - 20:9.2.4-4
jvdias 6cca08
- Fix bugs 140528 and 141113:
jvdias 6cca08
- 2 second timeouts when IPv6 not configured and root nameserver's
jvdias 6cca08
- AAAA addresses are queried
jvdias 6cca08
jvdias e51c8f
* Mon Oct 18 2004 Jason Vas Dias <jvdias@redhat.com> - 20:9.2.4-2
jvdias e51c8f
- Fix bug 136243: bind-chroot %post must run restorecon -R %{prefix}
jvdias e51c8f
- Fix bug 135175: named.init must return non-zero if named is not run
jvdias e51c8f
- Fix bug 134060: bind-chroot %post must use mktemp, not /tmp/named
jvdias e51c8f
- Fix bug 133423: bind-chroot %files entries should have been %dirs
jvdias e51c8f
jvdias e24e1c
* Thu Sep 23 2004 Jason Vas Dias <jvdias@redhat.com> - 20:9.2.4-1
jvdias e24e1c
- BIND 9.2.4 (final release) released - source code actually
jvdias e24e1c
- identical to 9.2.4rc8, with only version number change.
jvdias efcb9c
jvdias 1025af
* Mon Sep 20 2004 Jason Vas Dias <jvdias@redhat.com> - 10:9.2.4rc8-14
jvdias 1025af
- Upgrade to upstream bind-9.2.4rc8 .
jvdias 1025af
- Progress: Finally! Hooray! ISC bind now distributes:
jvdias abcbfa
- o named.conf(5) and nslookup(8) manpages
jvdias 1025af
-    'bind-manpages.bz2' source can now disappear
jvdias 1025af
-    (could this have something to do with ISC bug I raised about this?)
jvdias abcbfa
- o 'deprecation_msg' global has vanished
jvdias 1025af
-     bind-9.2.3rc3-deprecation_msg_shut_up.diff.bz2 can disappear
jvdias 1025af
jvdias d3f558
* Mon Sep 20 2004 Jason Vas Dias <jvdias@redhat.com> - 10:9.2.4rc8-14
jvdias d3f558
- Fix bug 106572/132385: copy /etc/localtime to chroot on start
jvdias d3f558
jvdias 1c28ac
* Fri Sep 10 2004 Jason Vas Dias <jvdias@redhat.com> - 10:9.2.4rc7-12_EL3
jvdias 1c28ac
- Fix bug 132303: if ROOTDIR line was replaced after upgrade from
jvdias 1c28ac
- bind-chroot-9.2.2-21, restart named
jvdias 1c28ac
jvdias 1c28ac
* Wed Sep 8  2004 Jason Vas Dias <jvdias@redhat.com> - 10:9.2.4rc7-11_EL3
jvdias abcbfa
- Fix bug 131803: replace ROOTDIR line removed by broken
jvdias 1c28ac
- bind-chroot 9.2.2-21's '%postun'; added %triggerpostun for bind-chroot
jvdias 1c28ac
jvdias 1c28ac
* Tue Sep 7  2004 Jason Vas Dias <jvdias@redhat.com> - 10:9.2.4rc7-10_EL3
jvdias 1c28ac
- Fix bugs 130121 & 130981 for RHEL-3
jvdias abcbfa
jvdias 1c28ac
* Mon Aug 30 2004 Jason Vas Dias <jvdias@redhat.com> - 10:9.2.4rc7-10
cvsdist 1d13f1
- Fix bug 130121: add '%ghost' entries for files included in previous
jvdias abcbfa
- bind-chroot & not in current - ie. named.conf, rndc.key, dev/* -
cvsdist 1d13f1
- that RPM removed after upgrade .
cvsdist 1d13f1
jvdias abcbfa
* Thu Aug 26 2004 Jason Vas Dias <jvdias@redhat.com>
cvsdist 1d13f1
- Fix bug 130981: add '-t' option to named-checkconf invocation in
cvsdist 1d13f1
- named.init if chroot installed.
cvsdist 1d13f1
cvsdist db43cc
* Wed Aug 25 2004 Jason Vas Dias <jvdias@redhat.com>
jvdias abcbfa
- Remove resolver(5) manpage now in man-pages (bug 130792);
cvsdist db43cc
- Don't create /dev/ entries in bind-chroot if already there (bug 127556);
cvsdist db43cc
- fix bind-devel Requires (bug 130919)
cvsdist db43cc
- Set default location for dumpdb & stats files to /var/named/data
cvsdist db43cc
cvsdist 668aac
* Tue Aug 24 2004 Jason Vas Dias <jvdias@redhat.com>
cvsdist 668aac
- Fix devel Requires for bug 130738 & fix version
cvsdist db43cc
cvsdist db43cc
* Tue Aug 24 2004 Jason Vas Dias <jvdias@redhat.com>
cvsdist db43cc
- Fix errors on clean install if named group does not exist
cvsdist db43cc
- (bug 130777)
cvsdist db43cc
cvsdist 668aac
* Thu Aug 19 2004 Jason Vas Dias <jvdias@redhat.com>
cvsdist 668aac
- Upgrade to bind-9.2.4rc7; applied initscript fix
cvsdist 668aac
- for bug 102035.
cvsdist 668aac
cvsdist 2b390d
* Mon Aug  9 2004 Jason Vas Dias <jvdias@redhat.com>
cvsdist 2b390d
- Fixed bug 129289: bind-chroot install / deinstall
cvsdist 2b390d
- on install, existing config files 'safe_replace'd
cvsdist 2b390d
- with links to chroot copies; on uninstall, moved back.
cvsdist 2b390d
cvsdist 82ddc2
* Fri Aug  6 2004 Jason Vas Dias <jvdias@redhat.com>
cvsdist 82ddc2
- Fixed bug 129258: "${prefix}/var/tmp" typo in spec
cvsdist 82ddc2
cvsdist 82ddc2
* Wed Jul 28 2004 Jason Vas Dias <jvdias@redhat.com>
jvdias abcbfa
- Fixed bug 127124 : 'Requires: kernel >= 2.4'
cvsdist 82ddc2
- causes problems with Linux VServers
cvsdist d69ee3
cvsdist 17bde0
* Tue Jul 27 2004 Jason Vas Dias <jvdias@redhat.com>
cvsdist 17bde0
- Fixed bug 127555 : chroot tar missing var/named/slaves
cvsdist 17bde0
cvsdist d69ee3
* Fri Jul 16 2004 Jason Vas Dias <jvdias@redhat.com>
cvsdist d69ee3
- Upgraded to ISC version 9.2.4rc6
cvsdist d69ee3
cvsdist d69ee3
* Fri Jul 16 2004 Jason Vas Dias <jvdias@redhat.com>
cvsdist d69ee3
- Fixed named.init generation of error messages on
cvsdist d69ee3
- 'service named stop' and 'service named reload'
cvsdist d69ee3
- as per bug 127775
cvsdist d69ee3
cvsdist d69ee3
* Thu Jun 23 2004 Daniel Walsh <dwalsh@redhat.com> 9.2.3-19
cvsdist d69ee3
- Bump for rhel 3.0  U3
cvsdist d69ee3
cvsdist c3581c
* Thu Jun 23 2004 Daniel Walsh <dwalsh@redhat.com> 9.2.3-18
cvsdist c3581c
- remove disable-linux-caps
cvsdist c3581c
cvsdist c3581c
* Wed Jun 16 2004 Daniel Walsh <dwalsh@redhat.com> 9.2.3-17
jvdias abcbfa
- Update RHEL3 to latest bind
cvsdist c3581c
cvsdist 7a83e6
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 7a83e6
- rebuilt
cvsdist 7a83e6
cvsdist 7a83e6
* Wed Jun 8 2004 Daniel Walsh <dwalsh@redhat.com> 9.2.3-15
cvsdist 7a83e6
- Remove device files from chroot,  Named uses the system one
cvsdist 7a83e6
cvsdist 7a83e6
* Fri Mar 26 2004 Daniel Walsh <dwalsh@redhat.com> 9.2.3-14
jvdias abcbfa
- Move RFC to devel package
cvsdist 7a83e6
cvsdist d6fdf5
* Fri Mar 26 2004 Daniel Walsh <dwalsh@redhat.com> 9.2.3-13
cvsdist d6fdf5
- Fix location of restorecon
cvsdist d6fdf5
cvsdist d6fdf5
* Thu Mar 25 2004 Daniel Walsh <dwalsh@redhat.com> 9.2.3-12
jvdias abcbfa
- Tighten security on config files.  Should be owned by root
cvsdist d6fdf5
cvsdist d6fdf5
* Thu Mar 25 2004 Daniel Walsh <dwalsh@redhat.com> 9.2.3-11
cvsdist d6fdf5
- Update key patch to include conf-keygen
cvsdist d6fdf5
cvsdist d6fdf5
* Tue Mar 23 2004 Daniel Walsh <dwalsh@redhat.com> 9.2.3-10
cvsdist d6fdf5
- fix chroot to only happen once.
cvsdist d6fdf5
- fix init script to do kill insteall of killall
cvsdist d6fdf5
cvsdist 86fb37
* Mon Mar 15 2004 Daniel Walsh <dwalsh@redhat.com> 9.2.3-9
cvsdist 86fb37
- Add fix for SELinux security context
cvsdist 86fb37
cvsdist 86fb37
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 86fb37
- rebuilt
cvsdist 86fb37
cvsdist 86fb37
* Sat Feb 28 2004 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 86fb37
- run ldconfig for libs subrpm
cvsdist 86fb37
cvsdist 86fb37
* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 86fb37
- Use ':' instead of '.' as separator for chown.
cvsdist 86fb37
cvsdist 86fb37
* Tue Feb 17 2004 Daniel Walsh <dwalsh@redhat.com> 9.2.3-7
cvsdist 86fb37
- Add COPYRIGHT
cvsdist 86fb37
cvsdist 86fb37
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 86fb37
- rebuilt
cvsdist 86fb37
cvsdist 31bdca
* Tue Dec 30 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.3-5
cvsdist 31bdca
- Add defattr to libs
cvsdist 31bdca
cvsdist 31bdca
* Mon Dec 29 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.3-4
cvsdist 31bdca
- Break out library package
cvsdist 31bdca
cvsdist 31bdca
* Mon Dec 22 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.3-3
cvsdist 31bdca
- Fix condrestart
cvsdist 31bdca
cvsdist 31bdca
* Wed Nov 12 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.3-2
cvsdist 31bdca
- Move libisc and libdns to bind from bind-util
cvsdist 31bdca
cvsdist 31bdca
* Tue Nov 11 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.3-1
cvsdist 31bdca
- Move to 9.2.3
cvsdist 31bdca
cvsdist 31bdca
* Mon Oct 27 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2.P3-10
cvsdist 31bdca
- Add PIE support
cvsdist 31bdca
cvsdist 4f506d
* Fri Oct 17 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2.P3-9
cvsdist 4f506d
- Add /var/named/slaves directory
cvsdist 4f506d
cvsdist 4f506d
* Sun Oct 12 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 4f506d
- do not link against libnsl, not needed for Linux
cvsdist 4f506d
cvsdist 4f506d
* Wed Oct 8 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2.P3-6
cvsdist 4f506d
- Fix local time in log file
cvsdist 4f506d
cvsdist 4f506d
* Tue Oct 7 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2.P3-5
jvdias abcbfa
- Try again
cvsdist 4f506d
cvsdist 4f506d
* Mon Oct 6 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2.P3-4
cvsdist 4f506d
- Fix handling of chroot -/dev/random
cvsdist 4f506d
cvsdist 4f506d
* Thu Oct 2 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2.P3-3
cvsdist 4f506d
- Stop hammering stuff on update of chroot environment
cvsdist 4f506d
cvsdist 4f506d
* Mon Sep 29 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2.P3-2
cvsdist 4f506d
- Fix chroot directory to grab all subdirectories
cvsdist 4f506d
cvsdist 4f506d
* Wed Sep 24 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2.P3-1
cvsdist 4f506d
- New patch to support for "delegation-only"
cvsdist 4f506d
cvsdist 4f506d
* Wed Sep 17 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2-23
cvsdist 4f506d
- patch support for "delegation-only"
cvsdist 4f506d
cvsdist 4f506d
* Wed Jul 30 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2-22
cvsdist 4f506d
- Update to build on RHL
cvsdist 4f506d
cvsdist 4f506d
* Wed Jul 30 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2-21
cvsdist 4f506d
- Install libraries as exec so debug info will be pulled
cvsdist 4f506d
cvsdist 4f506d
* Sat Jul 19 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2-20
jvdias 4f7c22
- Remove BSDCOMPAT (BZ 99454)
cvsdist 4f506d
cvsdist 4f506d
* Tue Jul 15 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2-19
cvsdist 4f506d
- Update to build on RHL
cvsdist 4f506d
cvsdist 4f506d
* Tue Jul 15 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2-18
cvsdist 4f506d
- Change protections on /var/named and /var/chroot/named
cvsdist 4f506d
cvsdist 4f506d
* Tue Jun 17 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2-17
cvsdist 4f506d
- Update to build on RHL
cvsdist 4f506d
cvsdist 4f506d
* Tue Jun 17 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2-16
cvsdist 4f506d
- Update to build on RHEL
cvsdist 4f506d
cvsdist 4f506d
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 4f506d
- rebuilt
cvsdist 4f506d
cvsdist 4f506d
* Tue Apr 22 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2-14
cvsdist 4f506d
- Update to build on RHEL
cvsdist 4f506d
cvsdist 4f506d
* Tue Apr 22 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2-13
cvsdist 4f506d
- Fix config description of named.conf in chroot
cvsdist 4f506d
- Change named.init script to check for existence of /etc/sysconfig/network
cvsdist 4f506d
cvsdist 4f506d
* Fri Apr 18 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2-12
cvsdist 4f506d
- Update to build on RHEL
cvsdist 4f506d
cvsdist 4f506d
* Fri Apr 18 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2-11
cvsdist 4f506d
- Update to build on RHEL
cvsdist 4f506d
cvsdist 4f506d
* Fri Apr 18 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2-10
cvsdist 4f506d
- Fix echo OK on starting/stopping service
cvsdist 4f506d
cvsdist 4f506d
* Fri Mar 28 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2-9
cvsdist 4f506d
- Update to build on RHEL
cvsdist 4f506d
cvsdist 4f506d
* Fri Mar 28 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2-8
cvsdist 4f506d
- Fix echo on startup
cvsdist 4f506d
cvsdist 4f506d
* Tue Mar 25 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2-7
cvsdist 4f506d
- Fix problems with chroot environment
cvsdist 4f506d
- Eliminate posix threads
cvsdist 4f506d
cvsdist 4f506d
* Mon Mar 24 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2-6
cvsdist 4f506d
- Fix build problems
cvsdist 4f506d
cvsdist 4f506d
* Fri Mar 14 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2-5
cvsdist 4f506d
- Fix build on beehive
cvsdist 4f506d
cvsdist 4f506d
* Thu Mar 13 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2-4
cvsdist 4f506d
- build bind-chroot kit
cvsdist 4f506d
cvsdist 4f506d
* Tue Mar 11 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2-3
cvsdist 4f506d
- Change configure to use proper threads model
cvsdist 4f506d
cvsdist 4f506d
* Fri Mar 7 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2-2
cvsdist 4f506d
- update to 9.2.2
cvsdist 4f506d
cvsdist 4f506d
* Tue Mar 4 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.2-1
cvsdist 4f506d
- update to 9.2.2
cvsdist 4f506d
cvsdist 78e1f2
* Tue Jan 24 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.1-16
cvsdist 78e1f2
- Put a sleep in restart to make sure stop completes
cvsdist 78e1f2
cvsdist 78e1f2
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 78e1f2
- rebuilt
cvsdist 78e1f2
cvsdist 78e1f2
* Tue Jan 7 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.1-14
cvsdist 78e1f2
- Separate /etc/rndc.key to separate file
cvsdist 78e1f2
cvsdist 78e1f2
* Tue Jan 7 2003 Nalin Dahyabhai <nalin@redhat.com> 9.2.1-13
cvsdist 78e1f2
- Use openssl's pkgconfig data, if available, at build-time.
cvsdist 78e1f2
cvsdist 78e1f2
* Mon Jan 6 2003 Daniel Walsh <dwalsh@redhat.com> 9.2.1-12
cvsdist 78e1f2
- Fix log rotate to use service named reload
cvsdist 78e1f2
- Change service named reload to give success/failure message [73770]
cvsdist 78e1f2
- Fix File checking [75710]
cvsdist 78e1f2
- Begin change to automatically run in CHROOT environment
cvsdist 78e1f2
cvsdist 78e1f2
* Tue Dec 24 2002 Daniel Walsh <dwalsh@redhat.com> 9.2.1-10
cvsdist 78e1f2
- Fix startup script to work like all others.
cvsdist 78e1f2
cvsdist 78e1f2
* Mon Dec 16 2002 Daniel Walsh <dwalsh@redhat.com> 9.2.1-9
cvsdist 78e1f2
- Fix configure to build on x86_64 platforms
cvsdist 78e1f2
cvsdist 761f89
* Wed Aug 07 2002 Karsten Hopp <karsten@redhat.de>
jvdias abcbfa
- fix #70583,  doesn't build on IA64
cvsdist 761f89
cvsdist aa0a29
* Tue Jul 30 2002 Karsten Hopp <karsten@redhat.de> 9.2.1-8
cvsdist aa0a29
- bind-utils shouldn't require bind
cvsdist aa0a29
cvsdist aa0a29
* Mon Jul 22 2002 Karsten Hopp <karsten@redhat.de> 9.2.1-7
cvsdist aa0a29
- fix name of pidfine in logrotate script (#68842)
cvsdist aa0a29
- fix owner of logfile in logrotate script (#41391)
cvsdist aa0a29
- fix nslookup and named.conf man pages (output on stderr)
cvsdist aa0a29
  (#63553, #63560, #63561, #54889, #57457)
cvsdist aa0a29
- add rfc1912 (#50005)
cvsdist aa0a29
- gzip all rfc's
cvsdist aa0a29
- fix typo in keygen.c (#54870)
cvsdist aa0a29
- added missing manpages (#64065)
cvsdist aa0a29
- shutdown named properly with rndc stop (#62492)
cvsdist aa0a29
- /sbin/nologin instead of /bin/false (#68607)
cvsdist aa0a29
- move nsupdate to bind-utils (where the manpage already was) (#66209, #66381)
cvsdist aa0a29
- don't kill initscript when rndc fails (reload)    (#58750)
cvsdist 1fcc1a
cvsdist 1fcc1a
cvsdist 1fcc1a
* Mon Jun 24 2002 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.1-5
cvsdist 1fcc1a
- Fix #65975
cvsdist 1fcc1a
cvsdist 1fcc1a
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 1fcc1a
- automated rebuild
cvsdist 1fcc1a
cvsdist 1fcc1a
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 1fcc1a
- automated rebuild
cvsdist 1fcc1a
cvsdist 1fcc1a
* Thu May  9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.1-2
cvsdist 1fcc1a
- Move libisccc, lib isccfg and liblwres from bind-utils to bind,
cvsdist 1fcc1a
  they're not required if you aren't running a nameserver.
cvsdist 1fcc1a
cvsdist 1fcc1a
* Fri May 03 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 1fcc1a
- update to 9.2.1 release
cvsdist 1fcc1a
cvsdist 19ef0a
* Thu Mar 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-8
cvsdist 19ef0a
- Merge 30+ bug fixes from 9.2.1rc1 code
cvsdist 19ef0a
cvsdist a99a1d
* Mon Mar 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-7
cvsdist a99a1d
- Don't exit if /etc/named.conf doesn't exist if we're running
cvsdist a99a1d
  chroot (#60868)
cvsdist a99a1d
- Revert Elliot's changes, we do require specific glibc/glibc-kernheaders
cvsdist a99a1d
  versions or bug #58335 will be back. "It compiles, therefore it works"
cvsdist a99a1d
  isn't always true.
cvsdist a99a1d
cvsdist a99a1d
* Thu Feb 28 2002 Elliot Lee <sopwith@redhat.com> 9.2.0-6
jvdias abcbfa
- Fix BuildRequires (we don't need specific glibc/glibc-kernheaders
cvsdist a99a1d
versions).
cvsdist a99a1d
- Use _smp_mflags
cvsdist a99a1d
cvsdist a99a1d
* Wed Feb 20 2002 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-4
cvsdist a99a1d
- rebuild, require recent autoconf, automake (#58335)
cvsdist a99a1d
cvsdist a99a1d
* Fri Jan 25 2002 Tim Powers <timp@redhat.com>
cvsdist a99a1d
- rebuild against new libssl
cvsdist a99a1d
cvsdist a99a1d
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist a99a1d
- automated rebuild
cvsdist a99a1d
cvsdist 366442
* Tue Nov 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-1
cvsdist 366442
- 9.2.0
cvsdist 366442
cvsdist 366442
* Thu Nov 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-0.rc10.2
cvsdist 366442
- 9.2.0rc10
cvsdist 366442
cvsdist 366442
* Mon Nov  5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-0.rc8.2
cvsdist 366442
- Fix up rndc.conf (#55574)
cvsdist 366442
cvsdist 366442
* Thu Oct 25 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-0.rc8.1
cvsdist 366442
- rc8
cvsdist 366442
- Enforce --enable-threads
cvsdist 366442
cvsdist 366442
* Mon Oct 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-0.rc7.1
cvsdist 366442
- 9.2.0rc7
cvsdist 366442
- Use rndc status for "service named status", it's supposed to actually
cvsdist 366442
  work in 9.2.x.
cvsdist 366442
cvsdist 366442
* Wed Oct  3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-0.rc5.1
cvsdist 366442
- 9.2.0rc5
cvsdist 366442
- Fix rpm --rebuild with ancient libtool versions (#53938, #54257)
cvsdist 366442
cvsdist 366442
* Tue Sep 25 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-0.rc4.1
cvsdist 366442
- 9.2.0rc4
cvsdist 366442
cvsdist 366442
* Fri Sep 14 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.2.0-0.rc3.1
cvsdist 366442
- 9.2.0rc3
cvsdist 366442
- remove ttl patch, I don't think we need this for 8.0.
cvsdist 366442
- remove dig.1.bz2 from the bind8-manpages tar file, 9.2 has a new dig man page
cvsdist 366442
- add lwres* man pages to -devel
cvsdist 3fb109
cvsdist 976b75
* Mon Sep  3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.3-4
cvsdist 976b75
- Make sure /etc/rndc.conf isn't world-readable even after the
cvsdist 976b75
  %post script inserted a random key (#53009)
cvsdist 976b75
cvsdist 0a52a5
* Thu Jul 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.3-3
cvsdist 0a52a5
- Add build dependencies (#49368)
cvsdist 0a52a5
- Make sure running service named start several times doesn't create
cvsdist 0a52a5
  useless processes (#47596)
cvsdist 0a52a5
- Work around the named parent process returning 0 even if the config
cvsdist 0a52a5
  file is broken (it's parsed later by the child processes) (#45484)
cvsdist 0a52a5
cvsdist a93eac
* Mon Jul 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.3-2
cvsdist a93eac
- Don't use rndc status, it's not yet implemented (#48839)
cvsdist a93eac
cvsdist a93eac
* Sun Jul 08 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist a93eac
- update to 9.1.3 release
cvsdist a93eac
cvsdist a93eac
* Tue Jul  3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.3-0.rc3.1
cvsdist a93eac
- Fix up rndc configuration and improve security (#46586)
cvsdist a93eac
cvsdist a93eac
* Tue Jun 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.3-0.rc2.2
cvsdist a93eac
- Sync with caching-nameserver-7.1-6
cvsdist a93eac
cvsdist a93eac
* Mon Jun 25 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.3-0.rc2.1
cvsdist a93eac
- Update to rc2
cvsdist a93eac
cvsdist a93eac
* Fri Jun  1 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.3-0.rc1.3
cvsdist a93eac
- Remove resolv.conf(5) man page, it's now in man-pages
cvsdist a93eac
cvsdist a93eac
* Thu May 31 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.3-0.rc1.2
cvsdist a93eac
- Add named.conf man page from bind 8.x (outdated, but better than nothing,
cvsdist a93eac
  #42732)
cvsdist a93eac
- Rename the rndc key (#42895)
cvsdist a93eac
- Add dnssec* man pages
cvsdist a93eac
cvsdist a93eac
* Mon May 28 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.3-0.rc1.1
cvsdist a93eac
- 9.1.3rc1
cvsdist a93eac
- s/Copyright/License/
cvsdist a93eac
cvsdist a93eac
* Mon May  7 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.2-1
cvsdist a93eac
- 9.1.2 final. No changes between 9.1.2-0.rc1.1 and this one, except for
cvsdist a93eac
  the version number, though.
cvsdist a93eac
cvsdist a93eac
* Thu May  3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.2-0.rc1.1
cvsdist a93eac
- 9.1.2rc1
cvsdist a93eac
cvsdist a93eac
* Thu Mar 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.1-1
cvsdist a93eac
- 9.1.1
cvsdist a93eac
cvsdist aed712
* Thu Mar 15 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.0-10
cvsdist aed712
- Merge fixes from 9.1.1rc5
cvsdist aed712
cvsdist aed712
* Sun Mar 11 2001 Bernhard Rosenkraenzer <bero@redhat.com> 9.1.0-9
cvsdist aed712
- Work around bind 8 -> bind 9 migration problem when using buggy zone files:
cvsdist aed712
  accept zones without a TTL, but spew out a big fat warning. (#31393)
cvsdist aed712
cvsdist aed712
* Thu Mar  8 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- Add fixes from rc4
cvsdist aed712
cvsdist aed712
* Fri Mar  2 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist aed712
- rebuild in new environment
cvsdist aed712
cvsdist aed712
* Thu Mar  1 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- killall -HUP named if rndc reload fails (#30113)
cvsdist aed712
cvsdist aed712
* Tue Feb 27 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- Merge some fixes from 9.1.1rc3
cvsdist aed712
cvsdist aed712
* Tue Feb 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- Don't use the standard rndc key from the documentation, instead, create a random one
cvsdist aed712
  at installation time (#26358)
cvsdist aed712
- Make /etc/rndc.conf readable by user named only, it contains secret keys
cvsdist aed712
cvsdist aed712
* Tue Feb 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- 9.1.1 probably won't be out in time, revert to 9.1.0 and apply fixes
cvsdist aed712
  from 9.1.1rc2
cvsdist aed712
- bind requires bind-utils (#28317)
cvsdist aed712
cvsdist aed712
* Tue Feb 13 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- Update to rc2, fixes 2 more bugs
cvsdist aed712
- Fix build with glibc >= 2.2.1-7
cvsdist aed712
cvsdist aed712
* Thu Feb  8 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- Update to 9.1.1rc1; fixes 17 bugs (14 of them affecting us;
cvsdist aed712
  1 was fixed in a Red Hat patch already, 2 others are portability
cvsdist aed712
  improvements)
cvsdist aed712
cvsdist aed712
* Wed Feb  7 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- Remove initscripts 5.54 requirement (#26489)
cvsdist aed712
cvsdist aed712
* Mon Jan 29 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- Add named-checkconf, named-checkzone (#25170)
cvsdist aed712
Adam Tkac c22f9d
* Mon Jan 29 2001 Trond Eivind Glomsrod <teg@redhat.com>
cvsdist aed712
- use echo, not gprintf
cvsdist aed712
cvsdist aed712
* Wed Jan 24 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- Fix problems with $GENERATE
cvsdist aed712
  Patch from Daniel Roesen <droesen@entire-systems.com>
cvsdist aed712
  Bug #24890
cvsdist aed712
cvsdist aed712
* Thu Jan 18 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- 9.1.0 final
cvsdist aed712
cvsdist aed712
* Sat Jan 13 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- 9.1.0rc1
cvsdist aed712
- i18nify init script
cvsdist aed712
- bzip2 source to save space
cvsdist aed712
cvsdist aed712
* Thu Jan 11 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- Fix %%postun script
cvsdist aed712
cvsdist aed712
* Tue Jan  9 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- 9.1.0b3
cvsdist aed712
cvsdist aed712
* Mon Jan  8 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- Add named.conf man page from bind8 (#23503)
cvsdist aed712
cvsdist aed712
* Sun Jan  7 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- Make /etc/rndc.conf and /etc/sysconfig/named noreplace
cvsdist aed712
- Make devel require bind = %%{version} rather than just bind
cvsdist aed712
cvsdist aed712
* Sun Jan  7 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- Fix init script for real
cvsdist aed712
cvsdist aed712
* Sat Jan  6 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- Fix init script when ROOTDIR is not set
cvsdist aed712
cvsdist aed712
* Thu Jan  4 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- Add hooks for setting up named to run chroot (RFE #23246)
cvsdist aed712
- Fix up requirements
cvsdist aed712
cvsdist aed712
* Fri Dec 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- 9.1.0b2
cvsdist aed712
cvsdist aed712
* Wed Dec 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- Move run files to /var/run/named/ - /var/run isn't writable
cvsdist aed712
  by the user we're running as. (Bug #20665)
cvsdist aed712
cvsdist aed712
* Tue Dec 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- Fix reverse lookups (#22272)
cvsdist aed712
- Run ldconfig in %post utils
cvsdist aed712
cvsdist aed712
* Tue Dec 12 2000 Karsten Hopp <karsten@redhat.de>
cvsdist aed712
- fixed logrotate script (wrong path to kill)
cvsdist aed712
- include header files in -devel package
cvsdist aed712
- bugzilla #22049, #19147, 21606
cvsdist aed712
cvsdist aed712
* Fri Dec  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- 9.1.0b1 (9.1.0 is in our timeframe and less buggy)
cvsdist aed712
cvsdist aed712
* Mon Nov 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- 9.0.1
cvsdist a47288
cvsdist aed712
* Mon Oct 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- Fix initscript (Bug #19956)
cvsdist aed712
- Add sample rndc.conf (Bug #19956)
cvsdist aed712
- Fix build with tar 1.13.18
cvsdist 533e01
cvsdist aed712
* Tue Oct 10 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- Add some missing man pages (taken from bind8) (Bug #18794)
cvsdist 580697
cvsdist aed712
* Sun Sep 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- 9.0.0 final
cvsdist 2f7f4b
cvsdist aed712
* Wed Aug 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- rc5
cvsdist aed712
- fix up nslookup
cvsdist 2f7f4b
cvsdist aed712
* Thu Aug 24 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- rc4
cvsdist 2f7f4b
cvsdist aed712
* Thu Jul 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist aed712
- 9.0.0rc1
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
Adam Tkac c22f9d
* Fri Jun 30 2000 Trond Eivind Glomsrod <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
Adam Tkac c22f9d
* Mon Jun 26 2000 Bernhard Rosenkranzer <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
Adam Tkac c22f9d
* Mon Feb 28 2000 Bernhard Rosenkranzer <bero@redhat.com>
cvsdist 2f7f4b
- Fix TTL (patch from ISC, Bug #9820)
cvsdist 2f7f4b
Adam Tkac c22f9d
* Wed Feb 16 2000 Bernhard Rosenkranzer <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
jvdias abcbfa
* 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>