Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ldns for openSUSE:Factory checked in 
at 2022-02-03 23:15:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ldns (Old)
 and      /work/SRC/openSUSE:Factory/.ldns.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ldns"

Thu Feb  3 23:15:54 2022 rev:17 rq:950786 version:1.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ldns/ldns.changes        2019-08-16 
15:29:01.929988642 +0200
+++ /work/SRC/openSUSE:Factory/.ldns.new.1898/ldns.changes      2022-02-03 
23:16:13.592719228 +0100
@@ -1,0 +2,71 @@
+Fri Dec  3 18:15:35 UTC 2021 - Michael Str??der <mich...@stroeder.com>
+
+- new version 1.8.1
+  + 1.8.1 2021-12-03
+    * bugfix #146: ldns-1.7.1 had soname 3.0, so ldns-1.8.x soname
+      needs to larger.
+    * Undo PR#123 fix ldns.pc installation when building out-of-source
+  + 1.8.0 2021-11-26
+    * bugfix #38: Print "line" before line number when printing
+      zone parse errors. Thanks Petr ??pa??ek.
+    * bugfix: Revert unused variables in ldns-config removal patch.
+    * bugfix #50: heap Out-of-bound Read vulnerability in
+      rr_frm_str_internal reported by pokerfacett.
+      (bsc#1195057, CVE-2020-19860)
+    * bugfix #51: Heap Out-of-bound Read vulnerability in
+      ldns_nsec3_salt_data reported by pokerfacett.
+      (bsc#1195058, CVE-2020-19861)
+    * Fix memory leak in examples/ldns-testns handle_tcp routine.
+    * Detect fixed time memory compare for openssl 0.9.8.
+    * Fix compile warning by variable initialisation for older gcc.
+    * Fix #92: ldns-testns.c:429:15: error: 'fork' is unavailable: not
+      available on tvOS.
+    * Fix for #93: fix packaging/libldns.pc Makefile rule.
+    * ZONEMD support in ldns-signzone and ldns-verify-zone
+    * ldns-testns can answer several queries over one tcp connection,
+      if they arrive within 100msec of each other.
+    * Fix so that ldns-testns does not leak sockets if the read fails.
+    * SVCB and HTTPS draft rrtypes.
+      Enable with --enable-rrtype-svcb-https.
+    * bugfix #117: Assertion failure with DNSSEC validating of 
+      non existence of RR types at the root.  Thanks ZjYwMj
+    * Set NSEC(3) ttls to the minimum of the MINIMUM field of the SOA
+      record and the TTL of the SOA itself. draft-ietf-dnsop-nsec-ttl
+    * bugfix #119: Let example tools read longer RR's than
+      LDNS_MAX_LINELEN
+    * Add SVCPARAMS to python ldns_rdf_type2str function.
+    * PR #134 Miscellaneous spelling fixes. Thanks jsoref!
+    * Fix that ldns-read-zone and ldns_zone_new_frm_fp_l properly return
+      the $INCLUDE not implemented error.
+    * Fix that ldns-read-zone and ldns_zone_new_frm_fp_l count the line
+      number for an empty line after a comment.
+    * Fix #135: Fix compile with OpenSSL-3.0.0-beta2.
+    * PR #107: Added ldns_pkt2buffer_wire_compress() to make dname 
+      compression optional when converting packets to wire format.
+      Thanks Eli Lindsey
+    * Option to ldns-keygen to create symlinks with known names 
+      (i.e. without the key id) to the created files.
+      Thanks Andreas Schulze
+    * Fix #121: Correct handling of centimetres by LOC parser.
+      Thanks Felipe Gasper
+    * PR #126: Link with libldns.la in Makefile.in.
+      Thanks orbea
+    * PR #127: Addes option -Q to drill to give short answer.
+      Thanks niknah
+    * PR #133: Update m4 files for python modules.
+      Thanks Petr Men????k
+    * Bufix CAA value fields may be empty: Thanks Robert Mortimer
+    * PR #108: Fix for ldns-compare-zones net detecting when first zone
+      has a RRset that shrinks from two to one RRs, or grows from one
+      to two RRs. Thanks Emilio Caballero
+    * Fix #131: Drill sig chasing breaks with gcc-11 and
+      strict-aliasing. Thanks Stanislav Levin
+    * Fix #130: Unless $TLL is defined, ttl defaults to the last
+      explicitly stated value. Thanks Benno
+    * Fix #48: Missing UNSIGNED legend with drill. Thanks reedjc
+    * Fix #143: EVP_PKEY_base_id became a macro with OpenSSL > 3.0
+      Thanks Daniel J. Luke
+    * Let ldns-signzone warn for high NSEC3 iteration counts.
+      Thanks Andreas Schulze
+
+-------------------------------------------------------------------

Old:
----
  ldns-1.7.1.tar.gz
  ldns-1.7.1.tar.gz.asc

New:
----
  ldns-1.8.1.tar.gz
  ldns-1.8.1.tar.gz.asc

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

Other differences:
------------------
++++++ ldns.spec ++++++
--- /var/tmp/diff_new_pack.iDoezB/_old  2022-02-03 23:16:14.316714286 +0100
+++ /var/tmp/diff_new_pack.iDoezB/_new  2022-02-03 23:16:14.320714259 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ldns
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define libname libldns3
 Name:           ldns
-Version:        1.7.1
+Version:        1.8.1
 Release:        0
 Summary:        A library for developing the Domain Name System
 License:        BSD-3-Clause
@@ -79,6 +79,7 @@
 Summary:        Perl bindings for ldns
 Group:          Development/Languages/Perl
 Requires:       %{libname} >= %{version}
+%libperl_requires
 
 %description -n perl-DNS-LDNS
 Perl bindings for the ldns library.
@@ -167,6 +168,7 @@
 %{_mandir}/man1/ldns*.1%{?ext_man}
 
 %files -n %{libname}
+%license LICENSE
 %{_libdir}/libldns.so.*
 
 %files devel
@@ -175,7 +177,6 @@
 %{_libdir}/libldns.so
 %{_libdir}/pkgconfig/ldns.pc
 %{_mandir}/man3/ldns*.3%{?ext_man}
-%license LICENSE
 %doc libdns.vim README*
 
 %files -n perl-DNS-LDNS

++++++ ldns-1.7.1.tar.gz -> ldns-1.8.1.tar.gz ++++++
++++ 17424 lines of diff (skipped)

Reply via email to