aboutsummaryrefslogtreecommitdiffstats
path: root/community/icingaweb2-module-director/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/icingaweb2-module-director/APKBUILD')
-rw-r--r--community/icingaweb2-module-director/APKBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/community/icingaweb2-module-director/APKBUILD b/community/icingaweb2-module-director/APKBUILD
index b43efb62970..e5d774e9f41 100644
--- a/community/icingaweb2-module-director/APKBUILD
+++ b/community/icingaweb2-module-director/APKBUILD
@@ -3,13 +3,13 @@
pkgname=icingaweb2-module-director
_pkgname=icinga-director
_module=${pkgname/*-/}
-pkgver=1.8.1
-pkgrel=3
+pkgver=1.10.2
+pkgrel=1
pkgdesc="Configuration frontend for Icinga 2, integrated automation"
-url="http://www.icinga.org"
-arch="noarch !armhf !armv7 !s390x !mips !mips64 !x86"
+url="https://icinga.com/docs/icinga-director/latest/doc/01-Introduction/"
+arch="noarch !armhf !armv7 !s390x !x86"
license="GPL-2.0-or-later"
-_php=php8
+_php=php82
depends="icingaweb2 $_php-curl $_php-pcntl icingaweb2-module-incubator"
options="!check"
install="$pkgname.pre-install $pkgname.post-install"
@@ -41,6 +41,7 @@ package() {
install -d -o $pkgusers -g $pkggroups -m 0750 "$pkgdir"/var/lib/icingadirector
install -Dm644 "$srcdir"/$_pkgname.confd "$pkgdir"/etc/conf.d/$_pkgname
install -Dm755 "$srcdir"/$_pkgname.initd "$pkgdir"/etc/init.d/$_pkgname
+ chgrp -R $pkggroups "$pkgdir"/etc/icingaweb2/modules
cat >"$pkgdir"/usr/share/doc/$pkgname/README.alpine <<EOF
You need to fix /etc/icingaweb2/modules/$_module with the owner of the user of your webserver
@@ -66,11 +67,11 @@ EOF
openrc() {
default_openrc
- depends="php8-cli php8-posix php8-iconv php8-sockets php8-curl php8-gettext"
+ depends="$_php-cli $_php-posix $_php-iconv $_php-sockets $_php-curl $_php-gettext"
}
sha512sums="
-89fe35061deecd212576b6363289daa433c9664b95221c74a684a88e07ebd36d3b55b4a767f6caefeadb3679c5aa0787b1129f08b6d0fd698e5a2d5b17a3a2d1 icingaweb2-module-director-1.8.1.tar.gz
+b301b71abada8c8722c03717a9def17c8ae53c951c83d5ef3a62f758fb93dd814d1b61d450987ddd0d8d3631145637dc6b26884134019e320cdd28cdedbc9794 icingaweb2-module-director-1.10.2.tar.gz
b3169954719c70e36dc9b103f7c00ece3bba5c91a4c5e732f2e740e5c696f0da82d42eee2cfbc41315db29eadcfb602c046875fb652fe45b6995eb28470871cb icinga-director.initd
097a7cb19aeb6346a97e2a032d0be4891371aee0042822da4a65ad91f095e91eb41dda04a63cdcabffee0ad44c415670955c6cf47cfcf0eeda2a914c8563069b icinga-director.confd
"