diff options
author | wiz <wiz> | 2014-05-18 13:23:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-05-18 13:23:32 +0000 |
commit | bb7364d7648fb447de60c7da31e2202b33f3deca (patch) | |
tree | 23e6177c0f5d5e71a306231594f7a353c790f835 /sysutils/ts | |
parent | af5356bb03dd21aaab4b255db299341e7f9e627f (diff) | |
download | pkgsrc-bb7364d7648fb447de60c7da31e2202b33f3deca.tar.gz |
Update to 0.7.4:
v0.7.4:
- Fixing a bug about dangling processes, in case of using "ts -r".
v0.7.3:
- Add option '-N' to set the number of slots required for a job to run.
Proposed by Sergey Litvinov.
v0.7.2:
- Add option '-E', to keep stderr apart. It goes to "`ts -o`.e".
v0.7.1:
- Implement check of ownership of the socket. Security bugfix.
Diffstat (limited to 'sysutils/ts')
-rw-r--r-- | sysutils/ts/Makefile | 5 | ||||
-rw-r--r-- | sysutils/ts/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/ts/Makefile b/sysutils/ts/Makefile index 12a71642568..e4c6ec8f41c 100644 --- a/sysutils/ts/Makefile +++ b/sysutils/ts/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2014/02/15 22:32:10 wiedi Exp $ -# +# $NetBSD: Makefile,v 1.4 2014/05/18 13:23:32 wiz Exp $ -DISTNAME= ts-0.7.0 +DISTNAME= ts-0.7.4 CATEGORIES= sysutils MASTER_SITES= http://vicerveza.homeunix.net/~viric/soft/ts/ diff --git a/sysutils/ts/distinfo b/sysutils/ts/distinfo index 301e2078d76..e419d175874 100644 --- a/sysutils/ts/distinfo +++ b/sysutils/ts/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/10/03 11:02:28 wiz Exp $ +$NetBSD: distinfo,v 1.2 2014/05/18 13:23:32 wiz Exp $ -SHA1 (ts-0.7.0.tar.gz) = aa904366caa6daab0287121459f7f29d05138024 -RMD160 (ts-0.7.0.tar.gz) = a409d51398d3d162013e0788762e00d419e2546f -Size (ts-0.7.0.tar.gz) = 50824 bytes +SHA1 (ts-0.7.4.tar.gz) = 92813a3b0eedfe1d4a177727122e6d08695f6bc8 +RMD160 (ts-0.7.4.tar.gz) = e4aa6a4396410b8bfa8814389dac2318816ec7d5 +Size (ts-0.7.4.tar.gz) = 65187 bytes SHA1 (patch-aa) = 2b0a9d5cb09dc7ba7eb317d037f9085eef53c9c7 |