Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

monit: update to 5.34.3 #25581

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions admin/monit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,18 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=monit
PKG_VERSION:=5.34.0
PKG_VERSION:=5.34.3
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://bitbucket.org/tildeslash/monit/downloads/
PKG_HASH:=37f514cd8973bbce104cb8517ff3fc504052a083703eee0d0e873db26b919820
PKG_HASH:=669d8b95ddec124d1444ba5264f67fdeae8e90e53b2929719f4750fc5ff3ba60

PKG_MAINTAINER:=Yaroslav Petrov <[email protected]>
PKG_LICENSE:=AGPL-3.0
PKG_LICENSE_FILES:=COPYING
PKG_CPE_ID:=cpe:/a:tildeslash:monit

PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whats the reason to remove these two rows?


include $(INCLUDE_DIR)/package.mk

define Package/monit/Default
Expand Down Expand Up @@ -93,7 +90,7 @@ define Package/monit/install
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/monit.init $(1)/etc/init.d/monit
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/monit $(1)/usr/bin/
$(INSTALL_BIN) $(PKG_BUILD_DIR)/monit $(1)/usr/bin/
endef

Package/monit-nossl/conffiles = $(Package/monit/conffiles)
Expand Down
Loading