From owner-cvs-all@FreeBSD.ORG Thu Nov 18 20:44:32 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AECE6106566B; Thu, 18 Nov 2010 20:44:32 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A27A08FC0A; Thu, 18 Nov 2010 20:44:32 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oAIKiWor088439; Thu, 18 Nov 2010 20:44:32 GMT (envelope-from cy@repoman.freebsd.org) Received: (from cy@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oAIKiWDP088438; Thu, 18 Nov 2010 20:44:32 GMT (envelope-from cy) Message-Id: <201011182044.oAIKiWDP088438@repoman.freebsd.org> From: Cy Schubert Date: Thu, 18 Nov 2010 20:44:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/screen Makefile ports/sysutils/screen/files patch-utmp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2010 20:44:32 -0000 cy 2010-11-18 20:44:32 UTC FreeBSD ports repository Modified files: sysutils/screen Makefile sysutils/screen/files patch-utmp.c Log: Bjorn Zeeb discovered that screen(1) was mangling ut_host by performing strange translations. For example, foo.bar.com gets translated to foo:S.0. Unfortunately, this means that it also truncates IPv6 addresses, e.g. 2001:7b8:310::1 -> 2001:S.0. Wouldn't it be better to just use the hostname unmodified? ut_host is supposed to contain a hostname, not some arbitrary string. Submitted by: ed (Ed Schouten) Discovered by: Bjorn Zeeb Revision Changes Path 1.81 +1 -1 ports/sysutils/screen/Makefile 1.6 +69 -2 ports/sysutils/screen/files/patch-utmp.c