Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package traceroute for openSUSE:Factory 
checked in at 2023-02-21 15:35:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/traceroute (Old)
 and      /work/SRC/openSUSE:Factory/.traceroute.new.22824 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "traceroute"

Tue Feb 21 15:35:30 2023 rev:9 rq:1066664 version:2.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/traceroute/traceroute.changes    2023-01-04 
17:50:45.153527305 +0100
+++ /work/SRC/openSUSE:Factory/.traceroute.new.22824/traceroute.changes 
2023-02-21 15:35:31.456108463 +0100
@@ -1,0 +2,6 @@
+Tue Feb 14 10:09:06 UTC 2023 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- update to version 2.1.2:
+  *  Fix unprivileged ICMP tracerouting with Linux kernel >= 6.1
+
+-------------------------------------------------------------------

Old:
----
  traceroute-2.1.1.tar.gz

New:
----
  traceroute-2.1.2.tar.gz

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

Other differences:
------------------
++++++ traceroute.spec ++++++
--- /var/tmp/diff_new_pack.hZ8cmg/_old  2023-02-21 15:35:31.920111129 +0100
+++ /var/tmp/diff_new_pack.hZ8cmg/_new  2023-02-21 15:35:31.928111175 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package traceroute
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:           traceroute
-Version:        2.1.1
+Version:        2.1.2
 Release:        0
 Summary:        Packet route path tracing utility
 License:        GPL-2.0-or-later

++++++ traceroute-2.1.1.tar.gz -> traceroute-2.1.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/traceroute-2.1.1/CREDITS new/traceroute-2.1.2/CREDITS
--- old/traceroute-2.1.1/CREDITS        2016-02-19 00:58:17.000000000 +0100
+++ new/traceroute-2.1.2/CREDITS        2023-02-13 18:51:01.000000000 +0100
@@ -21,6 +21,7 @@
 Felix Janda (felix.ja...@posteo.de)
 Sergey Salnikov (s...@salnikov.ru)
 Richard Sheehan (richardshee...@users.sourceforge.net)
+Eric Dumazet (eduma...@google.com)
 ...
 maybe you too? ;)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/traceroute-2.1.1/ChangeLog 
new/traceroute-2.1.2/ChangeLog
--- old/traceroute-2.1.1/ChangeLog      2022-12-27 01:39:41.000000000 +0100
+++ new/traceroute-2.1.2/ChangeLog      2023-02-13 18:52:06.000000000 +0100
@@ -1,3 +1,8 @@
+2023-02-13  Dmitry Butskoy  <dmi...@butskoy.name> - 2.1.2
+
+       *  Fix unprivileged ICMP tracerouting with Linux kernel >= 6.1
+          (Eric Dumazet, SF bug #14)
+
 2022-12-27  Dmitry Butskoy  <dmi...@butskoy.name> - 2.1.1
 
        *  Interpret ipv4-mapped ipv6 addresses (::ffff:A.B.C.D) as true ipv4.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/traceroute-2.1.1/VERSION new/traceroute-2.1.2/VERSION
--- old/traceroute-2.1.1/VERSION        2022-12-27 00:55:39.000000000 +0100
+++ new/traceroute-2.1.2/VERSION        2023-02-13 18:36:18.000000000 +0100
@@ -1 +1 @@
-#define VERSION 2.1.1
+#define VERSION 2.1.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/traceroute-2.1.1/traceroute/traceroute.c 
new/traceroute-2.1.2/traceroute/traceroute.c
--- old/traceroute-2.1.1/traceroute/traceroute.c        2022-12-27 
01:28:15.000000000 +0100
+++ new/traceroute-2.1.2/traceroute/traceroute.c        2023-02-13 
18:37:06.000000000 +0100
@@ -1654,7 +1654,7 @@
        if (res < 0) {
            if (errno == ENOBUFS || errno == EAGAIN)
                    return res;
-           if (errno == EMSGSIZE)
+           if (errno == EMSGSIZE || errno == EHOSTUNREACH)
                    return 0;   /*  recverr will say more...  */
            error ("send");     /*  not recoverable   */
        }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/traceroute-2.1.1/traceroute.spec 
new/traceroute-2.1.2/traceroute.spec
--- old/traceroute-2.1.1/traceroute.spec        2022-12-27 00:55:39.000000000 
+0100
+++ new/traceroute-2.1.2/traceroute.spec        2023-02-13 18:36:18.000000000 
+0100
@@ -1,6 +1,6 @@
 Summary: Traces the route taken by packets over an IPv4/IPv6 network
 Name: traceroute
-Version: 2.1.1
+Version: 2.1.2
 Release: 1%{?dist}
 Group: Applications/Internet
 License: GPLv2+

Reply via email to