Path to this page:
./
security/polkit,
Authorization Manager
Branch: CURRENT,
Version: 121,
Package name: polkit-121,
Maintainer: pkgsrc-usersPolicyKit 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)
- (2023-06-07) Updated to version: polkit-121
- (2022-06-28) Updated to version: polkit-0.120nb4
- (2022-06-07) Updated to version: polkit-0.120nb3
- (2022-01-25) Updated to version: polkit-0.120nb2
- (2021-12-08) Updated to version: polkit-0.120nb1
- (2021-11-01) Updated to version: polkit-0.120
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) | |
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.
|