Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dnsdist for openSUSE:Factory checked 
in at 2026-02-18 17:06:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dnsdist (Old)
 and      /work/SRC/openSUSE:Factory/.dnsdist.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dnsdist"

Wed Feb 18 17:06:19 2026 rev:16 rq:1333620 version:2.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/dnsdist/dnsdist.changes  2025-08-15 
21:54:23.893952583 +0200
+++ /work/SRC/openSUSE:Factory/.dnsdist.new.1977/dnsdist.changes        
2026-02-18 17:07:19.990476894 +0100
@@ -1,0 +2,21 @@
+Tue Feb 17 17:19:59 UTC 2026 - Adam Majer <[email protected]>
+
+- Allow installation on immutable systems (jsc#PED-14730)
+  The home directory is generated by systemd so there is no need
+  to include it in the package. Home directory is inaccessible
+  during installation.
+- fix_compilation.patch: add missing include
+
+-------------------------------------------------------------------
+Wed Dec  3 16:47:50 UTC 2025 - Adam Majer <[email protected]>
+
+- update to 2.0.2
+  https://dnsdist.org/changelog.html#change-2.0.2
+
+-------------------------------------------------------------------
+Wed Nov 19 17:59:26 UTC 2025 - Adam Majer <[email protected]>
+
+- update to 2.0.1 (bsc#1243888, CVE-2025-8671)
+  https://www.dnsdist.org/changelog.html#change-2.0.1
+
+-------------------------------------------------------------------

Old:
----
  dnsdist-2.0.0.tar.xz
  dnsdist-2.0.0.tar.xz.sig

New:
----
  README.md
  _scmsync.obsinfo
  build.specials.obscpio
  dnsdist-2.0.2.tar.xz
  dnsdist-2.0.2.tar.xz.sig
  fix_compilation.patch

----------(New B)----------
  New:  during installation.
- fix_compilation.patch: add missing include
----------(New E)----------

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

Other differences:
------------------
++++++ dnsdist.spec ++++++
--- /var/tmp/diff_new_pack.WTpbMY/_old  2026-02-18 17:07:21.470538495 +0100
+++ /var/tmp/diff_new_pack.WTpbMY/_new  2026-02-18 17:07:21.474538662 +0100
@@ -16,8 +16,6 @@
 #
 
 
-%define home           %{_var}/lib/%{name}
-
 %if 0%{?suse_version} == 1500
 %global force_gcc_version 14
 %endif
@@ -48,7 +46,7 @@
 %bcond_with     dnsdist_quiche
 %bcond_with     dnsdist_xdp
 Name:           dnsdist
-Version:        2.0.0
+Version:        2.0.2
 Release:        0
 Summary:        A highly DNS-, DoS- and abuse-aware loadbalancer
 License:        GPL-2.0-only
@@ -63,9 +61,13 @@
 Source12:       usr.sbin.dnsdist
 Source13:       local.usr.sbin.dnsdist
 Source99:       series
+Source100:      README.md
+Patch1:         fix_compilation.patch
 BuildRequires:  gcc%{?force_gcc_version}
 BuildRequires:  gcc%{?force_gcc_version}-c++
 BuildRequires:  libboost_headers-devel
+# Because meson failure detecting boost without a linkable binary, even if we 
do not need one
+BuildRequires:  libboost_filesystem-devel
 BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gnutls)
@@ -185,7 +187,6 @@
 install -D -m 0644 %{SOURCE13} 
%{buildroot}%{_sysconfdir}/apparmor.d/local/usr.sbin.dnsdist
 %endif
 
-install -Dd -m 0750    %{buildroot}%{_sysconfdir}/%{name}/ %{buildroot}%{home}/
 install -m 0640 %{SOURCE11} %{buildroot}%{_sysconfdir}/%{name}/dnsdist.conf
 
 install -D -m 0644 %{SOURCE10} %{buildroot}%{_sysusersdir}/dnsdist.conf
@@ -230,5 +231,4 @@
 %config(noreplace) %{_sysconfdir}/apparmor.d/local/usr.sbin.dnsdist
 %endif
 %config(noreplace) %attr(-,root,%{name}) %{_sysconfdir}/%{name}/
-%dir %attr(700,%{name},%{name}) %{home}
 

++++++ README.md ++++++
Build results for dnsdist in Factory are:

![TW build 
results](https://br.opensuse.org/status/openSUSE:Factory/dnsdist/standard)

Build results in the devel project (server:dns) and sources at 
https://src.opensuse.org/dns/dnsdist

![Devel project build 
results](https://br.opensuse.org/status/server:dns/dnsdist)


++++++ _scmsync.obsinfo ++++++
mtime: 1771349837
commit: 38a6e9faae56d8b03de85d506bca7a98d2028a0a79ce368a1df98e428567029d
url: https://src.opensuse.org/dns/dnsdist.git
revision: 38a6e9faae56d8b03de85d506bca7a98d2028a0a79ce368a1df98e428567029d
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-02-17 18:43:27.000000000 +0100
@@ -0,0 +1 @@
+.osc

++++++ dnsdist-2.0.0.tar.xz -> dnsdist-2.0.2.tar.xz ++++++
++++ 6036 lines of diff (skipped)


++++++ fix_compilation.patch ++++++
Index: dnsdist-2.0.2/dnsdist-protobuf.cc
===================================================================
--- dnsdist-2.0.2.orig/dnsdist-protobuf.cc
+++ dnsdist-2.0.2/dnsdist-protobuf.cc
@@ -26,6 +26,7 @@
 #include "dnsdist.hh"
 #include "dnsdist-protobuf.hh"
 #include "protozero.hh"
+#include "dolog.hh"
 
 DNSDistProtoBufMessage::DNSDistProtoBufMessage(const DNSQuestion& dnsquestion) 
:
   d_dq(dnsquestion)


++++++ series ++++++
--- /var/tmp/diff_new_pack.WTpbMY/_old  2026-02-18 17:07:23.102606424 +0100
+++ /var/tmp/diff_new_pack.WTpbMY/_new  2026-02-18 17:07:23.106606590 +0100
@@ -1,3 +1,2 @@
-
-(No newline at EOF)
+fix_compilation.patch
 

Reply via email to