pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/ja-freewnn-server



Module Name:    pkgsrc
Committed By:   jlam
Date:           Mon Aug  7 08:26:38 UTC 2017

Modified Files:
        pkgsrc/inputmethod/ja-freewnn-server: Makefile

Log Message:
sbin/jserver should be a setuid executable in ja-freewnn-server.

SPECIAL_PERMS was set to incorrect or missing paths to freewnn
server executables.  There is only one server executable installed
by the package and it is ${PREFIX}/sbin/jserver, which needs to be
setuid to the "wnn" user.

Bump the PKGREVISION due to fixes in the packgae install scripts.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/inputmethod/ja-freewnn-server/Makefile

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

Modified files:

Index: pkgsrc/inputmethod/ja-freewnn-server/Makefile
diff -u pkgsrc/inputmethod/ja-freewnn-server/Makefile:1.11 pkgsrc/inputmethod/ja-freewnn-server/Makefile:1.12
--- pkgsrc/inputmethod/ja-freewnn-server/Makefile:1.11  Sat Jun 13 20:40:30 2015
+++ pkgsrc/inputmethod/ja-freewnn-server/Makefile       Mon Aug  7 08:26:38 2017
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2015/06/13 20:40:30 tsutsui Exp $
+# $NetBSD: Makefile,v 1.12 2017/08/07 08:26:38 jlam Exp $
 
 .include "../../inputmethod/ja-freewnn-lib/Makefile.common"
 
 PKGNAME=       ja-FreeWnn-server-1.11alpha23
+PKGREVISION=   1
 
 COMMENT+=      (Japanese server)
 
@@ -28,10 +29,8 @@ FREEWNN_GROUP=       jserver
 PKG_GROUPS=    ${FREEWNN_GROUP}
 PKG_USERS=     ${FREEWNN_USER}:${FREEWNN_GROUP}
 
-SPECIAL_PERMS+=        bin/Wnn4/jserver ${FREEWNN_USER} ${FREEWNN_GROUP} 4511
-SPECIAL_PERMS+=        bin/Wnn4/cserver ${FREEWNN_USER} ${FREEWNN_GROUP} 4511
-SPECIAL_PERMS+=        bin/Wnn4/tserver ${FREEWNN_USER} ${FREEWNN_GROUP} 4511
-SPECIAL_PERMS+=        bin/Wnn4/kserver ${FREEWNN_USER} ${FREEWNN_GROUP} 4511
+# sbin/jserver needs to be setuid to ${FREEWNN_USER}.
+SPECIAL_PERMS+=        sbin/jserver ${FREEWNN_USER} ${FREEWNN_GROUP} 4511
 
 OWN_DIRS+=             ${IMDICTDIR}/wnn/ja_JP
 OWN_DIRS_PERMS+=       ${IMDICTDIR}/wnn/ja_JP/usr ${FREEWNN_USER} ${FREEWNN_GROUP} ${PKGDIRMODE}



Home | Main Index | Thread Index | Old Index