diff options
author | tv <tv@pkgsrc.org> | 2004-07-25 15:27:02 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-07-25 15:27:02 +0000 |
commit | 9c235e40278f4a092b4896850bbeae35ebedcd13 (patch) | |
tree | c700c6a7d934fd2b97e8e0aee74d6949874cace2 /net | |
parent | c5e70908e2b0468c8489bb98e306793332f1949c (diff) | |
download | pkgsrc-9c235e40278f4a092b4896850bbeae35ebedcd13.tar.gz |
Update to 5.2. Changes:
BUG: Client crashes when server reply comes from a different IP address
than that to which the initial packet had been sent. Fixed.
BUG: SIG_CHLD set to SIG_IGN but wait() used. Fixed. SIG_IGN was removed.
connectivity with CHECK_REQs. (see refresh option in dhid.conf.sample)
Diffstat (limited to 'net')
-rw-r--r-- | net/dhid/Makefile | 4 | ||||
-rw-r--r-- | net/dhid/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/dhid/Makefile b/net/dhid/Makefile index 966da1f1d66..36a077af0f0 100644 --- a/net/dhid/Makefile +++ b/net/dhid/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2003/07/17 22:51:05 grant Exp $ +# $NetBSD: Makefile,v 1.12 2004/07/25 15:27:02 tv Exp $ # -DISTNAME= dhid-5.1 +DISTNAME= dhid-5.2 CATEGORIES= net MASTER_SITES= ftp://ftp.dhis.org/pub/dhis/ diff --git a/net/dhid/distinfo b/net/dhid/distinfo index a970a32964c..671d62c5f65 100644 --- a/net/dhid/distinfo +++ b/net/dhid/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2003/07/03 00:08:54 hubertf Exp $ +$NetBSD: distinfo,v 1.4 2004/07/25 15:27:02 tv Exp $ -SHA1 (dhid-5.1.tar.gz) = e786fcf561e86d55844e291ed056458b5cd812f3 -Size (dhid-5.1.tar.gz) = 16291 bytes +SHA1 (dhid-5.2.tar.gz) = 92252834c1d84d19470b438fec53894abfd245e5 +Size (dhid-5.2.tar.gz) = 16485 bytes SHA1 (patch-aa) = eb5d1a06790fd99c26fab30e006350c13659d0b7 SHA1 (patch-ab) = 096401626fdc628f126749933fe27d9e67c25595 |