CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/02/02 03:41:06
Modified files:
net/socat : Tag: OPENBSD_5_8 Makefile distinfo
net/socat/patches: Tag: OPENBSD_5_8 patch-xio-openssl_c
Log message:
MFC security update to socat-1.7.3.1
- A stack overflow in vulnerability was found that can be triggered when
command line arguments (complete address specifications, host names,
file names) are longer than 512 bytes.
- In the OpenSSL address implementation the hard coded 1024 bit DH p
parameter was not prime. [..] Fix: generated a new 2048bit prime.