Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package chrony for openSUSE:Factory checked 
in at 2025-09-12 21:09:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/chrony (Old)
 and      /work/SRC/openSUSE:Factory/.chrony.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "chrony"

Fri Sep 12 21:09:11 2025 rev:49 rq:1304087 version:4.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/chrony/chrony.changes    2025-08-16 
20:38:44.602648383 +0200
+++ /work/SRC/openSUSE:Factory/.chrony.new.1977/chrony.changes  2025-09-12 
21:09:21.014772222 +0200
@@ -1,0 +2,12 @@
+Fri Sep  5 14:33:41 UTC 2025 - Reinhard Max <m...@suse.com>
+
+- Update to version 4.8:
+  * Add maxunreach option to limit selection of unreachable sources
+  * Add -u option to chronyc to drop root privileges (default
+    chronyc user is set by configure script)
+  * Fix refclock extpps option to work on Linux >= 6.15
+  * Validate refclock samples for reachability updates
+  * Obsoletes chrony-unix-socket.patch
+  * Obsoletes chrony-remove-chmod.patch
+
+-------------------------------------------------------------------

Old:
----
  chrony-4.7.tar.gz
  chrony-4.7.tar.gz.sig
  chrony-remove-chmod.patch
  chrony-unix-socket.patch
  clknetsim-a2eb0b25.tar.gz

New:
----
  chrony-4.8.tar.gz
  chrony-4.8.tar.gz.sig
  clknetsim-6ee99f50.tar.gz

----------(Old B)----------
  Old:  * Obsoletes chrony-unix-socket.patch
  * Obsoletes chrony-remove-chmod.patch
  Old:  * Validate refclock samples for reachability updates
  * Obsoletes chrony-unix-socket.patch
  * Obsoletes chrony-remove-chmod.patch
----------(Old E)----------

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

Other differences:
------------------
++++++ chrony.spec ++++++
--- /var/tmp/diff_new_pack.KwmE42/_old  2025-09-12 21:09:21.770804101 +0200
+++ /var/tmp/diff_new_pack.KwmE42/_new  2025-09-12 21:09:21.770804101 +0200
@@ -33,7 +33,7 @@
 %bcond_without testsuite
 
 %define _systemdutildir %(pkg-config --variable systemdutildir systemd)
-%global clknetsim_ver a2eb0b25
+%global clknetsim_ver 6ee99f50
 #Compat macro for new _fillupdir macro introduced in Nov 2017
 %if ! %{defined _fillupdir}
   %define _fillupdir %{_localstatedir}/adm/fillup-templates
@@ -41,7 +41,7 @@
 %define chrony_helper %{_libexecdir}/chrony/helper
 %define chrony_rundir %{_rundir}/%{name}
 Name:           chrony
-Version:        4.7
+Version:        4.8
 Release:        0
 Summary:        System Clock Synchronization Client and Server
 License:        GPL-2.0-only
@@ -70,8 +70,6 @@
 Patch3:         chrony-service-ordering.patch
 Patch7:         chrony-htonl.patch
 Patch8:         chrony.nm-dispatcher.dhcp.patch
-Patch9:         chrony-unix-socket.patch
-Patch10:        chrony-remove-chmod.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  bison
 BuildRequires:  findutils
@@ -183,8 +181,6 @@
 %patch -P 3
 %patch -P 7
 %patch -P 8
-%patch -P 9 -p1
-%patch -P 10 -p1
 
 # Remove pool statements from the default /etc/chrony.conf. They will
 # be provided by branding packages in /etc/chrony.d/pool.conf .

++++++ chrony-4.7.tar.gz -> chrony-4.8.tar.gz ++++++
++++ 2775 lines of diff (skipped)


++++++ clknetsim-a2eb0b25.tar.gz -> clknetsim-6ee99f50.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clknetsim-a2eb0b258f8b7f0b42af8f448be33406edae1d26/client.c 
new/clknetsim-6ee99f50dec8a2c6f74d13a4fb510a15ca9152f5/client.c
--- old/clknetsim-a2eb0b258f8b7f0b42af8f448be33406edae1d26/client.c     
2025-07-17 10:24:19.000000000 +0200
+++ new/clknetsim-6ee99f50dec8a2c6f74d13a4fb510a15ca9152f5/client.c     
2025-08-27 11:52:42.000000000 +0200
@@ -1658,6 +1658,10 @@
        return open(pathname, oflag);
 }
 
+int __open64_2(const char *pathname, int oflag) {
+        return open(pathname, oflag);
+}
+
 ssize_t read(int fd, void *buf, size_t count) {
        int t;
 

Reply via email to