mirror of
https://repo.or.cz/socat.git
synced 2024-12-22 23:42:34 +00:00
Version 1.7.4.2
This commit is contained in:
parent
f820690967
commit
47674f924a
4 changed files with 5 additions and 3 deletions
2
CHANGES
2
CHANGES
|
@ -1,4 +1,6 @@
|
||||||
|
|
||||||
|
####################### V 1.7.4.2:
|
||||||
|
|
||||||
Corrections:
|
Corrections:
|
||||||
The per address parameters for OpenSSL overlapped in memory with socket
|
The per address parameters for OpenSSL overlapped in memory with socket
|
||||||
parameters. Magically this did not seem to cause problems except on
|
parameters. Magically this did not seem to cause problems except on
|
||||||
|
|
2
README
2
README
|
@ -75,7 +75,7 @@ install
|
||||||
|
|
||||||
Get the tarball and extract it:
|
Get the tarball and extract it:
|
||||||
tar xzf socat.tar.gz
|
tar xzf socat.tar.gz
|
||||||
cd socat-1.7.4.0
|
cd socat-1.7.4.2
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
su
|
su
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
"1.7.4.1+"
|
"1.7.4.2"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
%define majorver 1.7
|
%define majorver 1.7
|
||||||
%define minorver 3.4
|
%define minorver 4.2
|
||||||
|
|
||||||
Summary: socat - multipurpose relay
|
Summary: socat - multipurpose relay
|
||||||
Name: socat
|
Name: socat
|
||||||
|
|
Loading…
Reference in a new issue