mirror of
https://github.com/moparisthebest/socat
synced 2024-12-21 22:48:48 -05:00
version 1.7.3.0
This commit is contained in:
parent
b6541b4de7
commit
8fda559e8d
2
CHANGES
2
CHANGES
@ -1,4 +1,6 @@
|
|||||||
|
|
||||||
|
####################### V 1.7.3.0:
|
||||||
|
|
||||||
security:
|
security:
|
||||||
(CVE Id pending)
|
(CVE Id pending)
|
||||||
Fixed problems with signal handling caused by use of not async signal
|
Fixed problems with signal handling caused by use of not async signal
|
||||||
|
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.2.0
|
cd socat-1.7.3.0
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
su
|
su
|
||||||
|
@ -3530,7 +3530,7 @@ standard specifications available on the Internet for free.
|
|||||||
label(VERSION)
|
label(VERSION)
|
||||||
manpagesection(VERSION)
|
manpagesection(VERSION)
|
||||||
|
|
||||||
This man page describes version 1.7.2 of socat().
|
This man page describes version 1.7.3 of socat().
|
||||||
|
|
||||||
|
|
||||||
label(BUGS)
|
label(BUGS)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
%define majorver 1.7
|
%define majorver 1.7
|
||||||
%define minorver 2.4
|
%define minorver 3.0
|
||||||
|
|
||||||
Summary: socat - multipurpose relay
|
Summary: socat - multipurpose relay
|
||||||
Name: socat
|
Name: socat
|
||||||
|
Loading…
Reference in New Issue
Block a user