pdsh: update to 2.35.

also includes support for building with the dshgroup option
This commit is contained in:
Vincent Schweiger 2024-12-27 18:16:22 +01:00 committed by Duncan Overbruck
parent 5851fa73e5
commit 950c65b504

View file

@ -1,7 +1,7 @@
# Template file for 'pdsh'
pkgname=pdsh
version=2.34
revision=2
version=2.35
revision=1
build_style=gnu-configure
configure_args="
--disable-static-modules
@ -12,6 +12,7 @@ configure_args="
$(vopt_with xcpu)
$(vopt_with netgroup)
$(vopt_with readline)
$(vopt_with dshgroups)
"
hostmakedepends="automake autoconf libtool"
makedepends="
@ -24,15 +25,16 @@ maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/chaos/pdsh"
distfiles="https://github.com/chaos/pdsh/archive/pdsh-${version}.tar.gz"
checksum=36e1b3c734ae9b4baf054c656b9735206cc56b290d2c0ec4f7825cdd9f7dff54
checksum=99be4bd4c68a5976fb3e9e994bae7e6497481aba681fa1c35bdf055750c3692b
build_options="rsh exec ssh mrsh xcpu netgroup readline"
build_options="rsh exec ssh mrsh xcpu netgroup dshgroups readline"
build_options_default="rsh exec ssh mrsh readline"
desc_option_rsh="Include support for the rsh remote module"
desc_option_exec="Include support for the exec remote module"
desc_option_mrsh="Include support for the mrsh remote module"
desc_option_xcpu="Include support for the xcpu remote module"
desc_option_netgroup="allows pdsh to use standard netgroup entries to build lists of target hosts."
desc_option_dshgroups="allow pdsh to use dshgroup entries to build lists of target hosts."
pre_configure() {
./bootstrap