Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package linuxptp for openSUSE:Factory 
checked in at 2023-09-13 20:45:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linuxptp (Old)
 and      /work/SRC/openSUSE:Factory/.linuxptp.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linuxptp"

Wed Sep 13 20:45:53 2023 rev:10 rq:1110846 version:4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/linuxptp/linuxptp.changes        2021-10-06 
19:50:01.092059197 +0200
+++ /work/SRC/openSUSE:Factory/.linuxptp.new.1766/linuxptp.changes      
2023-09-13 20:48:08.429727575 +0200
@@ -1,0 +2,271 @@
+Tue Sep 12 08:29:58 UTC 2023 - jbo...@suse.com
+
+- 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
+  * Set controlField to zero in message headers
+  * tz2alt: Add tz2alt to .gitignore
+  * Introduce a time zone helper program.
+  * pmc: Convert internal helper function into global method.
+  * Implement the ALTERNATE_TIME_OFFSET_ENABLE management message.
+  * Add the ALTERNATE_TIME_OFFSET_NAME management message.
+  * Add the ALTERNATE_TIME_OFFSET_PROPERTIES management message.
+  * Prepare clock based storage of up to four time zones.
+  * tlv: Encode and decode alternate time offset indicator TLVs.
+  * Add a custom management message for power profile settings.
+  * Introduce the power profile.
+  * tlv: Encode and decode power profile TLVs.
+  * Accept the full range for domainNumber.
+  * man pages: Bump date.
+  * Alphabetize configuration options in the ts2phc man page.
+  * Alphabetize configuration options in the pmc man page.
+  * Alphabetize configuration options in the phc2sys man page.
+  * Remove stray copy/pasteo from the phc2sys man page.
+  * Alphabetize configuration options in the ptp4l man page.
+  * ts2phc: reset servo if failed to discipline clock
+  * phc2sys: reset servo if failed to discipline clock
+  * ptp4l: reset servo if failed to discipline clock
+  * clockadj: return error if failed to adjust clock
+  * unicast: Avoid undefined integer shifts.
+  * ts2phc: Fix generic pps source when tai offset is not set in OS
+  * lstab: move update_leapsecond_table function to lstab
+  * lstab: Add LSTAB_EXPIRED result
+  * timemaster: Use refclock_sock servo with chrony.
+  * timemaster: Replace shm_segment with refclock_id.
+  * Add refclock_sock servo.
+  * Remove obsolete statement in ptp4l man page.
+  * Fix up alphetical order in port_private header file.
+  * port: start sync rx timer on grant
+  * raw: Use BPF filter based on tcpdump syntax.
+  * Fix SERVO_JUMP docstring comment
+  * Improve efficiency of nullf servo synchronization
+  * clock: Fix stale clock parent pid usage after best master change
+  * adding delay asymmetry calculation
+  * organization TLV support for interface rate
+  * adding speed field information for interface
+  * function to support get interface speed via ethtool
+  * unicast_client: cancel sync/delay_response on UC_EV_UNSELECTED event
+  * unicast_client: fix checkpatch ERROR: trailing whitespace
+  * unicast_client: stop sending abnormal contract cancel requests
+  * Don't re-arm fault clearing timer on unrelated netlink events
+  * port: Avoid faults with vclocks and PHC from command line.
+  * makefile: use conditional assignment for KBUILD_OUTPUT
+  * servo: stop rounding initial frequency to nearest ppb
+  * The PortId is defined as a couple of ClockId (an 8-bytes opaque) and the 
PortNumber (UInterger16).
+  * config: Fix -Wformat-truncation warnings.
+  * unciast_client: trigger BMCA upon CANCEL receive
+  * ptp4l: Add profile_id configuration support for G.8275.1 and G.8275.2.
+  * config: allow fractional freq_est_interval
+  * Added support for Standard Baudrates supported by GNSS receivers
+  * Extend clockcheck to check for changes in frequency.
+  * Don't accept errors in clockadj_get_freq().
+  * Drop support for old kernels returning zero frequency.
+  * phc2sys: Add clocks after processing configuration.
+  * ts2phc: Use system time as the default ToD source
+  * ts2phc: Add option to specify the ToD source in the config file
+  * ts2phc: Rename pps_sink to tod_sink in main()
+  * port: don't clear fault if link is down
+  * sk: Handle EINTR when waiting for transmit timestamp.
+  * ts2phc: Update default lstab expiry date
+  * phc2sys: Update TAI to UTC offset in manual
+  * Strip Parallel Redundancy Protocol (PRP) trailer
+  * ts2phc_phc_pps_source: make use of new kernel API for perout waveform
+  * ts2phc: allow PHC PPS sources to be synchronized
+  * ts2phc: reconfigure sync direction by subscribing to ptp4l port events
+  * ts2phc: split PPS sink poll from servo loop
+  * ts2phc_slave: print offset to the source clock
+  * ts2phc: instantiate a pmc agent
+  * util: import port_state_normalize() logic from phc2sys
+  * ts2phc: instantiate a full clock structure for every PPS source of the PHC 
kind
+  * ts2phc: instantiate a full clock structure for every PPS sink
+  * ts2phc: create a private data structure
+  * phc2sys: Add support for free-running mode
+  * G.8275.2 support for delay_mechanism NO_MECHANISM
+  * port: Disable PHC switch with vclocks.
+  * unicast: Update announce timer when renew
+  * phc2sys: Allow multiple sink clocks
+  * Add new ptp capability.
+  * Add new management TLVs to pmc.8
+  * ptp4l: add VLAN over bond support
+  * port: refactor port_link_status
+  * ptp4l: init iface->ts_label when interface created
+  * phc2sys: Don't exit when reading of PHC fails with EBUSY.
+  * sysoff: Retry on EBUSY when probing supported ioctls.
+  * sysoff: Change log level of ioctl error messages.
+  * sysoff: Change sysoff_measure() to return errno.
+  * clockadj: Change clockadj_compare() to return errno.
+  * ts2phc: rename "master" to "source"
+  * ts2phc: rename "slave clocks" to "PPS sinks"
+  * ts2phc: rename source code files ("master" to "source", "slave" to "sink")
+  * pmc_agent: make pmc_agent_query_port_properties take an enum port_state 
argument
+  * UDS: allow specifying different file mode for the read-only socket.
+  * UDS: added option to set file mode for the created socket.
+  * Fix management TLV print.
+  * Add new managements TLVs get size.
+  * port: cancel unicast transmission when closing port.
+  * port: unicast client - do not add master to foreign master table if not in 
the unicast master table.
+  * unicast: Add support to send CANCEL_UNICAST_TRANSMISSION TLVs.
+  * unicast: Add support to check if message was received from an entry in the 
unicast master table.
+  * TLV management messages need to be aligned to 16 bits.
+  * Fix the descriptions of "G.8275.portDS.localPriority" and 
"G.8275.defaultDS.localPriority" in ptp4l man page.
+  * timemaster: Add support for virtual clocks.
+  * phc2sys: Use PHC index from PORT_HWCLOCK_NP.
+  * tlv: Add PORT_HWCLOCK_NP.
+  * port: Check for virtual clocks.
+  * config: Add port-specific phc_index option.
+  * Add support for binding sockets to virtual clocks.
+  * rtnl: Add function to detect virtual clocks.
+  * rtnl: Fix rtnl_rtattr_parse() to process max attribute.
+  * phc_ctl: replace calculate_offset with clockadj_compare
+  * phc2sys: move read_phc into clock_adj.c
+  * Add UNICAST_MASTER_TABLE_NP management TLV
+  * pmc: Initialize reserved field in management_tlv_datum.
+  * Check 'print_log' before arguments are evaluated, not after.
+  * Add PORT_SERVICE_STATS_NP management TLV
+  * util: attempt to resolve symlinks to the PHC device in posix_clock_open
+  * util: fix dangling file descriptors on the error path of posix_clock_open
+  * Maintain one Sync sequence counter per destination address.
+  * Maintain one Announce sequence counter per destination address.
+  * clock: Split update of leap status from clock_time_properties().
+  * Delay Response Timeout Feature addition for PTP4L
+  * clock: Notify servo about leap second on UTC hardware clock.
+  * clock: Clear leap flags after leap second.
+  * clock: Print info message when leap flags change.
+  * clock: Accept new UTC offset after leap second.
+  * lstab: update expiration to 28 December 2021
+  * lstab: Close file after reading.
+  * Fix quoting in ptp4l man page.
+  * config: Add workaround for glibc getopt_long().
+  * Rename management ID macros.
+  * clockcheck: Increase minimum interval.
+  * port: Don't renew raw transport.
+  * port: Don't check timestamps from non-slave ports.
+  * clock: Reset clock check on best clock/port change.
+  * clock: Reset state when switching port with same best clock.
+  * Increase the default tx_timestamp_timeout to 10
+  * ts2phc: Add serial baudrate option
+  * ts2phc: Update leapfile documentation
+  * ts2phc: Close socket on peer shutdown
+  * ts2phc: Fix uninitialized variable in nmea_scan_rmc
+  * tc: Fix length of follow-up message of one-step sync.
+  * Validate the messageLength field of incoming messages.
+  * Log optimization for ptp4l in jbod and client only mode (clientOnly=1 and 
boundary_clock_jbod=1)
+  * Log optimization for ptp4l in jbod and client only mode (clientOnly=1 and 
boundary_clock_jbod=1)
+  * Add master only management TLV
+  * Set domainNumber for telecom examples
+  * Fix SLAVE_ONLY TLV
+  * Prevent client ports getting stuck in the UNCALIBRATED state.
+  * tlv: Fix coding style.
+  * Ensure TLV_PORT_STATS_NP statistics uses little endian.
+  * Revert "phc2sys: Expand the validation of the PPS mode."
+  * Avoid undefined integer operations.
+  * pmc: Fix printed totalCorrectionField.
+  * Avoid unaligned pointers to packed members.
+  * Revert "phc2sys: Ensure PHC source when using PPS mode."
+  * phc_ctl: Fix incorrect memset in do_cmp()
+  * Fix --initial_delay for automotive profile
+  * Update man page to reflect the new serverOnly option.
+  * Convert the example configuration files over to the new serverOnly option.
+  * Deprecate the masterOnly option in favor of serverOnly.
+  * Bump to IEEE 1588-2019 version
++++ 74 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/linuxptp/linuxptp.changes
++++ and /work/SRC/openSUSE:Factory/.linuxptp.new.1766/linuxptp.changes

Old:
----
  linuxptp-3.1.1.tar.xz

New:
----
  linuxptp-4.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ linuxptp.spec ++++++
--- /var/tmp/diff_new_pack.RnEk8j/_old  2023-09-13 20:48:09.917780659 +0200
+++ /var/tmp/diff_new_pack.RnEk8j/_new  2023-09-13 20:48:09.921780802 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package linuxptp
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 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.1
+Version:        4.1
 Release:        0
 Summary:        Precision Time Protocol v2 daemon
 License:        GPL-2.0-or-later
@@ -95,6 +95,7 @@
 %{_sbindir}/nsm
 %{_sbindir}/timemaster
 %{_sbindir}/ts2phc
+%{_sbindir}/tz2alt
 %{_mandir}/man8/hwstamp_ctl.8%{?ext_man}
 %{_mandir}/man8/nsm.8%{?ext_man}
 %{_mandir}/man8/phc2sys.8%{?ext_man}
@@ -103,6 +104,7 @@
 %{_mandir}/man8/ptp4l.8%{?ext_man}
 %{_mandir}/man8/timemaster.8%{?ext_man}
 %{_mandir}/man8/ts2phc.8%{?ext_man}
+%{_mandir}/man8/tz2alt.8%{?ext_man}
 %{_fillupdir}/sysconfig.ptp4l
 %{_fillupdir}/sysconfig.phc2sys
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.RnEk8j/_old  2023-09-13 20:48:09.953781944 +0200
+++ /var/tmp/diff_new_pack.RnEk8j/_new  2023-09-13 20:48:09.953781944 +0200
@@ -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.1</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>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.RnEk8j/_old  2023-09-13 20:48:09.973782657 +0200
+++ /var/tmp/diff_new_pack.RnEk8j/_new  2023-09-13 20:48:09.977782799 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">git://git.code.sf.net/p/linuxptp/code</param>
-              <param 
name="changesrevision">6feb76186ac39eab2fc011053f1cf46bfc94c8e4</param></service></servicedata>
+              <param 
name="changesrevision">591cbb20f8edbe402f34ec3746b14d2eb71e170e</param></service></servicedata>
 (No newline at EOF)
 

++++++ linuxptp-3.1.1.tar.xz -> linuxptp-4.1.tar.xz ++++++
++++ 17881 lines of diff (skipped)

Reply via email to