[kde-freebsd] maintainer-feedback requested: [Bug 211218] x11/kde4-workspace: installs kcheckpass with insufficient perms (head)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 19 10:15:13 UTC 2016


Matthias Apitz <guru at unixarea.de> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to kde at FreeBSD.org:
Bug 211218: x11/kde4-workspace: installs kcheckpass with insufficient perms
(head)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211218



--- Description ---
I'm installing a new laptop with 12-CURRENT and ports from head
(compiled by me with poduriere); it turned out, that I was unable to
unlock a locked KDE session; digging into the problem I saw that the
component to validate the password (kcheckpass) was packaged into the
pkg with wrong perms:

$ tar tzvf /usr/PKGDIR.20160716/kde-workspace-4.11.21.txz | fgrep kcheckpass
-rwxr-xr-x  0 root   wheel   14352 17 jul. 21:43
/usr/local/lib/kde4/libexec/kcheckpass


in older versions from head in December and Mai it was with perms '-rwsr-sr-x':

$ tar tzvf /usr/PKGDIR.20151230/kde-workspace-4.11.14_4.txz | fgrep kcheckpass
-rwsr-sr-x  0 root   wheel   14352 dic. 31  2015
/usr/local/lib/kde4/libexec/kcheckpass

$ tar tzvf /usr/PKGDIR.20160501/kde-workspace-4.11.14_6.txz | fgrep kcheckpass
-rwsr-sr-x  0 root   wheel   14352 may.  6 21:19
/usr/local/lib/kde4/libexec/kcheckpass


More information about the kde-freebsd mailing list