opendoas: update to 6.6.1.
This commit is contained in:
parent
f364370f54
commit
a5e94f5205
1 changed files with 8 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'opendoas'.
|
||||
# Template file for 'opendoas'
|
||||
pkgname=opendoas
|
||||
version=6.6
|
||||
version=6.6.1
|
||||
revision=1
|
||||
wrksrc="OpenDoas-$version"
|
||||
build_style=configure
|
||||
configure_args="$(vopt_with 'pam')"
|
||||
configure_args="$(vopt_with 'pam') $(vopt_with 'timestamp')"
|
||||
conf_files="$(vopt_if 'pam' '/etc/pam.d/doas')"
|
||||
hostmakedepends="bison"
|
||||
makedepends="$(vopt_if 'pam' 'pam-devel')"
|
||||
|
@ -13,10 +13,12 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
|||
license="ISC, BSD"
|
||||
homepage="https://github.com/Duncaen/OpenDoas"
|
||||
distfiles="https://github.com/Duncaen/OpenDoas/archive/v${version}.tar.gz"
|
||||
checksum=83ca7e6d75b834f0a03604a4e5dd3879534de5ab8e75b36bbe169b53666f8ec8
|
||||
checksum=baf5a2c73116781519cf03b5b9147eee8db69e8b052eaa81caf093107226b4fe
|
||||
|
||||
build_options="pam timestamp"
|
||||
build_options_default="pam timestamp"
|
||||
desc_option_timestamp="enable persistent auth using timestamps"
|
||||
|
||||
build_options="pam"
|
||||
build_options_default="pam"
|
||||
|
||||
pre_configure() {
|
||||
cp ${FILESDIR}/doas.pam pam.d__doas__linux
|
||||
|
|
Loading…
Reference in a new issue