Hello community, here is the log from the commit of package bind for openSUSE:Factory checked in at 2020-10-24 15:16:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bind (Old) and /work/SRC/openSUSE:Factory/.bind.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bind" Sat Oct 24 15:16:23 2020 rev:158 rq:843228 version:9.16.7 Changes: -------- --- /work/SRC/openSUSE:Factory/bind/bind.changes 2020-09-24 16:13:59.980883955 +0200 +++ /work/SRC/openSUSE:Factory/.bind.new.3463/bind.changes 2020-10-24 15:16:41.508185962 +0200 @@ -1,0 +2,30 @@ +Wed Oct 21 09:05:49 UTC 2020 - Josef Möllers <josef.moell...@suse.com> + +- Upgrade to version 9.16.7 + * Fix (non-)publication of CDS and CDNSKEY records. + * 'dig +bufsize=0' failed to disable EDNS. + * Address a TSAN report by ensuring each rate limiter + object holds a reference to its task. + * With query minimization enabled, named failed to + resolve ip6.arpa. names that had extra labels to the + left of the IPv6 part. + * Silence the EPROTO syslog message on older systems. + * Fix off-by-one error when calculating new hash table size. + * Tighten LOC parsing to reject a period (".") and/or "m" + as a value. Fix handling of negative altitudes which are + not whole meters. + * rbtversion->glue_table_size could be read without the + appropriate lock being held. + * Named erroneously accepted certain invalid resource + records that were incorrectly processed after + subsequently being written to disk and loaded back, as + the wire format differed. Such records include: CERT, + IPSECKEY, NSEC3, NSEC3PARAM, NXT, SIG, TLSA, WKS, and X25. + * NTA code needed to have a weak reference on its + associated view to prevent the latter from being deleted + while NTA tests were being performed. + * replace an INSIST() (which calls abort()) with a check and + an error message. + [bsc#1177913, bind-9.16.7.tar.xz] + +------------------------------------------------------------------- Old: ---- bind-9.16.6.tar.xz bind-9.16.6.tar.xz.sha512.asc New: ---- bind-9.16.7.tar.xz bind-9.16.7.tar.xz.sha512.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bind.spec ++++++ --- /var/tmp/diff_new_pack.eSArl3/_old 2020-10-24 15:16:43.032187407 +0200 +++ /var/tmp/diff_new_pack.eSArl3/_new 2020-10-24 15:16:43.036187411 +0200 @@ -20,7 +20,7 @@ # Note that the sonums are LIBINTERFACE - LIBAGE %define bind9_sonum 1600 %define libbind9 libbind9-%{bind9_sonum} -%define dns_sonum 1605 +%define dns_sonum 1607 %define libdns libdns%{dns_sonum} %define irs_sonum 1601 %define libirs libirs%{irs_sonum} @@ -28,10 +28,10 @@ %define libisc libisc%{isc_sonum} %define isccc_sonum 1600 %define libisccc libisccc%{isccc_sonum} -%define isccfg_sonum 1600 +%define isccfg_sonum 1601 %define libisccfg libisccfg%{isccfg_sonum} -%define libns_sonum 1604 -%define libns libns%{libns_sonum} +%define ns_sonum 1604 +%define libns libns%{ns_sonum} %define VENDOR SUSE %if 0%{?suse_version} >= 1500 @@ -61,7 +61,7 @@ %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif Name: bind -Version: 9.16.6 +Version: 9.16.7 Release: 0 Summary: Domain Name System (DNS) Server (named) License: MPL-2.0 @@ -564,7 +564,7 @@ %{_libdir}/libisc.so.%{isc_sonum}* %files -n %{libns} -%{_libdir}/libns.so.%{libns_sonum}* +%{_libdir}/libns.so.%{ns_sonum}* %files -n %{libisccc} %{_libdir}/libisccc.so.%{isccc_sonum}* ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.eSArl3/_old 2020-10-24 15:16:43.072187446 +0200 +++ /var/tmp/diff_new_pack.eSArl3/_new 2020-10-24 15:16:43.072187446 +0200 @@ -1,17 +1,17 @@ libbind9-1600 -libdns1605 +libdns1607 libirs1601 libisc1606 obsoletes "bind-libs-<targettype> = <version>" provides "bind-libs-<targettype> = <version>" libisccc1600 -libisccfg1600 +libisccfg1601 libns1604 bind-devel requires -bind-<targettype> requires "libbind9-1600-<targettype> = <version>" - requires "libdns1605-<targettype> = <version>" + requires "libdns1607-<targettype> = <version>" requires "libirs1601-<targettype> = <version>" requires "libisc1606-<targettype> = <version>" requires "libisccc1600-<targettype> = <version>" - requires "libisccfg1600-<targettype> = <version>" + requires "libisccfg1601-<targettype> = <version>" ++++++ bind-9.16.6.tar.xz -> bind-9.16.7.tar.xz ++++++ ++++ 10001 lines of diff (skipped)