From 4174fdadf6f04aba3e74c3d2b9f32a38d1e3b5c0a627c89a21ef1d5f993bf198 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 8 Feb 2018 08:54:41 +0000 Subject: [PATCH 1/4] - 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 --- linuxptp-1.8+git.20180101.tar.xz | 3 +++ linuxptp-1.8.tgz | 3 --- linuxptp.changes | 15 +++++++++++++++ linuxptp.spec | 12 +++++------- 4 files changed, 23 insertions(+), 10 deletions(-) create mode 100644 linuxptp-1.8+git.20180101.tar.xz delete mode 100644 linuxptp-1.8.tgz diff --git a/linuxptp-1.8+git.20180101.tar.xz b/linuxptp-1.8+git.20180101.tar.xz new file mode 100644 index 0000000..07c99f8 --- /dev/null +++ b/linuxptp-1.8+git.20180101.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a715a93c47a0e539a47d0e00a45f81e84fed702c99fc95356d1e72d3525d30c7 +size 117376 diff --git a/linuxptp-1.8.tgz b/linuxptp-1.8.tgz deleted file mode 100644 index 23fc43f..0000000 --- a/linuxptp-1.8.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa8e00f6ec73cefa7bb313dce7f60dfe5eb9e2bde3353594e9ac18edc93e5165 -size 147764 diff --git a/linuxptp.changes b/linuxptp.changes index fc745a1..3db2f42 100644 --- a/linuxptp.changes +++ b/linuxptp.changes @@ -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 diff --git a/linuxptp.spec b/linuxptp.spec index 04971e7..f2627f4 100644 --- a/linuxptp.spec +++ b/linuxptp.spec @@ -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 From 4f6cb858e5d2c4a4e583f69a005aa662e3bb8f3f5331ff8eb5c7fa7145cbf640 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 8 Feb 2018 08:56:52 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/network:time/linuxptp?expand=0&rev=10 --- _service | 15 +++++++++++++++ _servicedata | 4 ++++ 2 files changed, 19 insertions(+) create mode 100644 _service create mode 100644 _servicedata diff --git a/_service b/_service new file mode 100644 index 0000000..94dffd0 --- /dev/null +++ b/_service @@ -0,0 +1,15 @@ + + + git://git.code.sf.net/p/linuxptp/code + git + enable + linuxptp + @PARENT_TAG@+git.%cd + v(.*) + + + *.tar + xz + + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..ee6f379 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + git://git.code.sf.net/p/linuxptp/code + 303b08cbf55096aba55bd08a314e0701e5c33482 \ No newline at end of file From 842d471b210eecff9d96e6a38f324af90b29066fe43cdfb73a6268b76d8ea108 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 8 Feb 2018 12:20:29 +0000 Subject: [PATCH 3/4] Accepting request 574229 from home:jbohac:branches:network:time - change the versioning scheme, resulting in version 1.8+git65.g303b08c - Update to version 1.8+git65.g303b08c: * 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/request/show/574229 OBS-URL: https://build.opensuse.org/package/show/network:time/linuxptp?expand=0&rev=11 --- _service | 8 ++++---- _servicedata | 2 +- linuxptp-1.8+git.20180101.tar.xz | 3 --- linuxptp-1.8+git65.g303b08c.tar.xz | 3 +++ linuxptp.changes | 21 +++++++++++++++++++++ linuxptp.spec | 4 ++-- 6 files changed, 31 insertions(+), 10 deletions(-) delete mode 100644 linuxptp-1.8+git.20180101.tar.xz create mode 100644 linuxptp-1.8+git65.g303b08c.tar.xz diff --git a/_service b/_service index 94dffd0..7ed5e2c 100644 --- a/_service +++ b/_service @@ -1,15 +1,15 @@ - + git://git.code.sf.net/p/linuxptp/code git enable linuxptp - @PARENT_TAG@+git.%cd + @PARENT_TAG@+git@TAG_OFFSET@.g%h v(.*) - + *.tar xz - + diff --git a/_servicedata b/_servicedata index ee6f379..18bbcbb 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://git.code.sf.net/p/linuxptp/code - 303b08cbf55096aba55bd08a314e0701e5c33482 \ No newline at end of file + 303b08cbf55096aba55bd08a314e0701e5c33482 diff --git a/linuxptp-1.8+git.20180101.tar.xz b/linuxptp-1.8+git.20180101.tar.xz deleted file mode 100644 index 07c99f8..0000000 --- a/linuxptp-1.8+git.20180101.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a715a93c47a0e539a47d0e00a45f81e84fed702c99fc95356d1e72d3525d30c7 -size 117376 diff --git a/linuxptp-1.8+git65.g303b08c.tar.xz b/linuxptp-1.8+git65.g303b08c.tar.xz new file mode 100644 index 0000000..bf66306 --- /dev/null +++ b/linuxptp-1.8+git65.g303b08c.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62872ae9109aabce3229677ad106fea56eb292031b8d009f3926e019d23aefcb +size 117340 diff --git a/linuxptp.changes b/linuxptp.changes index 3db2f42..09bffae 100644 --- a/linuxptp.changes +++ b/linuxptp.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Feb 8 12:08:37 UTC 2018 - jbohac@suse.com + +- change the versioning scheme, resulting in version + 1.8+git65.g303b08c + +------------------------------------------------------------------- +Thu Feb 08 12:06:33 UTC 2018 - opensuse-packaging@opensuse.org + +- Update to version 1.8+git65.g303b08c: + * 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 Feb 8 08:51:50 UTC 2018 - mpluskal@suse.com diff --git a/linuxptp.spec b/linuxptp.spec index f2627f4..e2141f1 100644 --- a/linuxptp.spec +++ b/linuxptp.spec @@ -21,12 +21,12 @@ %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif Name: linuxptp -Version: 1.8+git.20180101 +Version: 1.8+git65.g303b08c Release: 0 Summary: Precision Time Protocol v2 daemon License: GPL-2.0+ Group: Productivity/Networking/Other -URL: http://linuxptp.sourceforge.net/ +Url: http://linuxptp.sourceforge.net/ Source0: %{name}-%{version}.tar.xz Source1: ptp4l.service Source2: sysconfig.ptp4l From 30841fd4d3cc2d76b5625d5541de5816da3406638431cac85e3c16cbe7616338 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 8 Feb 2018 12:22:32 +0000 Subject: [PATCH 4/4] OBS-URL: https://build.opensuse.org/package/show/network:time/linuxptp?expand=0&rev=12 --- linuxptp.changes | 15 --------------- linuxptp.spec | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/linuxptp.changes b/linuxptp.changes index 09bffae..09da556 100644 --- a/linuxptp.changes +++ b/linuxptp.changes @@ -4,21 +4,6 @@ Thu Feb 8 12:08:37 UTC 2018 - jbohac@suse.com - change the versioning scheme, resulting in version 1.8+git65.g303b08c -------------------------------------------------------------------- -Thu Feb 08 12:06:33 UTC 2018 - opensuse-packaging@opensuse.org - -- Update to version 1.8+git65.g303b08c: - * 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 Feb 8 08:51:50 UTC 2018 - mpluskal@suse.com diff --git a/linuxptp.spec b/linuxptp.spec index e2141f1..855d719 100644 --- a/linuxptp.spec +++ b/linuxptp.spec @@ -26,7 +26,7 @@ Release: 0 Summary: Precision Time Protocol v2 daemon License: GPL-2.0+ Group: Productivity/Networking/Other -Url: http://linuxptp.sourceforge.net/ +URL: http://linuxptp.sourceforge.net/ Source0: %{name}-%{version}.tar.xz Source1: ptp4l.service Source2: sysconfig.ptp4l