Hello community, here is the log from the commit of package pdns for openSUSE:Factory checked in at 2019-08-05 10:37:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pdns (Old) and /work/SRC/openSUSE:Factory/.pdns.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pdns" Mon Aug 5 10:37:43 2019 rev:63 rq:720228 version:4.1.11 Changes: -------- --- /work/SRC/openSUSE:Factory/pdns/pdns.changes 2019-06-22 11:25:10.205446819 +0200 +++ /work/SRC/openSUSE:Factory/.pdns.new.4126/pdns.changes 2019-08-05 10:38:04.511322319 +0200 @@ -1,0 +2,17 @@ +Thu Aug 1 08:18:46 UTC 2019 - Adam Majer <[email protected]> + +- Update to 4.1.11: + * update postgresql schema to address a possible denial of service + by an authorized user by inserting a crafted record in a MASTER + type zone under their control. (bsc#1142810, CVE-2019-10203) + + To fix the issue, run the following command against your PostgreSQL + pdns database: + + ALTER TABLE domains ALTER notified_serial TYPE bigint + USING CASE WHEN notified_serial >= 0 + THEN notified_serial::bigint END; + +- spec file simplifications and cleanup + +------------------------------------------------------------------- @@ -5,2 +22,6 @@ - * PowerDNS Security Advisory 2019-04[1] (CVE-2019-10162) - * PowerDNS Security Advisory 2019-05[2] (CVE-2019-10163) + * fixes a denial of service but when authorized user to cause + the server to exit by inserting a crafted record in a MASTER + type zone under their control. (bsc#1138582, CVE-2019-10162) + * fixes a denial of service of slave server when an authorized + master server sends large number of NOTIFY messages + (bsc#1138582, CVE-2019-10163) Old: ---- pdns-4.1.10.tar.bz2 pdns-4.1.10.tar.bz2.sig rcpdns New: ---- pdns-4.1.11.tar.bz2 pdns-4.1.11.tar.bz2.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pdns.spec ++++++ --- /var/tmp/diff_new_pack.6i64vn/_old 2019-08-05 10:38:07.675321935 +0200 +++ /var/tmp/diff_new_pack.6i64vn/_new 2019-08-05 10:38:07.679321934 +0200 @@ -16,19 +16,7 @@ # -Name: pdns -Version: 4.1.10 -Release: 0 -# -%define pkg_name pdns -%define pkg_version 4.1.10 -# -%if 0%{?suse_version} > 1230 || 0%{?rhel_version} > 600 || 0%{?centos_version} > 600 || 0%{?fedora_version} >= 20 || 0%{?el7}%{?fc20}%{?fc21}%{?fc22}%{?fc23}%{?fc24}%{?fc25} %bcond_without systemd -%else -%bcond_with systemd -%endif - %if 0%{?fedora_version} >= 24 || 0%{?fc24}%{?fc25} %bcond_with systemd_separetedlibs %else @@ -51,60 +39,65 @@ %else %bcond_with pdns_protobuf %endif -%if 0%{?suse_version} > 1110 || 0%{?rhel_version} > 600 || 0%{?centos_version} > 600 || 0%{?fedora_version} >= 22 || 0%{?fc22}%{?fc23}%{?fc24}%{?fc25} %bcond_without pdns_tools %bcond_without pdns_pkcs11 %bcond_without pdns_zeromq -%else -%bcond_with pdns_tools -%bcond_with pdns_pkcs11 -%bcond_with pdns_zeromq -%endif -# -BuildRoot: %{_tmppath}/%{name}-%{version}-build -#BuildRequires: asciidoc +Name: pdns +Version: 4.1.11 +Release: 0 +Summary: Authoritative-only nameserver +License: GPL-2.0-only +Group: Productivity/Networking/DNS/Servers +URL: https://www.powerdns.com/ +Source: https://downloads.powerdns.com/releases/pdns-%{version}.tar.bz2 +Source2: README.opendbx +Source3: https://downloads.powerdns.com/releases/pdns-%{version}.tar.bz2.sig +Source4: https://powerdns.com/powerdns-keyblock.asc#/pdns.keyring +Patch0: pdns-4.0.3_allow_dacoverride_in_capset.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: bison +BuildRequires: curl-devel +BuildRequires: flex +BuildRequires: gcc-c++ +BuildRequires: gdbm-devel +BuildRequires: libmysqlclient-devel +BuildRequires: libsodium-devel +BuildRequires: libtool +BuildRequires: pkgconfig +BuildRequires: postgresql-devel +BuildRequires: sqlite-devel >= 3 +BuildRequires: pkgconfig(krb5) +BuildRequires: pkgconfig(systemd) +%{?systemd_requires} %if 0%{?suse_version} > 1325 BuildRequires: libboost_program_options-devel %else BuildRequires: boost-devel %endif -BuildRequires: curl-devel -BuildRequires: flex %if %{with pdns_geoip} BuildRequires: GeoIP-devel BuildRequires: yaml-cpp-devel %endif -BuildRequires: pkgconfig(krb5) %if %{with pdns_experimental_gss_tsig} BuildRequires: pkgconfig(gss) BuildRequires: pkgconfig(krb5-gssapi) %endif -BuildRequires: gcc-c++ -BuildRequires: gdbm-devel -BuildRequires: libtool -# unused atm BuildRequires: libedit-devel -BuildRequires: libsodium-devel %if %{with pdns_lua} BuildRequires: lua-devel %endif %if %{with pdns_tinydns} # FIXME: Could not find libcdb/tinycdb %endif -BuildRequires: libmysqlclient-devel %if 0%{?suse_version} BuildRequires: openldap2-devel %else BuildRequires: openldap-devel %endif -BuildRequires: postgresql-devel #BuildRequires: ragel %if %{with pdns_protobuf} BuildRequires: protobuf-devel %endif -BuildRequires: sqlite-devel >= 3 %if %{with pdns_sqlite3} BuildRequires: sqlite-devel >= 3 %endif @@ -116,35 +109,21 @@ BuildRequires: opendbx-backend-pgsql BuildRequires: opendbx-devel %endif -BuildRequires: pkgconfig %if %{with pdns_pkcs11} BuildRequires: pkgconfig(p11-kit-1) %endif %if %{with pdns_zeromq} BuildRequires: zeromq-devel %endif -%if %{with systemd} -BuildRequires: pkgconfig(systemd) %if %{with systemd_separetedlibs} BuildRequires: pkgconfig(libsystemd) %endif -%{?systemd_requires} -%else -PreReq: %fillup_prereq -PreReq: %insserv_prereq -%endif -PreReq: pdns-common -# -Url: https://www.powerdns.com/ -Source: https://downloads.powerdns.com/releases/pdns-%{pkg_version}.tar.bz2 -Source3: https://downloads.powerdns.com/releases/pdns-%{pkg_version}.tar.bz2.sig -Source4: https://powerdns.com/powerdns-keyblock.asc#/pdns.keyring -Source1: rcpdns -Source2: README.opendbx -Patch: pdns-4.0.3_allow_dacoverride_in_capset.patch -Summary: Authoritative-only nameserver -License: GPL-2.0-only -Group: Productivity/Networking/DNS/Servers + +# FIXME: use proper Requires(pre/post/preun/...) +#PreReq: pdns-common +#Requires(post): pdns-common +Requires(pre): pdns-common +Requires: pdns-common %description The PowerDNS Nameserver is a authoritative-only nameserver. @@ -152,10 +131,10 @@ interfaces with almost any database. %package backend-mysql -Requires: %{name} = %{version} # Summary: MySQL backend for pdns Group: Productivity/Networking/DNS/Servers +Requires: %{name} = %{version} %description backend-mysql The PowerDNS Nameserver is a authoritative-only nameserver. @@ -165,10 +144,10 @@ %if %{with pdns_mydns} %package backend-mydns -Requires: %{name} = %{version} # Summary: MyDNS backend for pdns Group: Productivity/Networking/DNS/Servers +Requires: %{name} = %{version} %description backend-mydns The PowerDNS Nameserver is a authoritative-only nameserver. @@ -179,10 +158,10 @@ %endif %package backend-postgresql -Requires: %{name} = %{version} # Summary: PostgreSQL backend for pdns Group: Productivity/Networking/DNS/Servers +Requires: %{name} = %{version} %description backend-postgresql The PowerDNS Nameserver is a authoritative-only nameserver. @@ -192,10 +171,10 @@ %if %{with pdns_odbc} %package backend-godbc -Requires: %{name} = %{version} # Summary: ODBC backend for pdns Group: Productivity/Networking/DNS/Servers +Requires: %{name} = %{version} %description backend-godbc The PowerDNS Nameserver is a authoritative-only nameserver. @@ -205,10 +184,10 @@ %endif %package backend-sqlite3 -Requires: %{name} = %{version} # Summary: SQLite 3 backend for pdns Group: Productivity/Networking/DNS/Servers +Requires: %{name} = %{version} %description backend-sqlite3 The PowerDNS Nameserver is a authoritative-only nameserver. @@ -217,10 +196,10 @@ This package holds the SQLite 3 backend for pdns. %package backend-ldap -Requires: %{name} = %{version} # Summary: LDAP backend for pdns Group: Productivity/Networking/DNS/Servers +Requires: %{name} = %{version} %description backend-ldap The PowerDNS Nameserver is a authoritative-only nameserver. @@ -229,10 +208,10 @@ This package holds the LDAP backend for pdns. %package backend-opendbx -Requires: %{name} = %{version} # Summary: OpenDBX backend for pdns Group: Productivity/Networking/DNS/Servers +Requires: %{name} = %{version} %description backend-opendbx The PowerDNS Nameserver is a authoritative-only nameserver. @@ -241,10 +220,10 @@ This package holds the OpenDBX backend for pdns. %package backend-lua -Requires: %{name} = %{version} # Summary: Lua backend for pdns Group: Productivity/Networking/DNS/Servers +Requires: %{name} = %{version} %description backend-lua The PowerDNS Nameserver is a authoritative-only nameserver. @@ -253,10 +232,10 @@ This package holds the Lua backend for pdns. %package backend-remote -Requires: %{name} = %{version} # Summary: Remote backend for pdns Group: Productivity/Networking/DNS/Servers +Requires: %{name} = %{version} %description backend-remote The PowerDNS Nameserver is a authoritative-only nameserver. @@ -265,10 +244,10 @@ This package holds the remote backend for pdns. %package backend-geoip -Requires: %{name} = %{version} # Summary: GeoIP backend for pdns Group: Productivity/Networking/DNS/Servers +Requires: %{name} = %{version} %description backend-geoip The PowerDNS Nameserver is a authoritative-only nameserver. @@ -277,22 +256,15 @@ This package holds the GeoIP backend for pdns. %prep -%setup -n %{name}-%{pkg_version} -%patch -p1 +%setup -q +%patch0 -p1 %if %{with pdns_opendbx} -cp %{S:2} README.opendbx +cp %{SOURCE2} README.opendbx %endif %build -# touch NEWS AUTHORS COPYING -# autoreconf -fiv -# set $LD for now. this fixes the configure check for relro,now. -export LD="$(which ld)" -export CFLAGS="%{optflags} -DLDAP_DEPRECATED" -export CXXFLAGS="$CFLAGS" -# "mysql" backend is legacy crap. dont build it! %configure \ - --docdir=%{_datadir}/doc/packages/%{name}/ \ + --docdir=%{_docdir}/%{name}/ \ --disable-silent-rules \ --with-socketdir=%{_localstatedir} \ --localstatedir=%{_localstatedir} \ @@ -304,7 +276,7 @@ %if %{with pdns_experimental_gss_tsig} --enable-experimental-gss-tsig \ %endif - --sysconfdir=%{_sysconfdir}/%{pkg_name} \ + --sysconfdir=%{_sysconfdir}/%{name} \ --libdir=%{_libdir} \ --with-pgsql-lib=%{_libdir} \ --with-mysql-lib=%{_libdir} \ @@ -369,71 +341,37 @@ make %{?_smp_mflags} %install -make %{?_smp_mflags} install DESTDIR="%{buildroot}" +%make_install sed -i "s:# setgid=:setgid=pdns:g s:# setuid=:setuid=pdns:g" \ - %{buildroot}%{_sysconfdir}/%{pkg_name}/pdns.conf-dist -mv %{buildroot}%{_sysconfdir}/%{pkg_name}/pdns.conf-dist %{buildroot}%{_sysconfdir}/%{pkg_name}/pdns.conf + %{buildroot}%{_sysconfdir}/%{name}/pdns.conf-dist +mv %{buildroot}%{_sysconfdir}/%{name}/pdns.conf-dist %{buildroot}%{_sysconfdir}/%{name}/pdns.conf -%if %{with systemd} -ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rc%{pkg_name} -%else -install -D -m 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/init.d/%{pkg_name} -ln -s -f ../..%{_sysconfdir}/init.d/%{pkg_name} %{buildroot}%{_sbindir}/rc%{pkg_name} -%endif +ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name} -rm -rfv %{buildroot}%{_libdir}/pdns/*.la -# -install -m 0644 AUTHORS NEWS NOTICE COPYING README* %{buildroot}%{_datadir}/doc/packages/%{name}/ +find %{buildroot} -type f -name "*.la" -delete -print %pre -getent group pdns >/dev/null || /usr/sbin/groupadd -r pdns -getent passwd pdns >/dev/null || \ - /usr/sbin/useradd -g pdns -s /bin/false -r -c "pdns" -d %{home} pdns -%if %{with systemd} %service_add_pre %{name}.service -%endif %post -%if %{with systemd} %service_add_post %{name}.service -%else -%{fillup_and_insserv pdns} -%endif %preun -%if %{with systemd} %service_del_preun %{name}.service -%else -%stop_on_removal pdns -%endif %postun -%if %{with systemd} %service_del_postun %{name}.service -%else -%restart_on_update pdns -%insserv_cleanup -%endif %files -%defattr (-,root,root,-) -%dir %{_datadir}/doc/packages/%{name}/ -%doc %{_datadir}/doc/packages/%{name}/AUTHORS -%doc %{_datadir}/doc/packages/%{name}/COPYING -%doc %{_datadir}/doc/packages/%{name}/NEWS -%doc %{_datadir}/doc/packages/%{name}/NOTICE -%doc %{_datadir}/doc/packages/%{name}/README* -%exclude %{_datadir}/doc/packages/%{name}/*.sql -%if %{with systemd} +%doc AUTHORS NEWS NOTICE README* +%license COPYING +%exclude %{_docdir}/%{name}/*.sql +%exclude %{_docdir}/%{name}/*.schema %{_unitdir}/%{name}.service %{_unitdir}/%{name}@.service -%else -%{_sysconfdir}/init.d/%{pkg_name} -%endif -%{_sbindir}/rcpdns -%config(noreplace) %attr(640,root,pdns) %{_sysconfdir}/%{pkg_name}/%{pkg_name}.conf +%config(noreplace) %attr(640,root,pdns) %{_sysconfdir}/%{name}/%{name}.conf %{_bindir}/dnsbulktest %{_bindir}/dnsreplay %{_bindir}/dnsscan @@ -454,92 +392,83 @@ %{_bindir}/stubquery %{_bindir}/zone2sql %{_bindir}/zone2json +%{_sbindir}/rcpdns %{_sbindir}/pdns_server %if %{with pdns_protobuf} %{_bindir}/dnspcap2protobuf -%{_mandir}/man1/dnspcap2protobuf.1.gz +%{_mandir}/man1/dnspcap2protobuf.1%{?ext_man} %endif -%{_mandir}/man1/dnsbulktest.1* -%{_mandir}/man1/dnsgram.1* -%{_mandir}/man1/dnsscan.1* -%{_mandir}/man1/ixplore.1* -%{_mandir}/man1/nsec3dig.1* -%{_mandir}/man1/saxfr.1* -%{_mandir}/man1/sdig.1* -%{_mandir}/man1/dnstcpbench.1* -%{_mandir}/man1/dnsreplay.1* -%{_mandir}/man1/dnsscope.1* -%{_mandir}/man1/dnswasher.1* -%{_mandir}/man1/pdns_control.1* -%{_mandir}/man1/pdns_notify.1* -%{_mandir}/man1/pdns_server.1* -%{_mandir}/man1/pdnsutil.1* -%{_mandir}/man1/zone2json.1* -%{_mandir}/man1/zone2sql.1* -%{_mandir}/man1/calidns.1* -%{_mandir}/man1/dumresp.1* -%{_mandir}/man1/nproxy.1* -%dir %{_libdir}/%{pkg_name} -%{_libdir}/%{pkg_name}/libpipebackend.so* -%{_libdir}/%{pkg_name}/libbindbackend.so* -%{_libdir}/%{pkg_name}/librandombackend.so* +%{_mandir}/man1/dnsbulktest.1%{?ext_man} +%{_mandir}/man1/dnsgram.1%{?ext_man} +%{_mandir}/man1/dnsscan.1%{?ext_man} +%{_mandir}/man1/ixplore.1%{?ext_man} +%{_mandir}/man1/nsec3dig.1%{?ext_man} +%{_mandir}/man1/saxfr.1%{?ext_man} +%{_mandir}/man1/sdig.1%{?ext_man} +%{_mandir}/man1/dnstcpbench.1%{?ext_man} +%{_mandir}/man1/dnsreplay.1%{?ext_man} +%{_mandir}/man1/dnsscope.1%{?ext_man} +%{_mandir}/man1/dnswasher.1%{?ext_man} +%{_mandir}/man1/pdns_control.1%{?ext_man} +%{_mandir}/man1/pdns_notify.1%{?ext_man} +%{_mandir}/man1/pdns_server.1%{?ext_man} +%{_mandir}/man1/pdnsutil.1%{?ext_man} +%{_mandir}/man1/zone2json.1%{?ext_man} +%{_mandir}/man1/zone2sql.1%{?ext_man} +%{_mandir}/man1/calidns.1%{?ext_man} +%{_mandir}/man1/dumresp.1%{?ext_man} +%{_mandir}/man1/nproxy.1%{?ext_man} +%dir %{_libdir}/%{name} +%{_libdir}/%{name}/libpipebackend.so* +%{_libdir}/%{name}/libbindbackend.so* +%{_libdir}/%{name}/librandombackend.so* %files backend-mysql -%defattr (-,root,root,-) -%{_libdir}/%{pkg_name}/libgmysqlbackend.so* -%doc %{_datadir}/doc/packages/%{name}/*.mysql.sql +%{_libdir}/%{name}/libgmysqlbackend.so* +%doc %{_docdir}/%{name}/*.mysql.sql %if %{with pdns_mydns} %files backend-mydns -%defattr (-,root,root,-) -%{_libdir}/%{pkg_name}/libmydnsbackend.so* +%{_libdir}/%{name}/libmydnsbackend.so* %endif %if %{with pdns_lua} %files backend-lua -%defattr (-,root,root,-) -%{_libdir}/%{pkg_name}/libluabackend.so* +%{_libdir}/%{name}/libluabackend.so* %endif %files backend-postgresql -%defattr (-,root,root,-) -%{_libdir}/%{pkg_name}/libgpgsqlbackend.so* -%doc %{_datadir}/doc/packages/%{name}/*.pgsql.sql +%{_libdir}/%{name}/libgpgsqlbackend.so* +%doc %{_docdir}/%{name}/*.pgsql.sql %if %{with pdns_sqlite3} %files backend-sqlite3 -%defattr (-,root,root,-) -%{_libdir}/%{pkg_name}/libgsqlite3backend.so* -%doc %{_datadir}/doc/packages/%{name}/*.sqlite3.sql +%{_libdir}/%{name}/libgsqlite3backend.so* +%doc %{_docdir}/%{name}/*.sqlite3.sql %endif %files backend-ldap -%defattr (-,root,root,-) %{_bindir}/zone2ldap -%{_libdir}/%{pkg_name}/libldapbackend.so* -%{_mandir}/man1/zone2ldap.1* -%doc %{_datadir}/doc/packages/%{name}/*.schema +%{_libdir}/%{name}/libldapbackend.so* +%{_mandir}/man1/zone2ldap.1%{?ext_man} +%doc %{_docdir}/%{name}/*.schema %if %{with pdns_opendbx} %files backend-opendbx -%defattr (-,root,root,-) -%{_libdir}/%{pkg_name}/libopendbxbackend.so* +%{_libdir}/%{name}/libopendbxbackend.so* %endif %if %{with pdns_odbc} %files backend-godbc -%defattr (-,root,root,-) -%{_libdir}/%{pkg_name}/libgodbcbackend.so* +%{_libdir}/%{name}/libgodbcbackend.so* %endif %if %{with pdns_geoip} %files backend-geoip -%defattr (-,root,root,-) -%{_libdir}/%{pkg_name}/libgeoipbackend.so* +%{_libdir}/%{name}/libgeoipbackend.so* %endif %files backend-remote -%defattr (-,root,root,-) -%{_libdir}/%{pkg_name}/libremotebackend.so +%{_libdir}/%{name}/libremotebackend.so %changelog ++++++ pdns-4.1.10.tar.bz2 -> pdns-4.1.11.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/.version new/pdns-4.1.11/.version --- old/pdns-4.1.10/.version 2019-06-21 00:55:19.000000000 +0200 +++ new/pdns-4.1.11/.version 2019-07-31 01:04:30.000000000 +0200 @@ -1 +1 @@ -4.1.10 +4.1.11 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/configure new/pdns-4.1.11/configure --- old/pdns-4.1.10/configure 2019-06-21 00:55:16.000000000 +0200 +++ new/pdns-4.1.11/configure 2019-07-31 01:04:25.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for pdns 4.1.10. +# Generated by GNU Autoconf 2.69 for pdns 4.1.11. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ # Identity of this package. PACKAGE_NAME='pdns' PACKAGE_TARNAME='pdns' -PACKAGE_VERSION='4.1.10' -PACKAGE_STRING='pdns 4.1.10' +PACKAGE_VERSION='4.1.11' +PACKAGE_STRING='pdns 4.1.11' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1538,7 +1538,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures pdns 4.1.10 to adapt to many kinds of systems. +\`configure' configures pdns 4.1.11 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1608,7 +1608,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of pdns 4.1.10:";; + short | recursive ) echo "Configuration of pdns 4.1.11:";; esac cat <<\_ACEOF @@ -1842,7 +1842,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -pdns configure 4.1.10 +pdns configure 4.1.11 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2435,7 +2435,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by pdns $as_me 4.1.10, which was +It was created by pdns $as_me 4.1.11, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3315,7 +3315,7 @@ # Define the identity of the package. PACKAGE='pdns' - VERSION='4.1.10' + VERSION='4.1.11' cat >>confdefs.h <<_ACEOF @@ -23543,7 +23543,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by pdns $as_me 4.1.10, which was +This file was extended by pdns $as_me 4.1.11, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -23609,7 +23609,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -pdns config.status 4.1.10 +pdns config.status 4.1.11 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/docs/calidns.1 new/pdns-4.1.11/docs/calidns.1 --- old/pdns-4.1.10/docs/calidns.1 2019-06-21 00:58:24.000000000 +0200 +++ new/pdns-4.1.11/docs/calidns.1 2019-07-31 01:08:35.000000000 +0200 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "CALIDNS" "1" "Jun 20, 2019" "4.1" "PowerDNS Recursor" +.TH "CALIDNS" "1" "Jul 30, 2019" "4.1" "PowerDNS Recursor" .SH NAME calidns \- . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/docs/dnsbulktest.1 new/pdns-4.1.11/docs/dnsbulktest.1 --- old/pdns-4.1.10/docs/dnsbulktest.1 2019-06-21 00:59:12.000000000 +0200 +++ new/pdns-4.1.11/docs/dnsbulktest.1 2019-07-31 01:09:42.000000000 +0200 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "DNSBULKTEST" "1" "Jun 20, 2019" "4.1" "PowerDNS Recursor" +.TH "DNSBULKTEST" "1" "Jul 30, 2019" "4.1" "PowerDNS Recursor" .SH NAME dnsbulktest \- . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/docs/dnsgram.1 new/pdns-4.1.11/docs/dnsgram.1 --- old/pdns-4.1.10/docs/dnsgram.1 2019-06-21 00:58:28.000000000 +0200 +++ new/pdns-4.1.11/docs/dnsgram.1 2019-07-31 01:08:41.000000000 +0200 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "DNSGRAM" "1" "Jun 20, 2019" "4.1" "PowerDNS Recursor" +.TH "DNSGRAM" "1" "Jul 30, 2019" "4.1" "PowerDNS Recursor" .SH NAME dnsgram \- . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/docs/dnspcap2protobuf.1 new/pdns-4.1.11/docs/dnspcap2protobuf.1 --- old/pdns-4.1.10/docs/dnspcap2protobuf.1 2019-06-21 00:59:18.000000000 +0200 +++ new/pdns-4.1.11/docs/dnspcap2protobuf.1 2019-07-31 01:09:51.000000000 +0200 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "DNSPCAP2PROTOBUF" "1" "Jun 20, 2019" "4.1" "PowerDNS Recursor" +.TH "DNSPCAP2PROTOBUF" "1" "Jul 30, 2019" "4.1" "PowerDNS Recursor" .SH NAME dnspcap2protobuf \- . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/docs/dnsreplay.1 new/pdns-4.1.11/docs/dnsreplay.1 --- old/pdns-4.1.10/docs/dnsreplay.1 2019-06-21 00:58:32.000000000 +0200 +++ new/pdns-4.1.11/docs/dnsreplay.1 2019-07-31 01:08:46.000000000 +0200 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "DNSREPLAY" "1" "Jun 20, 2019" "4.1" "PowerDNS Recursor" +.TH "DNSREPLAY" "1" "Jul 30, 2019" "4.1" "PowerDNS Recursor" .SH NAME dnsreplay \- . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/docs/dnsscan.1 new/pdns-4.1.11/docs/dnsscan.1 --- old/pdns-4.1.10/docs/dnsscan.1 2019-06-21 00:58:35.000000000 +0200 +++ new/pdns-4.1.11/docs/dnsscan.1 2019-07-31 01:08:50.000000000 +0200 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "DNSSCAN" "1" "Jun 20, 2019" "4.1" "PowerDNS Recursor" +.TH "DNSSCAN" "1" "Jul 30, 2019" "4.1" "PowerDNS Recursor" .SH NAME dnsscan \- . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/docs/dnsscope.1 new/pdns-4.1.11/docs/dnsscope.1 --- old/pdns-4.1.10/docs/dnsscope.1 2019-06-21 00:58:38.000000000 +0200 +++ new/pdns-4.1.11/docs/dnsscope.1 2019-07-31 01:08:55.000000000 +0200 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "DNSSCOPE" "1" "Jun 20, 2019" "4.1" "PowerDNS Recursor" +.TH "DNSSCOPE" "1" "Jul 30, 2019" "4.1" "PowerDNS Recursor" .SH NAME dnsscope \- . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/docs/dnstcpbench.1 new/pdns-4.1.11/docs/dnstcpbench.1 --- old/pdns-4.1.10/docs/dnstcpbench.1 2019-06-21 00:59:15.000000000 +0200 +++ new/pdns-4.1.11/docs/dnstcpbench.1 2019-07-31 01:09:47.000000000 +0200 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "DNSTCPBENCH" "1" "Jun 20, 2019" "4.1" "PowerDNS Recursor" +.TH "DNSTCPBENCH" "1" "Jul 30, 2019" "4.1" "PowerDNS Recursor" .SH NAME dnstcpbench \- . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/docs/dnswasher.1 new/pdns-4.1.11/docs/dnswasher.1 --- old/pdns-4.1.10/docs/dnswasher.1 2019-06-21 00:58:42.000000000 +0200 +++ new/pdns-4.1.11/docs/dnswasher.1 2019-07-31 01:09:00.000000000 +0200 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "DNSWASHER" "1" "Jun 20, 2019" "4.1" "PowerDNS Recursor" +.TH "DNSWASHER" "1" "Jul 30, 2019" "4.1" "PowerDNS Recursor" .SH NAME dnswasher \- . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/docs/dumresp.1 new/pdns-4.1.11/docs/dumresp.1 --- old/pdns-4.1.10/docs/dumresp.1 2019-06-21 00:58:46.000000000 +0200 +++ new/pdns-4.1.11/docs/dumresp.1 2019-07-31 01:09:06.000000000 +0200 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "DUMRESP" "1" "Jun 20, 2019" "4.1" "PowerDNS Recursor" +.TH "DUMRESP" "1" "Jul 30, 2019" "4.1" "PowerDNS Recursor" .SH NAME dumresp \- . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/docs/ixplore.1 new/pdns-4.1.11/docs/ixplore.1 --- old/pdns-4.1.10/docs/ixplore.1 2019-06-21 00:58:50.000000000 +0200 +++ new/pdns-4.1.11/docs/ixplore.1 2019-07-31 01:09:10.000000000 +0200 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "IXPLORE" "1" "Jun 20, 2019" "4.1" "PowerDNS Recursor" +.TH "IXPLORE" "1" "Jul 30, 2019" "4.1" "PowerDNS Recursor" .SH NAME ixplore \- . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/docs/nproxy.1 new/pdns-4.1.11/docs/nproxy.1 --- old/pdns-4.1.10/docs/nproxy.1 2019-06-21 00:58:54.000000000 +0200 +++ new/pdns-4.1.11/docs/nproxy.1 2019-07-31 01:09:16.000000000 +0200 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "NPROXY" "1" "Jun 20, 2019" "4.1" "PowerDNS Recursor" +.TH "NPROXY" "1" "Jul 30, 2019" "4.1" "PowerDNS Recursor" .SH NAME nproxy \- . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/docs/nsec3dig.1 new/pdns-4.1.11/docs/nsec3dig.1 --- old/pdns-4.1.10/docs/nsec3dig.1 2019-06-21 00:58:57.000000000 +0200 +++ new/pdns-4.1.11/docs/nsec3dig.1 2019-07-31 01:09:21.000000000 +0200 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "NSEC3DIG" "1" "Jun 20, 2019" "4.1" "PowerDNS Recursor" +.TH "NSEC3DIG" "1" "Jul 30, 2019" "4.1" "PowerDNS Recursor" .SH NAME nsec3dig \- . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/docs/pdns_control.1 new/pdns-4.1.11/docs/pdns_control.1 --- old/pdns-4.1.10/docs/pdns_control.1 2019-06-21 00:58:07.000000000 +0200 +++ new/pdns-4.1.11/docs/pdns_control.1 2019-07-31 01:08:11.000000000 +0200 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "PDNS_CONTROL" "1" "Jun 20, 2019" "4.1" "PowerDNS Recursor" +.TH "PDNS_CONTROL" "1" "Jul 30, 2019" "4.1" "PowerDNS Recursor" .SH NAME pdns_control \- . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/docs/pdns_notify.1 new/pdns-4.1.11/docs/pdns_notify.1 --- old/pdns-4.1.10/docs/pdns_notify.1 2019-06-21 00:59:00.000000000 +0200 +++ new/pdns-4.1.11/docs/pdns_notify.1 2019-07-31 01:09:25.000000000 +0200 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "PDNS_NOTIFY" "1" "Jun 20, 2019" "4.1" "PowerDNS Recursor" +.TH "PDNS_NOTIFY" "1" "Jul 30, 2019" "4.1" "PowerDNS Recursor" .SH NAME pdns_notify \- . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/docs/pdns_server.1 new/pdns-4.1.11/docs/pdns_server.1 --- old/pdns-4.1.10/docs/pdns_server.1 2019-06-21 00:58:03.000000000 +0200 +++ new/pdns-4.1.11/docs/pdns_server.1 2019-07-31 01:08:06.000000000 +0200 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "PDNS_SERVER" "1" "Jun 20, 2019" "4.1" "PowerDNS Recursor" +.TH "PDNS_SERVER" "1" "Jul 30, 2019" "4.1" "PowerDNS Recursor" .SH NAME pdns_server \- . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/docs/pdnsutil.1 new/pdns-4.1.11/docs/pdnsutil.1 --- old/pdns-4.1.10/docs/pdnsutil.1 2019-06-21 00:58:10.000000000 +0200 +++ new/pdns-4.1.11/docs/pdnsutil.1 2019-07-31 01:08:15.000000000 +0200 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "PDNSUTIL" "1" "Jun 20, 2019" "4.1" "PowerDNS Recursor" +.TH "PDNSUTIL" "1" "Jul 30, 2019" "4.1" "PowerDNS Recursor" .SH NAME pdnsutil \- . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/docs/saxfr.1 new/pdns-4.1.11/docs/saxfr.1 --- old/pdns-4.1.10/docs/saxfr.1 2019-06-21 00:59:04.000000000 +0200 +++ new/pdns-4.1.11/docs/saxfr.1 2019-07-31 01:09:30.000000000 +0200 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "SAXFR" "1" "Jun 20, 2019" "4.1" "PowerDNS Recursor" +.TH "SAXFR" "1" "Jul 30, 2019" "4.1" "PowerDNS Recursor" .SH NAME saxfr \- . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/docs/sdig.1 new/pdns-4.1.11/docs/sdig.1 --- old/pdns-4.1.10/docs/sdig.1 2019-06-21 00:59:08.000000000 +0200 +++ new/pdns-4.1.11/docs/sdig.1 2019-07-31 01:09:36.000000000 +0200 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "SDIG" "1" "Jun 20, 2019" "4.1" "PowerDNS Recursor" +.TH "SDIG" "1" "Jul 30, 2019" "4.1" "PowerDNS Recursor" .SH NAME sdig \- . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/docs/zone2json.1 new/pdns-4.1.11/docs/zone2json.1 --- old/pdns-4.1.10/docs/zone2json.1 2019-06-21 00:58:12.000000000 +0200 +++ new/pdns-4.1.11/docs/zone2json.1 2019-07-31 01:08:20.000000000 +0200 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "ZONE2JSON" "1" "Jun 20, 2019" "4.1" "PowerDNS Recursor" +.TH "ZONE2JSON" "1" "Jul 30, 2019" "4.1" "PowerDNS Recursor" .SH NAME zone2json \- . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/docs/zone2ldap.1 new/pdns-4.1.11/docs/zone2ldap.1 --- old/pdns-4.1.10/docs/zone2ldap.1 2019-06-21 00:58:20.000000000 +0200 +++ new/pdns-4.1.11/docs/zone2ldap.1 2019-07-31 01:08:29.000000000 +0200 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "ZONE2LDAP" "1" "Jun 20, 2019" "4.1" "PowerDNS Recursor" +.TH "ZONE2LDAP" "1" "Jul 30, 2019" "4.1" "PowerDNS Recursor" .SH NAME zone2ldap \- . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/docs/zone2sql.1 new/pdns-4.1.11/docs/zone2sql.1 --- old/pdns-4.1.10/docs/zone2sql.1 2019-06-21 00:58:16.000000000 +0200 +++ new/pdns-4.1.11/docs/zone2sql.1 2019-07-31 01:08:24.000000000 +0200 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "ZONE2SQL" "1" "Jun 20, 2019" "4.1" "PowerDNS Recursor" +.TH "ZONE2SQL" "1" "Jul 30, 2019" "4.1" "PowerDNS Recursor" .SH NAME zone2sql \- . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/modules/gpgsqlbackend/schema.pgsql.sql new/pdns-4.1.11/modules/gpgsqlbackend/schema.pgsql.sql --- old/pdns-4.1.10/modules/gpgsqlbackend/schema.pgsql.sql 2019-06-21 00:54:43.000000000 +0200 +++ new/pdns-4.1.11/modules/gpgsqlbackend/schema.pgsql.sql 2019-07-31 01:03:45.000000000 +0200 @@ -4,7 +4,7 @@ master VARCHAR(128) DEFAULT NULL, last_check INT DEFAULT NULL, type VARCHAR(6) NOT NULL, - notified_serial INT DEFAULT NULL, + notified_serial BIGINT DEFAULT NULL, account VARCHAR(40) DEFAULT NULL, CONSTRAINT c_lowercase_name CHECK (((name)::TEXT = LOWER((name)::TEXT))) ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pdns-4.1.10/pdns/effective_tld_names.dat new/pdns-4.1.11/pdns/effective_tld_names.dat --- old/pdns-4.1.10/pdns/effective_tld_names.dat 2019-06-21 00:59:20.000000000 +0200 +++ new/pdns-4.1.11/pdns/effective_tld_names.dat 2019-07-31 01:09:53.000000000 +0200 @@ -240,6 +240,8 @@ wa.au // 3LDs act.edu.au +catholic.edu.au +eq.edu.au nsw.edu.au nt.edu.au qld.edu.au @@ -255,6 +257,9 @@ tas.gov.au vic.gov.au wa.gov.au +// 4LDs +education.tas.edu.au +schools.nsw.edu.au // aw : https://en.wikipedia.org/wiki/.aw aw @@ -7012,7 +7017,7 @@ // ye : http://www.y.net.ye/services/domain_name.htm *.ye -// za : http://www.zadna.org.za/content/page/domain-information +// za : https://www.zadna.org.za/content/page/domain-information/ ac.za agric.za alt.za @@ -7024,6 +7029,7 @@ mil.za net.za ngo.za +nic.za nis.za nom.za org.za @@ -7057,9 +7063,9 @@ // newGTLDs -// List of new gTLDs imported from https://newgtlds.icann.org/newgtlds.csv on 2018-05-08T19:40:37Z -// This list is auto-generated, don't edit it manually. +// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2019-06-14T10:00:50-04:00 +// This list is auto-generated, don't edit it manually. // aaa : 2015-02-26 American Automobile Association, Inc. aaa @@ -7105,7 +7111,7 @@ // aco : 2015-01-08 ACO Severin Ahlmann GmbH & Co. KG aco -// actor : 2013-12-12 United TLD Holdco Ltd. +// actor : 2013-12-12 Dog Beach, LLC actor // adac : 2015-07-16 Allgemeiner Deutscher Automobil-Club e.V. (ADAC) @@ -7147,7 +7153,7 @@ // airbus : 2015-07-30 Airbus S.A.S. airbus -// airforce : 2014-03-06 United TLD Holdco Ltd. +// airforce : 2014-03-06 Dog Beach, LLC airforce // airtel : 2014-10-24 Bharti Airtel Limited @@ -7231,10 +7237,10 @@ // aramco : 2014-11-20 Aramco Services Company aramco -// archi : 2014-02-06 Afilias plc +// archi : 2014-02-06 Afilias Limited archi -// army : 2014-03-06 United TLD Holdco Ltd. +// army : 2014-03-06 Dog Beach, LLC army // art : 2016-03-24 UK Creative Ideas Limited @@ -7252,10 +7258,10 @@ // athleta : 2015-07-30 The Gap, Inc. athleta -// attorney : 2014-03-20 United TLD Holdco Ltd. +// attorney : 2014-03-20 Dog Beach, LLC attorney -// auction : 2014-03-20 United TLD Holdco Ltd. +// auction : 2014-03-20 Dog Beach, LLC auction // audi : 2015-05-21 AUDI Aktiengesellschaft @@ -7291,7 +7297,7 @@ // azure : 2014-12-18 Microsoft Corporation azure -// baby : 2015-04-09 Johnson & Johnson Services, Inc. +// baby : 2015-04-09 XYZ.COM LLC baby // baidu : 2015-01-08 Baidu, Inc. @@ -7303,7 +7309,7 @@ // bananarepublic : 2015-07-31 The Gap, Inc. bananarepublic -// band : 2014-06-12 United TLD Holdco Ltd. +// band : 2014-06-12 Dog Beach, LLC band // bank : 2014-09-25 fTLD Registry Services LLC @@ -7375,7 +7381,7 @@ // bestbuy : 2015-07-31 BBY Solutions, Inc. bestbuy -// bet : 2015-05-07 Afilias plc +// bet : 2015-05-07 Afilias Limited bet // bharti : 2014-01-09 Bharti Enterprises (Holding) Private Limited @@ -7396,10 +7402,10 @@ // bingo : 2014-12-04 Binky Moon, LLC bingo -// bio : 2014-03-06 Afilias plc +// bio : 2014-03-06 Afilias Limited bio -// black : 2014-01-16 Afilias plc +// black : 2014-01-16 Afilias Limited black // blackfriday : 2014-01-16 Uniregistry, Corp. @@ -7414,7 +7420,7 @@ // bloomberg : 2014-07-17 Bloomberg IP Holdings LLC bloomberg -// blue : 2013-11-07 Afilias plc +// blue : 2013-11-07 Afilias Limited blue // bms : 2014-10-30 Bristol-Myers Squibb Company @@ -7441,7 +7447,7 @@ // bom : 2014-10-16 Núcleo de Informação e Coordenação do Ponto BR - NIC.br bom -// bond : 2014-06-05 Bond University Limited +// bond : 2014-06-05 ShortDot SA bond // boo : 2014-01-30 Charleston Road Registry Inc. @@ -7468,7 +7474,7 @@ // boutique : 2013-11-14 Binky Moon, LLC boutique -// box : 2015-11-12 NS1 Limited +// box : 2015-11-12 .BOX INC. box // bradesco : 2014-12-18 Banco Bradesco S.A. @@ -7633,7 +7639,7 @@ // channel : 2014-05-08 Charleston Road Registry Inc. channel -// charity : 2018-04-11 Corn Lake, LLC +// charity : 2018-04-11 Binky Moon, LLC charity // chase : 2015-04-30 JPMorgan Chase Bank, National Association @@ -7723,7 +7729,7 @@ // college : 2014-01-16 XYZ.COM LLC college -// cologne : 2014-02-05 punkt.wien GmbH +// cologne : 2014-02-05 dotKoeln GmbH cologne // comcast : 2015-07-23 Comcast IP Holdings I, LLC @@ -7753,10 +7759,10 @@ // construction : 2013-09-16 Binky Moon, LLC construction -// consulting : 2013-12-05 United TLD Holdco Ltd. +// consulting : 2013-12-05 Dog Beach, LLC consulting -// contact : 2015-01-08 Top Level Spectrum, Inc. +// contact : 2015-01-08 Dog Beach, LLC contact // contractors : 2013-09-10 Binky Moon, LLC @@ -7786,6 +7792,9 @@ // courses : 2014-12-04 OPEN UNIVERSITIES AUSTRALIA PTY LTD courses +// cpa : 2019-06-10 American Institute of Certified Public Accountants +cpa + // credit : 2014-03-20 Binky Moon, LLC credit @@ -7813,7 +7822,7 @@ // csc : 2014-09-25 Alliance-One Services, Inc. csc -// cuisinella : 2014-04-03 SALM S.A.S. +// cuisinella : 2014-04-03 SCHMIDT GROUPE S.A.S. cuisinella // cymru : 2014-05-08 Nominet UK @@ -7828,7 +7837,7 @@ // dad : 2014-01-23 Charleston Road Registry Inc. dad -// dance : 2013-10-24 United TLD Holdco Ltd. +// dance : 2013-10-24 Dog Beach, LLC dance // data : 2016-06-02 Dish DBS Corporation @@ -7855,13 +7864,13 @@ // deal : 2015-06-25 Amazon Registry Services, Inc. deal -// dealer : 2014-12-22 Dealer Dot Com, Inc. +// dealer : 2014-12-22 Intercap Registry Inc. dealer // deals : 2014-05-22 Binky Moon, LLC deals -// degree : 2014-03-06 United TLD Holdco Ltd. +// degree : 2014-03-06 Dog Beach, LLC degree // delivery : 2014-09-11 Binky Moon, LLC @@ -7876,13 +7885,13 @@ // delta : 2015-02-19 Delta Air Lines, Inc. delta -// democrat : 2013-10-24 United TLD Holdco Ltd. +// democrat : 2013-10-24 Dog Beach, LLC democrat // dental : 2014-03-20 Binky Moon, LLC dental -// dentist : 2014-03-20 United TLD Holdco Ltd. +// dentist : 2014-03-20 Dog Beach, LLC dentist // desi : 2013-11-14 Desi Networks LLC @@ -7975,7 +7984,7 @@ // dvag : 2014-06-23 Deutsche Vermögensberatung Aktiengesellschaft DVAG dvag -// dvr : 2016-05-26 Hughes Satellite Systems Corporation +// dvr : 2016-05-26 DISH Technologies L.L.C. dvr // earth : 2014-12-04 Interlink Co., Ltd. @@ -8002,7 +8011,7 @@ // energy : 2014-09-11 Binky Moon, LLC energy -// engineer : 2014-03-06 United TLD Holdco Ltd. +// engineer : 2014-03-06 Dog Beach, LLC engineer // engineering : 2014-03-06 Binky Moon, LLC @@ -8074,13 +8083,13 @@ // faith : 2014-11-20 dot Faith Limited faith -// family : 2015-04-02 United TLD Holdco Ltd. +// family : 2015-04-02 Dog Beach, LLC family -// fan : 2014-03-06 Asiamix Digital Limited +// fan : 2014-03-06 Dog Beach, LLC fan -// fans : 2014-11-07 Asiamix Digital Limited +// fans : 2014-11-07 Fans TLD Limited fans // farm : 2013-11-07 Binky Moon, LLC @@ -8185,7 +8194,7 @@ // forex : 2014-12-11 Dotforex Registry Limited forex -// forsale : 2014-05-22 United TLD Holdco Ltd. +// forsale : 2014-05-22 Dog Beach, LLC forsale // forum : 2015-04-02 Fegistry, LLC @@ -8233,7 +8242,7 @@ // furniture : 2014-03-20 Binky Moon, LLC furniture -// futbol : 2013-09-20 United TLD Holdco Ltd. +// futbol : 2013-09-20 Dog Beach, LLC futbol // fyi : 2015-04-02 Binky Moon, LLC @@ -8254,7 +8263,7 @@ // game : 2015-05-28 Uniregistry, Corp. game -// games : 2015-05-28 United TLD Holdco Ltd. +// games : 2015-05-28 Dog Beach, LLC games // gap : 2015-07-31 The Gap, Inc. @@ -8263,6 +8272,9 @@ // garden : 2014-06-26 Minds + Machines Group Limited garden +// gay : 2019-05-23 Top Level Design, LLC +gay + // gbiz : 2014-07-17 Charleston Road Registry Inc. gbiz @@ -8290,7 +8302,7 @@ // gifts : 2014-07-03 Binky Moon, LLC gifts -// gives : 2014-03-06 United TLD Holdco Ltd. +// gives : 2014-03-06 Dog Beach, LLC gives // giving : 2014-11-13 Giving Limited @@ -8362,7 +8374,7 @@ // gratis : 2014-03-20 Binky Moon, LLC gratis -// green : 2014-05-08 Afilias plc +// green : 2014-05-08 Afilias Limited green // gripe : 2014-03-06 Binky Moon, LLC @@ -8401,7 +8413,7 @@ // hangout : 2014-11-13 Charleston Road Registry Inc. hangout -// haus : 2013-12-05 United TLD Holdco Ltd. +// haus : 2013-12-05 Dog Beach, LLC haus // hbo : 2015-07-30 HBO Registry Services, Inc. @@ -8548,10 +8560,10 @@ // immo : 2014-07-10 Binky Moon, LLC immo -// immobilien : 2013-11-07 United TLD Holdco Ltd. +// immobilien : 2013-11-07 Dog Beach, LLC immobilien -// inc : 2018-03-10 GTLD Limited +// inc : 2018-03-10 Intercap Registry Inc. inc // industries : 2013-12-05 Binky Moon, LLC @@ -8668,7 +8680,7 @@ // juniper : 2015-07-30 JUNIPER NETWORKS, INC. juniper -// kaufen : 2013-11-07 United TLD Holdco Ltd. +// kaufen : 2013-11-07 Dog Beach, LLC kaufen // kddi : 2014-09-12 KDDI CORPORATION @@ -8689,7 +8701,7 @@ // kia : 2015-07-09 KIA MOTORS CORPORATION kia -// kim : 2013-09-23 Afilias plc +// kim : 2013-09-23 Afilias Limited kim // kinder : 2014-11-07 Ferrero Trading Lux S.A. @@ -8704,7 +8716,7 @@ // kiwi : 2013-09-20 DOT KIWI LIMITED kiwi -// koeln : 2014-01-09 punkt.wien GmbH +// koeln : 2014-01-09 dotKoeln GmbH koeln // komatsu : 2015-01-08 Komatsu Ltd. @@ -8773,10 +8785,10 @@ // latrobe : 2014-06-16 La Trobe University latrobe -// law : 2015-01-22 Minds + Machines Group Limited +// law : 2015-01-22 LW TLD Limited law -// lawyer : 2014-03-20 United TLD Holdco Ltd. +// lawyer : 2014-03-20 Dog Beach, LLC lawyer // lds : 2014-03-20 IRI Domain Management, LLC ("Applicant") @@ -8800,7 +8812,7 @@ // lexus : 2015-04-23 TOYOTA MOTOR CORPORATION lexus -// lgbt : 2014-05-08 Afilias plc +// lgbt : 2014-05-08 Afilias Limited lgbt // liaison : 2014-10-02 Liaison Technologies, Incorporated @@ -8845,7 +8857,7 @@ // lipsy : 2015-06-25 Lipsy Ltd lipsy -// live : 2014-12-04 United TLD Holdco Ltd. +// live : 2014-12-04 Dog Beach, LLC live // living : 2015-07-30 Lifestyle Domain Holdings, Inc. @@ -8854,7 +8866,7 @@ // lixil : 2015-03-19 LIXIL Group Corporation lixil -// llc : 2017-12-14 Afilias plc +// llc : 2017-12-14 Afilias Limited llc // loan : 2014-11-20 dot Loan Limited @@ -8881,7 +8893,7 @@ // lotte : 2014-11-07 Lotte Holdings Co., Ltd. lotte -// lotto : 2014-04-10 Afilias plc +// lotto : 2014-04-10 Afilias Limited lotto // love : 2014-12-22 Merchant Law Group LLP @@ -8938,7 +8950,7 @@ // map : 2016-06-09 Charleston Road Registry Inc. map -// market : 2014-03-06 United TLD Holdco Ltd. +// market : 2014-03-06 Dog Beach, LLC market // marketing : 2013-11-07 Binky Moon, LLC @@ -8986,7 +8998,7 @@ // men : 2015-02-26 Exclusive Registry Limited men -// menu : 2013-09-11 Wedding TLD2, LLC +// menu : 2013-09-11 Dot Menu Registry, LLC menu // merckmsd : 2016-07-14 MSD Registry Holdings, Inc. @@ -9028,7 +9040,7 @@ // mobily : 2014-12-18 GreenTech Consultancy Company W.L.L. mobily -// moda : 2013-11-07 United TLD Holdco Ltd. +// moda : 2013-11-07 Dog Beach, LLC moda // moe : 2013-11-13 Interlink Co., Ltd. @@ -9046,7 +9058,7 @@ // money : 2014-10-16 Binky Moon, LLC money -// monster : 2015-09-11 Monster Worldwide, Inc. +// monster : 2015-09-11 XYZ.COM LLC monster // mopar : 2015-07-30 FCA US LLC. @@ -9055,7 +9067,7 @@ // mormon : 2013-12-05 IRI Domain Management, LLC ("Applicant") mormon -// mortgage : 2014-03-20 United TLD Holdco Ltd. +// mortgage : 2014-03-20 Dog Beach, LLC mortgage // moscow : 2013-12-19 Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID) @@ -9103,7 +9115,7 @@ // natura : 2015-03-12 NATURA COSMÉTICOS S.A. natura -// navy : 2014-03-06 United TLD Holdco Ltd. +// navy : 2014-03-06 Dog Beach, LLC navy // nba : 2015-07-31 NBA REGISTRY, LLC @@ -9130,7 +9142,7 @@ // newholland : 2015-09-03 CNH Industrial N.V. newholland -// news : 2014-12-18 United TLD Holdco Ltd. +// news : 2014-12-18 Dog Beach, LLC news // next : 2015-06-18 Next plc @@ -9160,7 +9172,7 @@ // nikon : 2015-05-21 NIKON CORPORATION nikon -// ninja : 2013-11-07 United TLD Holdco Ltd. +// ninja : 2013-11-07 Dog Beach, LLC ninja // nissan : 2014-03-27 NISSAN MOTOR CO., LTD. @@ -9244,7 +9256,7 @@ // onyourside : 2015-07-23 Nationwide Mutual Insurance Company onyourside -// ooo : 2014-01-09 INFIBEAM INCORPORATION LIMITED +// ooo : 2014-01-09 INFIBEAM AVENUES LIMITED ooo // open : 2015-07-31 American Express Travel Related Services Company, Inc. @@ -9256,7 +9268,7 @@ // orange : 2015-03-12 Orange Brand Services Limited orange -// organic : 2014-03-27 Afilias plc +// organic : 2014-03-27 Afilias Limited organic // origins : 2015-10-01 The Estée Lauder Companies Inc. @@ -9271,7 +9283,7 @@ // ott : 2015-06-04 Dish DBS Corporation ott -// ovh : 2014-01-16 OVH SAS +// ovh : 2014-01-16 MédiaBC ovh // page : 2014-12-04 Charleston Road Registry Inc. @@ -9304,7 +9316,7 @@ // pccw : 2015-05-14 PCCW Enterprises Limited pccw -// pet : 2015-05-07 Afilias plc +// pet : 2015-05-07 Afilias Limited pet // pfizer : 2015-09-11 Pfizer Inc. @@ -9355,7 +9367,7 @@ // ping : 2015-06-11 Ping Registry Provider, Inc. ping -// pink : 2013-10-01 Afilias plc +// pink : 2013-10-01 Afilias Limited pink // pioneer : 2015-07-16 Pioneer Corporation @@ -9370,7 +9382,7 @@ // play : 2015-03-05 Charleston Road Registry Inc. play -// playstation : 2015-07-02 Sony Computer Entertainment Inc. +// playstation : 2015-07-02 Sony Interactive Entertainment Inc. playstation // plumbing : 2013-09-10 Binky Moon, LLC @@ -9385,7 +9397,7 @@ // pohl : 2014-06-23 Deutsche Vermögensberatung Aktiengesellschaft DVAG pohl -// poker : 2014-07-03 Afilias plc +// poker : 2014-07-03 Afilias Limited poker // politie : 2015-08-20 Politie Nederland @@ -9418,7 +9430,7 @@ // progressive : 2015-07-23 Progressive Casualty Insurance Company progressive -// promo : 2014-12-18 Afilias plc +// promo : 2014-12-18 Afilias Limited promo // properties : 2013-12-05 Binky Moon, LLC @@ -9436,7 +9448,7 @@ // prudential : 2015-07-30 Prudential Financial, Inc. prudential -// pub : 2013-12-12 United TLD Holdco Ltd. +// pub : 2013-12-12 Dog Beach, LLC pub // pwc : 2015-10-29 PricewaterhouseCoopers LLP @@ -9478,7 +9490,7 @@ // recipes : 2013-10-17 Binky Moon, LLC recipes -// red : 2013-11-07 Afilias plc +// red : 2013-11-07 Afilias Limited red // redstone : 2014-10-31 Redstone Haute Couture Co., Ltd. @@ -9487,7 +9499,7 @@ // redumbrella : 2015-03-26 Travelers TLD, LLC redumbrella -// rehab : 2014-03-06 United TLD Holdco Ltd. +// rehab : 2014-03-06 Dog Beach, LLC rehab // reise : 2014-03-13 Binky Moon, LLC @@ -9517,7 +9529,7 @@ // report : 2013-12-05 Binky Moon, LLC report -// republican : 2014-03-20 United TLD Holdco Ltd. +// republican : 2014-03-20 Dog Beach, LLC republican // rest : 2013-12-19 Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable @@ -9529,7 +9541,7 @@ // review : 2014-11-20 dot Review Limited review -// reviews : 2013-09-13 United TLD Holdco Ltd. +// reviews : 2013-09-13 Dog Beach, LLC reviews // rexroth : 2015-06-18 Robert Bosch GMBH @@ -9553,7 +9565,7 @@ // rio : 2014-02-27 Empresa Municipal de Informática SA - IPLANRIO rio -// rip : 2014-07-10 United TLD Holdco Ltd. +// rip : 2014-07-10 Dog Beach, LLC rip // rmit : 2015-11-19 Royal Melbourne Institute of Technology @@ -9562,7 +9574,7 @@ // rocher : 2014-12-18 Ferrero Trading Lux S.A. rocher -// rocks : 2013-11-14 United TLD Holdco Ltd. +// rocks : 2013-11-14 Dog Beach, LLC rocks // rodeo : 2013-12-19 Minds + Machines Group Limited @@ -9604,7 +9616,7 @@ // sakura : 2014-12-18 SAKURA Internet Inc. sakura -// sale : 2014-10-16 United TLD Holdco Ltd. +// sale : 2014-10-16 Dog Beach, LLC sale // salon : 2014-12-11 Binky Moon, LLC @@ -9655,7 +9667,7 @@ // schaeffler : 2015-08-06 Schaeffler Technologies AG & Co. KG schaeffler -// schmidt : 2014-04-03 SALM S.A.S. +// schmidt : 2014-04-03 SCHMIDT GROUPE S.A.S. schmidt // scholarships : 2014-04-24 Scholarships.com, LLC @@ -9739,7 +9751,7 @@ // shia : 2014-09-04 Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti. shia -// shiksha : 2013-11-14 Afilias plc +// shiksha : 2013-11-14 Afilias Limited shiksha // shoes : 2013-10-02 Binky Moon, LLC @@ -9775,7 +9787,7 @@ // site : 2015-01-15 DotSite Inc. site -// ski : 2015-04-09 Afilias plc +// ski : 2015-04-09 Afilias Limited ski // skin : 2015-01-15 L'Oréal @@ -9787,7 +9799,7 @@ // skype : 2014-12-18 Microsoft Corporation skype -// sling : 2015-07-30 Hughes Satellite Systems Corporation +// sling : 2015-07-30 DISH Technologies L.L.C. sling // smart : 2015-07-09 Smart Communications, Inc. (SMART) @@ -9802,13 +9814,13 @@ // soccer : 2015-03-26 Binky Moon, LLC soccer -// social : 2013-11-07 United TLD Holdco Ltd. +// social : 2013-11-07 Dog Beach, LLC social -// softbank : 2015-07-02 SoftBank Corp. +// softbank : 2015-07-02 SoftBank Group Corp. softbank -// software : 2014-03-20 United TLD Holdco Ltd. +// software : 2014-03-20 Dog Beach, LLC software // sohu : 2013-12-19 Sohu.com Limited @@ -9883,7 +9895,7 @@ // stream : 2016-01-08 dot Stream Limited stream -// studio : 2015-02-11 United TLD Holdco Ltd. +// studio : 2015-02-11 Dog Beach, LLC studio // study : 2014-12-11 OPEN UNIVERSITIES AUSTRALIA PTY LTD @@ -10147,16 +10159,16 @@ // verisign : 2015-08-13 VeriSign, Inc. verisign -// versicherung : 2014-03-20 TLD-BOX Registrydienstleistungen GmbH +// versicherung : 2014-03-20 tldbox GmbH versicherung -// vet : 2014-03-06 United TLD Holdco Ltd. +// vet : 2014-03-06 Dog Beach, LLC vet // viajes : 2013-10-17 Binky Moon, LLC viajes -// video : 2014-10-16 United TLD Holdco Ltd. +// video : 2014-10-16 Dog Beach, LLC video // vig : 2015-05-14 VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe @@ -10381,7 +10393,7 @@ // xn--5tzm5g : 2014-12-22 Global Website TLD Asia Limited 网站 -// xn--6frz82g : 2013-09-23 Afilias plc +// xn--6frz82g : 2013-09-23 Afilias Limited 移动 // xn--6qq986b3xl : 2013-09-13 Tycoon Treasure Limited @@ -10809,6 +10821,12 @@ // Submitted by Thomas Orozco <[email protected]> on-aptible.com +// ASEINet : https://www.aseinet.com/ +// Submitted by Asei SEKIGUCHI <[email protected]> +user.aseinet.ne.jp +gv.vc +d.gv.vc + // Asociación Amigos de la Informática "Euskalamiga" : http://encounter.eus/ // Submitted by Hector Martin <[email protected]> user.party.eus @@ -11007,6 +11025,7 @@ // Cloudflare, Inc. : https://www.cloudflare.com/ // Submitted by Jake Riesterer <[email protected]> +trycloudflare.com workers.dev // Clovyr : https://clovyr.io @@ -11888,6 +11907,11 @@ ua.rs conf.se +// Handshake : https://handshake.org +// Submitted by Mike Damm <[email protected]> +hs.zone +hs.run + // Hashbang : https://hashbang.sh hashbang.sh @@ -11918,11 +11942,13 @@ bpl.biz orx.biz ng.city -ng.ink biz.gl +ng.ink col.ng +firm.ng gen.ng ltd.ng +ng.school sch.so // Häkkinen.fi @@ -12001,6 +12027,7 @@ // Submitted by Kim-Alexander Brodowski <[email protected]> mein-iserv.de test-iserv.de +iserv.dev // I-O DATA DEVICE, INC. : http://www.iodata.com/ // Submitted by Yuji Minagawa <[email protected]> @@ -12057,6 +12084,10 @@ lpages.co lpusercontent.com +// Lelux.fi : https://lelux.fi/ +// Submitted by Lelux Admin <[email protected]> +lelux.site + // Lifetime Hosting : https://Lifetime.Hosting/ // Submitted by Mike Fillator <[email protected]> co.business @@ -12388,12 +12419,14 @@ nym.by nym.bz nom.cl +nym.ec nom.gd nom.ge nom.gl nym.gr nom.gt nym.gy +nym.hk nom.hn nym.ie nom.im @@ -12533,6 +12566,14 @@ chirurgiens-dentistes-en-france.fr byen.site +// pubtls.org: https://www.pubtls.org +// Submitted by Kor Nielsen <[email protected]> +pubtls.org + +// Qualifio : https://qualifio.com/ +// Submitted by Xavier De Cock <[email protected]> +qualifioapp.com + // Redstar Consultants : https://www.redstarconsultants.com/ // Submitted by Jons Slemmer <[email protected]> instantcloud.cn @@ -12637,11 +12678,6 @@ myfirewall.org spdns.org -// SensioLabs, SAS : https://sensiolabs.com/ -// Submitted by Fabien Potencier <[email protected]> -*.s5y.io -*.sensiosite.cloud - // Service Online LLC : http://drs.ua/ // Submitted by Serhii Bulakh <[email protected]> biz.ua @@ -12656,6 +12692,10 @@ // Submitted by Alex Bowers <[email protected]> myshopblocks.com +// Shopit : https://www.shopitcommerce.com/ +// Submitted by Craig McMahon <[email protected]> +shopitsite.com + // Siemens Mobility GmbH // Submitted by Oliver Graebner <[email protected]> mo-siemens.io @@ -12727,6 +12767,11 @@ applicationcloud.io scapp.io +// Symfony, SAS : https://symfony.com/ +// Submitted by Fabien Potencier <[email protected]> +*.s5y.io +*.sensiosite.cloud + // Syncloud : https://syncloud.org // Submitted by Boris Rybalkin <[email protected]> syncloud.it @@ -12880,6 +12925,10 @@ // Submitted by Masayuki Note <[email protected]> wafflecell.com +// WebHare bv: https://www.webhare.com/ +// Submitted by Arnold Hendriks <[email protected]> +*.webhare.dev + // WeDeploy by Liferay, Inc. : https://www.wedeploy.com // Submitted by Henrique Vicente <[email protected]> wedeploy.io @@ -12910,6 +12959,12 @@ demon.nl xs4all.space +// Yandex.Cloud LLC: https://cloud.yandex.com +// Submitted by Alexander Lodin <[email protected]> +yandexcloud.net +storage.yandexcloud.net +website.yandexcloud.net + // YesCourse Pty Ltd : https://yescourse.com // Submitted by Atul Bhouraskar <[email protected]> official.academy
