Accepting request 116455 from network
- many dnssec fixes and features (too many to list them here, check the changelog) - improved startup time - improved scalability - Added support for Uniform Resource Identifier (URI) resource records - Local copies of slave zones are now saved in raw format by default to improve startup performance BIND 9.9 changes the default storage format for slave zone files from text to raw. Because named's behavior when a slave server cannot read or parse a zone file is to move the offending file out of the way and retransfer the zone, slave servers that are updated from a pre-9.9.0 version of BIND and which have existing copies of slave zone data may wind up with extraneous copies of zone data stored, as the existing text-format zone file copies will be moved aside to filenames of the format db-###### and journal files to the format jn-###### (where # represents a hexadecimal digit.) - many many bugfixes. Please read changelog for details - fixed handling of TXT records in ldapdump (bnc#743758) - 9.9.0 OBS-URL: https://build.opensuse.org/request/show/116455 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=76
This commit is contained in:
commit
7a81ccba38
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:867fdd52d3436c6ab6d357108d7f9eaaf03f1422652e6e61c742816ff7f87929
|
||||
size 8451969
|
3
bind-9.9.0.tar.gz
Normal file
3
bind-9.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:814f8783494d0d8eca33341244f227b3ea51ca3559191a26f28723baa494996d
|
||||
size 7114050
|
26
bind.changes
26
bind.changes
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 4 17:01:24 CEST 2012 - ug@suse.de
|
||||
|
||||
- many dnssec fixes and features (too many to list them
|
||||
here, check the changelog)
|
||||
- improved startup time
|
||||
- improved scalability
|
||||
- Added support for Uniform Resource Identifier (URI) resource
|
||||
records
|
||||
- Local copies of slave zones are now saved in raw format by
|
||||
default to improve startup performance
|
||||
BIND 9.9 changes the default storage format for slave zone
|
||||
files from text to raw. Because named's behavior when a slave
|
||||
server cannot read or parse a zone file is to move the offending
|
||||
file out of the way and retransfer the zone, slave servers
|
||||
that are updated from a pre-9.9.0 version of BIND and which
|
||||
have existing copies of slave zone data may wind up with
|
||||
extraneous copies of zone data stored, as the existing
|
||||
text-format zone file copies will be moved aside to filenames
|
||||
of the format db-###### and journal files to the format
|
||||
jn-###### (where # represents a hexadecimal digit.)
|
||||
- many many bugfixes. Please read changelog for details
|
||||
- fixed handling of TXT records in ldapdump
|
||||
(bnc#743758)
|
||||
- 9.9.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 10:44:33 UTC 2012 - coolo@suse.com
|
||||
|
||||
|
11
bind.spec
11
bind.spec
@ -16,9 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: bind
|
||||
%define pkg_name bind
|
||||
%define pkg_vers 9.8.1-P1
|
||||
%define pkg_vers 9.9.0
|
||||
BuildRequires: krb5-devel
|
||||
BuildRequires: libcap
|
||||
BuildRequires: libcap-devel
|
||||
@ -32,7 +33,7 @@ BuildRequires: update-desktop-files
|
||||
Summary: Domain Name System (DNS) Server (named)
|
||||
License: BSD-3-Clause ; MIT
|
||||
Group: Productivity/Networking/DNS/Servers
|
||||
Version: 9.8.1P1
|
||||
Version: 9.9.0
|
||||
Release: 0
|
||||
Provides: dns_daemon bind8 bind9
|
||||
Obsoletes: bind8 bind9
|
||||
@ -50,8 +51,8 @@ Patch2: pid-path.diff
|
||||
Patch4: perl-path.diff
|
||||
Patch51: pie_compile.diff
|
||||
Patch52: named-bootconf.diff
|
||||
Patch70: dlz_compile.diff
|
||||
Patch100: configure.in.diff2
|
||||
Patch110: workaround-compile-problem.diff
|
||||
Source60: dlz-schema.txt
|
||||
%if %ul_version >= 1
|
||||
%define VENDOR UL
|
||||
@ -185,7 +186,7 @@ Name Domain (BIND) DNS server is found in the package named bind.
|
||||
%if 0%{?suse_version} <= 1010
|
||||
%patch100 -p1
|
||||
%endif
|
||||
%patch70 -p0
|
||||
%patch110 -p0
|
||||
# modify settings of some files regarding to OS version and vendor
|
||||
function replaceStrings()
|
||||
{
|
||||
@ -328,7 +329,7 @@ cp -a vendor-files/docu/README ${RPM_BUILD_ROOT}/%{_defaultdocdir}/bind/README.%
|
||||
cp -a vendor-files/docu/dnszonehowto.html contrib/sdb/ldap/
|
||||
mkdir -p vendor-files/config/ISC-examples
|
||||
cp -a bin/tests/*.conf* vendor-files/config/ISC-examples
|
||||
for file in CHANGES COPYRIGHT README FAQ version contrib doc/{arm,draft,misc,rfc} vendor-files/config; do
|
||||
for file in CHANGES COPYRIGHT README FAQ version contrib doc/{arm,misc} vendor-files/config; do
|
||||
basename=$( basename ${file})
|
||||
cp -a ${file} ${RPM_BUILD_ROOT}/%{_defaultdocdir}/bind/${basename}
|
||||
echo "%doc %{_defaultdocdir}/bind/${basename}" >>filelist-bind-doc
|
||||
|
@ -1,13 +0,0 @@
|
||||
Index: contrib/dlz/drivers/sdlz_helper.c
|
||||
===================================================================
|
||||
--- contrib/dlz/drivers/sdlz_helper.c.orig
|
||||
+++ contrib/dlz/drivers/sdlz_helper.c
|
||||
@@ -50,7 +50,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
-#ifdef DLZ
|
||||
+#ifdef CONTRIB_DLZ
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81846ad3a3c44467009edfe3e5da8d74084631326690f4d5b785f4dcec2b2257
|
||||
size 20777
|
||||
oid sha256:4331b9602056bdb2124534fd178250511dda7caae6cf7ef1b5a92241da522fc4
|
||||
size 20828
|
||||
|
11
workaround-compile-problem.diff
Normal file
11
workaround-compile-problem.diff
Normal file
@ -0,0 +1,11 @@
|
||||
--- bin/tests/system/Makefile.in
|
||||
+++ bin/tests/system/Makefile.in 2012/05/04 14:43:22
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
@BIND9_MAKE_INCLUDES@
|
||||
|
||||
-SUBDIRS = dlzexternal filter-aaaa lwresd rpz tkey tsiggss
|
||||
+SUBDIRS = filter-aaaa lwresd rpz tkey tsiggss
|
||||
TARGETS =
|
||||
|
||||
@BIND9_MAKE_RULES@
|
Loading…
Reference in New Issue
Block a user