Merge chrony from Debian unstable for lunar
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
chrony (Ubuntu) |
Fix Released
|
Undecided
|
Bryce Harrington |
Bug Description
Scheduled-For: ubuntu-23.01
Upstream: tbd
Debian: 4.3-1
Ubuntu: 4.2-2ubuntu2
### New Debian Changes ###
chrony (4.3-1) unstable; urgency=medium
* Import upstream version 4.3:
- Please see /usr/share/
* debian/copyright:
- Update copyright years.
[ Bastian Blank ]
* debian/
- Let systemd handle directories. (MR: !9)
-- Vincent Blut <email address hidden> Wed, 31 Aug 2022 13:32:14 +0200
chrony (4.3~pre1-1) experimental; urgency=medium
* Import upstream version 4.3-pre1:
- Please see /usr/share/
* debian/
- Update lintian override syntax.
* debian/control:
- Bump Standards-Version to 4.6.1 (no changes needed).
* debian/patches/*:
- Drop ensure_
applied upstream.
- Refresh nm-dispatcher-
* debian/
- Update clknetsim version.
-- Vincent Blut <email address hidden> Thu, 11 Aug 2022 14:12:25 +0200
chrony (4.2-2) unstable; urgency=medium
* debian/
- Allow reading the chronyd configuration file that timemaster(8)
generates. Thanks to Michael Lestinsky for the report! (Closes: #1004745)
-- Vincent Blut <email address hidden> Tue, 01 Feb 2022 20:42:35 +0100
chrony (4.2-1) unstable; urgency=medium
* Import upstream version 4.2:
- Please see /usr/share/
* debian/
- Adopt upstream service unit hardening options.
* debian/copyright:
- Update copyright years.
* debian/patches/*:
- Drop patches applied upstream.
- Add ensure_
* debian/
- Update clknetsim version.
-- Vincent Blut <email address hidden> Thu, 13 Jan 2022 14:01:35 +0100
chrony (4.1-4) unstable; urgency=medium
* debian/:
- Remove empty preinst maintainer script.
* debian/
- Remove unused overrides.
* debian/control:
- Bump Standards-Version to 4.6.0 (no changes needed).
* debian/patches/*:
- Add fix-seccomp-
(Closes: #995207)
* debian/
- Add 'vim:syntax=
- Add feature ABI rule. Starting with AppArmor 3.0, policy needs to contain
an abi rule to indicate which feature abi the policy was developed under.
-- Vincent Blut <email address hidden> Thu, 07 Oct 2021 15:23:28 +0200
chrony (4.1-3) unstable; urgency=medium
* Upload to unstable.
* debian/patches/:
- Add allow-clone3-
* debian/
- Update clknetsim version.
-- Vincent Blut <email address hidden> Sun, 15 Aug 2021 15:08:56 +0200
chrony (4.1-2) experimental; urgency=medium
* Merge branch 'debian/unstable' into 'debian/latest'.
### Old Ubuntu Delta ###
chrony (4.2-2ubuntu2) jammy; urgency=medium
* d/patches/
tests with glibc 2.35.
-- Michael Hudson-Doyle <email address hidden> Tue, 08 Feb 2022 16:48:09 +1300
chrony (4.2-2ubuntu1) jammy; urgency=medium
* Merge with Debian unstable. Remaining changes:
Remaining changes:
- d/chrony.conf: use ubuntu ntp pool and server (LP 1744664 1754358)
- Set -x as default if unable to set time (e.g. in containers) (LP 1589780)
Chrony is a single service which acts as both NTP client (i.e. syncing the
local clock) and NTP server (i.e. providing NTP services to the network),
and that is both desired and expected in the vast majority of cases.
But in containers syncing the local clock is usually impossible, but this
shall not break the providing of NTP services to the network.
To some extent this makes chrony's default config more similar to 'ntpd',
which complained in syslog but still provided NTP server service in those
cases.
+ debian/
+ debian/control: add new dependency libcap2-bin for capsh (usually
installed anyway, but make them explicit to be sure).
+ debian/
(Default off) [fixed a minor typo in the comment in this update]
+ debian/
and if CAP_SYS_TIME is missing. Effectively allows on to run NTP server
in containers on a default installation and avoid failing to sync time
(or if allowed to sync, avoid multiple containers to fight over it by
accident).
+ debian/install: make chrony-starter.sh available on install.
+ debian/docs, debian/
handling of this case.
* Dropped changes [ in 4.2-1 ]
- Drop patches present in v4.2
+ d/p/allow-
+ d/p/fix-
+ d/p/lp-
- d/t/upstream-
-- Christian Ehrhardt <email address hidden> Fri, 04 Feb 2022 07:52:48 +0100
Related branches
- Christian Ehrhardt (community): Needs Fixing
- Canonical Server packageset reviewers: Pending requested
- Canonical Server Reporter: Pending requested
- Canonical Server Core Reviewers: Pending requested
- git-ubuntu import: Pending requested
-
Diff: 1157 lines (+942/-5)9 files modifieddebian/README.container (+60/-0)
debian/changelog (+787/-0)
debian/chrony.conf (+17/-2)
debian/chrony.default (+4/-0)
debian/chrony.service (+1/-2)
debian/chronyd-starter.sh (+68/-0)
debian/control (+3/-1)
debian/docs (+1/-0)
debian/install (+1/-0)
Changed in chrony (Ubuntu): | |
assignee: | nobody → Bryce Harrington (bryce) |
summary: |
- Merge chrony from Debian unstable for l-series + Merge chrony from Debian unstable for lunar |
Changed in chrony (Ubuntu): | |
status: | New → In Progress |
Changed in chrony (Ubuntu): | |
status: | In Progress → Fix Committed |
This bug was fixed in the package chrony - 4.3-1ubuntu1
---------------
chrony (4.3-1ubuntu1) lunar; urgency=medium
* Merge with Debian unstable (LP: #1993389). Remaining changes: chrony. service: allow the service to run without CAP_SYS_TIME chrony. default: new option SYNC_IN_CONTAINER to not fall chronyd- starter. sh: wrapper to handle special cases in README. container: provide documentation add-rseq. patch: Add "rseq" to list of acceptable syscalls to fix
- d/chrony.conf: use ubuntu ntp pool and server
(LP #1744664, #1754358)
- Set -x as default if unable to set time (e.g. in containers) (LP #1589780)
Chrony is a single service which acts as both NTP client (i.e. syncing the
local clock) and NTP server (i.e. providing NTP services to the network),
and that is both desired and expected in the vast majority of cases.
But in containers syncing the local clock is usually impossible, but this
shall not break the providing of NTP services to the network.
To some extent this makes chrony's default config more similar to 'ntpd',
which complained in syslog but still provided NTP server service in those
cases.
+ debian/
+ debian/control: add new dependency libcap2-bin for
capsh (usually installed anyway, but make them explicit to be sure).
+ debian/
back (Default off)
+ debian/
containers and if CAP_SYS_TIME is missing. Effectively allows
running the NTP server in containers on a default installation
and avoid failing to sync time (or if allowed to sync, avoid
multiple containers fighting over it by accident).
+ debian/install: make chrony-starter.sh available on install.
+ debian/docs, debian/
about the handling of this case.
* Dropped:
- d/patches/
tests with glibc 2.35.
[Included in upstream 4.3 release]
-- Bryce Harrington <email address hidden> Mon, 09 Jan 2023 19:41:47 -0800