From: Axel Lin Date: Sun, 6 Oct 2013 01:39:47 +0000 (+0800) Subject: socat: bump to version 2.0.0-b6 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6f6b103f6538de3e13d7c3098a498562e629a31f;p=buildroot.git socat: bump to version 2.0.0-b6 2.0.0-b6 fix a security issue: Under certain circumstances an FD leak occurs and may be misused for denial of service attacks against socat running in server mode. Signed-off-by: Axel Lin Signed-off-by: Peter Korsgaard --- diff --git a/package/socat/socat.mk b/package/socat/socat.mk index 8ba399b2e4..df60961c82 100644 --- a/package/socat/socat.mk +++ b/package/socat/socat.mk @@ -4,7 +4,7 @@ # ################################################################################ -SOCAT_VERSION = 2.0.0-b5 +SOCAT_VERSION = 2.0.0-b6 SOCAT_SOURCE = socat-$(SOCAT_VERSION).tar.bz2 SOCAT_SITE = http://www.dest-unreach.org/socat/download/ SOCAT_LICENSE = GPLv2