1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-05-23 13:12:41 +00:00

Version 1.8.0.3

This commit is contained in:
Gerhard 2025-02-21 12:38:14 +01:00
parent 245f5e657f
commit 78cc5ae1a5
4 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,6 @@

####################### V 1.8.0.3:
Security:
readline.sh has new option -lf <logfile> for stderr. If this option is
not given it logs to a file in . (cwd) only when . is not writable by

2
README
View file

@ -70,7 +70,7 @@ Arch Linux: openssl readline
Get the tarball and extract it:
tar xzf socat.tar.gz
cd socat-1.8.0.2
cd socat-1.8.0.3
./configure
make
su

View file

@ -1 +1 @@
"1.8.0.2+"
"1.8.0.3"

View file

@ -1,6 +1,6 @@
%define majorver 1.8
%define minorver 0.2
%define minorver 0.3
Summary: socat - multipurpose relay
Name: socat