public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Matthias Fischer <matthias.fischer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] monit: Update to 5.33.0
Date: Sat, 18 Feb 2023 08:59:12 +0100	[thread overview]
Message-ID: <20230218075912.3952146-1-matthias.fischer@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2394 bytes --]

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

    "New: Added click-jacking protection headers to Monit HTTP GUI (the
    SAMEORIGIN iframe is allowed).
    Fixed: Issue #1035: If the start, stop or restart program statement
    contains the equal sign, which is not followed by a space character,
    the configuration is not parsed correctly.
    Fixed: Issue #1047: If the MariaDB server doesn't allow access to the
    host, from which Monit test is running, Monit reported: Invalid
    handshake packet sequence id -- not MySQL protocol.
    Fixed: Add the missing responsetime option to the ping test."

For more details see:
https://bitbucket.org/tildeslash/monit/commits/tag/release-5-33-0

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 lfs/monit | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/lfs/monit b/lfs/monit
index 4793129e4..d243be460 100644
--- a/lfs/monit
+++ b/lfs/monit
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.32.0
+VER        = 5.33.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    = 20
+PAK_VER    = 21
 
 DEPS       =
 
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 48b824365dca349914ffc066a19758f23fee122fb29b1aed5cecad6f97799a987752e3e59cbed488282738c755fdf4d7c95dbe85069f2e070c28f03a324e0a7f
+$(DL_FILE)_BLAKE2 = 770474f010067fe6388622e764a0d032495589dad24873dabd87ab0aa8edcff34d7a014a72c1c05aaa47104b12daf3dc542aa1d2d823d267814c9b5fd139e747
 
 install : $(TARGET)
 
@@ -90,6 +90,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
 	mkdir -p /var/lib/monit
 
+	# Install backup include file
 	install -v -m 644 $(DIR_SRC)/config/backup/includes/monit \
 		/var/ipfire/backup/addons/includes/monit
 
@@ -99,7 +100,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	#install initscripts
 	$(call INSTALL_INITSCRIPTS,$(SERVICES))
 
-	# Install start links and backup include file.
+	# Install start links
 	ln -sf ../init.d/monit /etc/rc.d/rc3.d/S60monit
 	ln -sf ../init.d/monit /etc/rc.d/rc0.d/K40monit
 	ln -sf ../init.d/monit /etc/rc.d/rc6.d/K40monit
-- 
2.34.1


                 reply	other threads:[~2023-02-18  7:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230218075912.3952146-1-matthias.fischer@ipfire.org \
    --to=matthias.fischer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox