diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-03-26 11:40:29 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-03-26 11:40:29 +0000 |
commit | ca828e8c0619b12bddd14804badf3981e5d8c4d9 (patch) | |
tree | 2015ee2200065c04319a0873f8bbcbeb0256c933 /net/socat | |
parent | f1a989bd2138407b5c1e6090ddb1cb912096eb9a (diff) | |
download | pkgsrc-ca828e8c0619b12bddd14804badf3981e5d8c4d9.tar.gz |
- Update socat from 1.4.1.0 -> 1.4.2.0
new features:
option "connect-timeout" limits wait time for connect operations
(requested by Giulio Orsero)
option "dhparam" for explicit Diffie-Hellman parameter file
corrections:
support for OpenSSL DSA certificates (Miika Komu)
create install directories before copying files (Miika Komu)
when exiting on signal, return status 128+signum instead of 1
on EPIPE and ECONNRESET, only issue a warning (Santiago Garcia
Mantinan)
-lu could cause a core dump on long messages
further changes:
modifications to simplify using socats features in application
Diffstat (limited to 'net/socat')
-rw-r--r-- | net/socat/Makefile | 4 | ||||
-rw-r--r-- | net/socat/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index 2cbfe0f183d..79af97c0f98 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2005/01/22 18:57:56 adrianp Exp $ +# $NetBSD: Makefile,v 1.7 2005/03/26 11:40:29 adrianp Exp $ -DISTNAME= socat-1.4.1.0 +DISTNAME= socat-1.4.2.0 CATEGORIES= net MASTER_SITES= http://www.dest-unreach.org/socat/download/ diff --git a/net/socat/distinfo b/net/socat/distinfo index 8741fec0e3f..ebb699b6553 100644 --- a/net/socat/distinfo +++ b/net/socat/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2005/02/24 12:14:04 agc Exp $ +$NetBSD: distinfo,v 1.6 2005/03/26 11:40:30 adrianp Exp $ -SHA1 (socat-1.4.1.0.tar.gz) = 4a75e500744bff19ad025cb35fccfde4d8311183 -RMD160 (socat-1.4.1.0.tar.gz) = 98d8313dddb1ae8b2fe5e04c70718c6120673ae1 -Size (socat-1.4.1.0.tar.gz) = 326963 bytes +SHA1 (socat-1.4.2.0.tar.gz) = 68302cc6d1bd3b58f5fc37fbd4aa969aef185241 +RMD160 (socat-1.4.2.0.tar.gz) = 6a0f0b6e1a714381a48451da877cf0693d8ca7f1 +Size (socat-1.4.2.0.tar.gz) = 331493 bytes SHA1 (patch-aa) = 80e88873bd80c98f8d9209c1b2204c8addb2bdb0 |