aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/icingaweb2-module-reactbundle
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2023-01-29 09:35:59 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2023-01-29 09:37:40 +0000
commitf63dc16ac2353e22f3172c64ada1e650e6597ad4 (patch)
tree8af41086fee0991c95d8c9c6ccec29bdf1006eb1 /net-mgmt/icingaweb2-module-reactbundle
parent16e0d172005c016416c94af973e8feda25138734 (diff)
downloadports-f63dc16ac2353e22f3172c64ada1e650e6597ad4.tar.gz
ports-f63dc16ac2353e22f3172c64ada1e650e6597ad4.zip
net-mgmt/icingaweb2: Update to 2.11.4
Changelog: -Add/Edit dashlet not possible -Custom library path + custom library, without slash in its name, results in exception -Reflected XSS vulnerability in User Backends config page Sponsored by: Netzkommune GmbH
Diffstat (limited to 'net-mgmt/icingaweb2-module-reactbundle')
-rw-r--r--net-mgmt/icingaweb2-module-reactbundle/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/icingaweb2-module-reactbundle/Makefile b/net-mgmt/icingaweb2-module-reactbundle/Makefile
index daf1964bf811..b368301fc971 100644
--- a/net-mgmt/icingaweb2-module-reactbundle/Makefile
+++ b/net-mgmt/icingaweb2-module-reactbundle/Makefile
@@ -1,6 +1,7 @@
PORTNAME= icingaweb2-module-reactbundle
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.0
+PORTREVISION= 1
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
@@ -11,7 +12,7 @@ WWW= https://github.com/Icinga/icingaweb2-module-reactbundle
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR}
+RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.11.4:net-mgmt/icingaweb2@${PHP_FLAVOR}
USES= php:web,flavors