Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jul 2020 22:14:24 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r542451 - in branches/2020Q3/x11/swaylock: . files
Message-ID:  <202007172214.06HMEO1T032232@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Jul 17 22:14:24 2020
New Revision: 542451
URL: https://svnweb.freebsd.org/changeset/ports/542451

Log:
  MFH: r542450
  
  x11/swaylock: unbreak PAM locking
  
  Since 1.5 it includes "login" service which doesn't ask for password
  from user running Wayland session. Before pam_authenticate(3) failed
  with PAM_AUTH_ERR due to missing permissions password database.
  
  PR:		248053
  Reported by:	many
  Submitted by:	andrew|_|tao11.riddles.org.uk, jbeich
  Tested by:	ashish
  Approved by:	ports-secteam blanket

Added:
  branches/2020Q3/x11/swaylock/files/
     - copied from r542450, head/x11/swaylock/files/
Modified:
  branches/2020Q3/x11/swaylock/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/x11/swaylock/Makefile
==============================================================================
--- branches/2020Q3/x11/swaylock/Makefile	Fri Jul 17 22:12:29 2020	(r542450)
+++ branches/2020Q3/x11/swaylock/Makefile	Fri Jul 17 22:14:24 2020	(r542451)
@@ -2,6 +2,7 @@
 
 PORTNAME=	swaylock
 DISTVERSION=	1.5
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -18,7 +19,7 @@ USES=		compiler:c11 gnome meson pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	swaywm
 USE_GNOME=	cairo pango
-PLIST_FILES=	bin/${PORTNAME} \
+PLIST_FILES=	"@(,,4755) bin/${PORTNAME}" \
 		etc/pam.d/${PORTNAME} \
 		share/bash-completion/completions/${PORTNAME} \
 		share/fish/vendor_completions.d/${PORTNAME}.fish \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007172214.06HMEO1T032232>