FreeBSD Bugzilla – Attachment 244028 Details for
Bug 273074
x11/i3lock-color: drop setuid bit via unix-selfauth-helper
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1 (apply via "git am")
bug273074.diff (text/plain), 1.76 KB, created by
Jan Beich
on 2023-08-11 14:35:41 UTC
(
hide
)
Description:
v1 (apply via "git am")
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2023-08-11 14:35:41 UTC
Size:
1.76 KB
patch
obsolete
>From 9c7550fa288e48c993472a916c6d3bc4e53cf989 Mon Sep 17 00:00:00 2001 >From: Jan Beich <jbeich@FreeBSD.org> >Date: Fri, 11 Aug 2023 16:23:21 +0200 >Subject: [PATCH] x11/i3lock-color: drop setuid bit via unix-selfauth-helper > >PR: 273074 >Approved by: Fadel (maintainer) >--- > x11/i3lock-color/Makefile | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > >diff --git a/x11/i3lock-color/Makefile b/x11/i3lock-color/Makefile >index f732ca37f0ec..348ee7cfaec6 100644 >--- a/x11/i3lock-color/Makefile >+++ b/x11/i3lock-color/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= i3lock-color > DISTVERSION= 2.13.c.4 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= x11 > > MAINTAINER= fjachuf@gmail.com >@@ -9,7 +9,6 @@ WWW= https://github.com/Raymo111/i3lock-color > > LICENSE= BSD3CLAUSE > >-BUILD_DEPENDS= ${LOCALBASE}/bin/pam_helper:security/pam_helper > LIB_DEPENDS= libev.so:devel/libev \ > libfontconfig.so:x11-fonts/fontconfig \ > libfreetype.so:print/freetype2 \ >@@ -19,6 +18,7 @@ LIB_DEPENDS= libev.so:devel/libev \ > libxcb-xrm.so:x11/xcb-util-xrm \ > libxkbcommon.so:x11/libxkbcommon \ > libxkbfile.so:x11/libxkbfile >+RUN_DEPENDS= unix-selfauth-helper>0:security/unix-selfauth-helper > > USES= autoreconf gmake gnome iconv jpeg localbase pkgconfig tar:bzip2 xorg > USE_CSTD= c99 >@@ -38,7 +38,8 @@ LDFLAGS+= ${ICONV_LIB} > > CONFLICTS_INSTALL= i3lock > >-PLIST_FILES= "@(,,4755) bin/i3lock" \ >+PLIST_FILES= bin/i3lock \ >+ etc/pam.d/i3lock \ > man/man1/i3lock.1.gz > > OPTIONS_DEFINE= DOCS >@@ -49,6 +50,8 @@ DOCS_PLIST_FILES= ${DOC_FILES:S|^|${DOCSDIR_REL}/|} > post-install: > @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/i3lock > @${RM} ${STAGEDIR}${PREFIX}/etc/pam.d/i3lock >+ @${LN} -s ${LOCALBASE}/etc/pam.d/unix-selfauth \ >+ ${STAGEDIR}${PREFIX}/etc/pam.d/i3lock > > post-install-DOCS-on: > ${MKDIR} ${STAGEDIR}${DOCSDIR}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 273074
: 244028