Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bind for openSUSE:Factory checked in 
at 2021-10-23 00:50:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bind (Old)
 and      /work/SRC/openSUSE:Factory/.bind.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bind"

Sat Oct 23 00:50:25 2021 rev:172 rq:926547 version:9.16.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/bind/bind.changes        2021-08-31 
19:55:33.741952247 +0200
+++ /work/SRC/openSUSE:Factory/.bind.new.1890/bind.changes      2021-10-23 
00:50:45.601126660 +0200
@@ -1,0 +2,15 @@
+Mon Oct 18 09:55:18 UTC 2021 - Josef M??llers <josef.moell...@suse.com>
+
+- Just specifying "geoip-directory;" in /etc/named.conf is not
+  correct syntax. Must either put a path name or the string
+  "none". Appended the work "none" to make it correct syntax.
+
+-------------------------------------------------------------------
+Fri Oct  8 13:02:17 UTC 2021 - Josef M??llers <josef.moell...@suse.com>
+
+- Added build requirement of libmaxminddb to the spec file
+  Also added an entry for "geoip-directory" with the default path
+  to /etc/named.conf.
+  [bsc#1190884, vendor-files/config/named.conf, bind.spec]
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bind.spec ++++++
--- /var/tmp/diff_new_pack.3AwKuI/_old  2021-10-23 00:50:46.277126812 +0200
+++ /var/tmp/diff_new_pack.3AwKuI/_new  2021-10-23 00:50:46.281126813 +0200
@@ -80,6 +80,7 @@
 BuildRequires:  pkgconfig(json)
 BuildRequires:  pkgconfig(krb5)
 BuildRequires:  pkgconfig(libidn2)
+BuildRequires:  pkgconfig(libmaxminddb)
 BuildRequires:  pkgconfig(libuv)
 BuildRequires:  pkgconfig(libxml-2.0)
 Requires:       %{name}-utils



++++++ vendor-files.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor-files/config/named.conf 
new/vendor-files/config/named.conf
--- old/vendor-files/config/named.conf  2021-04-14 15:28:02.114359768 +0200
+++ new/vendor-files/config/named.conf  2021-10-18 11:53:03.427850129 +0200
@@ -93,6 +93,16 @@
        notify no;
 
     disable-empty-zone 
"1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA";
+
+    # When ``named`` is compiled using the MaxMind GeoIP2 geolocation API, 
this 
+    # specifies the directory containing GeoIP database files.  By default, the
+    # option is set based on the prefix used to build the ``libmaxminddb`` 
module;
+    # for example, if the library is installed in ``/usr/local/lib``, then the
+    # default ``geoip-directory`` is ``/usr/local/share/GeoIP``.
+    # Use the following syntax if you want to specify a different location:
+    # geoip-directory "/path/to/geoip/database";
+
+    geoip-directory none;
 };
 
 # To configure named's logging remove the leading '#' characters of the

Reply via email to