ports/103556: [PATCH] net/socat: update to 1.5.0.0, take maintainership

Nils Vogels nivo+kw+ports.bfa274 at is-root.com
Sun Sep 24 10:10:19 UTC 2006


>Number:         103556
>Category:       ports
>Synopsis:       [PATCH] net/socat: update to 1.5.0.0, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 24 10:10:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Nils Vogels
>Release:        FreeBSD 5.4-RELEASE-p6 i386
>Organization:
IS-Root
>Environment:
System: FreeBSD imhotep.yuckfou.org 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Fri Aug  5 19:36:46 CEST
>Description:
- Update to 1.5.0.0
- Take maintainership

Removed file(s):
- files/patch-xio-listen.c
- files/patch-xio-udp.c

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- socat-1.5.0.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/socat/Makefile /disk/3/home/nivo/ports/socat/Makefile
--- /usr/ports/net/socat/Makefile	Tue Sep  5 06:34:23 2006
+++ /disk/3/home/nivo/ports/socat/Makefile	Sun Sep 24 11:59:52 2006
@@ -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 at FreeBSD.org
+MAINTAINER=	nivo+kw+ports.bfa274 at 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 -ruN --exclude=CVS /usr/ports/net/socat/distinfo /disk/3/home/nivo/ports/socat/distinfo
--- /usr/ports/net/socat/distinfo	Fri Apr 14 12:29:52 2006
+++ /disk/3/home/nivo/ports/socat/distinfo	Sun Sep 24 11:59:17 2006
@@ -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 -ruN --exclude=CVS /usr/ports/net/socat/files/patch-xio-listen.c /disk/3/home/nivo/ports/socat/files/patch-xio-listen.c
--- /usr/ports/net/socat/files/patch-xio-listen.c	Sat Apr 29 20:41:39 2006
+++ /disk/3/home/nivo/ports/socat/files/patch-xio-listen.c	Thu Jan  1 01:00:00 1970
@@ -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 -ruN --exclude=CVS /usr/ports/net/socat/files/patch-xio-udp.c /disk/3/home/nivo/ports/socat/files/patch-xio-udp.c
--- /usr/ports/net/socat/files/patch-xio-udp.c	Sat Apr 29 20:41:39 2006
+++ /disk/3/home/nivo/ports/socat/files/patch-xio-udp.c	Thu Jan  1 01:00:00 1970
@@ -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);
--- socat-1.5.0.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list