This commit is contained in:
parent
325b61fe32
commit
67509c2b00
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 30 12:49:37 CEST 2009 - ug@suse.de
|
||||||
|
|
||||||
|
- enabled MySQL DLZ (Dynamically Loadable Zones)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 16 11:13:40 CEST 2009 - ug@suse.de
|
Tue Jun 16 11:13:40 CEST 2009 - ug@suse.de
|
||||||
|
|
||||||
|
526
bind.spec
526
bind.spec
@ -22,10 +22,10 @@ Name: bind
|
|||||||
%define pkg_name bind
|
%define pkg_name bind
|
||||||
%define pkg_vers 9.6.1
|
%define pkg_vers 9.6.1
|
||||||
#BuildRequires: openldap2 openldap2-devel
|
#BuildRequires: openldap2 openldap2-devel
|
||||||
BuildRequires: libcap libcap-devel libxml2-devel openssl openssl-devel
|
BuildRequires: libcap libcap-devel libmysqlclient-devel libxml2-devel openssl openssl-devel
|
||||||
Summary: Domain Name System (DNS) Server (named)
|
Summary: Domain Name System (DNS) Server (named)
|
||||||
Version: 9.6.1
|
Version: 9.6.1
|
||||||
Release: 1
|
Release: 2
|
||||||
%define SDB_LDAP_VERSION 1.0-beta
|
%define SDB_LDAP_VERSION 1.0-beta
|
||||||
License: BSD 3-clause (or similar) ; MIT License (or similar)
|
License: BSD 3-clause (or similar) ; MIT License (or similar)
|
||||||
Group: Productivity/Networking/DNS/Servers
|
Group: Productivity/Networking/DNS/Servers
|
||||||
@ -276,7 +276,8 @@ CONFIGURE_OPTIONS="\
|
|||||||
--enable-threads \
|
--enable-threads \
|
||||||
--with-libtool \
|
--with-libtool \
|
||||||
--enable-runidn \
|
--enable-runidn \
|
||||||
--with-libxml2
|
--with-libxml2 \
|
||||||
|
--with-dlz-mysql
|
||||||
"
|
"
|
||||||
./configure ${CONFIGURE_OPTIONS}
|
./configure ${CONFIGURE_OPTIONS}
|
||||||
%{__make}
|
%{__make}
|
||||||
@ -707,522 +708,3 @@ fi
|
|||||||
%doc %{_mandir}/man5/idnrc.5.gz
|
%doc %{_mandir}/man5/idnrc.5.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jun 16 2009 ug@suse.de
|
|
||||||
- around 50 bugfixes against 9.6.0p1
|
|
||||||
See changelog for details
|
|
||||||
- version 9.6.1
|
|
||||||
* Thu Apr 09 2009 ug@suse.de
|
|
||||||
- not all include files were copied into chroot (bnc#466800)
|
|
||||||
* Tue Mar 03 2009 ug@suse.de
|
|
||||||
- /etc/named.conf does not include /etc/named.d/forwarders.conf
|
|
||||||
by default (bnc#480334)
|
|
||||||
* Wed Feb 18 2009 ug@suse.de
|
|
||||||
- mount /proc into chroot environment to support
|
|
||||||
multi CPU systems (bnc#470828)
|
|
||||||
* Wed Jan 28 2009 ug@suse.de
|
|
||||||
- key names with spaces are allowed by genDDNSkey now
|
|
||||||
(bnc#459739)
|
|
||||||
- a missing /etc/named.conf.include could lead to an
|
|
||||||
error while "restart" (bnc#455888)
|
|
||||||
- version update to 9.6.0-P1
|
|
||||||
- Full NSEC3 support
|
|
||||||
- Automatic zone re-signing
|
|
||||||
- New update-policy methods tcp-self and 6to4-self
|
|
||||||
- The BIND 8 resolver library, libbind, has been removed from the
|
|
||||||
BIND 9 distribution
|
|
||||||
* Wed Dec 10 2008 olh@suse.de
|
|
||||||
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
|
|
||||||
(bnc#437293)
|
|
||||||
* Wed Nov 26 2008 ug@suse.de
|
|
||||||
- fix for removed /etc/named.d directory (bnc#448995)
|
|
||||||
* Tue Nov 11 2008 ro@suse.de
|
|
||||||
- SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf
|
|
||||||
* Thu Oct 30 2008 olh@suse.de
|
|
||||||
- obsolete old -XXbit packages (bnc#437293)
|
|
||||||
* Wed Oct 01 2008 ug@suse.de
|
|
||||||
- should start/stop fixed (bnc#430901)
|
|
||||||
* Fri Sep 05 2008 mrueckert@suse.de
|
|
||||||
- delete the static libraries aswell
|
|
||||||
- added missiong requires to the baselibs.conf
|
|
||||||
* Mon Sep 01 2008 sschober@suse.de
|
|
||||||
- Create and copy /etc/named.conf.include to change root jail. Fix
|
|
||||||
by Frank Hollmann.
|
|
||||||
* Mon Aug 18 2008 ug@suse.de
|
|
||||||
- "should-stop" in lwresd init script fixed
|
|
||||||
* Wed Aug 13 2008 sschober@suse.de
|
|
||||||
- Copy complete /etc/named.d to change root jail (bnc#408145).
|
|
||||||
* Tue Aug 12 2008 ug@suse.de
|
|
||||||
- performance improvement over the P1 releases, namely
|
|
||||||
+ significantly remedying the port allocation issues
|
|
||||||
+ allowing TCP queries and zone transfers while issuing as many
|
|
||||||
outstanding UDP queries as possible
|
|
||||||
+ additional security of port randomization at the same level as P1
|
|
||||||
- also includes fixes for several bugs in the 9.5.0 base code
|
|
||||||
- 9.5.0-P2
|
|
||||||
* Sun Jul 27 2008 aj@suse.de
|
|
||||||
- Remove .la files, they only introduce more problems and require
|
|
||||||
libxml2.la installation.
|
|
||||||
* Wed Jul 16 2008 ug@suse.de
|
|
||||||
- BIND 9.5 offers many new features, including many
|
|
||||||
behind-the-scenes improvements. For the most part, the non-visible
|
|
||||||
features help ISC's customers who have run into the upper-end of
|
|
||||||
what BIND 9.4 could handle.
|
|
||||||
See CHANGES for details
|
|
||||||
- Statistics Counters / server
|
|
||||||
- Cache cleaning enhancements
|
|
||||||
- GSS TSIG
|
|
||||||
- DHCID Resource Record (RR)
|
|
||||||
- Handling EDNS timeouts
|
|
||||||
- version 9.5.0
|
|
||||||
* Mon Jun 09 2008 ug@suse.de
|
|
||||||
- VUL-0: spoofing made easier due to non-random UDP
|
|
||||||
source port VU#800113 (bnc#396963)
|
|
||||||
* Tue May 06 2008 ug@suse.de
|
|
||||||
- capset support fixed (bnc#386653)
|
|
||||||
* Thu Apr 10 2008 ro@suse.de
|
|
||||||
- added baselibs.conf file to build xxbit packages
|
|
||||||
for multilib support
|
|
||||||
* Tue Feb 26 2008 ug@suse.de
|
|
||||||
- root.hint file updated (#361094)
|
|
||||||
* Thu Dec 06 2007 ug@suse.de
|
|
||||||
- version 9.4.2 (more than 50 bugs fixed. See changelog. for details)
|
|
||||||
- root.hint file updated
|
|
||||||
* Thu Jul 26 2007 mt@suse.de
|
|
||||||
- Bug #294403: updated to security release 9.4.1-P1 fixing:
|
|
||||||
CVE-2007-2926: cryptographically weak query ids [RT #16915].
|
|
||||||
CVE-2007-2925: allow-query-cache/allow-recursion default
|
|
||||||
acls not set [RT #16987], [RT #16960].
|
|
||||||
* Sat May 26 2007 ro@suse.de
|
|
||||||
- added ldconfig to postinstall script for bind-libs
|
|
||||||
* Tue May 15 2007 ug@suse.de
|
|
||||||
- added apparmor profile
|
|
||||||
* Wed May 02 2007 ug@suse.de
|
|
||||||
- version 9.4.1
|
|
||||||
- query_addsoa() was being called with a non zone db.
|
|
||||||
[RT #16834]
|
|
||||||
* Fri Mar 30 2007 ug@suse.de
|
|
||||||
- libidnkitres.la moved to bind-libs for runidn
|
|
||||||
* Thu Mar 29 2007 rguenther@suse.de
|
|
||||||
- Package .la files in -devel subpackage.
|
|
||||||
- Do not package useless .la files.
|
|
||||||
- Make -devel package depend on -libs package, not -utils package.
|
|
||||||
* Mon Mar 05 2007 ug@suse.de
|
|
||||||
- SuSEFirewall service file added (#246920)
|
|
||||||
fate #300687
|
|
||||||
* Tue Feb 27 2007 ug@suse.de
|
|
||||||
- version 9.3.4 to 9.4.0
|
|
||||||
- too many changes to list them all here. Please see
|
|
||||||
the CHANGELOG for details
|
|
||||||
- LDAP backend dropped
|
|
||||||
* Thu Jan 25 2007 ug@suse.de
|
|
||||||
- Bug #238634
|
|
||||||
- [security] Serialise validation of type ANY responses. [RT #16555]
|
|
||||||
- [security] It was possible to dereference a freed fetch
|
|
||||||
context. [RT #16584]
|
|
||||||
- version 9.3.3 to 9.3.4
|
|
||||||
* Fri Jan 19 2007 ug@suse.de
|
|
||||||
- version 9.3.2 to 9.3.3
|
|
||||||
- lots of bugfixes (see changelog for details)
|
|
||||||
* Tue Jan 02 2007 ug@suse.de
|
|
||||||
- load of bind during boot fails if ip-up starts
|
|
||||||
modify_resolvconf at the same time (#221948)
|
|
||||||
* Fri Nov 10 2006 ug@suse.de
|
|
||||||
- security fix (#218303)
|
|
||||||
workarounds OpenSSL's recently
|
|
||||||
discovered RSA signature verification issue (CVE-2006-4339) by using
|
|
||||||
the exponent 65537 (0x10001) instead of the widely used 3.
|
|
||||||
* Tue Oct 17 2006 poeml@suse.de
|
|
||||||
- there is no SuSEconfig.syslog script anymore, thus remove the
|
|
||||||
YaST hint from the sysconfig template
|
|
||||||
* Mon Oct 16 2006 ug@suse.de
|
|
||||||
- typo in sysconfig file fixed (#212337)
|
|
||||||
* Fri Sep 01 2006 ug@suse.de
|
|
||||||
- security fix
|
|
||||||
Bug #201424 VUL-0: bind: two denial-of-service attacks
|
|
||||||
VU#697164
|
|
||||||
BIND INSIST failure due to excessive recursive queries
|
|
||||||
VU#915404
|
|
||||||
BIND assertion failure during SIG query processing
|
|
||||||
* Tue Aug 15 2006 ug@suse.de
|
|
||||||
- update messages removed
|
|
||||||
* Fri Aug 04 2006 ug@suse.de
|
|
||||||
- moved the la files to bind-utils
|
|
||||||
(#182448)
|
|
||||||
* Thu Jul 06 2006 ug@suse.de
|
|
||||||
- fix for the nsupdate man page (#92730)
|
|
||||||
thanx to Werner
|
|
||||||
* Wed May 17 2006 ug@suse.de
|
|
||||||
- fix for ldapdump script (#175587)
|
|
||||||
* Mon Mar 13 2006 ug@suse.de
|
|
||||||
- typos fixed (#157611)
|
|
||||||
* Wed Feb 08 2006 ug@suse.de
|
|
||||||
- fixed #148527
|
|
||||||
a broken symlink in the chroot jail is in the way
|
|
||||||
* Fri Jan 27 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Wed Jan 25 2006 ug@suse.de
|
|
||||||
- fixed #145169
|
|
||||||
(follow symlinks during chroot jail creation)
|
|
||||||
* Sat Jan 14 2006 schwab@suse.de
|
|
||||||
- Don't remove sources.
|
|
||||||
* Mon Jan 02 2006 ug@suse.de
|
|
||||||
- version update from 9.3.1 to 9.3.2
|
|
||||||
* Mon Nov 21 2005 ug@suse.de
|
|
||||||
- fixed an insecure tmp file bug in the
|
|
||||||
named-bootconf.sh contrib script
|
|
||||||
* Mon Sep 26 2005 ro@suse.de
|
|
||||||
- added LDAP_DEPRECATED to CFLAGS
|
|
||||||
* Fri Jul 22 2005 lmuelle@suse.de
|
|
||||||
- Copy the right default file if /etc/sysconfig/named is missing while
|
|
||||||
calling the lwresd init script; [#97187].
|
|
||||||
* Fri Jun 17 2005 ug@suse.de
|
|
||||||
- compilation with -fpie and -pie now
|
|
||||||
which makes it harder to use
|
|
||||||
exploits with fixed memory addresses.
|
|
||||||
* Wed Apr 13 2005 mls@suse.de
|
|
||||||
- fix SLP registration
|
|
||||||
* Fri Mar 25 2005 schwab@suse.de
|
|
||||||
- Fix leak in lwres library [#74529].
|
|
||||||
* Fri Mar 11 2005 ug@suse.de
|
|
||||||
- version update from 9.3.0 to 9.3.1
|
|
||||||
- fixed bug #72153
|
|
||||||
lwresd doesn't notice if name server is
|
|
||||||
unreachable and times out
|
|
||||||
* Fri Mar 11 2005 ug@suse.de
|
|
||||||
- rndc dropped from the lwresd init script
|
|
||||||
it conflicts with a running bind
|
|
||||||
* Mon Mar 07 2005 ug@suse.de
|
|
||||||
- lwresd init script "status" changed.
|
|
||||||
rndc is not used anymore
|
|
||||||
* Wed Feb 16 2005 ug@suse.de
|
|
||||||
- lwresd name string changed (just beautify)
|
|
||||||
* Fri Feb 04 2005 ug@suse.de
|
|
||||||
- changed the "insserv" behaviour on updates
|
|
||||||
- fixed empty lwresd.conf file in chroot env.
|
|
||||||
* Thu Feb 03 2005 ug@suse.de
|
|
||||||
- empty lwresd.conf file fix (Bug #49081)
|
|
||||||
- lwresd is on by default now during boot
|
|
||||||
* Fri Jan 21 2005 ug@suse.de
|
|
||||||
- sdb-ldap activated (ldapdb.c version from 16.01.2005)
|
|
||||||
- fixed security problem bug #49927 - remote denial-of-service
|
|
||||||
An incorrect assumption in the validator (authvalidated)
|
|
||||||
can result in a REQUIRE (internal consistancy) test failing
|
|
||||||
and named exiting.
|
|
||||||
* Tue Nov 30 2004 ug@suse.de
|
|
||||||
- fixed #48659
|
|
||||||
"rclwresd status" answered with OKAY even if only bind was running
|
|
||||||
"rcnamed status" answered with OKAY even if only lwresd was running
|
|
||||||
* Fri Nov 19 2004 ug@suse.de
|
|
||||||
- SLP support via /etc/slp.reg.d/bind.reg file added
|
|
||||||
* Thu Nov 04 2004 ug@suse.de
|
|
||||||
- version update to 9.3.0
|
|
||||||
- ldapdump script bug fixed (#44452)
|
|
||||||
- dnssec-makekeyset and dnssec-signkey activated
|
|
||||||
in Makefile of bin/dnssec/
|
|
||||||
* Wed Oct 13 2004 lmuelle@suse.de
|
|
||||||
- Add condrestart to the named init script and use same code as in skeleton to
|
|
||||||
restart.
|
|
||||||
- Enhance check if named or lwresd are still running if the init script is
|
|
||||||
called with stop.
|
|
||||||
* Mon Sep 27 2004 lmuelle@suse.de
|
|
||||||
- Update to version 9.2.4.
|
|
||||||
- Use defines for named user and group settings.
|
|
||||||
- Add PreReq groupadd and useradd to the chrootenv and lwresd package,
|
|
||||||
[#46050].
|
|
||||||
- Ensure to remove temp sysconfig file in %%post.
|
|
||||||
- Remove warning from createNamedConfInclude script if a file is already
|
|
||||||
included in /etc/named.conf as we take care of such include statements in
|
|
||||||
the named init script anyway.
|
|
||||||
- Remove NAMED_CONF_INCLUDE_FILES fillup from include statements of
|
|
||||||
/etc/named.conf in the %%post of the bind package by the same reason.
|
|
||||||
* Sat Sep 18 2004 lmuelle@suse.de
|
|
||||||
- Add all filenames from include statements of named.conf to
|
|
||||||
NAMED_CONF_INCLUDE_FILES in the named init script, [#40610].
|
|
||||||
* Thu Sep 16 2004 lmuelle@suse.de
|
|
||||||
- Add $remote_fs to Required-Start and Required-Stop of lwresd init script.
|
|
||||||
- Add Provides: dns_daemon to the lwresd package.
|
|
||||||
- Remove $time from Should-Start and Should-Stop, [#45433].
|
|
||||||
* Wed Sep 15 2004 lmuelle@suse.de
|
|
||||||
- Remove conflicts from bind and bind-lwrewsd package, [#45335].
|
|
||||||
- Use rndc in lwresd init script if rndc is available.
|
|
||||||
* Thu Sep 09 2004 lmuelle@suse.de
|
|
||||||
- Create /etc/rndc.key if bind-lwresd is installed and we install bind-utils
|
|
||||||
or if bind-utils is installed and we install bind-lwresd.
|
|
||||||
- Use 0644 instead of 0640 for the named.conf file.
|
|
||||||
- Split bind-doc from bind-utils.
|
|
||||||
- Use one sysconfig file for lwresd and named.
|
|
||||||
- Split common named and lwresd sysconfig settings from them unique to named.
|
|
||||||
- Rename lwres to bind-lwresd and lwres-devel to bind-libs.
|
|
||||||
- Ensure to create user and group 'named' in the %%pre of bind-lwresd and
|
|
||||||
bind-chrootenv.
|
|
||||||
* Tue Sep 07 2004 lmuelle@suse.de
|
|
||||||
- Remove %%run_ldconfig from %%post of the bind package.
|
|
||||||
- Move vendor files to an own tar ball.
|
|
||||||
- Create new sub packages lwres, lwres-devel, and bind-chrootenv, [#44711].
|
|
||||||
- Use new update message mechanism, [#44344].
|
|
||||||
* Sun Jun 20 2004 lmuelle@suse.de
|
|
||||||
- Quote definition of NOM_PATH_FILE in configure.in.
|
|
||||||
* Mon May 31 2004 lmuelle@suse.de
|
|
||||||
- Add BIND.desktop file for SuSEhelp.
|
|
||||||
* Wed May 19 2004 lmuelle@suse.de
|
|
||||||
- Add -d, directroy option to genDDNSkey [#40786].
|
|
||||||
- Update ldapdump to version 1.1. This Version has better keyfile checks and
|
|
||||||
throws an error message if a keyfile can't be found, instead of just barfing
|
|
||||||
perl errors.
|
|
||||||
* Wed May 12 2004 lmuelle@suse.de
|
|
||||||
- Update ldapdump; don't use .zone suffix for zone files.
|
|
||||||
* Wed Apr 28 2004 lmuelle@suse.de
|
|
||||||
- Add /etc/openldap/schema/dnszone.schema to the bind-utils package.
|
|
||||||
- Add /usr/share/bind/ldapdump to the bind package.
|
|
||||||
- Add idnkit programs and libraries.
|
|
||||||
- Add idn patches for dig, host, and nslookup.
|
|
||||||
- Ensure to call functions initializeNamed, checkAndCopyConfigFiles, and
|
|
||||||
namedCheckConf in the named init script only one time.
|
|
||||||
Let namedCheckConf check the configuration inside the chroot.
|
|
||||||
- Check all configuration files in named init script while called with probe.
|
|
||||||
- Add NAMED_INITIALIZE_SCRIPTS to sysconfig.named. This allows to call
|
|
||||||
arbitrary scripts before named is started, restarted, or reloaded.
|
|
||||||
Therewith it's also possible to disable createNamedConfInclude entirely.
|
|
||||||
- createNamedConfInclude always overwrite .SuSEconfig file [#33768].
|
|
||||||
- Rename SuSEconfig.named to createNamedConfInclude and move it to
|
|
||||||
/usr/share/bind.
|
|
||||||
* Sat Mar 13 2004 schwab@suse.de
|
|
||||||
- Fix path to docs in sample named.conf.
|
|
||||||
* Tue Feb 24 2004 poeml@suse.de
|
|
||||||
- add genDDNSkey to bind-utils (formerly in dhcp-server package)
|
|
||||||
- allow --keyfile and --keyname to be used with genDDNSkey, and
|
|
||||||
allow using /dev/urandom to avoid blocking
|
|
||||||
- in the init script, use rndc (if possible) in order to shut down,
|
|
||||||
so named will flush pending changes to dynamical zones
|
|
||||||
- when restarting named, make sure it is stopped before trying to
|
|
||||||
start it again [#34937]
|
|
||||||
- update root zone (dated Jan 29, 2004)
|
|
||||||
* Thu Feb 12 2004 kukuk@suse.de
|
|
||||||
- Fix group of named.conf.include in filelist
|
|
||||||
- Build with -fno-strict-aliasing
|
|
||||||
* Wed Oct 15 2003 lmuelle@suse.de
|
|
||||||
- update to version 9.2.3; includes the new zone type "delegation-only" to
|
|
||||||
foil Verisign's sitefinder games
|
|
||||||
- move root.hint to an extra source file, named.root
|
|
||||||
- use /etc/named.d and /var/lib/named/master directory in the example
|
|
||||||
configuration from the sample-config directory
|
|
||||||
- supress superfluous warning in SuSEconfig.named if /etc/named.conf.include
|
|
||||||
is empty
|
|
||||||
- create /etc/rndc.key in the init script if it's missing
|
|
||||||
- call namedCheckConf after checkAndCopyConfigFiles to allow us to start named
|
|
||||||
after checkAndCopyConfigFiles fixed a problem
|
|
||||||
- call SuSEconfig -module named not direct in the init script
|
|
||||||
- add norootforbuild to the spec file
|
|
||||||
- set owner of /etc/named.d and /etc/named.d/rndc-access.conf to root:
|
|
||||||
- add additional x while testing strings in the init script
|
|
||||||
- always include /etc/rndc.key in rndc-access.conf
|
|
||||||
- remove absolet stdtime.diff
|
|
||||||
- remove ip6rev.diff, as one part is included upstream and the other isn't
|
|
||||||
possible any longer
|
|
||||||
* Wed Oct 08 2003 schwab@suse.de
|
|
||||||
- Fix typo in last change.
|
|
||||||
* Mon Sep 29 2003 kukuk@suse.de
|
|
||||||
- Create named.conf.include if it does not exist [Bug #31683]
|
|
||||||
- Don't add rndc-access.conf at update [Bug #31696]
|
|
||||||
* Fri Sep 19 2003 kukuk@suse.de
|
|
||||||
- Fix all useradd calls
|
|
||||||
* Mon Sep 15 2003 kukuk@suse.de
|
|
||||||
- Fix Requires and Provides [Bug #30717]
|
|
||||||
* Fri Aug 29 2003 kukuk@suse.de
|
|
||||||
- Call useradd with -r for system accounts [Bug #29611]
|
|
||||||
* Thu Aug 28 2003 lmuelle@suse.de
|
|
||||||
- call sbin/SuSEconfig --module named and not directly the script in the %%post
|
|
||||||
section
|
|
||||||
- check if rndc is accessible in the init script
|
|
||||||
* Tue Aug 26 2003 lmuelle@suse.de
|
|
||||||
- add Config: syslog-ng to sysconfig.syslog-named
|
|
||||||
* Sat Aug 23 2003 lmuelle@suse.de
|
|
||||||
- add NAMED_ARGS to sysconfig.named
|
|
||||||
- use -r /dev/urandom while calling rndc-confgen in the post section
|
|
||||||
* Thu Aug 21 2003 lmuelle@suse.de
|
|
||||||
- rename package from bind9 to bind
|
|
||||||
- add stop_on_removal and restart_on_update macros to preun and postun section
|
|
||||||
fix bug #29048
|
|
||||||
- add default /etc/named.d/rndc-access.conf
|
|
||||||
- add SuSEconfig.named
|
|
||||||
- add all included files to NAMED_CONF_INCLUDE_FILES of /etc/sysconfig/named
|
|
||||||
while update if NAMED_CONF_INCLUDE_FILES is empty
|
|
||||||
- add additional sysconfig meta data
|
|
||||||
- remove -u from the copy in prepare_chroot() of the init script due to
|
|
||||||
the rist of a wrong system time
|
|
||||||
- unify init scripts; add one space at the end to all echos
|
|
||||||
- document new features in the README.{SuSE,UnitedLinux}
|
|
||||||
- fix bug #28585
|
|
||||||
* Mon May 26 2003 lmuelle@suse.de
|
|
||||||
- add -u to copy in prepare_chroot() of the init script, #25687
|
|
||||||
- fix output format in init script
|
|
||||||
* Fri Apr 11 2003 mludvig@suse.cz
|
|
||||||
- Make nibble queries instead of bitstring ones for IPv6 addresses.
|
|
||||||
- Differentiate between 6bone (3ffe::/16, .ip6.int) and other
|
|
||||||
addresses (!3ffe::/16, ip6.arpa).
|
|
||||||
* Wed Mar 12 2003 lmuelle@suse.de
|
|
||||||
- fix try-restart part of init skript
|
|
||||||
- set PATH to "/sbin:/usr/sbin:/bin:/usr/bin", #21295
|
|
||||||
* Mon Mar 10 2003 lmuelle@suse.de
|
|
||||||
- remove %%ghost from /var/lib/named/var/log
|
|
||||||
* Mon Mar 10 2003 lmuelle@suse.de
|
|
||||||
- add null logging for lame-servers to logging example in named.conf
|
|
||||||
- fix file section
|
|
||||||
- change /var/run/named to a sym link pointing to /var/lib/named/var/run/named,
|
|
||||||
[#24768]
|
|
||||||
* Wed Mar 05 2003 lmuelle@suse.de
|
|
||||||
- remove empty.zone due to possibility of CIDR addressing
|
|
||||||
- remove rndc.conf; rndc also uses rndc.key, fix bug #17751
|
|
||||||
- create rndc.key with 512bit sized key in %%post
|
|
||||||
- remove %%pre of utils package
|
|
||||||
- create additional sub directories log, dyn and master in /var/lib/named
|
|
||||||
- add a non active logging example to named.conf
|
|
||||||
* Tue Mar 04 2003 lmuelle@suse.de
|
|
||||||
- update to version 9.2.2; maintenance/ bugfix release
|
|
||||||
* Sat Mar 01 2003 ro@suse.de
|
|
||||||
- also create named user/group in utils preinstall
|
|
||||||
* Fri Feb 28 2003 ro@suse.de
|
|
||||||
- create named user/group in preinstall and install
|
|
||||||
* Thu Feb 27 2003 lmuelle@suse.de
|
|
||||||
- set /etc/named.conf to root:named and 0640
|
|
||||||
- add an example to additional info mail for dynamic updates
|
|
||||||
- add more information to the README
|
|
||||||
- add sysconfig file for chroot jail; default is yes
|
|
||||||
- add chroot features to init script for start and reload
|
|
||||||
* Mon Feb 24 2003 lmuelle@suse.de
|
|
||||||
- add separate binaries to PreReq
|
|
||||||
- add --localstatedir=/var to configure call
|
|
||||||
- add and autocreate /etc/rndc.{conf,key}
|
|
||||||
- move rndc binaries and man pages to utils package
|
|
||||||
- fix %%post in case of update
|
|
||||||
- set ownership of /var/lib/named to root:
|
|
||||||
- add a README
|
|
||||||
- fix init script to return correspondig message to checkproc return code
|
|
||||||
- remove umlauts from %%post mail
|
|
||||||
- add additional info mail about ownership of /var/lib/named if journal files
|
|
||||||
are used
|
|
||||||
* Mon Feb 17 2003 lmuelle@suse.de
|
|
||||||
- update bind9 to version 9.2.1
|
|
||||||
- move /var/named to /var/lib/named
|
|
||||||
- remove obsolete patches (bison, ltconfig_ppc64, manpages, security)
|
|
||||||
* Wed Nov 13 2002 ro@suse.de
|
|
||||||
- fix build with current bison (end all rules with ";")
|
|
||||||
* Sat Sep 07 2002 kukuk@suse.de
|
|
||||||
- Fix running bind9 as user named [Bug #18417]
|
|
||||||
* Mon Aug 19 2002 ro@suse.de
|
|
||||||
- added prereqs (#17807)
|
|
||||||
* Mon Aug 19 2002 okir@suse.de
|
|
||||||
- Added patch to make named run as non-root user
|
|
||||||
- added "-u named" option to init script invocation of named
|
|
||||||
* Sun Jul 28 2002 kukuk@suse.de
|
|
||||||
- Remove yacc from neededforbuild
|
|
||||||
* Sat Jul 27 2002 adrian@suse.de
|
|
||||||
- add %%run_ldconfig
|
|
||||||
* Mon Jul 22 2002 kukuk@suse.de
|
|
||||||
- Move .so symlinks to devel package
|
|
||||||
- Move liblwres shared library to utils package
|
|
||||||
- make lib64 clean
|
|
||||||
* Wed Jul 10 2002 olh@suse.de
|
|
||||||
- hack ltconfig for ppc64 to build shared libs
|
|
||||||
* Wed Jul 10 2002 draht@suse.de
|
|
||||||
- move /usr/bin/nsupdate to bindutil (#16944)
|
|
||||||
* Mon Jun 03 2002 okir@suse.de
|
|
||||||
- Applied security fix for remote DoS (CERT VU#739123)
|
|
||||||
* Fri Dec 14 2001 ro@suse.de
|
|
||||||
- removed START_NAMED
|
|
||||||
* Wed Sep 05 2001 pthomas@suse.de
|
|
||||||
- Fix incorrect .so references in lwres manpages.
|
|
||||||
* Sun Aug 12 2001 kukuk@suse.de
|
|
||||||
- Fix path to perl interpreter
|
|
||||||
* Wed Jul 04 2001 bodammer@suse.de
|
|
||||||
- Update to bind-9.1.3 (release)
|
|
||||||
- Config-files moved away from bind-9.1.3.dif
|
|
||||||
* Mon Jul 02 2001 bodammer@suse.de
|
|
||||||
- update to bind-9.1.3rc3
|
|
||||||
- "Implicit declaration of function time" in context.c fixed
|
|
||||||
* Mon Jun 25 2001 bodammer@suse.de
|
|
||||||
- update to bind-9.1.3rc2
|
|
||||||
* Tue May 29 2001 bodammer@suse.de
|
|
||||||
- update to bind-9.1.3rc1
|
|
||||||
* Thu May 10 2001 bodammer@suse.de
|
|
||||||
- initscript fix: don't start bind in runlevel 2 [bug #7956]
|
|
||||||
* Tue May 08 2001 mfabian@suse.de
|
|
||||||
- bzip2 sources
|
|
||||||
* Tue May 08 2001 bodammer@suse.de
|
|
||||||
- install a new named.conf with comments
|
|
||||||
* Mon May 07 2001 bodammer@suse.de
|
|
||||||
- update to bind-9.1.2 (release)
|
|
||||||
* Tue Apr 24 2001 bodammer@suse.de
|
|
||||||
- little modification to named.conf
|
|
||||||
* Thu Mar 29 2001 bodammer@suse.de
|
|
||||||
- update to bind-9.1.1 (release)
|
|
||||||
* Tue Mar 27 2001 bodammer@suse.de
|
|
||||||
- update to bind-9.1.1rc7
|
|
||||||
* Fri Mar 23 2001 bodammer@suse.de
|
|
||||||
- update to bind-9.1.1rc6
|
|
||||||
* Thu Mar 15 2001 bodammer@suse.de
|
|
||||||
- update to bind-9.1.1rc5
|
|
||||||
- new initscript more LSB conform
|
|
||||||
* Mon Mar 12 2001 bodammer@suse.de
|
|
||||||
- update to bind-9.1.1rc4
|
|
||||||
* Tue Feb 27 2001 bodammer@suse.de
|
|
||||||
- initscript fix: now checks for a running named
|
|
||||||
* Tue Feb 27 2001 bodammer@suse.de
|
|
||||||
- update to bind-9.1.1rc3
|
|
||||||
* Thu Feb 15 2001 sf@suse.de
|
|
||||||
- added suse_update_config
|
|
||||||
* Wed Feb 14 2001 bodammer@suse.de
|
|
||||||
- update to bind-9.1.1rc2
|
|
||||||
* Mon Feb 12 2001 bodammer@suse.de
|
|
||||||
- subpackages bind9-util and bind9-devel created
|
|
||||||
* Thu Feb 08 2001 bodammer@suse.de
|
|
||||||
- update to bind-9.1.1rc1
|
|
||||||
- missing headerfile included in stdtime.c
|
|
||||||
* Thu Jan 18 2001 bodammer@suse.de
|
|
||||||
- update to bind-9.1.0
|
|
||||||
* Tue Nov 28 2000 bodammer@suse.de
|
|
||||||
- Fix location of rcscript
|
|
||||||
* Fri Nov 24 2000 ro@suse.de
|
|
||||||
- added insserv calls
|
|
||||||
* Thu Nov 23 2000 bodammer@suse.de
|
|
||||||
- rcscript update
|
|
||||||
* Mon Nov 13 2000 bodammer@suse.de
|
|
||||||
- update to bind-9.0.1
|
|
||||||
* Fri Oct 06 2000 kukuk@suse.de
|
|
||||||
- change group tag
|
|
||||||
* Mon Sep 18 2000 bodammer@suse.de
|
|
||||||
- update to bind-9.0.0 ( first release version )
|
|
||||||
* Wed Aug 30 2000 bodammer@suse.de
|
|
||||||
- update to bind-9.0.0rc5
|
|
||||||
* Wed Aug 16 2000 bodammer@suse.de
|
|
||||||
- update to bind-9.0.0rc3
|
|
||||||
* Thu Aug 10 2000 bodammer@suse.de
|
|
||||||
- update to bind-9.0.0rc2
|
|
||||||
- nslookup renamed to nslookup9
|
|
||||||
* Thu Jul 13 2000 bodammer@suse.de
|
|
||||||
- update to bind-9.0.0rc1 (release candidate)
|
|
||||||
* Mon Jul 03 2000 bodammer@suse.de
|
|
||||||
- update to bind-9.0.0b5
|
|
||||||
- host renamed to host9
|
|
||||||
* Fri Jun 16 2000 bodammer@suse.de
|
|
||||||
- update to bind-9.0.0b4
|
|
||||||
* Thu May 25 2000 bodammer@suse.de
|
|
||||||
- dig renamed to dig9 to avoid conflicts with dig from bindutil
|
|
||||||
- libtool-fix added
|
|
||||||
- option -f added to suse_update_config-macro
|
|
||||||
* Wed May 24 2000 bodammer@suse.de
|
|
||||||
- update to bind-9.0.0b3
|
|
||||||
- configure option added to build shared libraries
|
|
||||||
* Mon May 15 2000 schwab@suse.de
|
|
||||||
- Update config files.
|
|
||||||
- Fix 64-bit bug.
|
|
||||||
* Fri May 12 2000 bodammer@suse.de
|
|
||||||
- update to bind9-snap-20000510
|
|
||||||
* Tue May 02 2000 bodammer@suse.de
|
|
||||||
- update to bind9-snap-20000427a
|
|
||||||
* Wed Apr 19 2000 bodammer@suse.de
|
|
||||||
- update to bind9-snap-20000414
|
|
||||||
* Tue Mar 28 2000 bodammer@suse.de
|
|
||||||
- update to bind-9.0.0b2
|
|
||||||
* Mon Feb 07 2000 bodammer@suse.de
|
|
||||||
- first public beta version bind-9.0.0b1
|
|
||||||
|
Loading…
Reference in New Issue
Block a user