diff --git a/synce4l-1.1.0.tar.gz b/synce4l-1.1.0.tar.gz deleted file mode 100644 index c8ceec6..0000000 --- a/synce4l-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:200100ab77e9b5e11062e0185a6f3d898a9f1c817414df1c5d893243bafabe60 -size 86434 diff --git a/synce4l-1.1.1.tar.gz b/synce4l-1.1.1.tar.gz new file mode 100644 index 0000000..ccf5fe5 --- /dev/null +++ b/synce4l-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c24536f4ed299c8299388bc0176169bbc2d167f84ef3bc8691414c88cd8cef +size 87948 diff --git a/synce4l.changes b/synce4l.changes index 7f0e2c5..9ad455d 100644 --- a/synce4l.changes +++ b/synce4l.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Nov 12 10:39:10 UTC 2025 - Dirk Müller + +- update to 1.1.1: + * fix possible resource leak + * fix requested thread stack size + * fix scorecard.yml + * initialize pin ID to -1 + * fix crash in dpll_rt_recv() + * create scorecard.yml + * unlink smc_socket_path before binding + * check smc_socket_path length + * change default smc_socket_path to /run/synce4l_socket + * fix more compiler warnings + ------------------------------------------------------------------- Mon Oct 21 09:38:57 UTC 2024 - Clemens Famulla-Conrad @@ -39,4 +54,4 @@ Tue Mar 26 07:56:19 UTC 2024 - Reinhard Max ------------------------------------------------------------------- Thu Feb 22 14:35:15 UTC 2024 - Reinhard Max -- Initial packaging of version 1.0.0. +- Initial packaging of version 1.0.0. diff --git a/synce4l.spec b/synce4l.spec index 873f04b..80f6077 100644 --- a/synce4l.spec +++ b/synce4l.spec @@ -1,7 +1,7 @@ # # spec file for package synce4l # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # 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: synce4l -Version: 1.1.0 +Version: 1.1.1 Release: 0 Summary: Synchronous Ethernet (SyncE) License: GPL-2.0-only @@ -28,11 +28,17 @@ BuildRequires: libnl3-devel %{?systemd_requires} %description -synce4l is a software implementation of Synchronous Ethernet (SyncE) according to ITU-T Recommendation G.8264. The design goal is to provide logic to supported hardware by processing Ethernet Synchronization Messaging Channel (ESMC) and control Ethernet Equipment Clock (EEC) on Network Card Interface (NIC). +synce4l is a software implementation of Synchronous Ethernet (SyncE) according +to ITU-T Recommendation G.8264. The design goal is to provide logic to +supported hardware by processing Ethernet Synchronization Messaging Channel +(ESMC) and control Ethernet Equipment Clock (EEC) on Network Card Interface +(NIC). -Application can operate in two mutually exclusive input modes: line or external. Both modes are described in next paragraphs. +Application can operate in two mutually exclusive input modes: line or +external. Both modes are described in next paragraphs. -The best source selection is done according to ITU-T Recommendations G.781 and G.8264. Two network options are supported: option 1 and option 2. +The best source selection is done according to ITU-T Recommendations G.781 and +G.8264. Two network options are supported: option 1 and option 2. %prep %autosetup