mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/monit: bump version to 5.43.3
Patch 0002 needs to be slightly refreshed to apply on this new version. Version 5.34.3 ============== Fixed: If the ping statement did not explicitly specify an outgoing address but a previous ping statement did, the same address was shared by both statements. Fixed: Monit may crash upon stopping if the ping statement is used in conjunction with the address option. Fixed: If a directory is set in the 'allow' option of the 'set httpd' statement, instead of file or string, Monit hangs on start. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
1125fdde17
commit
5d69216cfe
@@ -1,4 +1,4 @@
|
||||
From 2c06ecdc02de75a9e7e1e30e9c3d7d3a64269b7c Mon Sep 17 00:00:00 2001
|
||||
From 99b466f5448951a83a0d763e633906b28c30fc0a Mon Sep 17 00:00:00 2001
|
||||
From: Jens Maus <mail@jens-maus.de>
|
||||
Date: Fri, 22 Sep 2023 21:32:18 +0200
|
||||
Subject: [PATCH] configure.ac: fixes missing config macro dir
|
||||
@@ -18,12 +18,12 @@ Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 3c3d30a2..f4c5ea07 100644
|
||||
index b4f2a14c..41a8c1a5 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -8,7 +8,7 @@
|
||||
@@ -8,7 +8,7 @@ AC_PREREQ([2.53])
|
||||
# Example: 5.0_beta2
|
||||
AC_INIT([monit], [5.34.2], [monit-general@nongnu.org])
|
||||
AC_INIT([monit], [5.34.3], [monit-general@nongnu.org])
|
||||
AC_CONFIG_AUX_DIR(config)
|
||||
-AC_CONFIG_MACRO_DIR([m4])
|
||||
+AC_CONFIG_MACRO_DIRS([m4 config])
|
||||
@@ -31,7 +31,7 @@ index 3c3d30a2..f4c5ea07 100644
|
||||
AC_CONFIG_SRCDIR([src/monit.c])
|
||||
AC_CONFIG_SUBDIRS([libmonit])
|
||||
diff --git a/libmonit/configure.ac b/libmonit/configure.ac
|
||||
index d4cd0789..5366444a 100644
|
||||
index 800ebf83..03101a6b 100644
|
||||
--- a/libmonit/configure.ac
|
||||
+++ b/libmonit/configure.ac
|
||||
@@ -4,7 +4,7 @@ AC_PREREQ([2.53])
|
||||
@@ -44,5 +44,5 @@ index d4cd0789..5366444a 100644
|
||||
AC_CONFIG_SRCDIR([src])
|
||||
|
||||
--
|
||||
2.34.1
|
||||
2.47.0
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# From https://mmonit.com/monit/dist/monit-5.34.2.tar.gz.sha256
|
||||
sha256 291ca3d898e9b425b6d0c1768728fecd6c1cf4c268c79db15fda26285ad5b832 monit-5.34.2.tar.gz
|
||||
# From https://mmonit.com/monit/dist/monit-5.34.3.tar.gz.sha256
|
||||
sha256 669d8b95ddec124d1444ba5264f67fdeae8e90e53b2929719f4750fc5ff3ba60 monit-5.34.3.tar.gz
|
||||
# Locally computed
|
||||
sha256 d5a4f52b1a5e1e7fe14e01a76aac8b08dc6bbea15466058f271456c97aac1ada COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MONIT_VERSION = 5.34.2
|
||||
MONIT_VERSION = 5.34.3
|
||||
MONIT_SITE = https://mmonit.com/monit/dist
|
||||
MONIT_LICENSE = AGPL-3.0 with OpenSSL exception
|
||||
MONIT_LICENSE_FILES = COPYING
|
||||
|
||||
Reference in New Issue
Block a user