package/monit: security bump version to 5.34.2

Changelog:
https://bitbucket.org/tildeslash/monit/src/monit-5-34-2/CHANGES

Fixes CVE-2011-1473.

Rebased patch 0002, switched _SITE to https.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls 2024-10-27 15:03:48 +01:00 committed by Thomas Petazzoni
parent a57d613fd3
commit d52ba28fbe
3 changed files with 7 additions and 5 deletions

View File

@ -10,6 +10,8 @@ Upstream: N/A (specific to buildroot)
Signed-off-by: Jens Maus <mail@jens-maus.de>
[Dario: make the patch to be applied with fuzz factor 0]
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
[Bernd: rebased against 5.34.2]
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
configure.ac | 2 +-
libmonit/configure.ac | 2 +-
@ -21,7 +23,7 @@ index 3c3d30a2..f4c5ea07 100644
+++ b/configure.ac
@@ -8,7 +8,7 @@
# Example: 5.0_beta2
AC_INIT([monit], [5.33.0], [monit-general@nongnu.org])
AC_INIT([monit], [5.34.2], [monit-general@nongnu.org])
AC_CONFIG_AUX_DIR(config)
-AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_MACRO_DIRS([m4 config])

View File

@ -1,4 +1,4 @@
# From https://mmonit.com/monit/dist/monit-5.33.0.tar.gz.sha256
sha256 1ace889c0183473a9d70160df6533bb6e1338dc1354f5928507803e1e2a863b5 monit-5.33.0.tar.gz
# From https://mmonit.com/monit/dist/monit-5.34.2.tar.gz.sha256
sha256 291ca3d898e9b425b6d0c1768728fecd6c1cf4c268c79db15fda26285ad5b832 monit-5.34.2.tar.gz
# Locally computed
sha256 d5a4f52b1a5e1e7fe14e01a76aac8b08dc6bbea15466058f271456c97aac1ada COPYING

View File

@ -4,8 +4,8 @@
#
################################################################################
MONIT_VERSION = 5.33.0
MONIT_SITE = http://mmonit.com/monit/dist
MONIT_VERSION = 5.34.2
MONIT_SITE = https://mmonit.com/monit/dist
MONIT_LICENSE = AGPL-3.0 with OpenSSL exception
MONIT_LICENSE_FILES = COPYING
MONIT_CPE_ID_VENDOR = mmonit