* [Buildroot] [PATCH 1/1] package/monit: security bump version to 5.34.2
@ 2024-10-27 14:03 Bernd Kuhls
2024-10-27 18:44 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2024-10-27 14:03 UTC (permalink / raw)
To: buildroot; +Cc: Thomas Petazzoni
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>
---
.../0002-configure.ac-fixes-missing-config-macro-dir.patch | 4 +++-
package/monit/monit.hash | 4 ++--
package/monit/monit.mk | 4 ++--
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/package/monit/0002-configure.ac-fixes-missing-config-macro-dir.patch b/package/monit/0002-configure.ac-fixes-missing-config-macro-dir.patch
index 31b20b3cbc..3bee55cb5e 100644
--- a/package/monit/0002-configure.ac-fixes-missing-config-macro-dir.patch
+++ b/package/monit/0002-configure.ac-fixes-missing-config-macro-dir.patch
@@ -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])
diff --git a/package/monit/monit.hash b/package/monit/monit.hash
index 1d9feca57b..276e0a19d8 100644
--- a/package/monit/monit.hash
+++ b/package/monit/monit.hash
@@ -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
diff --git a/package/monit/monit.mk b/package/monit/monit.mk
index e3a4fac936..a2d8073c31 100644
--- a/package/monit/monit.mk
+++ b/package/monit/monit.mk
@@ -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
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-27 18:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-27 14:03 [Buildroot] [PATCH 1/1] package/monit: security bump version to 5.34.2 Bernd Kuhls
2024-10-27 18:44 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox