From 7e6301a923625e9555cca7af1090b60836be3319ab3818f2916d8bc4a6409787 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 7 Sep 2017 12:02:08 +0000 Subject: [PATCH 1/2] Accepting request 520246 from home:j-engel:branches:network - Enable JSON statistics OBS-URL: https://build.opensuse.org/request/show/520246 OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=216 --- bind.changes | 5 +++++ bind.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/bind.changes b/bind.changes index be7b768..c897243 100644 --- a/bind.changes +++ b/bind.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 1 12:59:39 UTC 2017 - jcnengel@gmail.com + +- Enable JSON statistics + ------------------------------------------------------------------- Fri Jul 14 12:01:43 UTC 2017 - meissner@suse.com diff --git a/bind.spec b/bind.spec index 744bdd3..8a3368b 100644 --- a/bind.spec +++ b/bind.spec @@ -53,6 +53,7 @@ BuildRequires: libcap-devel BuildRequires: libmysqlclient-devel BuildRequires: libtool BuildRequires: libxml2-devel +BuildRequires: libjson-c-devel BuildRequires: openldap2-devel BuildRequires: openssl BuildRequires: openssl-devel @@ -454,6 +455,7 @@ CONFIGURE_OPTIONS="\ --with-libtool \ --enable-runidn \ --with-libxml2 \ + --with-libjson \ --with-dlz-mysql \ --with-dlz-ldap \ --enable-rrl \ From dcab876062b95955d392fecd923fc2c5222526ff40bea583a6a6c2143e854714 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 7 Sep 2017 12:06:06 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=217 --- bind.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bind.spec b/bind.spec index 8a3368b..3ba7eec 100644 --- a/bind.spec +++ b/bind.spec @@ -50,10 +50,10 @@ Patch103: bind-CVE-2017-3135.patch Patch104: bind-CVE-2017-3142-and-3143.patch BuildRequires: krb5-devel BuildRequires: libcap-devel +BuildRequires: libjson-c-devel BuildRequires: libmysqlclient-devel BuildRequires: libtool BuildRequires: libxml2-devel -BuildRequires: libjson-c-devel BuildRequires: openldap2-devel BuildRequires: openssl BuildRequires: openssl-devel @@ -455,7 +455,7 @@ CONFIGURE_OPTIONS="\ --with-libtool \ --enable-runidn \ --with-libxml2 \ - --with-libjson \ + --with-libjson \ --with-dlz-mysql \ --with-dlz-ldap \ --enable-rrl \