diff options
author | adrianp <adrianp> | 2005-03-26 11:40:29 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2005-03-26 11:40:29 +0000 |
commit | 327f0b8a397bc6d55a3e0a5b7ca990e0db423758 (patch) | |
tree | 2015ee2200065c04319a0873f8bbcbeb0256c933 /net/socat/Makefile | |
parent | c0e4dae81065d889bcd941f5de9b553cc3dcdb07 (diff) | |
download | pkgsrc-327f0b8a397bc6d55a3e0a5b7ca990e0db423758.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/Makefile')
-rw-r--r-- | net/socat/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |