Received: by mail.netbsd.org (Postfix, from userid 605) id 0B26784D40; Sat, 18 Aug 2018 06:35:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 08A5C84D04 for ; Sat, 18 Aug 2018 06:35:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id mInld_O58L0r for ; Sat, 18 Aug 2018 06:35:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 263DC84C85 for ; Sat, 18 Aug 2018 06:35:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 14581FBEC; Sat, 18 Aug 2018 06:35:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153457413054790" MIME-Version: 1.0 Date: Sat, 18 Aug 2018 06:35:30 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xscreensaver To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180818063530.14581FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_153457413054790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Aug 18 06:35:30 UTC 2018 Modified Files: pkgsrc/x11/xscreensaver: Makefile Log Message: xscreensaver: make xscreensaver binary setuid root Otherwise it does not lock the screen by default. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 pkgsrc/x11/xscreensaver/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153457413054790 Content-Disposition: inline Content-Length: 888 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xscreensaver/Makefile diff -u pkgsrc/x11/xscreensaver/Makefile:1.113 pkgsrc/x11/xscreensaver/Makefile:1.114 --- pkgsrc/x11/xscreensaver/Makefile:1.113 Sat Jul 21 06:15:58 2018 +++ pkgsrc/x11/xscreensaver/Makefile Sat Aug 18 06:35:29 2018 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.113 2018/07/21 06:15:58 wiz Exp $ +# $NetBSD: Makefile,v 1.114 2018/08/18 06:35:29 wiz Exp $ COMMENT= Screen saver and locker for the X window system -PKGREVISION= 1 +PKGREVISION= 2 CONFLICTS+= xscreensaver-gnome<4.14 @@ -9,6 +9,8 @@ CONFLICTS+= xscreensaver-gnome<4.14 .include "options.mk" .include "../../textproc/libxml2/buildlink3.mk" +SPECIAL_PERMS+= bin/xscreensaver ${SETUID_ROOT_PERMS} + CONFIGURE_ARGS+= --without-gtk #CONFIGURE_ARGS+= --with-xml=${BUILDLINK_PREFIX.libxml2} CONFIGURE_ARGS+= --with-configdir=${PREFIX}/libexec/xscreensaver/config --_----------=_153457413054790--