Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package unbound for openSUSE:Factory checked 
in at 2021-06-05 23:31:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/unbound (Old)
 and      /work/SRC/openSUSE:Factory/.unbound.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "unbound"

Sat Jun  5 23:31:13 2021 rev:50 rq:896882 version:1.13.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/unbound/libunbound-devel-mini.changes    
2021-02-15 23:10:29.410875136 +0100
+++ /work/SRC/openSUSE:Factory/.unbound.new.1898/libunbound-devel-mini.changes  
2021-06-05 23:31:48.800467309 +0200
@@ -1,0 +2,6 @@
+Tue May 11 21:57:51 UTC 2021 - Cristian Rodr??guez <crrodrig...@opensuse.org>
+
+- Use --disable-explicit-port-randomisation, the linux kernel
+  has source port randomization by default if port is 0 since ages.
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/unbound/unbound.changes  2021-02-15 
23:10:30.482876738 +0100
+++ /work/SRC/openSUSE:Factory/.unbound.new.1898/unbound.changes        
2021-06-05 23:31:49.064467768 +0200
@@ -1,0 +2,11 @@
+Sun May 30 19:28:48 UTC 2021 - Togan Muftuoglu <tog...@dinamizm.com>
+
+- Enable DNS-over-HTTPS support
+
+-------------------------------------------------------------------
+Tue May 11 21:56:07 UTC 2021 - Cristian Rodr??guez <crrodrig...@opensuse.org>
+
+- Use --disable-explicit-port-randomisation, the linux kernel
+  has source port randomization by default if port is 0 since ages.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libunbound-devel-mini.spec ++++++
--- /var/tmp/diff_new_pack.8XB46k/_old  2021-06-05 23:31:49.808469062 +0200
+++ /var/tmp/diff_new_pack.8XB46k/_new  2021-06-05 23:31:49.812469068 +0200
@@ -36,8 +36,8 @@
 BuildRequires:  libsodium-devel
 BuildRequires:  openssl-devel
 Requires:       this-is-only-for-build-envs
-Conflicts:      unbound-devel
 Conflicts:      libunbound8
+Conflicts:      unbound-devel
 Provides:       libunbound-devel = %{version}-%{release}
 #
 URL:            https://www.unbound.net/
@@ -87,7 +87,8 @@
   --with-pidfile=%{piddir}%{name}/%{name}.pid \
   --without-pythonmodule --without-pyunbound \
   --with-libunbound-only \
-  --with-rootkey-file=%{_sharedstatedir}/unbound/root.key
+  --with-rootkey-file=%{_sharedstatedir}/unbound/root.key \
+  --disable-explicit-port-randomisation
 
 make %{?_smp_mflags}
 

++++++ unbound.spec ++++++
--- /var/tmp/diff_new_pack.8XB46k/_old  2021-06-05 23:31:49.836469111 +0200
+++ /var/tmp/diff_new_pack.8XB46k/_new  2021-06-05 23:31:49.840469117 +0200
@@ -62,6 +62,8 @@
 BuildRequires:  python3-devel
 BuildRequires:  swig
 %endif
+# needed for dns over https
+BuildRequires:  pkgconfig(libnghttp2)
 
 Requires:       ldns >= %{ldns_version}
 # until we figured something else out for the unbound-anchor part in the 
systemd unit file
@@ -108,6 +110,7 @@
 as a server, but are linked into an application) are easily possible.
 
 %define libname libunbound8
+
 %package -n %{libname}
 Requires:       %{name}-anchor >= %{version}
 #
@@ -205,6 +208,7 @@
   --with-pthreads \
   --disable-static \
   --with-ldns=%{_prefix} \
+  --with-libnghttp2 \
   --enable-sha2 \
   --enable-gost \
   --enable-ecdsa \
@@ -218,7 +222,8 @@
   --with-conf-file=%{_sysconfdir}/%{name}/unbound.conf \
   --with-pidfile=%{piddir}%{name}/%{name}.pid \
   --with-pythonmodule --with-pyunbound PYTHON=%{__python2}\
-  --with-rootkey-file=%{_sharedstatedir}/unbound/root.key
+  --with-rootkey-file=%{_sharedstatedir}/unbound/root.key \
+  --disable-explicit-port-randomisation
 
 make %{?_smp_mflags} all streamtcp
 popd
@@ -230,6 +235,7 @@
   --with-pthreads \
   --disable-static \
   --with-ldns=%{_prefix} \
+  --with-libnghttp2 \
   --enable-sha2 \
   --enable-gost \
   --enable-ecdsa \
@@ -245,7 +251,8 @@
 %if %{with python3}
   --with-pythonmodule --with-pyunbound PYTHON=%{__python3}\
 %endif
-  --with-rootkey-file=%{_sharedstatedir}/unbound/root.key
+  --with-rootkey-file=%{_sharedstatedir}/unbound/root.key \
+  --disable-explicit-port-randomisation
 
 make %{?_smp_mflags} all streamtcp
 

Reply via email to