From owner-freebsd-ports-bugs Mon Feb 10 1:10:13 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C87B37B401 for ; Mon, 10 Feb 2003 01:10:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F99A43FAF for ; Mon, 10 Feb 2003 01:10:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1A9A9NS044583 for ; Mon, 10 Feb 2003 01:10:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1A9A9wZ044582; Mon, 10 Feb 2003 01:10:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9F5537B401 for ; Mon, 10 Feb 2003 01:07:04 -0800 (PST) Received: from node-110.xpert.com (node-110.xpert.com [199.203.132.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F28443FBD for ; Mon, 10 Feb 2003 01:06:39 -0800 (PST) (envelope-from root@node-110.xpert.com) Received: by node-110.xpert.com (Postfix, from userid 0) id D76B29AD; Mon, 10 Feb 2003 11:09:49 +0000 (GMT) Message-Id: <20030210110949.D76B29AD@node-110.xpert.com> Date: Mon, 10 Feb 2003 11:09:49 +0000 (GMT) From: Yonatan@xpert.com Reply-To: Yonatan@xpert.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/48132: new port: log keystrokes of remote X servers Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48132 >Category: ports >Synopsis: new port: log keystrokes of remote X servers >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: Mon Feb 10 01:10:08 PST 2003 >Closed-Date: >Last-Modified: >Originator: Yonatan@xpert.com >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD Temujin 4.7-STABLE FreeBSD 4.7-STABLE #2: Fri Jan 31 22:09:26 GMT 2003 root@Temujin:/usr/obj/usr/src/sys/TEMUJIN i386 >Description: This is a one-file-port that logs keystrokes on remote X servers'. >How-To-Repeat: N/A >Fix: --- xspy.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/security/xspy # /usr/ports/security/xspy/pkg-descr # /usr/ports/security/xspy/Makefile # /usr/ports/security/xspy/distinfo # /usr/ports/security/xspy/pkg-plist # /usr/ports/security/xspy/pkg-comment # echo c - /usr/ports/security/xspy mkdir -p /usr/ports/security/xspy > /dev/null 2>&1 echo x - /usr/ports/security/xspy/pkg-descr sed 's/^X//' >/usr/ports/security/xspy/pkg-descr << 'END-of-/usr/ports/security/xspy/pkg-descr' Xxspy is used to monitor keypresses on remote X servers. XIt takes advantage of an oversight in X Windows (R5 & R6) to find Xout about keypresses even in "secure mode". It works by polling the Xkeyboard, by default every hundredth of a second. X XWWW: http://www.acm.vt.edu/~jmaxwell/programs/xspy/xspy.html END-of-/usr/ports/security/xspy/pkg-descr echo x - /usr/ports/security/xspy/Makefile sed 's/^X//' >/usr/ports/security/xspy/Makefile << 'END-of-/usr/ports/security/xspy/Makefile' X# Ports collection makefile for: xspy X# Date created: Jan 11 2003 X# Whom: Yonatan X# X# $FreeBSD$ X# X XPORTNAME= xspy XPORTVERSION= 1.0c XCATEGORIES= security XMASTER_SITES= http://www.acm.vt.edu/~jmaxwell/programs/xspy/ X XMAINTAINER= Yonatan@xpert.com X XWRKSRC= ${WRKDIR}/${PORTNAME} XUSE_IMAKE= yes XXMKMF= xmkmf XUSE_XLIB= YES X XALL_TARGET= xspy X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/xspy ${PREFIX}/bin X X.include END-of-/usr/ports/security/xspy/Makefile echo x - /usr/ports/security/xspy/distinfo sed 's/^X//' >/usr/ports/security/xspy/distinfo << 'END-of-/usr/ports/security/xspy/distinfo' XMD5 (xspy-1.0c.tar.gz) = 3cbdb554e2f5acd58c1fe0cfd30e1416 END-of-/usr/ports/security/xspy/distinfo echo x - /usr/ports/security/xspy/pkg-plist sed 's/^X//' >/usr/ports/security/xspy/pkg-plist << 'END-of-/usr/ports/security/xspy/pkg-plist' X@comment $FreeBSD$ Xbin/xspy END-of-/usr/ports/security/xspy/pkg-plist echo x - /usr/ports/security/xspy/pkg-comment sed 's/^X//' >/usr/ports/security/xspy/pkg-comment << 'END-of-/usr/ports/security/xspy/pkg-comment' XMonitoring keystrokes on remote X servers END-of-/usr/ports/security/xspy/pkg-comment exit --- xspy.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message