Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package 2ping for openSUSE:Factory checked in at 2024-12-02 16:59:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/2ping (Old) and /work/SRC/openSUSE:Factory/.2ping.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "2ping" Mon Dec 2 16:59:44 2024 rev:16 rq:1227753 version:4.5.1+20241102 Changes: -------- --- /work/SRC/openSUSE:Factory/2ping/2ping.changes 2023-10-06 21:17:05.593599392 +0200 +++ /work/SRC/openSUSE:Factory/.2ping.new.28523/2ping.changes 2024-12-02 17:00:15.656044184 +0100 @@ -1,0 +2,13 @@ +Mon Dec 02 11:31:45 UTC 2024 - [email protected] + +- Update to version 4.5.1+20241102: + * get_system_addresses: Guard against netifaces race condition + * Remove snapcraft definition + * 2ping.service: Use DynamicUser=yes instead of User=nobody + * End stats updates + * Argument parsing cleanups + * Fix duplicated AUTHOR/AUTHORS section in manpage + * Tox updates + * Change license from GPLv2 to Mozilla Public License 2.0 + +------------------------------------------------------------------- Old: ---- 2ping-4.5.1.tar.gz 2ping-4.5.1.tar.gz.asc New: ---- 2ping-4.5.1+20241102.obscpio 2ping.obsinfo _service _servicedata ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ 2ping.spec ++++++ --- /var/tmp/diff_new_pack.rIakVj/_old 2024-12-02 17:00:16.128064154 +0100 +++ /var/tmp/diff_new_pack.rIakVj/_new 2024-12-02 17:00:16.128064154 +0100 @@ -1,7 +1,7 @@ # # spec file for package 2ping # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,12 @@ Name: 2ping -Version: 4.5.1 +Version: 4.5.1+20241102 Release: 0 Summary: Bi-directional ping utility -License: GPL-2.0-or-later +License: MPL-2.0 URL: https://www.finnie.org/software/2ping/ -Source0: https://www.finnie.org/software/2ping/%{name}-%{version}.tar.gz -Source1: https://www.finnie.org/software/2ping/%{name}-%{version}.tar.gz.asc +Source0: %{name}-%{version}.tar.xz Source2: %{name}.keyring Patch0: harden_2ping.service.patch BuildRequires: fdupes ++++++ 2ping.obsinfo ++++++ name: 2ping version: 4.5.1+20241102 mtime: 1730573757 commit: d5b12f80188092b4b77d6c6b210ecf568859ee90 ++++++ _service ++++++ <services> <service name="obs_scm" mode="manual"> <param name="url">https://github.com/rfinnie/2ping</param> <param name="scm">git</param> <param name="revision">main</param> <param name="changesgenerate">enable</param> <param name="versionformat">@PARENT_TAG@+%cd</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-replacement">\1</param> </service> <service name="set_version" mode="manual" /> <service name="tar" mode="buildtime"/> <service name="recompress" mode="buildtime"> <param name="file">2ping-*.tar</param> <param name="compression">xz</param> </service> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/rfinnie/2ping</param> <param name="changesrevision">d5b12f80188092b4b77d6c6b210ecf568859ee90</param></service></servicedata> (No newline at EOF) ++++++ harden_2ping.service.patch ++++++ --- /var/tmp/diff_new_pack.rIakVj/_old 2024-12-02 17:00:16.228068385 +0100 +++ /var/tmp/diff_new_pack.rIakVj/_new 2024-12-02 17:00:16.232068554 +0100 @@ -10,7 +10,7 @@ +# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort +ProtectHostname=true +# end of automatic additions - User=nobody + DynamicUser=yes [Install]
