diff options
author | recht <recht@pkgsrc.org> | 2006-01-23 22:44:58 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2006-01-23 22:44:58 +0000 |
commit | b7802f76d76ba6e2314fe938c2e9d1ba9646d643 (patch) | |
tree | 10b276dd2d5fa2665984201a91baeb54c667c12a | |
parent | ff80d997c0c6b807238d9301123bd37b590acc56 (diff) | |
download | pkgsrc-b7802f76d76ba6e2314fe938c2e9d1ba9646d643.tar.gz |
update to 2.10
Patch provided by Jason White in PR 32605
changes:
QStat version 2.10
Fixes
-----
fix Quake4 master only returning 231 servers
fix busy loop when waiting for Quake3 and Quake4/Doom3 master packets
fix win32 build
QStat version 2.9
Summary of New Features
-----------------------
new protocols:
Pariah [-prs]
Steam Master for A2S [-stma2s]
Nexuiz [-nexuizm, -nexuizs]
Gamespy V3 [-gs3]
Quake 4 [-q4m, -q4s]
add option -allowserverdups to be able to query ts2 servers
support for LAN broadcasts with A2S
add option -sendinterval for tuning send throttling
add support for port ranges
support HL1 protocol variant in A2S
add 'S' player sort option to sort by score
Fixes
-----
fix eye protocol not showing the last player
always use an offset of 123 with eye protocol
fix infinite loop and memory expansion when port is 65535
-rw-r--r-- | games/qstat/Makefile | 4 | ||||
-rw-r--r-- | games/qstat/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/qstat/Makefile b/games/qstat/Makefile index 1571acede43..055bbd76468 100644 --- a/games/qstat/Makefile +++ b/games/qstat/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2005/12/29 06:21:41 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2006/01/23 22:44:58 recht Exp $ -DISTNAME= qstat-2.8 +DISTNAME= qstat-2.10 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qstat/} diff --git a/games/qstat/distinfo b/games/qstat/distinfo index c3d54e0bb87..bf9578c72cf 100644 --- a/games/qstat/distinfo +++ b/games/qstat/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/12/03 23:19:43 peter Exp $ +$NetBSD: distinfo,v 1.4 2006/01/23 22:44:58 recht Exp $ -SHA1 (qstat-2.8.tar.gz) = 3925858fd867da1dde63bfc2ebaf4f42631c7840 -RMD160 (qstat-2.8.tar.gz) = c5d8eaef1d097f618cef946f3950eb30f9ba3484 -Size (qstat-2.8.tar.gz) = 217742 bytes +SHA1 (qstat-2.10.tar.gz) = a138d8d79c0840d4ded5d3d5c343613242e56026 +RMD160 (qstat-2.10.tar.gz) = d5f7c481ac37844f36a0791ef052c924301f0083 +Size (qstat-2.10.tar.gz) = 228886 bytes |