Skip to content

Commit

Permalink
monit: update to v5.34.4 (#6399)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 authored Jan 17, 2025
1 parent 3e76705 commit 91dda81
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
4 changes: 2 additions & 2 deletions cross/monit/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PKG_NAME = monit
PKG_VERS = 5.29.0
PKG_VERS = 5.34.4
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://mmonit.com/monit/dist
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

DEPENDS = cross/openssl
DEPENDS = cross/openssl3

UNSUPPORTED_ARCHS = $(PPC_ARCHS)

Expand Down
6 changes: 3 additions & 3 deletions cross/monit/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
monit-5.29.0.tar.gz SHA1 818517cdd9bb010bfcdf093c2eb9753f825035ac
monit-5.29.0.tar.gz SHA256 f665e6dd1f26a74b5682899a877934167de2b2582e048652ecf036318477885f
monit-5.29.0.tar.gz MD5 8a0546d0d52216b22ebd57acc0bb1e03
monit-5.34.4.tar.gz SHA1 eb276acba53a71fe73661f72963761bcce583384
monit-5.34.4.tar.gz SHA256 ef607cfaabfd3767d40b9b9e32032f748beebc4d686831f6111e0e68fbd1b469
monit-5.34.4.tar.gz MD5 0a4980f1c1d9da55bc39afae2a49f9e2
20 changes: 9 additions & 11 deletions spk/monit/Makefile
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
SPK_NAME = monit
SPK_VERS = 5.29.0
SPK_REV = 10
SPK_VERS = 5.34.4
SPK_REV = 11
SPK_ICON = src/monit.png
DSM_UI_DIR = app

DEPENDS = cross/$(SPK_NAME)
DEPENDS = cross/monit

UNSUPPORTED_ARCHS = PPC_ARCHS
UNSUPPORTED_ARCHS = $(PPC_ARCHS)

BETA = 1

MAINTAINER = SynoCommunity
DESCRIPTION = Monit is a small Open Source utility for managing and monitoring Unix systems. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations.
DISPLAY_NAME = Monit
CHANGELOG = "1. Update monit to v5.29.0<br/>2. Update OpenSSL to v1.1.1l"
CHANGELOG = "1. Update monit to v5.34.4 <br/>2. Update OpenSSL to v3.1.7."

HOMEPAGE = https://mmonit.com/monit
LICENSE = AGPLv3
Expand All @@ -32,9 +32,7 @@ include ../../mk/spksrc.spk.mk

.PHONY: monit_extra_install
monit_extra_install:
install -m 755 -d $(STAGING_DIR)/var/monit.d
install -m 755 -d $(STAGING_DIR)/var/events
install -m 700 src/monitrc $(STAGING_DIR)/var/monitrc
install -m 700 src/monit.d/monit $(STAGING_DIR)/var/monit.d/monit
install -m 755 -d $(STAGING_DIR)/share/examples
install -m 644 src/examples/* $(STAGING_DIR)/share/examples/
@install -m 755 -d $(STAGING_DIR)/var/monit.d $(STAGING_DIR)/var/events $(STAGING_DIR)/share/examples
@install -m 700 src/monitrc $(STAGING_DIR)/var/monitrc
@install -m 700 src/monit.d/monit $(STAGING_DIR)/var/monit.d/monit
@install -m 644 src/examples/* $(STAGING_DIR)/share/examples/

0 comments on commit 91dda81

Please sign in to comment.