mirror of
https://repo.or.cz/socat.git
synced 2024-12-22 15:32:35 +00:00
version 1.7.3.0
This commit is contained in:
parent
b6541b4de7
commit
8fda559e8d
5 changed files with 6 additions and 4 deletions
2
CHANGES
2
CHANGES
|
@ -1,4 +1,6 @@
|
|||
|
||||
####################### V 1.7.3.0:
|
||||
|
||||
security:
|
||||
(CVE Id pending)
|
||||
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:
|
||||
tar xzf socat.tar.gz
|
||||
cd socat-1.7.2.0
|
||||
cd socat-1.7.3.0
|
||||
./configure
|
||||
make
|
||||
su
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
"1.7.2.4+sigfix"
|
||||
"1.7.3.0"
|
||||
|
|
|
@ -3530,7 +3530,7 @@ standard specifications available on the Internet for free.
|
|||
label(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)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
%define majorver 1.7
|
||||
%define minorver 2.4
|
||||
%define minorver 3.0
|
||||
|
||||
Summary: socat - multipurpose relay
|
||||
Name: socat
|
||||
|
|
Loading…
Reference in a new issue