Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nsd for openSUSE:Factory checked in 
at 2023-07-05 15:31:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nsd (Old)
 and      /work/SRC/openSUSE:Factory/.nsd.new.23466 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nsd"

Wed Jul  5 15:31:39 2023 rev:31 rq:1096942 version:4.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nsd/nsd.changes  2022-11-11 14:37:02.658457307 
+0100
+++ /work/SRC/openSUSE:Factory/.nsd.new.23466/nsd.changes       2023-07-05 
15:32:20.415199989 +0200
@@ -1,0 +2,24 @@
+Wed Jun 21 13:52:55 UTC 2023 - Andrea Manzini <andrea.manz...@suse.com>
+
+- New upstream release 4.7.0
+  This release adds a script for bash autocompletion for nsd-control. Also
+  nsd-control can be configured to use unencrypted operation also when
+  compiled without openssl. There is also a systemd service unit example
+  file contributed. The dnstap log service can be contacted over TCP, with
+  the dnstap-ip: ip option. It is also possible to use TLS, with
+  dnstap-tls, it is enabled by default, and can be configured with the
+  dnstap-server-name, dnstap-cert-bundle, dnstap-client-key-file and
+  dnstap-client-cert-file options. 
+
+  FEATURES:
+    * Fix #267: Allow unencrypted local operation of nsd-control.
+    * Fix #271: DNSTAP over TCP, with dnstap-ip: "127.0.0.1@3333".
+    * dnstap over TLS, default enabled. Configured with the
+      options dnstap-tls, dnstap-tls-server-name, dnstap-tls-cert-bundle,
+      dnstap-tls-client-key-file and dnstap-tls-client-cert-file.
+
+  BUGFIXES:
+    see https://github.com/NLnetLabs/nsd/releases/tag/NSD_4_7_0_REL
+
+
+-------------------------------------------------------------------

Old:
----
  nsd-4.6.1.tar.gz
  nsd-4.6.1.tar.gz.asc
  nsd-rpmlintrc

New:
----
  nsd-4.7.0.tar.gz
  nsd-4.7.0.tar.gz.asc

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

Other differences:
------------------
++++++ nsd.spec ++++++
--- /var/tmp/diff_new_pack.Df714W/_old  2023-07-05 15:32:20.955203193 +0200
+++ /var/tmp/diff_new_pack.Df714W/_new  2023-07-05 15:32:20.959203216 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nsd
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 %define zonesdir   %{configdir}/zones
 %define pidfile    %{_rundir}/nsd/nsd.pid
 Name:           nsd
-Version:        4.6.1
+Version:        4.7.0
 Release:        0
 #
 Summary:        An authoritative-only domain name server
@@ -44,19 +44,18 @@
 #
 Source4:        nsd.keyring
 Source5:        
https://www.nlnetlabs.nl/downloads/nsd/nsd-%{version}.tar.gz.asc
-Source10:       nsd-rpmlintrc
 #
 BuildRequires:  libevent-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pwdutils
 BuildRequires:  tcpd-devel
-Requires:       pwdutils
-Requires(pre):  coreutils
+Requires:       shadow
 Requires(post): coreutils
 Requires(post): findutils
-Requires(pre):  shadow
 Requires(post): shadow
+Requires(pre):  coreutils
+Requires(pre):  shadow
 %{?systemd_requires}
 
 %description
@@ -80,7 +79,7 @@
     --enable-mmap                      \
     --with-user=_nsd                   \
     --enable-ratelimit
-make %{?_smp_mflags}
+%make_build
 iconv -f iso8859-1 -t utf-8 doc/RELNOTES > doc/RELNOTES.utf8
 iconv -f iso8859-1 -t utf-8 doc/CREDITS > doc/CREDITS.utf8
 mv -f doc/RELNOTES.utf8 doc/RELNOTES
@@ -131,11 +130,11 @@
 %{_sbindir}/nsd-control-setup
 %{_sbindir}/nsd-checkconf
 %{_sbindir}/nsd-checkzone
-%{_mandir}/man5/nsd.conf.5*
-%{_mandir}/man8/nsd-checkconf.8*
-%{_mandir}/man8/nsd-checkzone.8*
-%{_mandir}/man8/nsd.8*
-%{_mandir}/man8/nsd-control.8*
+%{_mandir}/man5/nsd.conf.5%{?ext_man}
+%{_mandir}/man8/nsd-checkconf.8%{?ext_man}
+%{_mandir}/man8/nsd-checkzone.8%{?ext_man}
+%{_mandir}/man8/nsd.8%{?ext_man}
+%{_mandir}/man8/nsd-control.8%{?ext_man}
 #
 %config(noreplace) %attr(-,root,_nsd) %{configdir}
 %ghost %config %attr(640,_nsd,_nsd) %{configdir}/nsd.conf

++++++ nsd-4.6.1.tar.gz -> nsd-4.7.0.tar.gz ++++++
++++ 8966 lines of diff (skipped)

Reply via email to