<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/admin/monit/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-12-29T07:03:26Z</updated>
<entry>
<title>monit: update to 5.35.2</title>
<updated>2025-12-29T07:03:26Z</updated>
<author>
<name>Yaroslav Petrov</name>
</author>
<published>2025-12-28T14:02:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8277d2ebc46c47449955438afdd36f5f0f7abde5'/>
<id>urn:sha1:8277d2ebc46c47449955438afdd36f5f0f7abde5</id>
<content type='text'>
Changelog: https://mmonit.com/monit/changes/

Signed-off-by: Yaroslav Petrov &lt;info@lank.me&gt;
</content>
</entry>
<entry>
<title>monit: update to 5.34.0</title>
<updated>2024-06-23T18:05:02Z</updated>
<author>
<name>Yaroslav Petrov</name>
</author>
<published>2024-06-22T04:50:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=152a32208fdffc5d65543759a9d566e082cd5d6f'/>
<id>urn:sha1:152a32208fdffc5d65543759a9d566e082cd5d6f</id>
<content type='text'>
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.33.0 to 5.34.0 (See changelog: https://mmonit.com/monit/changes/)
* remove upstream (obsolete) patch

Signed-off-by: Yaroslav Petrov &lt;info@lank.me&gt;
</content>
</entry>
<entry>
<title>monit: update to 5.33.0</title>
<updated>2023-08-05T21:02:09Z</updated>
<author>
<name>Yaroslav Petrov</name>
</author>
<published>2023-08-03T21:43:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3e6ff47344f0c71329eb4ea3e092d1f3dbff42c2'/>
<id>urn:sha1:3e6ff47344f0c71329eb4ea3e092d1f3dbff42c2</id>
<content type='text'>
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 &lt;info@lank.me&gt;
</content>
</entry>
<entry>
<title>monit: add libtool fixup</title>
<updated>2020-12-18T05:58:10Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-12-17T23:27:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=03115b0cde6eac335811633249d7fd20aafde103'/>
<id>urn:sha1:03115b0cde6eac335811633249d7fd20aafde103</id>
<content type='text'>
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 &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Use default PKG_BUILD_DIR when possible</title>
<updated>2019-10-12T18:01:34Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2019-10-12T17:00:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=53e1692ae91b1b5fc59a7e8ab7fb98f8775eb4b6'/>
<id>urn:sha1:53e1692ae91b1b5fc59a7e8ab7fb98f8775eb4b6</id>
<content type='text'>
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 &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>monit: update to the latest release</title>
<updated>2019-08-23T15:36:02Z</updated>
<author>
<name>Val Kulkov</name>
</author>
<published>2019-08-20T17:44:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9980d766ac23d1fb0fd59ada87eef1485872b512'/>
<id>urn:sha1:9980d766ac23d1fb0fd59ada87eef1485872b512</id>
<content type='text'>
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 &lt;val.kulkov@gmail.com&gt;
</content>
</entry>
<entry>
<title>monit: enable / fix IPv6 detection during build</title>
<updated>2019-08-23T01:26:28Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2019-08-23T01:03:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7cc74e4d8bfcd1af7aaa18ce2f8fd40dc9a14c14'/>
<id>urn:sha1:7cc74e4d8bfcd1af7aaa18ce2f8fd40dc9a14c14</id>
<content type='text'>
thanks to @val-kulkov for noticing

Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
<entry>
<title>monit: Fix compilation without deprecated APIs</title>
<updated>2018-11-06T18:24:20Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-11-06T18:21:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4ce3716e4e6667ba2ea865979d2eed0082e4a523'/>
<id>urn:sha1:4ce3716e4e6667ba2ea865979d2eed0082e4a523</id>
<content type='text'>
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 &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>monit: Update to 5.25.2</title>
<updated>2018-08-19T04:54:11Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-08-19T04:52:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=18283b444bb4ad8abfa673f4bbaff5c0cf6b35c9'/>
<id>urn:sha1:18283b444bb4ad8abfa673f4bbaff5c0cf6b35c9</id>
<content type='text'>
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 &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>monit: update to 5.24, use https download url</title>
<updated>2017-10-23T01:43:08Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-10-23T00:49:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4c26e09cb776b0cd62c39f95b625d3b3794114fd'/>
<id>urn:sha1:4c26e09cb776b0cd62c39f95b625d3b3794114fd</id>
<content type='text'>
Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
</feed>
