From 91f038d7f6ea134c8ef874a9db6748470df4607b221e31355c9abadce7f21bee Mon Sep 17 00:00:00 2001 From: Uwe Gansert Date: Fri, 4 May 2012 15:07:18 +0000 Subject: [PATCH] version 9.9.0 OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=83 --- bind-9.8.1-P1.tar.gz | 3 --- bind-9.9.0.tar.gz | 3 +++ bind.changes | 26 ++++++++++++++++++++++++++ bind.spec | 11 ++++++----- dlz_compile.diff | 13 ------------- vendor-files.tar.bz2 | 4 ++-- workaround-compile-problem.diff | 11 +++++++++++ 7 files changed, 48 insertions(+), 23 deletions(-) delete mode 100644 bind-9.8.1-P1.tar.gz create mode 100644 bind-9.9.0.tar.gz delete mode 100644 dlz_compile.diff create mode 100644 workaround-compile-problem.diff diff --git a/bind-9.8.1-P1.tar.gz b/bind-9.8.1-P1.tar.gz deleted file mode 100644 index bf0f184..0000000 --- a/bind-9.8.1-P1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:867fdd52d3436c6ab6d357108d7f9eaaf03f1422652e6e61c742816ff7f87929 -size 8451969 diff --git a/bind-9.9.0.tar.gz b/bind-9.9.0.tar.gz new file mode 100644 index 0000000..356e942 --- /dev/null +++ b/bind-9.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:814f8783494d0d8eca33341244f227b3ea51ca3559191a26f28723baa494996d +size 7114050 diff --git a/bind.changes b/bind.changes index 3f32b81..80267f1 100644 --- a/bind.changes +++ b/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 diff --git a/bind.spec b/bind.spec index ee0f1c0..1065240 100644 --- a/bind.spec +++ b/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 diff --git a/dlz_compile.diff b/dlz_compile.diff deleted file mode 100644 index f1be2b5..0000000 --- a/dlz_compile.diff +++ /dev/null @@ -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 - diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index 3f921b5..f5d1964 100644 --- a/vendor-files.tar.bz2 +++ b/vendor-files.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:81846ad3a3c44467009edfe3e5da8d74084631326690f4d5b785f4dcec2b2257 -size 20777 +oid sha256:4331b9602056bdb2124534fd178250511dda7caae6cf7ef1b5a92241da522fc4 +size 20828 diff --git a/workaround-compile-problem.diff b/workaround-compile-problem.diff new file mode 100644 index 0000000..f3560cc --- /dev/null +++ b/workaround-compile-problem.diff @@ -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@