mirror of
https://repo.or.cz/socat.git
synced 2025-01-22 10:54:10 +00:00
version 1.6.0.1
This commit is contained in:
parent
560f0bc24c
commit
d37e8acc5f
6 changed files with 8 additions and 6 deletions
2
CHANGES
2
CHANGES
|
@ -1,4 +1,6 @@
|
||||||
|
|
||||||
|
####################### V 1.6.0.1:
|
||||||
|
|
||||||
new features:
|
new features:
|
||||||
new make target "gitclean"
|
new make target "gitclean"
|
||||||
|
|
||||||
|
|
4
README
4
README
|
@ -76,7 +76,7 @@ install
|
||||||
|
|
||||||
Get the tarball and extract it:
|
Get the tarball and extract it:
|
||||||
gtar xzf socat.tar.gz
|
gtar xzf socat.tar.gz
|
||||||
cd socat-1.6.0.0
|
cd socat-1.6.0.1
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
su
|
su
|
||||||
|
@ -226,7 +226,7 @@ communications.
|
||||||
doc/socat-tun shows how to build a virtual network between two hosts.
|
doc/socat-tun shows how to build a virtual network between two hosts.
|
||||||
|
|
||||||
socat.1 and socat.html can be generated from socat.yo (which is released with
|
socat.1 and socat.html can be generated from socat.yo (which is released with
|
||||||
socat 1.6.1 and later) using the yodl document language package. Maintenance
|
socat 1.6.0.1 and later) using the yodl document language package. Maintenance
|
||||||
of yodl had been discontinued by its author
|
of yodl had been discontinued by its author
|
||||||
(http://www.xs4all.nl/~jantien/yodl/) (there seems to be a revival at
|
(http://www.xs4all.nl/~jantien/yodl/) (there seems to be a revival at
|
||||||
http://yodl.sourceforge.net/ though). For socat, the old version 1.31 is used;
|
http://yodl.sourceforge.net/ though). For socat, the old version 1.31 is used;
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
"1.6.0.0+execpty+servres+fd_setsize+udp_sigchld+stdio_opts+interval+mreq_help+waitlock"
|
"1.6.0.1"
|
||||||
|
|
|
@ -10,7 +10,7 @@ def(Filan)(0)(bf(Filan))
|
||||||
def(procan)(0)(bf(procan))
|
def(procan)(0)(bf(procan))
|
||||||
def(Procan)(0)(bf(Procan))
|
def(Procan)(0)(bf(Procan))
|
||||||
|
|
||||||
manpage(socat)(1)(March 2007)(socat)()
|
manpage(socat)(1)(Feb 2008)(socat)()
|
||||||
|
|
||||||
whenhtml(
|
whenhtml(
|
||||||
label(CONTENTS)
|
label(CONTENTS)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* source: procan.c */
|
/* source: procan-cdefs.c */
|
||||||
/* Copyright Gerhard Rieger 2008 */
|
/* Copyright Gerhard Rieger 2008 */
|
||||||
/* Published under the GNU General Public License V.2, see file COPYING */
|
/* Published under the GNU General Public License V.2, see file COPYING */
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
%define majorver 1.6
|
%define majorver 1.6
|
||||||
%define minorver 0.0
|
%define minorver 0.1
|
||||||
|
|
||||||
Summary: socat - multipurpose relay
|
Summary: socat - multipurpose relay
|
||||||
Name: socat
|
Name: socat
|
||||||
|
|
Loading…
Reference in a new issue