diff options
author | feld <feld@FreeBSD.org> | 2016-02-02 06:13:46 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-02-02 06:13:46 +0800 |
commit | 1828c13e1dd760afead95fc962ef4aaf243c9b11 (patch) | |
tree | 8aab308e61c500ec9ab5c17bad30a8c77c6bacf2 /net | |
parent | 340b75454044b97597a9821e62925c1afc7d6a26 (diff) | |
download | freebsd-ports-gnome-1828c13e1dd760afead95fc962ef4aaf243c9b11.tar.gz freebsd-ports-gnome-1828c13e1dd760afead95fc962ef4aaf243c9b11.tar.zst freebsd-ports-gnome-1828c13e1dd760afead95fc962ef4aaf243c9b11.zip |
net/socat: Update to 1.7.3.1
This release fixes an important security bug with a hardcoded DH
parameter not being a prime number.
http://www.dest-unreach.org/socat/contrib/socat-secadv7.html
MFH: 2016Q1
Security: https://vuxml.freebsd.org/freebsd/a52a7172-c92e-11e5-96d6-14dae9d210b8.html
Diffstat (limited to 'net')
-rw-r--r-- | net/socat/Makefile | 4 | ||||
-rw-r--r-- | net/socat/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index fc34cc913a00..3d83c706d89e 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= socat -PORTVERSION= 1.7.3.0 -PORTREVISION= 2 +PORTVERSION= 1.7.3.1 +PORTREVISION= 0 CATEGORIES= net ipv6 MASTER_SITES= http://www.dest-unreach.org/socat/download/ \ LOCAL/ehaupt diff --git a/net/socat/distinfo b/net/socat/distinfo index 687e492285f0..a8516eadb330 100644 --- a/net/socat/distinfo +++ b/net/socat/distinfo @@ -1,2 +1,2 @@ -SHA256 (socat-1.7.3.0.tar.bz2) = 0767e850c0329b9fdf711c6cd468565cbbb28786ba1a8a1cbd5531d4016b3e04 -SIZE (socat-1.7.3.0.tar.bz2) = 474633 +SHA256 (socat-1.7.3.1.tar.bz2) = d2da659540c38139f388e9437bfaae16bb458d174d056cb3228432a8f489fbaa +SIZE (socat-1.7.3.1.tar.bz2) = 488467 |