summaryrefslogtreecommitdiff
path: root/sysutils/shmux
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26sysutils: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07sysutils: Remove SHA1 hashes for distfilesnia1-2/+1
2020-11-24shmux: Update to 1.0.3nia2-10/+10
Changes since 1.0.2 [2008-12-21]: - Fix clang warnings. - Fix BROKEN_POLL option on macOS. - Switch to generic BSD license. - Default to using -oLogLevel=ERROR with ssh.
2015-11-04Add SHA512 digests for distfiles for sysutils categoryagc1-1/+2
Problems found with existing digests: Package memconf distfile memconf-2.16/memconf.gz b6f4b736cac388dddc5070670351cf7262aba048 [recorded] 95748686a5ad8144232f4d4abc9bf052721a196f [calculated] Problems found locating distfiles: Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9 Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-07-27Update to 1.0.2, set LICENSE. From Benedek Gergely on pkgsrc-users.wiz2-7/+7
Mac OS X port use safe string functions don't core dump if given host list is empty fixed host name length measurement when reading from stdin.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-01-08Add missing mk/termcap buildlink.sbd1-1/+3
Bump PKGREVISION
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-06-20Add DESTDIR support.joerg1-1/+3
2007-04-12Update to 1.0:wiz2-6/+6
No change since 1.0b10 [2006/08/10]. Changes since 1.0b9 [2006/07/06]: - new 'F', 'v' and 'D' commands for interactive mode. - added -F option (as suggested by Chase Phillips). - fixed long standing but rare data corruption bug (reported by Jon Amundsen). Changes since 1.0b8 [2006/06/30]: - child exit status was not saved when waiting for its orphans. - look for termcap in ncurses library (reported by Stephan Hegel). Changes since 1.0b7 [2006/05/22]: - SHMUX_SSH*_OPTS are now parsed by shmux, allowing passing more complex options strings. (loosely based on code from Jos Backus.) - added -B option (courtesy of Chase Phillips and Jos Backus). - minor enhancement of "interactive mode" status reporting. Changes since 1.0b6 [2004/12/15]: - improved timeout enforcement using process groups (suggested by Jos Backus). - improved handling of "impossible" waitpid() failures. Changes since 1.0b5 [2004/09/20]: - user@target now works with rsh. - fixed miscellaneous assumptions/bugs related to fping. - user@target is no longer incompatible with -p.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-11-28Update to 1.0b5:wiz3-8/+9
Changes since 1.0b4 [2004/08/07]: - Use SHMUX_SPAWNMODE environmental variable, as per the manual page. - New SHMUX_MAX environmental variable (suggested by Jon Amundsen). Changes since 1.0b3 [2004/07/06]: - ported to cygwin (problems reported by Jon Amundsen). - better background detection code. Changes since 0.13b [2004/06/07]: - added code to try to avoid hanging accessing the controlling terminal. - Sun's OpenSSH chokes on "-xa", use "-x -a" instead (reported by Poehner Uwe). Changes since 0.12b [2004/04/05]: - clear environment of harmful variables to run tests. - updated "timers" test for Solaris. - minor Makefile changes. Changes since 0.11a [2003/11/28]: - added test suite. - fixed various minor problems with parsing of -A for regex/pcre analyzers. - fixed fatal regex analyzer initialization problem. - fixed mmap() usage. Changes since 0.10a [2003/06/22]: - suppressed extraneous empty lines in final report. - fixed minor scheduling bug resulting in slower runs with the default "-S one". - cleaned up handling of early termination. - minor code cleanup in term.c. - command timeouts (-C) are now also enforced by shmux with SIGTERM and SIGKILL. Reset maintainer to tech-pkg on previous maintainers request.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-25Convert to buildlink3.snj1-3/+3
2003-06-24Use buildlink2 for this package.agc1-3/+3
2003-06-24Import shmux-0.10a: Shell Multiplexorhubertf4-0/+31
shmux is program for executing the same command on many hosts in parallel. For each target, a child process is spawned by shmux, and a shell on the target obtained one of the supported methods: rsh, ssh, or sh. The output produced by the children is received by shmux and either output in turn to the user, or written to files for later processing. Submitted by Christophe Kalt <kalt@taranis.org> in PR 21961