Commit Graph

26 Commits

Author SHA1 Message Date
Yaroslav Petrov 3e6ff47344 monit: update to 5.33.0
Maintainer: me
Compile tested: x86_64, PC Engines APU4, OpenWrt 22.03.5/main
Run tested: x86_64, PC Engines APU4, OpenWrt 22.03.5/main, div. tests

* update from 5.26.0 to 5.33.0 (fixes a lot of bugs, defaults TLSv1.2 and TLSv1.3, new functions. See fullog: https://mmonit.com/monit/changes/)
* replace maintainer
* update piddir patch
* use maintainers bootstrap script instead PKG_FIXUP

Signed-off-by: Yaroslav Petrov <info@lank.me>
2023-08-05 23:02:09 +02:00
Rosen Penev 03115b0cde
monit: add libtool fixup
It seems to fail locally without it:

Version mismatch error.  This is libtool 2.4.6 Debian-2.4.6-2, but the
definition of this LT_INIT comes from libtool 2.4.
You should recreate aclocal.m4 with macros from libtool 2.4.6 Debian-2.4.6-2
and run autoconf again.

Move MAINTAINER up for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-17 21:58:10 -08:00
Jeffery To 53e1692ae9 treewide: Use default PKG_BUILD_DIR when possible
This removes lines that set PKG_BUILD_DIR when the set value is no
different from the default value.

Specifically, the line is removed if the assigned value is:

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)

  The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT
  if it is set, so now this is identical to the default value.

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR)

  if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it
  the same as the previous case

* $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

  This is the same as the default PKG_BUILD_DIR when there is no
  BUILD_VARIANT.

* $(BUILD_DIR)/[name]-$(PKG_VERSION)

  where [name] is a string that is identical to PKG_NAME

[1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-10-13 02:01:34 +08:00
Val Kulkov 9980d766ac monit: update to the latest release
Remove SSL patch that has been made obsolete by upstream updates.

Update monit package to the latest release: v5.26.0. This release
supports TLSv1.3 and fixes a few bugs and vulnerabilities.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2019-08-23 11:36:02 -04:00
Etienne Champetier 7cc74e4d8b monit: enable / fix IPv6 detection during build
thanks to @val-kulkov for noticing

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2019-08-22 18:26:28 -07:00
Rosen Penev 4ce3716e4e monit: Fix compilation without deprecated APIs
This switches monit to use the THREAD API of OpenSSL 1.0.2. This is gone
in 1.1.0 but will be more stable with 1.0.2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-06 10:24:20 -08:00
Rosen Penev 18283b444b monit: Update to 5.25.2
Added PKG_BUILD_PARALLEL to speed up compilation times.

Added PKG_CPE_ID for proper CVE tracking.

A few other cosmetic changes.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-18 21:54:11 -07:00
Etienne Champetier 4c26e09cb7 monit: update to 5.24, use https download url
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-10-22 18:43:08 -07:00
Etienne Champetier 7b9fd07b45 monit: update to 5.23
Signed-off-by: Etienne Champetier <echampetier@anevia.com>
2017-07-08 19:24:13 -07:00
Etienne CHAMPETIER 7da21929fd monit: update to 5.20, use PKG_HASH
this adds zlib as dependency

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2017-03-04 09:32:28 -08:00
Etienne CHAMPETIER e41c3cd1de monit: update to 5.18
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2016-06-28 23:07:05 +00:00
Etienne CHAMPETIER 80ff696b53 monit: update to 5.17.1
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2016-03-30 17:34:30 +00:00
Etienne CHAMPETIER ebb09ecc03 monit: update to 5.14
run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-07-11 00:28:28 +02:00
Etienne CHAMPETIER 46bdd1d60f monit: update to 5.13
run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-05-27 08:10:02 +02:00
Etienne CHAMPETIER de1953e8d4 monit: update to 5.12.2
run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-04-10 13:48:35 +02:00
Etienne CHAMPETIER 1ded28bde9 monit: update to 5.12.1
refresh patches
run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-03-10 22:28:26 +01:00
Etienne CHAMPETIER 01a0808f63 monit: update to 5.11
run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-01-29 21:42:16 +01:00
Etienne CHAMPETIER 7c1a1a2b4e monit: update to 5.10
Run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2014-11-13 21:04:45 +01:00
Christoph König e2936e59bc monit: Update to 5.9
Signed-off-by: Christoph König <christoph.koenig@gmail.com>
2014-09-25 22:41:07 +02:00
Ian Leonard ea0a5049eb monit: add PKG_LICENSE_FILES
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-08-02 01:09:29 -07:00
Etienne CHAMPETIER 9a575ba009 change my email address 2014-07-23 01:20:55 +02:00
Etienne CHAMPETIER 64118c525c monit: increase PKG_RELEASE
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
2014-06-12 08:14:56 +02:00
Etienne CHAMPETIER 796402f6c5 monit: switch init script to procd
Successfully tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
2014-06-11 23:14:16 +02:00
Etienne CHAMPETIER 3eb37a3f52 monit: fix default piddir (if you don't use "set pidfile")
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
2014-06-11 23:14:16 +02:00
Etienne CHAMPETIER 5f2053a754 monit: update to 5.8.1, add PKG_LICENSE, add myself as maintainer
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
2014-06-11 00:59:06 +02:00
Etienne CHAMPETIER c5af734c72 monit: import 5.6 (2013-09-03) from packages
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
2014-06-11 00:59:06 +02:00