pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xscreensaver



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Feb 18 22:58:05 UTC 2022

Modified Files:
        pkgsrc/x11/xscreensaver: Makefile options.mk

Log Message:
xscreensaver: make proper executable setuid

The authentication part was split off into a separate program in 6.x.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 pkgsrc/x11/xscreensaver/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/xscreensaver/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xscreensaver/Makefile
diff -u pkgsrc/x11/xscreensaver/Makefile:1.134 pkgsrc/x11/xscreensaver/Makefile:1.135
--- pkgsrc/x11/xscreensaver/Makefile:1.134      Fri Feb 18 15:18:23 2022
+++ pkgsrc/x11/xscreensaver/Makefile    Fri Feb 18 22:58:05 2022
@@ -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

Index: pkgsrc/x11/xscreensaver/options.mk
diff -u pkgsrc/x11/xscreensaver/options.mk:1.14 pkgsrc/x11/xscreensaver/options.mk:1.15
--- pkgsrc/x11/xscreensaver/options.mk:1.14     Fri Feb 18 15:18:23 2022
+++ pkgsrc/x11/xscreensaver/options.mk  Fri Feb 18 22:58:05 2022
@@ -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 @@ DEPENDS+=     pam-pwauth_suid-[0-9]*:../../s
 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