package/socat: security bump to version 1.8.1.3

Fixes CVE-2026-56123: SOCKS5 client buffer overflow. Only signed char
platforms are affected.

  http://www.dest-unreach.org/socat/CHANGES

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 760f471db1)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Baruch Siach
2026-07-10 15:04:07 +03:00
committed by Thomas Perale
parent 1c6739c282
commit 138f03b86c
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# From http://www.dest-unreach.org/socat/download.md5sum
md5 5456f0f0c5d4505b68edcb10e23ef128 socat-1.8.1.1.tar.bz2
md5 1a5b8ddff793847d80aa100d54b7cf76 socat-1.8.1.3.tar.bz2
# From http://www.dest-unreach.org/socat/download.sha256sum
sha256 5ebc636b7f427053f98806696521653a614c7e06464910353cbf54e2327adc1b socat-1.8.1.1.tar.bz2
sha256 25bc6476292b2e614220989c77b0b6fca87bb2525d9747b31a6639b1fb602418 socat-1.8.1.3.tar.bz2
# Locally calculated
sha256 86e46422f9381b386bd2eb6606f9d6c3ff479f905660d0f318c571292ab304b8 README
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING

View File

@@ -4,7 +4,7 @@
#
################################################################################
SOCAT_VERSION = 1.8.1.1
SOCAT_VERSION = 1.8.1.3
SOCAT_SOURCE = socat-$(SOCAT_VERSION).tar.bz2
SOCAT_SITE = http://www.dest-unreach.org/socat/download
SOCAT_LICENSE = GPL-2.0 with OpenSSL exception