mirror of
https://repo.or.cz/socat.git
synced 2024-12-22 23:42:34 +00:00
Version 1.7.4.3
This commit is contained in:
parent
08666f631f
commit
d1c14650b6
4 changed files with 5 additions and 3 deletions
2
CHANGES
2
CHANGES
|
@ -1,4 +1,6 @@
|
||||||
|
|
||||||
|
####################### V 1.7.4.3:
|
||||||
|
|
||||||
Corrections:
|
Corrections:
|
||||||
Socat crashed with SIGSEGV when peer presented a certificate without
|
Socat crashed with SIGSEGV when peer presented a certificate without
|
||||||
(or empty?) subject.
|
(or empty?) subject.
|
||||||
|
|
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.2
|
cd socat-1.7.4.3
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
su
|
su
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
"1.7.4.2+"
|
"1.7.4.3"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
%define majorver 1.7
|
%define majorver 1.7
|
||||||
%define minorver 4.2
|
%define minorver 4.3
|
||||||
|
|
||||||
Summary: socat - multipurpose relay
|
Summary: socat - multipurpose relay
|
||||||
Name: socat
|
Name: socat
|
||||||
|
|
Loading…
Reference in a new issue