diff options
author | scw <scw@pkgsrc.org> | 2002-12-04 09:52:17 +0000 |
---|---|---|
committer | scw <scw@pkgsrc.org> | 2002-12-04 09:52:17 +0000 |
commit | 422efe9127dbf0f12859bf34a007779d9ae94dfc (patch) | |
tree | 1b84edf9b132970fb3d36f954a2a7e502a91c9cf /sysutils | |
parent | 4eb9b184297e5bc7157f57d2f7e4e70bf1995eb4 (diff) | |
download | pkgsrc-422efe9127dbf0f12859bf34a007779d9ae94dfc.tar.gz |
Upgrade to version 1.0.3.
Changes since the previous point release:
- The telnet listener should not bomb out if it fails to init/add a client.
- Fix a buffer size problem in the telnet client. Note: This was not a
a buffer-overflow. It was simply getnameinfo(3) returning an error when
presented with a peer whose IP address resolved to a string larger than
NI_MAXSERV. Since NI_MAXSERV was the wrong constant to use anyway in this
context, replace it with NI_MAXHOST.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/tits/Makefile | 5 | ||||
-rw-r--r-- | sysutils/tits/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/sysutils/tits/Makefile b/sysutils/tits/Makefile index 63bdee060cb..b5378ca463b 100644 --- a/sysutils/tits/Makefile +++ b/sysutils/tits/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2002/06/04 09:08:32 seb Exp $ +# $NetBSD: Makefile,v 1.9 2002/12/04 09:52:17 scw Exp $ # -DISTNAME= tits-1.0.2 -PKGREVISION= 1 +DISTNAME= tits-1.0.3 CATEGORIES= sysutils MASTER_SITES= http://www.mctavish.co.uk/tits/ diff --git a/sysutils/tits/distinfo b/sysutils/tits/distinfo index 3c2e4f1e0ca..78eddb36562 100644 --- a/sysutils/tits/distinfo +++ b/sysutils/tits/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2002/06/04 08:38:20 seb Exp $ +$NetBSD: distinfo,v 1.3 2002/12/04 09:52:17 scw Exp $ -SHA1 (tits-1.0.2.tar.gz) = ecc7d859474fe001eee55ffc5d5a6d7f167fa118 -Size (tits-1.0.2.tar.gz) = 19389 bytes +SHA1 (tits-1.0.3.tar.gz) = 4ad844795d850140c1bf518cae4a7a70f114c74e +Size (tits-1.0.3.tar.gz) = 20781 bytes SHA1 (patch-aa) = cb97029249e318d30b859ad4479ae6cb0c0ffcf2 |