Hello community,

here is the log from the commit of package dictd for openSUSE:Leap:15.2 checked 
in at 2020-04-12 15:39:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/dictd (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.dictd.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dictd"

Sun Apr 12 15:39:17 2020 rev:3 rq:793347 version:1.13.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/dictd/dictd.changes    2020-02-21 
10:53:24.915428394 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.dictd.new.3248/dictd.changes  2020-04-12 
15:39:18.470053758 +0200
@@ -1,0 +2,31 @@
+Mon Mar 30 12:37:41 UTC 2020 - Matej Cepl <[email protected]>
+
+- Update to 1.13.0:
+  - dictd:
+    * add support for IPv6 (the default is IPv4)
+        - Add global configuration option "address_family" and
+          command line options --address-family 
+        - Options "listen_to" and --listen-to accepts host name
+          in addition to IP address, "*" means "bind to all interfaces".
+  - dict:
+    * add support for IPv6.
+        - New command line options -4 and -6.
+        - dict + dict:// URL: add support for IPv6 address
+          surrounded by [ and ] symbols
+  - dictfmt:
+    * fix overlap of source and destination buffers in memcpy(3).
+      Use memmove(3) instead. This fixes failures on Linux/musl.
+    * DICTFMT_SORT environment variable may be used for
+      setting non-default sort(1)
+  - Fix build on recent Solaris/IllumOS (missing -lnsl at link
+    time)
+  - Remove support for --use-dictorg and socks5. Clean-ups for build
+    system.
+  - Remove support for non-utf8 dictionaries.
+  - tests:
+    * new test for dictd as a daemon
+    * always use @AWK@
+    * test/dictzip_test.in: avoid printing binary \0. This fixes test on
+      some systems
+
+-------------------------------------------------------------------

Old:
----
  _service
  _servicedata
  dictd-1.12.1+git.1579902294.78aa097.tar.xz

New:
----
  dictd-1.13.0.tar.gz

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

Other differences:
------------------
++++++ dictd.spec ++++++
--- /var/tmp/diff_new_pack.YOlYq8/_old  2020-04-12 15:39:18.946054118 +0200
+++ /var/tmp/diff_new_pack.YOlYq8/_new  2020-04-12 15:39:18.946054118 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           dictd
-Version:        1.12.1+git.1579902294.78aa097
+Version:        1.13.0
 Release:        0
 Summary:        DICT protocol (RFC 2229) server and command-line client
 License:        GPL-1.0-or-later AND Zlib AND MIT
 Group:          Productivity/Office/Dictionary
 URL:            https://github.com/cheusov/dictd
-Source0:        %{name}-%{version}.tar.xz
+Source0:        
https://github.com/cheusov/dictd/archive/%{version}.tar.gz#/dictd-%{version}.tar.gz
 Source1:        colorit.conf
 Source2:        dictd.service
 Patch0:         dictd-1.12.1-unused-return.patch

++++++ dictd-1.12.1-unused-return.patch ++++++
--- /var/tmp/diff_new_pack.YOlYq8/_old  2020-04-12 15:39:18.978054142 +0200
+++ /var/tmp/diff_new_pack.YOlYq8/_new  2020-04-12 15:39:18.982054146 +0200
@@ -1,7 +1,6 @@
-diff -purN dictd-1.12.1/dictd.c dictd-1.12.1_new/dictd.c
---- dictd-1.12.1/dictd.c       2011-01-09 17:53:27.000000000 +0100
-+++ dictd-1.12.1_new/dictd.c   2014-02-25 16:12:49.752301674 +0100
-@@ -329,6 +329,7 @@ static void xsigprocmask (int how, const
+--- a/dictd.c
++++ b/dictd.c
+@@ -332,6 +332,7 @@ static void xsigprocmask (int how, const
     }
  }
  
@@ -9,7 +8,7 @@
  static void block_signals (void)
  {
     sigset_t set;
-@@ -350,6 +351,7 @@ static void unblock_signals (void)
+@@ -353,6 +354,7 @@ static void unblock_signals (void)
  
     xsigprocmask (SIG_UNBLOCK, &set, NULL);
  }
@@ -17,7 +16,7 @@
  
  static void handler( int sig )
  {
-@@ -1264,21 +1266,22 @@ static void release_root_privileges( voi
+@@ -1266,21 +1268,22 @@ static void release_root_privileges( voi
   * -- Bob Hilliard
   */
  {
@@ -75,7 +74,7 @@
  
     const char *       default_strategy_arg = "???";
  
-@@ -1696,7 +1701,7 @@ int main (int argc, char **argv, char **
+@@ -1707,7 +1712,7 @@ int main (int argc, char **argv, char **
  
     if (detach){
        /* become a daemon */


Reply via email to