Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package knot for openSUSE:Factory checked in at 2026-09-09 16:22:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/knot (Old) and /work/SRC/openSUSE:Factory/.knot.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "knot" Wed Sep 9 16:22:31 2026 rev:36 rq:1376604 version:3.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/knot/knot.changes 2025-08-05 14:20:43.291819059 +0200 +++ /work/SRC/openSUSE:Factory/.knot.new.1265/knot.changes 2026-09-09 16:24:01.550224825 +0200 @@ -1,0 +2,56 @@ +Tue Sep 8 20:17:43 UTC 2026 - Michal Hrusecky <[email protected]> + +- update to version 3.6.0, see + https://www.knot-dns.cz/2026-09-08-version-360.html + * libdnssec is now part of libknot + +------------------------------------------------------------------- +Fri Sep 4 13:11:56 UTC 2026 - Michal Hrusecky <[email protected]> + +- update to version 3.5.8, see + https://www.knot-dns.cz/2026-09-04-version-358.html + +------------------------------------------------------------------- +Tue Aug 18 18:34:09 UTC 2026 - Michal Hrusecky <[email protected]> + +- update to version 3.5.7, see + https://www.knot-dns.cz/2026-08-18-version-357.html + +------------------------------------------------------------------- +Fri Jul 24 21:06:33 UTC 2026 - Michal Hrusecky <[email protected]> + +- update to version 3.5.6, see + https://www.knot-dns.cz/2026-07-20-version-356.html + https://www.knot-dns.cz/2026-06-12-version-355.html + https://www.knot-dns.cz/2026-04-02-version-354.html + +------------------------------------------------------------------- +Fri Jan 16 19:35:18 UTC 2026 - Michal Hrusecky <[email protected]> + +- update to version 3.5.3, see + https://www.knot-dns.cz/2026-01-16-version-353.html + +------------------------------------------------------------------- +Mon Dec 29 20:08:04 UTC 2025 - Michal Hrusecky <[email protected]> + +- update to version 3.5.2, see + https://www.knot-dns.cz/2025-11-28-version-352.html + +------------------------------------------------------------------- +Thu Oct 16 11:24:16 UTC 2025 - Michal Hrusecky <[email protected]> + +- disable quic in stable releases due to the missing libraries + +------------------------------------------------------------------- +Thu Oct 16 09:59:19 UTC 2025 - Michal Hrusecky <[email protected]> + +- update to version 3.5.1, see + https://www.knot-dns.cz/2025-10-16-version-351.html + +------------------------------------------------------------------- +Tue Sep 23 13:36:13 UTC 2025 - Michal Hrusecky <[email protected]> + +- update to version 3.5.0, see + https://www.knot-dns.cz/2025-09-18-version-350.html + +------------------------------------------------------------------- Old: ---- knot-3.4.8.tar.xz knot-3.4.8.tar.xz.asc New: ---- _scmsync.obsinfo build.specials.obscpio knot-3.6.0.tar.xz knot-3.6.0.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ knot.spec ++++++ --- /var/tmp/diff_new_pack.YjvEGI/_old 2026-09-09 16:24:02.402260434 +0200 +++ /var/tmp/diff_new_pack.YjvEGI/_new 2026-09-09 16:24:02.404260518 +0200 @@ -16,11 +16,11 @@ # -%define libdnssec libdnssec9 -%define libknot libknot15 -%define libzscanner libzscanner4 +%define libknot libknot17 +%define libzscanner libzscanner5 %define pkg_name knot %bcond_without dnstap +%bcond_without redis %bcond_without lto %bcond_without systemd %if 0%{?is_opensuse} @@ -35,10 +35,10 @@ %{?systemd_requires} %endif Name: knot -Version: 3.4.8 +Version: 3.6.0 Release: 0 Summary: An authoritative DNS daemon -License: GPL-3.0-or-later +License: GPL-2.0-or-later Group: Productivity/Networking/DNS/Servers URL: https://www.knot-dns.cz/ Source0: https://secure.nic.cz/files/knot-dns/%{pkg_name}-%{version}.tar.xz @@ -50,7 +50,7 @@ BuildRequires: libcap-ng-devel BuildRequires: libedit-devel BuildRequires: libnghttp2-devel -%if 0%{?suse_version} >= 1600 +%if 0%{?suse_version} > 1600 BuildRequires: libngtcp2_crypto_gnutls-devel BuildRequires: libngtcp2_crypto_gnutls8 %endif @@ -59,6 +59,9 @@ BuildRequires: openssl-devel BuildRequires: pkgconfig BuildRequires: sysuser-tools +%if %{with redis} +BuildRequires: hiredis-devel +%endif BuildRequires: xz BuildRequires: pkgconfig(gnutls) >= 3.3 BuildRequires: pkgconfig(nettle) @@ -91,7 +94,6 @@ # Summary: Development files for the knot libraries Group: Development/Libraries/C and C++ -Requires: %{libdnssec} = %{version} Requires: %{libknot} = %{version} Requires: %{libzscanner} = %{version} Requires: knot = %{version} @@ -117,19 +119,6 @@ This package contains tools to query and test DNS like kdig and knsupdate. -%package -n %{libdnssec} -# -Summary: DNSSEC support functions for Knot DNS -Group: System/Libraries - -%description -n %{libdnssec} -Knot DNS is a DNS server. It implements only the authoritative domain -name service. It uses a multi-threaded and mostly lock-free -implementation and can operate non-stop during zone addition or -removal. - -This package contains a library for DNSSEC support functions. - %package -n %{libknot} # Summary: Knot DNS support library @@ -164,7 +153,7 @@ --libexecdir=%{_libexecdir}/%{pkg_name} \ --includedir=%{_includedir}/knot/ \ --disable-static \ -%if 0%{?suse_version} < 1600 +%if 0%{?suse_version} > 1600 --enable-quic \ %endif --enable-recvmmsg=yes \ @@ -175,6 +164,9 @@ --enable-dnstap=yes \ --with-module-dnstap=shared \ %endif +%if %{with redis} + --enable-redis \ +%endif --enable-rosedb \ --with-module-rosedb=shared \ %if %{with systemd} @@ -254,10 +246,8 @@ %service_del_postun %{pkg_name}.service %endif -%post -n %{libdnssec} -p /sbin/ldconfig %post -n %{libknot} -p /sbin/ldconfig %post -n %{libzscanner} -p /sbin/ldconfig -%postun -n %{libdnssec} -p /sbin/ldconfig %postun -n %{libknot} -p /sbin/ldconfig %postun -n %{libzscanner} -p /sbin/ldconfig @@ -277,9 +267,6 @@ %dir %attr(-,knot,knot) %{_localstatedir}/lib/knot/ %ghost %dir %(751,knot,knot) /run/knot -%files -n %{libdnssec} -%{_libdir}/libdnssec.so.* - %files -n %{libknot} %{_libdir}/libknot.so.* @@ -290,11 +277,9 @@ %files devel %{_includedir}/knot/ -%{_libdir}/libdnssec.so %{_libdir}/libknot.so %{_libdir}/libzscanner.so %{_libdir}/pkgconfig/knotd.pc -%{_libdir}/pkgconfig/libdnssec.pc %{_libdir}/pkgconfig/libknot.pc %{_libdir}/pkgconfig/libzscanner.pc ++++++ _scmsync.obsinfo ++++++ mtime: 1788900371 commit: 3e008fa472c368587f65c4bfb87599bbd7182af75554a4ee9234eb8d86a60872 url: https://src.opensuse.org/dns/knot revision: 3e008fa472c368587f65c4bfb87599bbd7182af75554a4ee9234eb8d86a60872 projectscmsync: https://src.opensuse.org/dns/_ObsPrj.git ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-09-08 22:46:11.000000000 +0200 @@ -0,0 +1 @@ +.osc ++++++ knot-3.4.8.tar.xz -> knot-3.6.0.tar.xz ++++++ ++++ 308980 lines of diff (skipped)
