Accepting request 904720 from network:time
- Update to version 3.1.1: * Version 3.1.1 * tc: Fix length of follow-up message of one-step sync. * Validate the messageLength field of incoming messages. OBS-URL: https://build.opensuse.org/request/show/904720 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linuxptp?expand=0&rev=8
This commit is contained in:
commit
be37e01718
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service mode="localonly" name="tar_scm">
|
<service mode="localonly" name="tar_scm">
|
||||||
<param name="url">git://git.code.sf.net/p/linuxptp/code</param>
|
<param name="url">git://git.code.sf.net/p/linuxptp/code</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v3.1</param>
|
<param name="revision">v3.1.1</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="filename">linuxptp</param>
|
<param name="filename">linuxptp</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.g%h</param>
|
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.g%h</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://git.code.sf.net/p/linuxptp/code</param>
|
<param name="url">git://git.code.sf.net/p/linuxptp/code</param>
|
||||||
<param name="changesrevision">38ad3264f8726691c3fd0c97d0b34c8eee80c11b</param></service></servicedata>
|
<param name="changesrevision">6feb76186ac39eab2fc011053f1cf46bfc94c8e4</param></service></servicedata>
|
3
linuxptp-3.1.1.tar.xz
Normal file
3
linuxptp-3.1.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0b93991a22ab8281c029eeadae53cd4e59981dfe34f11cc933ad2748b2b0fb8e
|
||||||
|
size 160252
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8c8fec4132eee3add41ee4904096344a4643c3de0fa7579cf4d6e951fd4cba7d
|
|
||||||
size 160220
|
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 06 08:06:16 UTC 2021 - jbohac@suse.com
|
||||||
|
|
||||||
|
- Update to version 3.1.1:
|
||||||
|
* Version 3.1.1
|
||||||
|
* tc: Fix length of follow-up message of one-step sync.
|
||||||
|
* Validate the messageLength field of incoming messages.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 10 21:35:12 UTC 2020 - jbohac@suse.com
|
Tue Nov 10 21:35:12 UTC 2020 - jbohac@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package linuxptp
|
# spec file for package linuxptp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,7 +21,7 @@
|
|||||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||||
%endif
|
%endif
|
||||||
Name: linuxptp
|
Name: linuxptp
|
||||||
Version: 3.1
|
Version: 3.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Precision Time Protocol v2 daemon
|
Summary: Precision Time Protocol v2 daemon
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user