diff options
author | wiz <wiz> | 2002-09-23 11:10:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-09-23 11:10:07 +0000 |
commit | 7e8895c486edf68d1549627a72b46a9b7e1e9b56 (patch) | |
tree | 1bb2ada1e64080783795b2fd2982eca8d79742c7 /net/dctc/Makefile | |
parent | 486d26fa97969d464a8f8e4f2596a3d7c3915901 (diff) | |
download | pkgsrc-7e8895c486edf68d1549627a72b46a9b7e1e9b56.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/dctc/Makefile')
-rw-r--r-- | net/dctc/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |