Change logs for chrony source package in Lunar

  • chrony (4.3-1ubuntu4) lunar; urgency=medium
    
      * Let upstream-simulation-test-suite depend on tzdata-legacy as well
        (LP: #2008076)
    
    chrony (4.3-1ubuntu3) lunar; urgency=medium
    
      * Depend on tzdata-legacy for reading leapsectz from
        /usr/share/zoneinfo/right/UTC (LP: #2008076)
    
     -- Benjamin Drung <email address hidden>  Wed, 15 Mar 2023 15:42:10 +0100
  • chrony (4.3-1ubuntu3) lunar; urgency=medium
    
      * Depend on tzdata-legacy for reading leapsectz from
        /usr/share/zoneinfo/right/UTC (LP: #2008076)
    
     -- Benjamin Drung <email address hidden>  Wed, 15 Mar 2023 09:26:25 +0100
  • chrony (4.3-1ubuntu2) lunar; urgency=medium
    
      * No-change rebuild for glibc 2.37
    
     -- Bryce Harrington <email address hidden>  Thu, 09 Feb 2023 07:26:02 +0000
  • chrony (4.3-1ubuntu1) lunar; urgency=medium
    
      * Merge with Debian unstable (LP: #1993389). 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)
          + debian/chronyd-starter.sh: wrapper to handle special cases in
            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/README.container: provide documentation
            about the handling of this case.
      * Dropped:
        - d/patches/add-rseq.patch: Add "rseq" to list of acceptable syscalls to fix
          tests with glibc 2.35.
          [Included in upstream 4.3 release]
    
     -- Bryce Harrington <email address hidden>  Mon, 09 Jan 2023 19:41:47 -0800
  • chrony (4.2-2ubuntu2) jammy; urgency=medium
    
      * d/patches/add-rseq.patch: Add "rseq" to list of acceptable syscalls to fix
        tests with glibc 2.35.
    
     -- Michael Hudson-Doyle <email address hidden>  Tue, 08 Feb 2022 16:48:09 +1300