socat: security bump to version 2.0.0-b8
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 8 Apr 2015 16:21:46 +0000 (13:21 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 8 Apr 2015 19:27:05 +0000 (21:27 +0200)
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 <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/socat/socat.hash [new file with mode: 0644]
package/socat/socat.mk

diff --git a/package/socat/socat.hash b/package/socat/socat.hash
new file mode 100644 (file)
index 0000000..a876ae2
--- /dev/null
@@ -0,0 +1,2 @@
+# From http://www.dest-unreach.org/socat/download.md5sum
+md5    ff56576703dfdeac221357a348c30760        socat-2.0.0-b8.tar.bz2
index ecb7621451dec1610154c1d803897fe34704c2b2..eaf13bcd28632edd9e002d0a4ff558bcfd78c0e1 100644 (file)
@@ -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