- More templating and inheritance - New commands + rx_replace + rx_install + rx_cpkgdir - More transparency with secrets being sourced as variables and replaced - Modularization of configs + telegraf + nginx (partial) + fastd + wireguard + unbound - Split of unbound configurations and bind zones - Bumping of key versions (rolling keys) + ZSK/KSK + OpenDKIM - Relaxed permission defaults and other smaller tweaks...
21 lines
475 B
Plaintext
21 lines
475 B
Plaintext
# Contributor: Alex Denes <caskd@redxen.eu>
|
|
# Maintainer: Alex Denes <caskd@redxen.eu>
|
|
_rx_openrc_grpname=dns
|
|
|
|
. ../APKBUILD-openrc.template
|
|
|
|
pkgver=2021.06.01.03
|
|
pkgrel=0
|
|
depends="$depends $_rx_pkgname-openrc"
|
|
source="conffile"
|
|
|
|
package() {
|
|
rx_openrc_runlevel_add
|
|
rx_openrc_runfile_link
|
|
rx_openrc_conffile_install
|
|
}
|
|
|
|
sha512sums="
|
|
3caab74b7640641965e4d485c105ebe71d0a527a9fc36799ca4181323b0e668599bc108f98e012f0a2ad18dd2ab977cf313f15a0ca029267d724c29d79e7855a conffile
|
|
"
|