- Update to version v1.8+git.20180101 (bsc#1050682):
* clock: Don't forward management requests to UDS port. * Add an acknowledgment in the readme for Meinberg. * phc2sys: update '-s' option * sk: don't leak socket when reading of IB GUID fails. * Add compile time sanity check for interface name lengths. * phc_ctl: fix adj command to accept negative offset. * port: return timestamping iface in port properties * phc2sys: re-create clock clkid and servo when phc index changed * phc2sys: split servo_add from function clock_add * transport: pass struct interface to transport_open OBS-URL: https://build.opensuse.org/package/show/network:time/linuxptp?expand=0&rev=9
This commit is contained in:
parent
6e3107ee6a
commit
e6703233a4
3
linuxptp-1.8+git.20180101.tar.xz
Normal file
3
linuxptp-1.8+git.20180101.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a715a93c47a0e539a47d0e00a45f81e84fed702c99fc95356d1e72d3525d30c7
|
||||
size 117376
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa8e00f6ec73cefa7bb313dce7f60dfe5eb9e2bde3353594e9ac18edc93e5165
|
||||
size 147764
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 8 08:51:50 UTC 2018 - mpluskal@suse.com
|
||||
|
||||
- Update to version v1.8+git.20180101 (bsc#1050682):
|
||||
* clock: Don't forward management requests to UDS port.
|
||||
* Add an acknowledgment in the readme for Meinberg.
|
||||
* phc2sys: update '-s' option
|
||||
* sk: don't leak socket when reading of IB GUID fails.
|
||||
* Add compile time sanity check for interface name lengths.
|
||||
* phc_ctl: fix adj command to accept negative offset.
|
||||
* port: return timestamping iface in port properties
|
||||
* phc2sys: re-create clock clkid and servo when phc index changed
|
||||
* phc2sys: split servo_add from function clock_add
|
||||
* transport: pass struct interface to transport_open
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 23 13:47:15 UTC 2017 - rbrown@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package linuxptp
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,17 +18,16 @@
|
||||
|
||||
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
||||
%if ! %{defined _fillupdir}
|
||||
%define _fillupdir /var/adm/fillup-templates
|
||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||
%endif
|
||||
|
||||
Name: linuxptp
|
||||
Version: 1.8
|
||||
Version: 1.8+git.20180101
|
||||
Release: 0
|
||||
Summary: Precision Time Protocol v2 daemon
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Networking/Other
|
||||
Url: http://linuxptp.sourceforge.net/
|
||||
Source0: https://sourceforge.net/projects/linuxptp/files/v%{version}/linuxptp-%{version}.tgz
|
||||
URL: http://linuxptp.sourceforge.net/
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Source1: ptp4l.service
|
||||
Source2: sysconfig.ptp4l
|
||||
Source3: linuxptp.firewall
|
||||
@ -84,7 +83,6 @@ install -Dpm 644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/sysconfig/SuSEfirewall2.
|
||||
%service_del_postun ptp4l.service phc2sys.service
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README.org COPYING linuxptp-howto.txt
|
||||
%{_unitdir}/ptp4l.service
|
||||
%{_unitdir}/phc2sys.service
|
||||
|
Loading…
Reference in New Issue
Block a user