diff --git a/fix-core-dump-problem.patch b/fix-core-dump-problem.patch deleted file mode 100644 index 51f52e258d1135f956dc8c420d69f116bf843b2f..0000000000000000000000000000000000000000 --- a/fix-core-dump-problem.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 7a3d37507332ee57993ab0822dc111c448cd2401 Mon Sep 17 00:00:00 2001 -From: shenxiangwei -Date: Thu, 8 Dec 2022 09:07:43 +0800 -Subject: [PATCH] fix core dump problem - ---- - src/programs/pkcheck.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/programs/pkcheck.c b/src/programs/pkcheck.c -index 768525c..ea811b1 100644 ---- a/src/programs/pkcheck.c -+++ b/src/programs/pkcheck.c -@@ -554,7 +554,7 @@ main (int argc, char *argv[]) - { - g_printerr ("Error checking for authorization %s: %s\n", - action_id, -- error->message); -+ error ? error->message : ""); - ret = 127; - goto out; - } --- -2.33.0 - diff --git a/polkit-122.tar.gz b/polkit-123.tar.gz similarity index 31% rename from polkit-122.tar.gz rename to polkit-123.tar.gz index 4a8ddd1ab85492ad18d4aa48d1dc65513c4896ae..925a134c9b6057d51c285dd27aa925746a6248d0 100644 Binary files a/polkit-122.tar.gz and b/polkit-123.tar.gz differ diff --git a/polkit.spec b/polkit.spec index 2306190d4671787ff1f35cbcc2925663015c8145..7a9432dd7859cdf472894f184ff78c7a8ee152d8 100644 --- a/polkit.spec +++ b/polkit.spec @@ -1,13 +1,12 @@ Name: polkit -Version: 122 -Release: 2 +Version: 123 +Release: 1 Summary: Define and Handle authorizations tool License: LGPLv2+ URL: http://www.freedesktop.org/wiki/Software/polkit Source0: https://gitlab.freedesktop.org/polkit/polkit/-/archive/%{version}/%{name}-%{version}.tar.gz Patch0: modify-admin-authorization-from-wheel-group-to-root.patch -Patch1: fix-core-dump-problem.patch BuildRequires: gcc-c++ glib2-devel >= 2.30.0 expat-devel pam-devel gtk-doc gettext-devel BuildRequires: gobject-introspection-devel systemd systemd-devel dbus-devel @@ -123,6 +122,15 @@ exit 0 %{_datadir}/man/man8/* %changelog +* Tue Jan 30 2024 wangyu - 123-1 +- update to 123 + - duktape:prevent wrongful termination of runway thread + - harden the security features of the systemd service + - add packit build tool + - systemd:set User/Group and don't change uid/gid if already set + - stop installing /usr/share/polkit-1/rules.d as 700/polkitd + - moving the 50-default.rules file location + * Fri Feb 17 2023 wangyu - 122-2 - revert: delete the expired polkit-pkla-compat