From: Gustavo Zacarias Date: Wed, 8 Apr 2015 16:21:46 +0000 (-0300) Subject: socat: security bump to version 2.0.0-b8 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5c76c25e63d8790eae14c5c23550caebcbd81a24;p=buildroot.git socat: security bump to version 2.0.0-b8 Fixes: CVE-2015-1379 - signal handler implementations are not async-signal-safe and can cause crash or freeze of socat processes. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/socat/socat.hash b/package/socat/socat.hash new file mode 100644 index 0000000000..a876ae2235 --- /dev/null +++ b/package/socat/socat.hash @@ -0,0 +1,2 @@ +# From http://www.dest-unreach.org/socat/download.md5sum +md5 ff56576703dfdeac221357a348c30760 socat-2.0.0-b8.tar.bz2 diff --git a/package/socat/socat.mk b/package/socat/socat.mk index ecb7621451..eaf13bcd28 100644 --- a/package/socat/socat.mk +++ b/package/socat/socat.mk @@ -4,7 +4,7 @@ # ################################################################################ -SOCAT_VERSION = 2.0.0-b7 +SOCAT_VERSION = 2.0.0-b8 SOCAT_SOURCE = socat-$(SOCAT_VERSION).tar.bz2 SOCAT_SITE = http://www.dest-unreach.org/socat/download SOCAT_LICENSE = GPLv2