Version 1.7.4.4

This commit is contained in:
Gerhard Rieger 2022-10-30 15:58:30 +01:00
parent db80b7752a
commit a8b2cb68d5
4 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,6 @@

####################### V 1.7.4.4:
Corrections:
In error.c msg2() there was a stack overflow on long messages: The
terminating \0 Byte was written behind the last position.

2
README
View file

@ -75,7 +75,7 @@ install
Get the tarball and extract it:
tar xzf socat.tar.gz
cd socat-1.7.4.3
cd socat-1.7.4.4
./configure
make
su

View file

@ -1 +1 @@
"1.7.4.3+"
"1.7.4.4"

View file

@ -1,6 +1,6 @@
%define majorver 1.7
%define minorver 4.3
%define minorver 4.4
Summary: socat - multipurpose relay
Name: socat