public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] monit: Update to 6.0.0
@ 2026-06-16 10:14 Matthias Fischer
  2026-06-20 12:14 ` Adolf Belka
  0 siblings, 1 reply; 3+ messages in thread
From: Matthias Fischer @ 2026-06-16 10:14 UTC (permalink / raw)
  To: development; +Cc: Matthias Fischer

For details see:
https://mmonit.com/monit/changes/

Changelog is too long to include here.

'monitrc' adjusted due to changes.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 config/monit/monitrc | 2 +-
 lfs/monit            | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/config/monit/monitrc b/config/monit/monitrc
index 3c999d041..e67507ba0 100644
--- a/config/monit/monitrc
+++ b/config/monit/monitrc
@@ -25,7 +25,7 @@ set daemon  60              # check services at 1-minute intervals
 ## omitted, Monit will use 'user' facility by default. If you want to log to
 ## a standalone log file instead, specify the full path to the log file
 #
-set logfile syslog facility log_daemon
+set log syslog facility log_daemon
 #
 #
 ## Set the location of the Monit lock file which stores the process id of the
diff --git a/lfs/monit b/lfs/monit
index 2b3c69c5c..b0b6740a2 100644
--- a/lfs/monit
+++ b/lfs/monit
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.35.2
+VER        = 6.0.0
 SUMMARY    = Utility for monitoring services on a Unix system
 
 THISAPP    = monit-$(VER)
@@ -33,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = monit
-PAK_VER    = 30
+PAK_VER    = 31
 
 DEPS       =
 
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 36ffdf106ac1c800817fd45bd41e444bfbfc483e13a6743ad2b7167e0e5efe612649c90ca7be2a58e6741c6b297c8677e337d9f1b6b451aadbea62eab7ac561a
+$(DL_FILE)_BLAKE2 = 45202fa13503e485a72267fc22115427155095d5fbc3d289fa6b9a9861d37d2f05b5fef7906b9a6c2d7a286b75055a0d8462407761e7a3e1cc385205a398e2f9
 
 install : $(TARGET)
 
-- 
2.53.0



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] monit: Update to 6.0.0
  2026-06-16 10:14 [PATCH] monit: Update to 6.0.0 Matthias Fischer
@ 2026-06-20 12:14 ` Adolf Belka
  2026-06-20 16:37   ` Matthias Fischer
  0 siblings, 1 reply; 3+ messages in thread
From: Adolf Belka @ 2026-06-20 12:14 UTC (permalink / raw)
  To: Matthias Fischer; +Cc: IPFire: Development-List

Hi Matthias,

On 16/06/2026 12:14, Matthias Fischer wrote:
> For details see:
> https://mmonit.com/monit/changes/
>
> Changelog is too long to include here.
>
> 'monitrc' adjusted due to changes.
>
> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> ---
>   config/monit/monitrc | 2 +-
>   lfs/monit            | 8 ++++----
>   2 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/config/monit/monitrc b/config/monit/monitrc
> index 3c999d041..e67507ba0 100644
> --- a/config/monit/monitrc
> +++ b/config/monit/monitrc
> @@ -25,7 +25,7 @@ set daemon  60              # check services at 1-minute intervals
>   ## omitted, Monit will use 'user' facility by default. If you want to log to
>   ## a standalone log file instead, specify the full path to the log file
>   #
> -set logfile syslog facility log_daemon
> +set log syslog facility log_daemon
I think this change should be applied, via the update.sh script, to any 
users that have installed monit.

Regards,

Adolf.
>   #
>   #
>   ## Set the location of the Monit lock file which stores the process id of the
> diff --git a/lfs/monit b/lfs/monit
> index 2b3c69c5c..b0b6740a2 100644
> --- a/lfs/monit
> +++ b/lfs/monit
> @@ -1,7 +1,7 @@
>   ###############################################################################
>   #                                                                             #
>   # IPFire.org - A linux based firewall                                         #
> -# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
> +# Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
>   #                                                                             #
>   # This program is free software: you can redistribute it and/or modify        #
>   # it under the terms of the GNU General Public License as published by        #
> @@ -24,7 +24,7 @@
>   
>   include Config
>   
> -VER        = 5.35.2
> +VER        = 6.0.0
>   SUMMARY    = Utility for monitoring services on a Unix system
>   
>   THISAPP    = monit-$(VER)
> @@ -33,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
>   DIR_APP    = $(DIR_SRC)/$(THISAPP)
>   TARGET     = $(DIR_INFO)/$(THISAPP)
>   PROG       = monit
> -PAK_VER    = 30
> +PAK_VER    = 31
>   
>   DEPS       =
>   
> @@ -47,7 +47,7 @@ objects = $(DL_FILE)
>   
>   $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>   
> -$(DL_FILE)_BLAKE2 = 36ffdf106ac1c800817fd45bd41e444bfbfc483e13a6743ad2b7167e0e5efe612649c90ca7be2a58e6741c6b297c8677e337d9f1b6b451aadbea62eab7ac561a
> +$(DL_FILE)_BLAKE2 = 45202fa13503e485a72267fc22115427155095d5fbc3d289fa6b9a9861d37d2f05b5fef7906b9a6c2d7a286b75055a0d8462407761e7a3e1cc385205a398e2f9
>   
>   install : $(TARGET)
>   



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] monit: Update to 6.0.0
  2026-06-20 12:14 ` Adolf Belka
@ 2026-06-20 16:37   ` Matthias Fischer
  0 siblings, 0 replies; 3+ messages in thread
From: Matthias Fischer @ 2026-06-20 16:37 UTC (permalink / raw)
  To: development

On 20.06.2026 14:14, Adolf Belka wrote:
> Hi Matthias,

Hi Adolf,
> On 16/06/2026 12:14, Matthias Fischer wrote:
>> For details see:
>> https://mmonit.com/monit/changes/
>>
>> Changelog is too long to include here.
>>
>> 'monitrc' adjusted due to changes.
>>
>> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
>> ---
>>   config/monit/monitrc | 2 +-
>>   lfs/monit            | 8 ++++----
>>   2 files changed, 5 insertions(+), 5 deletions(-)
>>
>> diff --git a/config/monit/monitrc b/config/monit/monitrc
>> index 3c999d041..e67507ba0 100644
>> --- a/config/monit/monitrc
>> +++ b/config/monit/monitrc
>> @@ -25,7 +25,7 @@ set daemon  60              # check services at 1-minute intervals
>>   ## omitted, Monit will use 'user' facility by default. If you want to log to
>>   ## a standalone log file instead, specify the full path to the log file
>>   #
>> -set logfile syslog facility log_daemon
>> +set log syslog facility log_daemon
> I think this change should be applied, via the update.sh script, to any 
> users that have installed monit.

No problem:

=>
https://git.ipfire.org/?p=people/mfischer/ipfire-2.x.git;a=commit;h=d959cc532f8a8582f135bb70262a8bb514c725f4

I hope, thats right this way...

Best
Matthias

> Regards,
> 
> Adolf.
>>   #
>>   #
>>   ## Set the location of the Monit lock file which stores the process id of the
>> diff --git a/lfs/monit b/lfs/monit
>> index 2b3c69c5c..b0b6740a2 100644
>> --- a/lfs/monit
>> +++ b/lfs/monit
>> @@ -1,7 +1,7 @@
>>   ###############################################################################
>>   #                                                                             #
>>   # IPFire.org - A linux based firewall                                         #
>> -# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
>> +# Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
>>   #                                                                             #
>>   # This program is free software: you can redistribute it and/or modify        #
>>   # it under the terms of the GNU General Public License as published by        #
>> @@ -24,7 +24,7 @@
>>   
>>   include Config
>>   
>> -VER        = 5.35.2
>> +VER        = 6.0.0
>>   SUMMARY    = Utility for monitoring services on a Unix system
>>   
>>   THISAPP    = monit-$(VER)
>> @@ -33,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
>>   DIR_APP    = $(DIR_SRC)/$(THISAPP)
>>   TARGET     = $(DIR_INFO)/$(THISAPP)
>>   PROG       = monit
>> -PAK_VER    = 30
>> +PAK_VER    = 31
>>   
>>   DEPS       =
>>   
>> @@ -47,7 +47,7 @@ objects = $(DL_FILE)
>>   
>>   $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>>   
>> -$(DL_FILE)_BLAKE2 = 36ffdf106ac1c800817fd45bd41e444bfbfc483e13a6743ad2b7167e0e5efe612649c90ca7be2a58e6741c6b297c8677e337d9f1b6b451aadbea62eab7ac561a
>> +$(DL_FILE)_BLAKE2 = 45202fa13503e485a72267fc22115427155095d5fbc3d289fa6b9a9861d37d2f05b5fef7906b9a6c2d7a286b75055a0d8462407761e7a3e1cc385205a398e2f9
>>   
>>   install : $(TARGET)
>>   
> 
> 



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-06-20 16:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-16 10:14 [PATCH] monit: Update to 6.0.0 Matthias Fischer
2026-06-20 12:14 ` Adolf Belka
2026-06-20 16:37   ` Matthias Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox