Change logs for smokeping source package in Focal

  • smokeping (2.7.3-2ubuntu20.04.1) focal; urgency=medium
    
      [ Matteo F. Vescovi ]
      * debian/patches/: fix-alert-edgetriggers added (Closes: #934170)
        LP: #1886584
    
     -- Gabriel Filion <email address hidden>  Sat, 11 Jul 2020 00:00:19 +0200
  • smokeping (2.7.3-2) unstable; urgency=medium
    
      [ Gabriel Filion ]
      * systemd: run service as smokeping user
        The systemd service unit file that was introduced in 2.7.3-1 didn't setup
        user and group properly for the service, and the daemon was running as root.
        This is now corrected, but it might mean that some files were created by and
        are owned by root. To fix this, you can use the following command:
        .
        find /var/lib/smokeping/ -mindepth 1 -name '__cgi' -prune -o \
          -exec chown smokeping:smokeping {} \;
      * missing-VERSION forwarded and merged upstream
      * patch "fix-400d-graph" forwarded and merged upstream
      * rename patch path_changes to make its name more meaningful
      * reduce javascript_path_changes to the strict minimum
      * fix-perl-lib: indicate that the patch shouldn't be forwarded
      * proper-samle-conf: indicate that it shouldn't be forwarded
      * make commands invoked in rules more verbose as per policy version 4.2.0
      * use https for the homepage
      * Bump Standards-Version to 4.3.0
      * merge both patches that hardcode config path
      * init.d: match on pidfile only prevents service stop (closes: #922395)
      * systemd: move example for slave mode in the examples dir
      * control: erroneous and duplicated mention of default mta
    
      [ Sven Hartge ]
      * Change group of secrets file for slaves to www-data (Closes: #760945)
    
     -- Gabriel Filion <email address hidden>  Sat, 23 Feb 2019 19:54:18 -0500