Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5fff869816 | |||
| a26275495c | |||
| adb940cac6 | |||
| f4368fd1d0 |
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/mlichvar/clknetsim.git</param>
|
||||
<param name="changesrevision">633a0be069bac00e5aa562c0e5e15a3bf30b6af2</param></service></servicedata>
|
||||
<param name="changesrevision">d9c68a33d42c20e4ec7a21c0fc41f0434ff8aa5a</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:deca57515474016e183cdf9ac4e297defb2dbce676ef5cf351a12e9f4c6daeae
|
||||
size 211979
|
||||
3
clknetsim-0+git.20250213.obscpio
Normal file
3
clknetsim-0+git.20250213.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bcc10ff79b850214bdc2ca13f3f6f2ab4f1860f69d3d00520aa88ee29d09d80f
|
||||
size 213003
|
||||
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 13:10:58 UTC 2025 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 0+git.20250213:
|
||||
* bash: unset systemd varibles respected by chronyd
|
||||
* fix assertions for struct sockaddr_un length
|
||||
* bash: use debuginfo option instead of unsetting variable
|
||||
* bash: fix missing CLKNETSIM_TMPDIR use
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 14:33:42 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 0+git.20241128:
|
||||
* bash: wait for client processes to exit
|
||||
* close client socket on exit
|
||||
* round nanoseconds in PTP_SYS_OFFSET* delay adjustments
|
||||
* avoid timestamps from future in PTP_SYS_OFFSET_EXTENDED
|
||||
* add options to cycle PHC jitter
|
||||
* init symbols in fdopen()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 28 07:19:19 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: clknetsim
|
||||
version: 0+git.20240610
|
||||
mtime: 1718022221
|
||||
commit: 633a0be069bac00e5aa562c0e5e15a3bf30b6af2
|
||||
version: 0+git.20250213
|
||||
mtime: 1739443448
|
||||
commit: d9c68a33d42c20e4ec7a21c0fc41f0434ff8aa5a
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package clknetsim
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 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: clknetsim
|
||||
Version: 0+git.20240610
|
||||
Version: 0+git.20250213
|
||||
Release: 0
|
||||
Summary: Clock and Network Simulator
|
||||
License: GPL-2.0-only
|
||||
|
||||
Reference in New Issue
Block a user