./security/polkit, Authorization Manager

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 126, Package name: polkit-126, Maintainer: pkgsrc-users

PolicyKit is a toolkit for defining and handling authorizations. It
is used for allowing unprivileged processes to speak to privileged
processes.


Required to run:
[devel/glib2] [lang/mozjs60]

Required to build:
[textproc/docbook-xsl] [textproc/libxslt] [pkgtools/cwrappers] [lang/gcc5]

Package options: pam

Master sites:

Filesize: 445.447 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-15 09:42:26 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
polkit: make pkglint happier
   2025-01-15 09:41:39 by Adam Ciarcinski | Files touched by this commit (12) | Package updated
Log message:
polkit: updated to 126

polkit 126

Highlights:
- many code fixes detected either by CI or the author himself (Frantisek Sumsal)
- shellcheck and dependabot integration (Jan Macku)
- search for rules in /usr/local/share rather than /usr/local/lib (Luca Boccassi)
- Implement LogControl1 protocol for dynamic log level changes (Luca Boccassi)
- read actions also from /etc/, /run/ and /usr/local/share/ (Luca Boccassi)
- mozjs dropped in favor of duktape (Xi Ruoyao)
- many other fixes in build system and polkit code (Many thanks to all the authors.)
   2023-07-18 20:44:16 by Nia Alarie | Files touched by this commit (4)
Log message:
security: Adapt packages (where possible) to USE_(CC|CXX)_FEATURES
   2023-07-13 15:49:17 by Nia Alarie | Files touched by this commit (11)
Log message:
*: Remove all instances of GCC_REQD where my name is the most recent
in 'cvs annotate' (part 2)
   2023-06-22 12:41:16 by Jonathan Perkin | Files touched by this commit (1)
Log message:
polkit: Fix broken PKG_SYSCONFDIR assumption.
   2023-06-22 12:39:48 by Jonathan Perkin | Files touched by this commit (1)
Log message:
polkit: Add required SunOS CPPFLAGS.
   2023-06-15 04:35:47 by matthew green | Files touched by this commit (1)
Log message:
fix previous.  re-add missing $DESTDIR.

would only work if already installed.
   2023-06-13 09:57:56 by matthew green | Files touched by this commit (1)
Log message:
use ${PKG_SYSCONFDIR} instead of assuming ${DESTDIR}${PREFIX}/etc