[ubuntu/eoan-proposed] chrony 3.5-2ubuntu2 (Accepted)
Christian Ehrhardt
christian.ehrhardt at canonical.com
Wed Jul 17 11:25:12 UTC 2019
chrony (3.5-2ubuntu2) eoan; urgency=medium
* d/t/control: allow stderr for recent changes in resolved/iproute
(LP: #1836882)
chrony (3.5-2ubuntu1) eoan; urgency=medium
* Merge with Debian experimental (LP: #1835046). 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/chrony.service: allow the service to run without CAP_SYS_TIME
+ debian/control: add new dependency libcap2-bin for capsh (usually
installed anyway, but make them explicit to be sure).
+ debian/chrony.default: new option SYNC_IN_CONTAINER to not fall back
(Default off) [fixed a minor typo in the comment in this update]
+ debian/chronyd-starter.sh: wrapper to handle special cases in containers
and if CAP_SYS_TIME is missing. Effectively allows 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/README.container: provide documentation about the
handling of this case.
* Dropped changes (accepted in Debian now):
- d/postrm: re-establish systemd-timesyncd on removal (LP 1764357)
- d/postrm: respect policy-rc.d when restoring systemd-timesyncd
(LP 1771994)
chrony (3.5-2) unstable; urgency=medium
* Merge branch “experimental” into “master”.
* debian/chrony.dhcp:
- Fix shellcheck warnings. Patch imported from Fedora.
* debian/chrony-helper:
- Fix shellcheck warnings. Patch imported from Fedora.
* debian/clean:
- Drop obsolete entries.
* debian/copyright:
- Update copyright years.
- Update copyright holder for the configure script.
* debian/patches/*:
- Add update_processing_of_packet_log.patch. This fixes a regression in
the simulation tests exhibited by the recent clknetsim changes.
(Closes: #931181)
* debian/rules:
- Use dh_missing --fail-missing.
* debian/tests/upstream-simulation-test-suite:
- Use a known good clknetsim commit. This should prevent regressions from
on-going “clknetsim” development.
* debian/usr.sbin.chronyd:
- Grant access rights only to the ntp_signd socket. (Closes: #928170)
[ Christian Ehrhardt ]
* debian/postrm:
- Re-establish systemd-timesyncd on removal. (MR: !1)
chrony (3.5-1) experimental; urgency=medium
* Import upstream version 3.5:
- Please see /usr/share/doc/chrony/NEWS.gz for the release notes.
* debian/control:
- Ignore net-tools and procps build-dependencies if the profile nocheck is
active.
* debian/rules:
- No test suite should be run if nocheck is passed to DEB_BUILD_OPTIONS.
chrony (3.5~pre1-1) experimental; urgency=medium
* Import upstream version 3.5-pre1:
- Please see /usr/share/doc/chrony/NEWS.gz for the release notes.
* debian/.gitlab-ci.yml:
- Use .build-package template job instead of .build-unstable. The latter
is deprecated.
* debian/chrony.keys:
- Fix the comment about the location of the list of supported hash
functions and output encoding. These information are now available by
consulting the “keyfile” directive in the chrony.conf(5) man page.
* debian/control:
- Drop dependency on lsb-base. Is is required when booting with sysvinit
and initscripts, however initscripts already Depends on lsb-base.
- Build-depend on net-tools and procps. kill, netstat and ps are needed
for the new system tests executed at build time (iff building as root).
* debian/copyright:
- Add an entry for test/system/* files.
* debian/patches/*:
- Drop all patches, they have been applied upstream.
* debian/postinst:
- Drop migration code from pre-stretch.
* debian/README.Debian:
- Fix information related to the chrony.keys file.
Date: Wed, 17 Jul 2019 12:41:58 +0200
Changed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/chrony/3.5-2ubuntu2
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 17 Jul 2019 12:41:58 +0200
Source: chrony
Binary: chrony
Architecture: source
Version: 3.5-2ubuntu2
Distribution: eoan
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Description:
chrony - Versatile implementation of the Network Time Protocol
Closes: 928170 931181
Launchpad-Bugs-Fixed: 1835046 1836882
Changes:
chrony (3.5-2ubuntu2) eoan; urgency=medium
.
* d/t/control: allow stderr for recent changes in resolved/iproute
(LP: #1836882)
.
chrony (3.5-2ubuntu1) eoan; urgency=medium
.
* Merge with Debian experimental (LP: #1835046). 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/chrony.service: allow the service to run without CAP_SYS_TIME
+ debian/control: add new dependency libcap2-bin for capsh (usually
installed anyway, but make them explicit to be sure).
+ debian/chrony.default: new option SYNC_IN_CONTAINER to not fall back
(Default off) [fixed a minor typo in the comment in this update]
+ debian/chronyd-starter.sh: wrapper to handle special cases in containers
and if CAP_SYS_TIME is missing. Effectively allows 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/README.container: provide documentation about the
handling of this case.
* Dropped changes (accepted in Debian now):
- d/postrm: re-establish systemd-timesyncd on removal (LP 1764357)
- d/postrm: respect policy-rc.d when restoring systemd-timesyncd
(LP 1771994)
.
chrony (3.5-2) unstable; urgency=medium
.
* Merge branch “experimental” into “master”.
.
* debian/chrony.dhcp:
- Fix shellcheck warnings. Patch imported from Fedora.
.
* debian/chrony-helper:
- Fix shellcheck warnings. Patch imported from Fedora.
.
* debian/clean:
- Drop obsolete entries.
.
* debian/copyright:
- Update copyright years.
- Update copyright holder for the configure script.
.
* debian/patches/*:
- Add update_processing_of_packet_log.patch. This fixes a regression in
the simulation tests exhibited by the recent clknetsim changes.
(Closes: #931181)
.
* debian/rules:
- Use dh_missing --fail-missing.
.
* debian/tests/upstream-simulation-test-suite:
- Use a known good clknetsim commit. This should prevent regressions from
on-going “clknetsim” development.
.
* debian/usr.sbin.chronyd:
- Grant access rights only to the ntp_signd socket. (Closes: #928170)
.
[ Christian Ehrhardt ]
* debian/postrm:
- Re-establish systemd-timesyncd on removal. (MR: !1)
.
chrony (3.5-1) experimental; urgency=medium
.
* Import upstream version 3.5:
- Please see /usr/share/doc/chrony/NEWS.gz for the release notes.
.
* debian/control:
- Ignore net-tools and procps build-dependencies if the profile nocheck is
active.
.
* debian/rules:
- No test suite should be run if nocheck is passed to DEB_BUILD_OPTIONS.
.
chrony (3.5~pre1-1) experimental; urgency=medium
.
* Import upstream version 3.5-pre1:
- Please see /usr/share/doc/chrony/NEWS.gz for the release notes.
.
* debian/.gitlab-ci.yml:
- Use .build-package template job instead of .build-unstable. The latter
is deprecated.
.
* debian/chrony.keys:
- Fix the comment about the location of the list of supported hash
functions and output encoding. These information are now available by
consulting the “keyfile” directive in the chrony.conf(5) man page.
.
* debian/control:
- Drop dependency on lsb-base. Is is required when booting with sysvinit
and initscripts, however initscripts already Depends on lsb-base.
- Build-depend on net-tools and procps. kill, netstat and ps are needed
for the new system tests executed at build time (iff building as root).
.
* debian/copyright:
- Add an entry for test/system/* files.
.
* debian/patches/*:
- Drop all patches, they have been applied upstream.
.
* debian/postinst:
- Drop migration code from pre-stretch.
.
* debian/README.Debian:
- Fix information related to the chrony.keys file.
Checksums-Sha1:
26f2eed507acdd648fd86f41fd7055193e424b04 2414 chrony_3.5-2ubuntu2.dsc
79e9aeace143550300387a99f17bff04b45673f7 458226 chrony_3.5.orig.tar.gz
301b8c0c677d90e94c2ea5a39766c2a172c257b8 35684 chrony_3.5-2ubuntu2.debian.tar.xz
b857993205cad6522609929b1cc0b8ef09957526 6859 chrony_3.5-2ubuntu2_source.buildinfo
Checksums-Sha256:
0efb6fc312f738fe130e4511689239063db89a1183c39ca4c50f8e54f1b9f1d4 2414 chrony_3.5-2ubuntu2.dsc
4e02795b1260a4ec51e6ace84149036305cc9fc340e65edb9f8452aa611339b5 458226 chrony_3.5.orig.tar.gz
3bab7ead3553f3626d68abb7083288854ed206e34dccd752db6c455dc3da13e1 35684 chrony_3.5-2ubuntu2.debian.tar.xz
8ae4bbef42eff10fb3a92da081cebba12c2a43aef2b0c9fed09364cbc7886418 6859 chrony_3.5-2ubuntu2_source.buildinfo
Files:
d878e0bc985abc2db3f328ffaad45f70 2414 net optional chrony_3.5-2ubuntu2.dsc
5f66338bc940a9b51eede8f391e7bed3 458226 net optional chrony_3.5.orig.tar.gz
64867e55af5f642125753c4b7258dc1b 35684 net optional chrony_3.5-2ubuntu2.debian.tar.xz
5f011f562856149d35b56bf5688778b6 6859 net optional chrony_3.5-2ubuntu2_source.buildinfo
Original-Maintainer: Vincent Blut <vincent.debian at free.fr>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEktYY9mjyL47YC+71uj4pM4KAskIFAl0u+4sACgkQuj4pM4KA
skI1Iw//Wpd0wy2JU8d4Nhwp7DVP+0qhjn5rgO0QabdWfy55Xa1tZKDPuz6FfyMj
MXrfTq6B4kxlMTAa08mvkTMTr6EoEcHWpgrInBbxGK0pENcWdvhouDBvbZ0o3101
Q6LJiSzgQ9B0JaPHN2TdQiwwk4p8imlQDxYGn8ydeRLJE/5jWFQInZ9DZP0Em+ak
pn8jOk7+euLmyPyDnh/it+O14QPFf7gr1eEiWP4iCXt95U+ygS5+NaLcdQJ0KmmJ
Ls1I1fhV4QOne8m1h/K49FAkqzISc+1gEzQ4lrCM5PbtvqY3y9uQNl6kEuu9y0Fc
/3z36RE6NHzWBJLdp+IBMzPHg9N7akaVqozKWGUnE5xE/cTxQipDswKzHmPQJrvk
i5R2wxb99vFZ2KANmNDTh3rTAqNcBOtoXpNK5k86fnVjei45uHcDQfq6Wno+cmqk
bezWJYkXSZ1TgSFlsEGr0apdopWaoni+6URg6XY1T43Gr6Tv+zNsyxH4UxfD1zHE
26S23LgDjf54lwrjZo+8irEpecMMr/eSrEKmzPdyZSlHxmpBeHJp1dGG9BUrdYq4
6/AZG4baV+e47KrdC1QGf72kVtSNWNuUncANbm/y8TdN2WEQVbEvfsRNN6WbbUUt
f+9qe9LrDg+sqv++STLr0Kbq2G9F3ypHmK/qR7i9l0+oPOuq/BA=
=NdKv
-----END PGP SIGNATURE-----
More information about the Eoan-changes
mailing list