pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xscreensaver xscreensaver: make proper executable ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3f0cfe58d27a
branches: trunk
changeset: 374312:3f0cfe58d27a
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Feb 18 22:58:05 2022 +0000
description:
xscreensaver: make proper executable setuid
The authentication part was split off into a separate program in 6.x.
Bump PKGREVISION.
diffstat:
x11/xscreensaver/Makefile | 4 ++--
x11/xscreensaver/options.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 4e73d6d53405 -r 3f0cfe58d27a x11/xscreensaver/Makefile
--- a/x11/xscreensaver/Makefile Fri Feb 18 20:46:55 2022 +0000
+++ b/x11/xscreensaver/Makefile Fri Feb 18 22:58:05 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.134 2022/02/18 15:18:23 wiz Exp $
+# $NetBSD: Makefile,v 1.135 2022/02/18 22:58:05 wiz Exp $
DISTNAME= xscreensaver-6.02
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= x11
MASTER_SITES= https://www.jwz.org/xscreensaver/
DIST_SUBDIR= xscreensaver
diff -r 4e73d6d53405 -r 3f0cfe58d27a x11/xscreensaver/options.mk
--- a/x11/xscreensaver/options.mk Fri Feb 18 20:46:55 2022 +0000
+++ b/x11/xscreensaver/options.mk Fri Feb 18 22:58:05 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.14 2022/02/18 15:18:23 wiz Exp $
+# $NetBSD: options.mk,v 1.15 2022/02/18 22:58:05 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xscreensaver
PKG_SUPPORTED_OPTIONS= pam
@@ -18,5 +18,5 @@
CONFIGURE_ARGS+= --without-pam
# configure should figure out
#CONFIGURE_ARGS+= --without-shadow
-SPECIAL_PERMS+= bin/xscreensaver ${SETUID_ROOT_PERMS}
+SPECIAL_PERMS+= libexec/xscreensaver/xscreensaver-auth ${SETUID_ROOT_PERMS}
.endif
Home |
Main Index |
Thread Index |
Old Index