1 Commits

Author SHA256 Message Date
b86ac19f62 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
2025-11-17 14:48:57 +01:00
4 changed files with 30 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:200100ab77e9b5e11062e0185a6f3d898a9f1c817414df1c5d893243bafabe60
size 86434

BIN
synce4l-1.1.1.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Nov 12 10:39:10 UTC 2025 - Dirk Müller <dmueller@suse.com>
- 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 <cfamullaconrad@suse.com>
@@ -39,4 +54,4 @@ Tue Mar 26 07:56:19 UTC 2024 - Reinhard Max <max@suse.com>
-------------------------------------------------------------------
Thu Feb 22 14:35:15 UTC 2024 - Reinhard Max <max@suse.com>
- Initial packaging of version 1.0.0.
- Initial packaging of version 1.0.0.

View File

@@ -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