diff options
-rw-r--r-- | net/socat/Makefile | 7 | ||||
-rw-r--r-- | net/socat/distinfo | 6 | ||||
-rw-r--r-- | net/socat/files/patch-xio-listen.c | 10 | ||||
-rw-r--r-- | net/socat/files/patch-xio-udp.c | 10 |
4 files changed, 6 insertions, 27 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index ac2203129960..bce20a7e18ff 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -7,15 +7,14 @@ # PORTNAME= socat -PORTVERSION= 1.4.3.1 -PORTREVISION= 1 +PORTVERSION= 1.5.0.0 CATEGORIES= net MASTER_SITES= http://www.dest-unreach.org/socat/download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nivo+kw+ports.bfa274@is-root.com COMMENT= Multipurpose relay and more -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R:R} +#WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R:R} USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/net/socat/distinfo b/net/socat/distinfo index 11e096638290..f83b7df85c2d 100644 --- a/net/socat/distinfo +++ b/net/socat/distinfo @@ -1,3 +1,3 @@ -MD5 (socat-1.4.3.1.tar.bz2) = a80022054be327a461afae8e306cae6f -SHA256 (socat-1.4.3.1.tar.bz2) = 97777014938e86d25a6ba8df95c0d2731e80fd2cb6dd2323662c51c4f24afa5f -SIZE (socat-1.4.3.1.tar.bz2) = 272746 +MD5 (socat-1.5.0.0.tar.bz2) = 84b709de13e236198a4606fb4b80e123 +SHA256 (socat-1.5.0.0.tar.bz2) = 36b9f00a0bd2b2a59e51e6d986164eab0f62d9ef7024d8356ba9a818f6fdd624 +SIZE (socat-1.5.0.0.tar.bz2) = 309547 diff --git a/net/socat/files/patch-xio-listen.c b/net/socat/files/patch-xio-listen.c deleted file mode 100644 index d9801d4c8842..000000000000 --- a/net/socat/files/patch-xio-listen.c +++ /dev/null @@ -1,10 +0,0 @@ ---- ./xio-listen.c.orig Sun Jan 29 14:33:07 2006 -+++ ./xio-listen.c Sat Apr 29 15:33:10 2006 -@@ -311,6 +311,7 @@ - &ri, xfd->fd, &la->soa, pa, libwrapname); - request_init(&ri, RQ_FILE, xfd->fd, RQ_CLIENT_SIN, &la->soa, - RQ_SERVER_SIN, pa, RQ_DAEMON, libwrapname, 0); -+ sock_methods(&ri); - Debug("request_init() ->"); - - Debug1("hosts_access(%p)", &ri); diff --git a/net/socat/files/patch-xio-udp.c b/net/socat/files/patch-xio-udp.c deleted file mode 100644 index 8740ba4b128a..000000000000 --- a/net/socat/files/patch-xio-udp.c +++ /dev/null @@ -1,10 +0,0 @@ ---- ./xio-udp.c.orig Sat Apr 29 15:34:17 2006 -+++ ./xio-udp.c Sat Apr 29 15:34:32 2006 -@@ -226,6 +226,7 @@ - &ri, fd->stream.fd, &la->soa, them, libwrapname); - request_init(&ri, RQ_FILE, fd->stream.fd, RQ_CLIENT_SIN, &la->soa, - RQ_SERVER_SIN, them, RQ_DAEMON, libwrapname, 0); -+ sock_methods(&ri); - Debug("request_init() ->"); - - Debug1("hosts_access(%p)", &ri); |