Miroslav Lichvar pushed to branch master at chrony / chrony
Commits: 52cce3de by Miroslav Lichvar at 2025-06-24T15:49:33+02:00 sys_linux: drop support for kernels before 2.6.39 Linux 2.6.39 was released in 2011. Refuse to start if a kernel version before 2.6.39 is detected. Assume the ADJ_SETOFFSET adjtimex mode is always supported. Its verification briefly reset the timex maxerror value to 0, which possibly confused applications checking the value at that moment. Drop the unneeded workaround for slow frequency updates in versions 2.6.27-2.6.32. - - - - - 3e32e7e6 by Anthony Brandon at 2025-06-26T15:53:41+02:00 tls: move gnutls code into tls_gnutls.c Currently nts_ke_session.c directly calls into gnutls. This patch moves the calls to gnutls into tls_gnutls.c with an API defined in tls.h. This way it becomes possible to use different TLS implementations in future patches. Signed-off-by: Anthony Brandon <anth...@amarulasolutions.com> - - - - - 5 changed files: - configure - nts_ke_session.c - sys_linux.c - + tls.h - + tls_gnutls.c View it on GitLab: https://gitlab.com/chrony/chrony/-/compare/1bcbea9bd2601fd25ea3dff311f7f258bce76f95...3e32e7e69412042f2477c02319e36eab6aee133d -- View it on GitLab: https://gitlab.com/chrony/chrony/-/compare/1bcbea9bd2601fd25ea3dff311f7f258bce76f95...3e32e7e69412042f2477c02319e36eab6aee133d You're receiving this email because of your account on gitlab.com.