Changelog for
polkit-121-5.2.i586.rpm :
* Wed Nov 09 2022 aschnellAATTsuse.com- read actions also from /etc/polkit-1/actions (jsc#PED-1405) added polkit-actions-in-etc.patch
* Thu Sep 15 2022 Marcus Meissner
- obsolete libpolkit0 also from baselibs.
* Tue Aug 09 2022 Luciano Santos - Update to version 121: + Addition of duktape as a JS engine backend. + Other small fixes and improvements. For more details, visit: gitlab.freedesktop.org/polkit/polkit/-/blob/121/NEWS.md + Updated translations.- Drop merged-upstream patches: + CVE-2021-4034-pkexec-fix.patch; + 0001-CVE-2021-4115-GHSL-2021-077-fix.patch; + duktape-support.patch; + pkexec.patch.- Replace Intltool with Gettext as a build requirement following the migration from last release (0.120).- Add Meson as a build requirement while dropping Libtool and replace all Autotools macros with Meson ones. And pass the following options to Meson: session_tracking=libsystemd-login; systemdsystemunitdir=%{_unitdir}; os_type=suse; pam_module_dir=%{_pam_moduledir}; pam_prefix=%{_pam_vendordir}; examples=true; tests=true; gtk_doc=true; man=true and js_engine=duktape.- Drop no longer needed Libtool as a build requirement, following Autotools replacement.- Add explicit pkgconfig module build requirements for glib-2.0 and gobject-2.0 that are searched by the build scripts. They were already being pulled by their siblings [pkgconfig(gio-2.0) and pkgconfig(gio-unix-2.0)].- Drop conditional macro, which was wrapping \"BuildArch: noarch\" for the doc subpackage, based on long gone EOLed (open)SUSE release (11.2).- Add missing \'Requires(post): permissions\' for the pkexec subpackage.- Add python3-dbus-python and python3-python-dbusmock as build requirements in order to run test in the check section.- Add polkit-fix-pam-prefix.patch to use the value of pam_prefix Meson option, like it was designed to, rather than hard-coded path for pam configuration files.- Remove unneeded executable bit from 50-default.rules file.
* Mon Aug 08 2022 Thorsten Kukuk - Use %_pam_vendordir
* Wed Aug 03 2022 Marcus Meissner - add split-provides for polkit:/usr/bin/pkexec. (bsc#1202070)
* Mon Jul 18 2022 Marcus Meissner - split out pkexec into seperate package to make system hardening easier (to avoid installing it jsc#PED-132 jsc#PED-148).
* Tue Feb 22 2022 Marcus Meissner - Fixed denial of service via file descriptor leak (bsc#1195542 CVE-2021-4115) 0001-CVE-2021-4115-GHSL-2021-077-fix.patch
* Wed Jan 26 2022 Fabian Vogt - Switch from mozjs to duktape:
* Add duktape-support.patch
* Tue Jan 25 2022 Marcus Meissner - Fixed pkexec Local Privilege Escalation aka pwnkit (CVE-2021-4034 bsc#1194568) CVE-2021-4034-pkexec-fix.patch
* Mon Dec 06 2021 Dirk Müller - update to 0.120:
* transition from Intltool to gettext
* several tarball, meson and pipeline fixups
* Portuguese translation
* Romanian translation
* meson build system added
* CVE-2021-3560 mitigation
* properties in text listener
* typos fixups
* Update Hungarian translation- drop CVE-2021-3560.patch (upstream)
* Wed Oct 20 2021 Marcus Meissner - fork libpolkit0 package into libpolkit-agent-1-0 and libpolkit-gobject-1-0 as mandated. bsc#1191781
* Sun Jul 18 2021 Callum Farmer - Change to using systemd-sysusers- Remove unneeded shadow dependency, no longer required due to systemd-sysusers- Fix 50-default.rules file-parent-ownership-mismatch warning- Remove --with-pic, no effect with --disable-static
* Wed Jul 07 2021 Stefan Schubert * Wed Jun 09 2021 Dominique Leuenberger - Fix verifyscript: the path to the binary was wrongly defined as %{_libexecdir}/lib.
* Thu May 27 2021 Marcus Meissner - CVE-2021-3560: fixed a local privilege escalation using polkit_system_bus_name_get_creds_sync() (bsc#1186497) CVE-2021-3560.patch
* Thu Mar 11 2021 Thorsten Kukuk - Move /etc/dbus-1/system.d to /usr/share/dbus-1/system.d, the first location is only for admin changes- Move pam configuration to /usr/etc/pam.d
* Mon Jan 04 2021 Matthias Gerstner move to libexec dir is still not complete:- add polkit-adjust-libexec-path.patch: There is another hard coded reference of lib/ in the code that this patch addresses.- also adjust invocation of %set_permissions and %verify_permissions to new libexec dir location.
* Tue Dec 29 2020 Matthias Gerstner - also set libprivdir during build, otherwhise systemd and D-Bus service files contain the wrong path and we\'ll get runtime errors.
* Mon Dec 28 2020 Matthias Gerstner - Install private binaries into libexec instead of into lib. For this an override of the custom libprivdir variable is necessary, because upstream explicitly moved away from libexecdir via upstram commit 6fbcc6cd839680fcefd81c4a43676e7c031c9859.
* Fri Oct 23 2020 Bjørn Lie - Update to version 0.118: + Updated dependency to mozjs78. + Tarball fixes.- Replace pkgconfig(mozjs-68) for pkgconfig(mozjs-78) BuildRequires following upstreams port.
* Fri Jul 31 2020 Bjørn Lie - Update to version 0.117: + Activated Gitlab CI. + Updated dependency to mozjs68. + Memory management fixes. + Updated translations.- Replace pkgconfig(mozjs-60) for pkgconfig(mozjs-68) BuildRequires following upstreams port.