./security/polkit, Authorization Manager

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


Branch: CURRENT, Version: 121, Package name: polkit-121, 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: 725.866 KB

Version history: (Expand)


CVS history: (Expand)


   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
   2023-06-07 17:36:40 by Thomas Klausner | Files touched by this commit (13) | Package removed
Log message:
polkit: update to 121.

## polkit 121

### Highlights:
- new versioning
- duktape added as backend JS engine
- autotools build system removed
- new translations

### Changes since polkit 0.120:

* Simon McVittie
    * meson and testsuite fixes
* Bastien Nocera
    * add ability to create policyconfig-1.dtd file
* Xi Ruoyao
    * port to newer mozjs-91, jsauthority tweaks
* Wu Xiaotian and Gustavo Lima Chaves
    * Add duktape as javascript engine
* Nathan Follens
    * Dutch translation
* Daniel E
    * duktape fixup
* Fabrice Fontaine
    * fix build without C++
* Dan Nicholson
    * fixup in group permision checking (backend)
* Phaedrus Leeds
    * typo fix
* Adrian Vovk
    * add option (--keep-cwd) for pkexec
* Matt Turner
    * Allow --version and --help even if not setuid root
* Benedikt Ames
    * fixes in polkitagent
* Vincent Mihalkovic
    * development support
   2022-11-21 19:20:46 by Jonathan Perkin | Files touched by this commit (54)
Log message:
*: Re-apply SunOS linker argument removals.

These are currently duplicated in mk/platform/SunOS.mk but the generic
removals will be removed soon in favour of per-package removals, due to
flags getting leaked into installed files.