forked from pool/linuxptp
Accepting request 904344 from home:jbohac:branches:network:time
- Update to version 3.1.1: * Version 3.1.1 * tc: Fix length of follow-up message of one-step sync. (bsc#1187647, CVE-2021-3571) * Validate the messageLength field of incoming messages. (bsc#1187646, CVE-2021-3570) OBS-URL: https://build.opensuse.org/request/show/904344 OBS-URL: https://build.opensuse.org/package/show/network:time/linuxptp?expand=0&rev=20
This commit is contained in:
parent
f2235f114b
commit
14e8999a23
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service mode="localonly" name="tar_scm">
|
||||
<param name="url">git://git.code.sf.net/p/linuxptp/code</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="filename">linuxptp</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.g%h</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<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 +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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,7 +21,7 @@
|
||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||
%endif
|
||||
Name: linuxptp
|
||||
Version: 3.1
|
||||
Version: 3.1.1
|
||||
Release: 0
|
||||
Summary: Precision Time Protocol v2 daemon
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user