From owner-freebsd-ports-bugs@freebsd.org Wed Oct 19 11:39:30 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2922C18DBA for ; Wed, 19 Oct 2016 11:39:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1AE911F for ; Wed, 19 Oct 2016 11:39:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JBdT12018444 for ; Wed, 19 Oct 2016 11:39:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 213607] tigervnc server requires mcookie utility Date: Wed, 19 Oct 2016 11:39:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dominik.muth@gmx.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 11:39:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213607 Bug ID: 213607 Summary: tigervnc server requires mcookie utility Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: dominik.muth@gmx.de CC: meta+ports@vmeta.jp CC: meta+ports@vmeta.jp Flags: maintainer-feedback?(meta+ports@vmeta.jp) $ vncserver=20=20=20=20=20=20=20=20=20=20 vncserver: couldn't find "mcookie" on your PATH. and the tigervnc server refuses to start. I can find no mcookie in base or ports. As a workaround I have $ cat bin/mcookie=20 #!/bin/sh dd if=3D/dev/urandom bs=3D1k count=3D1 2>/dev/null | md5 | cut -d ' ' -f 1 which may introduce security issues. $ uname -a FreeBSD foobar 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 #0 r306420: Thu Sep = 29 01:43:23 UTC 2016 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GEN= ERIC amd64 $ freebsd-version=20 11.0-RELEASE-p1 $ pkg info tigervnc tigervnc-1.7.0 Name : tigervnc Version : 1.7.0 Installed on : Wed Oct 19 13:07:58 2016 CEST Origin : net/tigervnc Architecture : freebsd:11:x86:64 Prefix : /usr/local Categories : net x11-servers Licenses : GPLv2+ Maintainer : meta+ports@vmeta.jp WWW : http://tigervnc.org/ Comment : High-performance, platform-neutral implementation of VNC Options : DOCS : on GNUTLS : on NLS : on PAM : on VIEWER : on Shared Libs required: libX11.so.6 libxshmfence.so.1 libGL.so.1 libXrender.so.1 libXext.so.6 libjpeg.so.8 libpixman-1.so.0 libXdmcp.so.6 libXcursor.so.1 libXfont.so.1 libXdamage.so.1 libXft.so.2 libunwind.so.8 libICE.so.6 libfltk.so.1.3 libXtst.so.6 libintl.so.8 libgnutls.so.30 libSM.so.6 libXau.so.6 libfontconfig.so.1 libXinerama.so.1 libfltk_images.so.1.3 libXfixes.so.3 Shared Libs provided: libvnc.so Annotations : cpe : cpe:2.3:a:tigervnc:tigervnc:1.7.0:::::freebsd11:x64 repo_type : binary repository : FreeBSD Flat size : 4.41MiB Description : TigerVNC is a high-performance, platform-neutral implementation of VNC, a client/server application that allows users to launch and interact with graphical applications on remote machines. WWW: http://tigervnc.org/ --=20 You are receiving this mail because: You are the assignee for the bug.=