From owner-svn-ports-head@FreeBSD.ORG Sun Dec 21 03:37:25 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B4F605D5 for ; Sun, 21 Dec 2014 03:37:25 +0000 (UTC) Received: from mail-ie0-f171.google.com (mail-ie0-f171.google.com [209.85.223.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8723F2F3E for ; Sun, 21 Dec 2014 03:37:25 +0000 (UTC) Received: by mail-ie0-f171.google.com with SMTP id ar1so2773186iec.2 for ; Sat, 20 Dec 2014 19:37:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=7DzFqtK6GfCEUiFY59jj7p36vUdPh7Pi2rp4jLEZ6Dc=; b=CaNGoaypF4Q1695TZkeeRs0IAoGkGw9WewEHV6eMgFima1o0Y0SPVnRNckePxH81VA 4Br29aENVuXPazscAXlyo48mY8C9HGVNSB434+m8gJxXWZA8PgHYuvnru6pEYvZ/UoeT V/Zee30+8J58uf3kG4iffUrGsZpIjHoC2htoWtccoFwMoh+0RpUTKawbDKynbyQeBnH1 SQvOJfPMlwU6JScACbz4NRZRKY7fSgzHciwZE2POexpq/f5qPSzIGFZWEH+qmklsvxd4 WRThKxvzCPqzQM0qlPagkFEtBxyOSs+Jo8mY7ddhdKmTlcIrNsxuPmSEYAD1rzMyqT4l bIQQ== X-Gm-Message-State: ALoCoQmSqOJIa2pjC47U7e+SOV9q9Yn9Lj3FllKmdgmEj7aTlmaeU5EkhHo5EoINhfFwYB31K0VM MIME-Version: 1.0 X-Received: by 10.107.9.213 with SMTP id 82mr14875418ioj.45.1419133038738; Sat, 20 Dec 2014 19:37:18 -0800 (PST) Received: by 10.42.83.198 with HTTP; Sat, 20 Dec 2014 19:37:18 -0800 (PST) Reply-To: v@fatpipi.com In-Reply-To: References: <201412101605.sBAG5knf064497@svn.freebsd.org> <20141210161422.GA26474@ivaldir.etoilebsd.net> Date: Sun, 21 Dec 2014 11:37:18 +0800 Message-ID: Subject: Re: svn commit: r374476 - in head/x11: . xvt xvt/files From: Vanilla Hsu To: C Hutchinson Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: svn-ports-head@freebsd.org, Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, "Vanilla I. Shu" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Dec 2014 03:37:25 -0000 on my test, without suid root, utmp have no any records on xvt session. 2014-12-11 0:55 GMT+08:00 C Hutchinson : > On Thu, 11 Dec 2014 00:17:52 +0800 Vanilla Hsu wrote > > > Need to touch utmp? > > > > 2014-12-11 0:14 GMT+08:00 Baptiste Daroussin : > > > > > On Wed, Dec 10, 2014 at 04:05:46PM +0000, Vanilla I. Shu wrote: > > > > Author: vanilla > > > > Date: Wed Dec 10 16:05:45 2014 > > > > New Revision: 374476 > > > > URL: https://svnweb.freebsd.org/changeset/ports/374476 > > > > QAT: https://qat.redports.org/buildarchive/r374476/ > > > > > > > > Log: > > > > Add xvt 3.0.0, xterm replacement supporting color, transparency, > and > > > > more, with less. > > > > > > > Why is the xvt binary being installed with a setuid root? that looks > very > > > very > > > wrong to me. > > > > > > Regards, > > > Bapt > > > > As to root; I performed all the testing while having elevated privileges. > That's why the log indicates that. > As to utmp; this (appears?) to be standard procedure. Testing against > x11/rxvt-devel, x11/rxvt, x11/rxvt-unicode, they all do this as well. > Didn't test x11/xterm. Are they *all* wrong? > > --Chris > > >