diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-23 11:10:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-23 11:10:07 +0000 |
commit | 93fc578121d358728ce579ac2b3b59afa6540081 (patch) | |
tree | 1bb2ada1e64080783795b2fd2982eca8d79742c7 /net | |
parent | 63972225dc8d3b6788832c5ecf9599e7369bb0f9 (diff) | |
download | pkgsrc-93fc578121d358728ce579ac2b3b59afa6540081.tar.gz |
Update to 0.84.4:
- a (new) buggy clone seems to send string containing illegal character ('\0').
Because this character is also the C string end character, it truncates string
and DCTC crashs because an impossible case occurs. This version avoids the
problem.
Diffstat (limited to 'net')
-rw-r--r-- | net/dctc/Makefile | 4 | ||||
-rw-r--r-- | net/dctc/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/dctc/Makefile b/net/dctc/Makefile index 7e09934f85e..3f47f4da5fd 100644 --- a/net/dctc/Makefile +++ b/net/dctc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/09/11 20:47:14 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2002/09/23 11:10:07 wiz Exp $ # -DISTNAME= dctc-0.83.3 +DISTNAME= dctc-0.83.4 CATEGORIES= net MASTER_SITES= http://www.ac2i.tzo.com/dctc/ diff --git a/net/dctc/distinfo b/net/dctc/distinfo index db68b4aec8d..ff6b22190cc 100644 --- a/net/dctc/distinfo +++ b/net/dctc/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/09/11 20:47:14 wiz Exp $ +$NetBSD: distinfo,v 1.2 2002/09/23 11:10:07 wiz Exp $ -SHA1 (dctc-0.83.3.tar.gz) = 908458670d5c47cd3d5a9505abbf95f1eba95c72 -Size (dctc-0.83.3.tar.gz) = 246841 bytes +SHA1 (dctc-0.83.4.tar.gz) = 68e9c1aa3aa90ba6e09003e4959608cb06a824fe +Size (dctc-0.83.4.tar.gz) = 247088 bytes SHA1 (patch-aa) = 68a3ca5f8b7e28717e1a294456be56c846f3c521 SHA1 (patch-ab) = 59ae59cdcfb6a279fc241d6d55a78a64aa36ad9f SHA1 (patch-ac) = e851bca630b1db46a0fce9843f7dc81049aadeec |