diff --git a/network/icinga2/icinga2.SlackBuild b/network/icinga2/icinga2.SlackBuild index addcefefbf..269b98fd10 100644 --- a/network/icinga2/icinga2.SlackBuild +++ b/network/icinga2/icinga2.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=icinga2 -VERSION=${VERSION:-2.3.11} +VERSION=${VERSION:-2.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -119,6 +119,9 @@ cd .. # Where precision tools fail, the hammer succeeds mv $PKG/usr/share/man $PKG/usr/man +# Dislexya is fun! +sed -e 's# >/dev/null 2&>1; # >/dev/null 2>&1; #' -i $PKG/usr/lib/icinga2/prepare-dirs + # Match config with monitoring-plugins, manubulon-snmp-plugins & nagios-plugins packages sed -e 's#^\(const ManubulonPluginDir =\).*#\1 "/usr/libexec/manubulon-snmp-plugins"#' \ -e 's#^\(const PluginDir =\).*#\1 "/usr/libexec/monitoring-plugins"#' \ diff --git a/network/icinga2/icinga2.info b/network/icinga2/icinga2.info index 14d7c68ce2..cf3794b5fa 100644 --- a/network/icinga2/icinga2.info +++ b/network/icinga2/icinga2.info @@ -1,8 +1,8 @@ PRGNAM="icinga2" -VERSION="2.3.11" +VERSION="2.4.0" HOMEPAGE="https://www.icinga.org/" -DOWNLOAD="https://github.com/Icinga/icinga2/archive/v2.3.11.tar.gz" -MD5SUM="8c8367363b00e10022fd6baf28d3603e" +DOWNLOAD="https://github.com/Icinga/icinga2/archive/v2.4.0.tar.gz" +MD5SUM="fba998d5da10f95c512ac3e41616c264" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="yajl"