update to 1.7.1.1; ok rui@ (maintainer).
This commit is contained in:
parent
c7aea09340
commit
fd862ab92f
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2008/06/05 19:46:34 rui Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2009/08/12 22:29:35 sthen Exp $
|
||||
|
||||
COMMENT= socat is a relay for bidirectional data transfer
|
||||
|
||||
DISTNAME= socat-1.6.0.1
|
||||
DISTNAME= socat-1.7.1.1
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://www.dest-unreach.org/socat/
|
||||
@ -15,7 +15,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}/download/
|
||||
MASTER_SITES= ${HOMEPAGE}download/
|
||||
|
||||
WANTLIB= curses c readline crypto util ssl wrap
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (socat-1.6.0.1.tar.gz) = WmodHjmNXE0y+mUVuvR3rw==
|
||||
RMD160 (socat-1.6.0.1.tar.gz) = tFvP60YAm4kWe8zkoNacyhI4+SE=
|
||||
SHA1 (socat-1.6.0.1.tar.gz) = Oe1V3zl8332K2qJqYMIuvjpsDw4=
|
||||
SHA256 (socat-1.6.0.1.tar.gz) = EbZeqawhGplqyf0y8Dmg5ROQ6XcdFOQhuuF9nDtjRFg=
|
||||
SIZE (socat-1.6.0.1.tar.gz) = 489105
|
||||
MD5 (socat-1.7.1.1.tar.gz) = UrAhZgfjW9+6JHVg+4Xdgg==
|
||||
RMD160 (socat-1.7.1.1.tar.gz) = 1nODkyBfhY5OmC35aVfhteAhWnE=
|
||||
SHA1 (socat-1.7.1.1.tar.gz) = iF+J5SAS/XPDXE3/xHrJF/T8cmg=
|
||||
SHA256 (socat-1.7.1.1.tar.gz) = uwRDtG5y5LQ7Fm3EW/sGIORWcTBAAufXTQ/3Sum4pas=
|
||||
SIZE (socat-1.7.1.1.tar.gz) = 551517
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-doc_socat_1,v 1.2 2008/06/05 19:46:34 rui Exp $
|
||||
--- doc/socat.1.orig Sat Feb 9 22:02:02 2008
|
||||
+++ doc/socat.1 Wed Jun 4 21:52:58 2008
|
||||
@@ -2772,11 +2772,11 @@ error\&.
|
||||
.PP
|
||||
.SH "FILES"
|
||||
$OpenBSD: patch-doc_socat_1,v 1.3 2009/08/12 22:29:35 sthen Exp $
|
||||
--- doc/socat.1.orig Thu May 7 11:03:10 2009
|
||||
+++ doc/socat.1 Wed Aug 12 14:24:46 2009
|
||||
@@ -3467,11 +3467,11 @@ error\&.
|
||||
.SH "FILES"
|
||||
|
||||
.PP
|
||||
-/usr/bin/socat
|
||||
+${LOCALBASE}/bin/socat
|
||||
@ -14,5 +14,5 @@ $OpenBSD: patch-doc_socat_1,v 1.2 2008/06/05 19:46:34 rui Exp $
|
||||
-/usr/bin/procan
|
||||
+${LOCALBASE}/bin/procan
|
||||
.PP
|
||||
.SH "ENVIRONMENT VARIABLES"
|
||||
.PP
|
||||
.SH "ENVIRONMENT VARIABLES"
|
||||
|
||||
|
@ -6,4 +6,4 @@ data channels. Each of these data channels may be a file, pipe, device
|
||||
UDP, TCP), an SSL socket, proxy CONNECT connection, a file descriptor
|
||||
(stdin etc.), the GNU line editor (readline), a program, or a
|
||||
combination of two of these. These modes include generation of
|
||||
"listening" sockets, mamed pipes, and pseudo terminals.
|
||||
"listening" sockets, named pipes, and pseudo terminals.
|
||||
|
@ -1,13 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/03/17 22:00:15 jolan Exp $
|
||||
bin/filan
|
||||
bin/procan
|
||||
bin/socat
|
||||
@comment $OpenBSD: PLIST,v 1.3 2009/08/12 22:29:35 sthen Exp $
|
||||
@bin bin/filan
|
||||
@bin bin/procan
|
||||
@bin bin/socat
|
||||
@man man/man1/socat.1
|
||||
share/doc/socat/
|
||||
share/doc/socat/FAQ
|
||||
share/doc/socat/README
|
||||
share/doc/socat/SECURITY
|
||||
share/doc/socat/dest-unreach.css
|
||||
share/doc/socat/socat-genericsocket.html
|
||||
share/doc/socat/socat-multicast.html
|
||||
share/doc/socat/socat-openssltunnel.html
|
||||
share/doc/socat/socat-tun.html
|
||||
|
Loading…
Reference in New Issue
Block a user