<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/chrony, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-03-15T18:40:39Z</updated>
<entry>
<title>chrony: make chrony-hotplug more reliable</title>
<updated>2026-03-15T18:40:39Z</updated>
<author>
<name>Florian Wagner</name>
</author>
<published>2026-02-17T15:21:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ce52e2ec21385f01503891ca9303cce5f3d54ceb'/>
<id>urn:sha1:ce52e2ec21385f01503891ca9303cce5f3d54ceb</id>
<content type='text'>
At startup there's a race situation where "chronyc waitsync" (and thus
chrony-hotplug) will exit right away because it can't bind to loopback.

This change tries quite hard to make chrony-hotplug wait for loopback to
come up before running chronyc.

Fixes #28434.

Signed-off-by: Florian Wagner &lt;florian@wagner-flo.de&gt;
</content>
</entry>
<entry>
<title>chrony: Makefile amendments</title>
<updated>2025-12-04T11:48:00Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2025-11-21T16:03:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3a50c4730a106c1eef6e122017d937b8e40c4222'/>
<id>urn:sha1:3a50c4730a106c1eef6e122017d937b8e40c4222</id>
<content type='text'>
Update URL to current distro source
drop provides:=nts since it is unused anywhere

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>chrony: add provides logic to Makefile</title>
<updated>2025-12-04T11:48:00Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2025-10-29T14:48:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=505f3a0e175029420e7fdede1a9b47293e430460'/>
<id>urn:sha1:505f3a0e175029420e7fdede1a9b47293e430460</id>
<content type='text'>
This satisfies other packages which might depend on either chrony variant.

Should another package dependency request 'chrony', the default will be non-NTS
chrony via DEFAULT_VARIANT:=1 (mlichvar comment:  to avoid pulling its large
dependencies).

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>chrony: update to 4.8</title>
<updated>2025-09-03T16:46:53Z</updated>
<author>
<name>Miroslav Lichvar</name>
</author>
<published>2025-09-02T06:14:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=26812701e41c8c5a9c9a63c574ed54cca8481367'/>
<id>urn:sha1:26812701e41c8c5a9c9a63c574ed54cca8481367</id>
<content type='text'>
Update chrony to 4.8 and configure chronyc to drop root privileges by
default.

Release notes: https://chrony-project.org/news.html#_27_aug_2025_chrony_4_8_released

Signed-off-by: Miroslav Lichvar &lt;mlichvar0@gmail.com&gt;
</content>
</entry>
<entry>
<title>chrony: update to 4.7</title>
<updated>2025-07-04T05:35:27Z</updated>
<author>
<name>Miroslav Lichvar</name>
</author>
<published>2025-07-03T18:00:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ad3c42c407463ca4c552b3091ed8c27cf8993d02'/>
<id>urn:sha1:ad3c42c407463ca4c552b3091ed8c27cf8993d02</id>
<content type='text'>
Release notes: https://chrony-project.org/news.html#_jun_11_2025_chrony_4_7_released

Signed-off-by: Miroslav Lichvar &lt;mlichvar0@gmail.com&gt;
</content>
</entry>
<entry>
<title>chrony: enable support for non-MD5 keys in nts variant</title>
<updated>2025-05-01T18:12:04Z</updated>
<author>
<name>Miroslav Lichvar</name>
</author>
<published>2025-03-08T08:29:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=10e8e2bbe744dba44bf10510ff1c5aafcfaf3797'/>
<id>urn:sha1:10e8e2bbe744dba44bf10510ff1c5aafcfaf3797</id>
<content type='text'>
gnutls and nettle are already required for NTS. Enable their use for
authentication with non-MD5 symmetric keys as the SECHASH feature
printed by the configure script.

Also drop the --enable,nts (typo) configure option. It's enabled by
default.

Signed-off-by: Miroslav Lichvar &lt;mlichvar0@gmail.com&gt;
</content>
</entry>
<entry>
<title>chrony: add configuration parameters</title>
<updated>2025-05-01T08:00:14Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2025-04-29T10:56:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1f9afbf80d9d470a3fb73d90b37eb5c45bd782f8'/>
<id>urn:sha1:1f9afbf80d9d470a3fb73d90b37eb5c45bd782f8</id>
<content type='text'>
The existing config sections were anonymous, implying multiple can
coexist. Those are now named so that only one shall exist.

Added:
- smoothtime (in case of large frequency offsets)
- systemclock parameters
- logchange (increase awareness of clock drift in syslog)
- maxsources (for peers; internal default: 4)
- prefer (one server over others)
- interleave (xleave - more accurate transmit timestamps - good to have)

Refactored handle_allow() to handle 'list interface' instead of option.
Then only a single section is required.

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>chrony: update to 4.6.1</title>
<updated>2024-10-17T05:00:18Z</updated>
<author>
<name>Miroslav Lichvar</name>
</author>
<published>2024-10-16T18:35:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2c315133862d3d110897ad5df5b68576a8445afd'/>
<id>urn:sha1:2c315133862d3d110897ad5df5b68576a8445afd</id>
<content type='text'>
Signed-off-by: Miroslav Lichvar &lt;mlichvar0@gmail.com&gt;
</content>
</entry>
<entry>
<title>chrony: update to 4.6</title>
<updated>2024-09-06T07:57:56Z</updated>
<author>
<name>Miroslav Lichvar</name>
</author>
<published>2024-09-05T18:26:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cd4ee8cb9d2d448d49c5d1d21709c548f8143cfc'/>
<id>urn:sha1:cd4ee8cb9d2d448d49c5d1d21709c548f8143cfc</id>
<content type='text'>
Signed-off-by: Miroslav Lichvar &lt;mlichvar0@gmail.com&gt;
</content>
</entry>
<entry>
<title>chrony: update package description</title>
<updated>2024-03-06T19:47:23Z</updated>
<author>
<name>Reguna</name>
</author>
<published>2024-02-26T17:02:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c7eaa3cfca29f5a8acca46553efe15d19b3faf01'/>
<id>urn:sha1:c7eaa3cfca29f5a8acca46553efe15d19b3faf01</id>
<content type='text'>
Explicitly mention the support of NTS (or the lack of it) in the description of chrony and chrony-nts

Signed-off-by: Reguna &lt;60984878+regunakyle@users.noreply.github.com&gt;
</content>
</entry>
</feed>
