ports/110165: net/linux-nx-client: update to 2.1.0-17

Eric P. Scott eps+pbug0703 at ana.com
Sat Mar 10 19:10:05 UTC 2007


>Number:         110165
>Category:       ports
>Synopsis:       net/linux-nx-client: update to 2.1.0-17
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 10 19:10:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Eric P. Scott
>Release:        FreeBSD 6.2-RELEASE-p2 i386
>Organization:
ana-systems, Inc.
>Environment:
System: FreeBSD sixofone 6.2-RELEASE-p2 FreeBSD 6.2-RELEASE-p2 #0: Tue Feb 27 22:41:06 UTC 2007 root at i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386
>Description:
1. Update to latest NoMachine client release
http://www.nomachine.com/news-read.php?idnews=191

2. Correct spelling of PORTREVISION


On FreeBSD 6.2, proxy sessions may fail with this diagnostic:

Error: Failed to set TCP_NODELAY flag on FD#9 to 1. Error is 22 'Invalid argument'.

The problem does not manifest on FreeBSD 4.11.  A similar issue
arose on Mac OS X 10.4, so it's almost certainly a FreeBSD
regression.  NoMachine patched the nxcomp sources to ignore
errors returned by setsockopt() on Apple builds; however, the
check is still performed on Linux.  The correct place to deal
with this is in the Linuxulator, since "we" are almost certainly
in the wrong on this one.

More investigation is needed.
>How-To-Repeat:
>Fix:
diff -ruN /usr/ports/net/linux-nx-client/Makefile net/linux-nx-client/Makefile
--- /usr/ports/net/linux-nx-client/Makefile	Wed Jan 31 23:14:56 2007
+++ net/linux-nx-client/Makefile
@@ -7,10 +7,10 @@
 
 PORTNAME=		linux-nx-client
 PORTVERSION=		2.1.0
-PORTREVISON=		1
+PORTREVISION=		2
 CATEGORIES=		net
 MASTER_SITES=		http://web04.nomachine.com/download/${PORTVERSION}/Linux/
-DISTNAME=		nxclient-${PORTVERSION}-11.i386
+DISTNAME=		nxclient-${PORTVERSION}-17.i386
 
 MAINTAINER=		ports at FreeBSD.org
 COMMENT=		The NoMachine NX client
diff -ruN /usr/ports/net/linux-nx-client/distinfo net/linux-nx-client/distinfo
--- /usr/ports/net/linux-nx-client/distinfo	Wed Jan 31 23:14:56 2007
+++ net/linux-nx-client/distinfo	Fri Mar  9 05:04:49 2007
@@ -1,3 +1,3 @@
-MD5 (nxclient-2.1.0-11.i386.tar.gz) = 21874088bc40ab447493fffd647ed87c
-SHA256 (nxclient-2.1.0-11.i386.tar.gz) = c114f1e125494fd0ad1c4ad8371bbd8b97f3c4b24f0c43ca09a2b68b8eb5fe1f
-SIZE (nxclient-2.1.0-11.i386.tar.gz) = 3505596
+MD5 (nxclient-2.1.0-17.i386.tar.gz) = d4482ecd4dda377f879a0888e256bce9
+SHA256 (nxclient-2.1.0-17.i386.tar.gz) = c087c1e528dd4272c4666a832b0a585b53fa15466b54d1dc2d60d105bea964ab
+SIZE (nxclient-2.1.0-17.i386.tar.gz) = 3515342
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list