From 57b1fdb320024993ac94e7ea2203e74a928a722b9d535af5ad82403c0e36b894 Mon Sep 17 00:00:00 2001 From: Uwe Gansert Date: Mon, 21 Jun 2010 10:46:01 +0000 Subject: [PATCH 1/5] 9.7.1 OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=31 --- bind-9.7.0P2.tar.gz | 3 --- bind-9.7.1.tar.gz | 3 +++ bind.changes | 13 +++++++++++++ bind.spec | 6 ++---- 4 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 bind-9.7.0P2.tar.gz create mode 100644 bind-9.7.1.tar.gz diff --git a/bind-9.7.0P2.tar.gz b/bind-9.7.0P2.tar.gz deleted file mode 100644 index 9283148..0000000 --- a/bind-9.7.0P2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c20bfd712a4d940c531ab0ac63499640f9f133b0b54d1aa3f2eca65795f8e2f0 -size 7240336 diff --git a/bind-9.7.1.tar.gz b/bind-9.7.1.tar.gz new file mode 100644 index 0000000..926fb34 --- /dev/null +++ b/bind-9.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a720ea095f5d9fddf76571e3f39ec07f0300e1f0970330f74d340e2f8bea8c8 +size 7547503 diff --git a/bind.changes b/bind.changes index e38f70f..438cb93 100644 --- a/bind.changes +++ b/bind.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Jun 21 12:43:15 CEST 2010 - ug@suse.de + +- genrandom: add support for the generation of multiple + files. +- Update empty-zones list to match + draft-ietf-dnsop-default-local-zones-13. +- Incrementally write the master file after performing + a AXFR. +- Add AAAA address for L.ROOT-SERVERS.NET. +- around 50 bugs fixed (see CHANGELOG for details) +- version 9.7.1 + ------------------------------------------------------------------- Thu May 20 10:10:13 CEST 2010 - ug@suse.de diff --git a/bind.spec b/bind.spec index 5c3978d..2c705b1 100644 --- a/bind.spec +++ b/bind.spec @@ -20,11 +20,11 @@ Name: bind %define pkg_name bind -%define pkg_vers 9.7.0P2 +%define pkg_vers 9.7.1 BuildRequires: openldap2-devel BuildRequires: libcap libcap-devel libmysqlclient-devel libxml2-devel openssl openssl-devel Summary: Domain Name System (DNS) Server (named) -Version: 9.7.0P2 +Version: 9.7.1 Release: 1 License: BSD3c(or similar) ; MIT License (or similar) Group: Productivity/Networking/DNS/Servers @@ -46,7 +46,6 @@ Patch4: perl-path.diff Patch5: tmpfs.patch Patch51: pie_compile.diff Patch52: named-bootconf.diff -Patch60: dlz-dollarvar.patch Source60: dlz-schema.txt %if %ul_version >= 1 %define VENDOR UL @@ -225,7 +224,6 @@ Authors: %endif %patch52 #%patch53 -%patch -P 60 -p1 # modify settings of some files regarding to OS version and vendor function replaceStrings() { From bacc2151d50bf89944d99e7ad14486bcbf7228c0cbe415e175d296bc918a5342 Mon Sep 17 00:00:00 2001 From: Uwe Gansert Date: Mon, 21 Jun 2010 10:46:25 +0000 Subject: [PATCH 2/5] obsolete patch dropped OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=32 --- dlz-dollarvar.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 dlz-dollarvar.patch diff --git a/dlz-dollarvar.patch b/dlz-dollarvar.patch deleted file mode 100644 index d98fa6a..0000000 --- a/dlz-dollarvar.patch +++ /dev/null @@ -1,21 +0,0 @@ -https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/227344 - -LDAP API does not like %. - ---- bind-9.6.1P1/contrib/dlz/drivers/sdlz_helper.c.orig -+++ bind-9.6.1P1/contrib/dlz/drivers/sdlz_helper.c -@@ -166,12 +166,12 @@ build_querylist(isc_mem_t *mctx, const c - ISC_LIST_APPEND(*tql, tseg, link); - - /* -- * split string at the first "%". set query segment to -+ * split string at the first "$". set query segment to - * left portion - */ - tseg->sql = isc_mem_strdup(mctx, - isc_string_separate(&right_str, -- "%")); -+ "$")); - if (tseg->sql == NULL) { - /* no memory, clean everything up. */ - result = ISC_R_NOMEMORY; From 75fa96f20f60584c1e93086c9a6f2b464e00e24c10c9faa6cea0f260f8906d8b Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Tue, 22 Jun 2010 08:45:37 +0000 Subject: [PATCH 3/5] Accepting request 41829 from network checked in (request 41829) OBS-URL: https://build.opensuse.org/request/show/41829 OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=33 --- bind-9.7.0P2.tar.gz | 3 +++ bind-9.7.1.tar.gz | 3 --- bind.changes | 13 ------------- bind.spec | 6 ++++-- dlz-dollarvar.patch | 21 +++++++++++++++++++++ 5 files changed, 28 insertions(+), 18 deletions(-) create mode 100644 bind-9.7.0P2.tar.gz delete mode 100644 bind-9.7.1.tar.gz create mode 100644 dlz-dollarvar.patch diff --git a/bind-9.7.0P2.tar.gz b/bind-9.7.0P2.tar.gz new file mode 100644 index 0000000..9283148 --- /dev/null +++ b/bind-9.7.0P2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20bfd712a4d940c531ab0ac63499640f9f133b0b54d1aa3f2eca65795f8e2f0 +size 7240336 diff --git a/bind-9.7.1.tar.gz b/bind-9.7.1.tar.gz deleted file mode 100644 index 926fb34..0000000 --- a/bind-9.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a720ea095f5d9fddf76571e3f39ec07f0300e1f0970330f74d340e2f8bea8c8 -size 7547503 diff --git a/bind.changes b/bind.changes index 438cb93..e38f70f 100644 --- a/bind.changes +++ b/bind.changes @@ -1,16 +1,3 @@ -------------------------------------------------------------------- -Mon Jun 21 12:43:15 CEST 2010 - ug@suse.de - -- genrandom: add support for the generation of multiple - files. -- Update empty-zones list to match - draft-ietf-dnsop-default-local-zones-13. -- Incrementally write the master file after performing - a AXFR. -- Add AAAA address for L.ROOT-SERVERS.NET. -- around 50 bugs fixed (see CHANGELOG for details) -- version 9.7.1 - ------------------------------------------------------------------- Thu May 20 10:10:13 CEST 2010 - ug@suse.de diff --git a/bind.spec b/bind.spec index 2c705b1..5c3978d 100644 --- a/bind.spec +++ b/bind.spec @@ -20,11 +20,11 @@ Name: bind %define pkg_name bind -%define pkg_vers 9.7.1 +%define pkg_vers 9.7.0P2 BuildRequires: openldap2-devel BuildRequires: libcap libcap-devel libmysqlclient-devel libxml2-devel openssl openssl-devel Summary: Domain Name System (DNS) Server (named) -Version: 9.7.1 +Version: 9.7.0P2 Release: 1 License: BSD3c(or similar) ; MIT License (or similar) Group: Productivity/Networking/DNS/Servers @@ -46,6 +46,7 @@ Patch4: perl-path.diff Patch5: tmpfs.patch Patch51: pie_compile.diff Patch52: named-bootconf.diff +Patch60: dlz-dollarvar.patch Source60: dlz-schema.txt %if %ul_version >= 1 %define VENDOR UL @@ -224,6 +225,7 @@ Authors: %endif %patch52 #%patch53 +%patch -P 60 -p1 # modify settings of some files regarding to OS version and vendor function replaceStrings() { diff --git a/dlz-dollarvar.patch b/dlz-dollarvar.patch new file mode 100644 index 0000000..d98fa6a --- /dev/null +++ b/dlz-dollarvar.patch @@ -0,0 +1,21 @@ +https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/227344 + +LDAP API does not like %. + +--- bind-9.6.1P1/contrib/dlz/drivers/sdlz_helper.c.orig ++++ bind-9.6.1P1/contrib/dlz/drivers/sdlz_helper.c +@@ -166,12 +166,12 @@ build_querylist(isc_mem_t *mctx, const c + ISC_LIST_APPEND(*tql, tseg, link); + + /* +- * split string at the first "%". set query segment to ++ * split string at the first "$". set query segment to + * left portion + */ + tseg->sql = isc_mem_strdup(mctx, + isc_string_separate(&right_str, +- "%")); ++ "$")); + if (tseg->sql == NULL) { + /* no memory, clean everything up. */ + result = ISC_R_NOMEMORY; From a9308d7db5873d4a2269bbc90d2c01c49c054b12b42e3a69ec22ccc38b4468ba Mon Sep 17 00:00:00 2001 From: Uwe Gansert Date: Mon, 26 Jul 2010 13:33:44 +0000 Subject: [PATCH 4/5] chrooted bind failed to start (bnc#625019) OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=34 --- bind-9.7.0P2.tar.gz | 3 --- bind-9.7.1.tar.gz | 3 +++ bind.changes | 18 ++++++++++++++++++ bind.spec | 8 +++----- dlz-dollarvar.patch | 21 --------------------- vendor-files.tar.bz2 | 4 ++-- 6 files changed, 26 insertions(+), 31 deletions(-) delete mode 100644 bind-9.7.0P2.tar.gz create mode 100644 bind-9.7.1.tar.gz delete mode 100644 dlz-dollarvar.patch diff --git a/bind-9.7.0P2.tar.gz b/bind-9.7.0P2.tar.gz deleted file mode 100644 index 9283148..0000000 --- a/bind-9.7.0P2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c20bfd712a4d940c531ab0ac63499640f9f133b0b54d1aa3f2eca65795f8e2f0 -size 7240336 diff --git a/bind-9.7.1.tar.gz b/bind-9.7.1.tar.gz new file mode 100644 index 0000000..926fb34 --- /dev/null +++ b/bind-9.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a720ea095f5d9fddf76571e3f39ec07f0300e1f0970330f74d340e2f8bea8c8 +size 7547503 diff --git a/bind.changes b/bind.changes index e38f70f..55a16ca 100644 --- a/bind.changes +++ b/bind.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Jul 26 15:33:02 CEST 2010 - ug@suse.de + +- chrooted bind failed to start (bnc#625019) + +------------------------------------------------------------------- +Mon Jun 21 12:43:15 CEST 2010 - ug@suse.de + +- genrandom: add support for the generation of multiple + files. +- Update empty-zones list to match + draft-ietf-dnsop-default-local-zones-13. +- Incrementally write the master file after performing + a AXFR. +- Add AAAA address for L.ROOT-SERVERS.NET. +- around 50 bugs fixed (see CHANGELOG for details) +- version 9.7.1 + ------------------------------------------------------------------- Thu May 20 10:10:13 CEST 2010 - ug@suse.de diff --git a/bind.spec b/bind.spec index 5c3978d..a8d1976 100644 --- a/bind.spec +++ b/bind.spec @@ -1,5 +1,5 @@ # -# spec file for package bind (Version 9.7.0P2) +# spec file for package bind (Version 9.7.1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,11 +20,11 @@ Name: bind %define pkg_name bind -%define pkg_vers 9.7.0P2 +%define pkg_vers 9.7.1 BuildRequires: openldap2-devel BuildRequires: libcap libcap-devel libmysqlclient-devel libxml2-devel openssl openssl-devel Summary: Domain Name System (DNS) Server (named) -Version: 9.7.0P2 +Version: 9.7.1 Release: 1 License: BSD3c(or similar) ; MIT License (or similar) Group: Productivity/Networking/DNS/Servers @@ -46,7 +46,6 @@ Patch4: perl-path.diff Patch5: tmpfs.patch Patch51: pie_compile.diff Patch52: named-bootconf.diff -Patch60: dlz-dollarvar.patch Source60: dlz-schema.txt %if %ul_version >= 1 %define VENDOR UL @@ -225,7 +224,6 @@ Authors: %endif %patch52 #%patch53 -%patch -P 60 -p1 # modify settings of some files regarding to OS version and vendor function replaceStrings() { diff --git a/dlz-dollarvar.patch b/dlz-dollarvar.patch deleted file mode 100644 index d98fa6a..0000000 --- a/dlz-dollarvar.patch +++ /dev/null @@ -1,21 +0,0 @@ -https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/227344 - -LDAP API does not like %. - ---- bind-9.6.1P1/contrib/dlz/drivers/sdlz_helper.c.orig -+++ bind-9.6.1P1/contrib/dlz/drivers/sdlz_helper.c -@@ -166,12 +166,12 @@ build_querylist(isc_mem_t *mctx, const c - ISC_LIST_APPEND(*tql, tseg, link); - - /* -- * split string at the first "%". set query segment to -+ * split string at the first "$". set query segment to - * left portion - */ - tseg->sql = isc_mem_strdup(mctx, - isc_string_separate(&right_str, -- "%")); -+ "$")); - if (tseg->sql == NULL) { - /* no memory, clean everything up. */ - result = ISC_R_NOMEMORY; diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index 0a3b252..59d45b1 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:04040d41f57e919bf0cea94e61c343dd401c65fc7921d2df0c9c26dc45232e31 -size 20683 +oid sha256:814a32cb49693fee18842fab230ba3c4eced72f01f6f52bd9db03ce564692047 +size 20728 From baf7a897f0f40da6d4e1276a898785e482cfd68bc34ed3e613932ac87eb51f30 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 30 Jul 2010 13:59:46 +0000 Subject: [PATCH 5/5] Updating link to change in openSUSE:Factory/bind revision 51.0 OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=5af4f2a8f6a922f8064d1bdd55fb8b14 --- bind.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind.spec b/bind.spec index a8d1976..0245818 100644 --- a/bind.spec +++ b/bind.spec @@ -25,7 +25,7 @@ BuildRequires: openldap2-devel BuildRequires: libcap libcap-devel libmysqlclient-devel libxml2-devel openssl openssl-devel Summary: Domain Name System (DNS) Server (named) Version: 9.7.1 -Release: 1 +Release: 4 License: BSD3c(or similar) ; MIT License (or similar) Group: Productivity/Networking/DNS/Servers Provides: dns_daemon bind8 bind9