diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-01-29 15:32:29 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-01-29 15:32:29 +0800 |
commit | 40f73b18a3c64e5ad605a3462db19f5f4ad66963 (patch) | |
tree | 8d04986bec36baad6f96d99528a4fa820698729d /net/socat | |
parent | f90ff66bee6e9bc8b5f5382b68a3778ed16a2f23 (diff) | |
download | freebsd-ports-gnome-40f73b18a3c64e5ad605a3462db19f5f4ad66963.tar.gz freebsd-ports-gnome-40f73b18a3c64e5ad605a3462db19f5f4ad66963.tar.zst freebsd-ports-gnome-40f73b18a3c64e5ad605a3462db19f5f4ad66963.zip |
Update to 1.7.2.3, this fixes a security issue, where socats PROXY-CONNECT
address was vulnerable to a buffer overflow with data provided on the command
line.
Security: CVE-2014-0019
Diffstat (limited to 'net/socat')
-rw-r--r-- | net/socat/Makefile | 3 | ||||
-rw-r--r-- | net/socat/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index 1894d3c0e1c1..9c6898db7bb2 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= socat -PORTVERSION= 1.7.2.2 -PORTREVISION= 2 +PORTVERSION= 1.7.2.3 CATEGORIES= net ipv6 MASTER_SITES= http://www.dest-unreach.org/socat/download/ \ CRITICAL diff --git a/net/socat/distinfo b/net/socat/distinfo index 98c7a041a238..5f596f22b64c 100644 --- a/net/socat/distinfo +++ b/net/socat/distinfo @@ -1,2 +1,2 @@ -SHA256 (socat-1.7.2.2.tar.bz2) = 9a167af11a4d3809cbc66f5e2dcb39b6e371251282ef5de6ea6ff0c4be8a953c -SIZE (socat-1.7.2.2.tar.bz2) = 433222 +SHA256 (socat-1.7.2.3.tar.bz2) = 0598ac54af7b138cda9e3c141bcf0cc63eeb2ab31f468a772dc3f7eb3896aad0 +SIZE (socat-1.7.2.3.tar.bz2) = 424461 |