- update monit to version 5.2.2
BUGFIXES: * Fix crash on MacOSX * ICMP echo test (ping): - bug #31128: do not log error if different response type is received - bug #31129: do not require root to use ping test. Privilege to create raw socket is still required, but on some platforms such as Solaris it can be granted to non-root users too. If the user has no permission to perform ping, monit will skip the icmp test and log message (in debug mode only). * rsync protocol test: - wait for full server response and verify exit was received - bug #31249: send full version to rsync server. Thanks to John Hall for report PR: 152012 Submitted by: Martin Pala <martinp _at_ tildeslash.com> (maintainer) Approved by: glarkin (mentor, implicit)
This commit is contained in:
parent
0c5b10f254
commit
5444fd5090
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264197
2 changed files with 3 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= monit
|
||||
PORTVERSION= 5.2.1
|
||||
PORTVERSION= 5.2.2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.mmonit.com/monit/dist/
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (monit-5.2.1.tar.gz) = 19ee6247b7528947d151720767bcf9d3
|
||||
SHA256 (monit-5.2.1.tar.gz) = 31b37dd4a6f6b48e6d6926d97bfe5ad998a2a0611af0586525a5dd1b5847e41e
|
||||
SIZE (monit-5.2.1.tar.gz) = 619180
|
||||
SHA256 (monit-5.2.2.tar.gz) = addfa9131ca6b0a3a6073aeb9290d34e5fec203ee7c2fff934db54a06b699268
|
||||
SIZE (monit-5.2.2.tar.gz) = 610419
|
||||
|
|
Loading…
Reference in a new issue