• linux/23.07 6414a8c70e

    whirigoyen released this 2023-07-07 11:04:34 +02:00 | 8 commits to master since this release

    [23.07] 2023-07-07

    Fixed

    • IS_REDIS_BACKUP: full rewrite of the check to be more flexible, and also chec k time of dump.
    Downloads
     
  • openbsd/23.06 ad9231d9a9

    jdubois released this 2023-06-05 11:43:51 +02:00 | 10 commits to master since this release

    Added

    • Log output and runtime config to /var/log/evocheck.log.
    • check_mountfstab and check_mount: make sure all mounted partitions are in fstab and all partitions in fstab are mounted

    Fixed

    • check_carpadvbase and check_carppreempt: fixed indentation
    • check_mount: removed useless echo

    Changed

    • check_evobackup: zzz_evobackup is now executed with bash
    Downloads
     
  • linyx/23.04.01 ae797122ad

    whirigoyen released this 2023-04-07 11:50:52 +02:00 | 16 commits to master since this release

    [23.04.01] 2023-04-07

    Fixed

    • IS_POSTFIX_MYDESTINATION: fix regex not working (again).
    Downloads
     
  • linux/23.04 96ea77b345

    whirigoyen released this 2023-04-07 10:56:36 +02:00 | 17 commits to master since this release

    [23.04] 2023-04-07

    Changed

    • IS_LOCALHOST_IN_POSTFIX_MYDESTINATION: renamed to IS_POSTFIX_MYDESTINATION

    Fixed

    • IS_POSTFIX_MYDESTINATION: fix regex not working.
    Downloads
     
  • linux/23.03.01 da28729577

    whirigoyen released this 2023-03-01 10:08:06 +01:00 | 21 commits to master since this release

    Fixed

    • Fix version number.
    Downloads
     
  • linux/23.03 03f9a4eb15

    whirigoyen released this 2023-03-01 09:56:18 +01:00 | 22 commits to master since this release

    Added

    • Log output and runtime config to /var/log/evocheck.log.

    Fixed

    • IS_LOCALHOST_IN_POSTFIX_MYDESTINATION: set grep quiet.
    • IS_LXC_PHP_FPM_SERVICE_UMASK_SET: fix inverted test condition.
    Downloads
     
  • linux/23.02 c852fb188d

    whirigoyen released this 2023-02-10 14:36:46 +01:00 | 29 commits to master since this release

    Fixed

    • Release with the correct version number.
    Downloads
     
  • openbsd/23.02 c621431e05

    whirigoyen released this 2023-02-10 12:31:54 +01:00 | 30 commits to master since this release

    Fixed

    • Release with the correct version number.
    Downloads
     
  • openbsd/22.12 8db26f1622

    whirigoyen released this 2023-02-10 11:44:16 +01:00 | 32 commits to master since this release

    Changed

    • Replaced check_sudomaint with check_doasmaint because evomaintenance is used with doas, not with sudo

    Fixed

    • check_history: escape $HOME variable
    • check_pkgmirror: fix openbsd mirror

    Removed

    • check_wheel: wheel group mustn't be sudo because we use the evolinux-sudo group
    Downloads
     
  • linux/22.12 e172c27f63

    whirigoyen released this 2023-02-10 11:41:54 +01:00 | 33 commits to master since this release

    Added

    New checks :

    • IS_LOCALHOST_IN_POSTFIX_MYDESTINATION
    • IS_SSH_FAIL2BAN_JAIL_RENAMED
    • IS_NO_LXC_CONTAINER
    • IS_LXC_PHP_FPM_SERVICE_UMASK_SET

    Changed

    • Use bash array for tmp files to cleanup.

    Fixed

    • IS_EVOBACKUP_INCS: fix quote.
    • IS_PURGE_FAIL2BAN: fix function never called in main().
    • IS_NOTUPGRADED: silence "grep: (...) binary file matches" messages.
    Downloads