forked from pool/linuxptp
d3d0fe4fa5
- Update to version 4.1: * Version 4.1 * phc2sys: Fix -n option with -w. * phc2sys: Avoid segfault with default UDS address. * phc2sys: Improve logging with single domain. * ptp4l man: Add description for setting kthreads priorities * sk: don't report random errno on timeout * phc_ctl: explicitly check for adjust_phase definition * raw: Fix PRP trailer detection * remove C99 style loop variable declarations * phc2sys: Add multi-domain synchronization. * phc2sys: Shallow do_loop(). * phc2sys: Create pmc agent after processing options. * phc2sys: Rename phc2sys_private to domain. * Use the 802.1AS peer delay computation when transportSpecific is 1 * Resolve false hybrid_e2e warning * Fix SERVO_LOCKED_STABLE behavior. * Version 4.0 * clock: Fix summary interval in free-running mode. * Avoid switching PHC when phc_index is negative * ts2phc: Fix memory leak on initial error path. * power profile: Fix regression in the default configuration file. * msg: append TLV onto all PTP event messages * Fix detection of VLAN over bond support in case the driver does not support SIOCGHWTSTAMP ioctl. * Clear pending errors on sockets. * ntpshm: Invalidate SHM data before releasing the servo * lstab: Update leapfile validity * port: Don't switch to PHC with SW timestamping. * ts2phc: Fix potential null-pointer dereference * ts2phc: Prevent reporting poll error when received termination signal OBS-URL: https://build.opensuse.org/request/show/1110590 OBS-URL: https://build.opensuse.org/package/show/network:time/linuxptp?expand=0&rev=23
18 lines
716 B
Plaintext
18 lines
716 B
Plaintext
<services>
|
|
<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">v4.1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">linuxptp</param>
|
|
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.g%h</param>
|
|
<param name="versionrewrite-pattern">v([^+]*\+git[1-9].*)|v([^+]*)\+git0.*</param>
|
|
<param name="versionrewrite-replace">\1\2</param>
|
|
</service>
|
|
<service mode="localonly" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="localonly" name="set_version"/>
|
|
</services>
|