From b9a9930de0c873e68de1c8242ff9281d87eda722 Mon Sep 17 00:00:00 2001 From: Adam Duskett Date: Fri, 16 May 2025 09:44:55 +0200 Subject: [PATCH] package/polkit: bump version to 126 Drop the -Djs_engine=duktape option as mozjs support has been removed entirely and as such, the option no longer exists. Tested with `./support/testing/run-tests tests.package.test_polkit` Both tests pass. Also tested with `./utils/test-pkg -p polkit -a` 40 builds, 8 skipped, 0 build failed, 0 legal-info failed, 0 show-info failed Signed-off-by: Adam Duskett Signed-off-by: Thomas Petazzoni --- package/polkit/polkit.hash | 2 +- package/polkit/polkit.mk | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package/polkit/polkit.hash b/package/polkit/polkit.hash index a3855adecd..f8499f5ed2 100644 --- a/package/polkit/polkit.hash +++ b/package/polkit/polkit.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 ea5cd6e6e2afa6bad938ee770bf0c2cd9317910f37956faeba2869adcf3747d1 polkit-125.tar.gz +sha256 2814a7281989f6baa9e57bd33bbc5e148827e2721ccef22aaf28ab2b376068e8 polkit-126.tar.gz sha256 d2e2aa973e29c75e1b492e67ea7b7da9de2d501d49a934657971fd74f9a0b0a8 COPYING diff --git a/package/polkit/polkit.mk b/package/polkit/polkit.mk index 234e1cf415..653a2819c4 100644 --- a/package/polkit/polkit.mk +++ b/package/polkit/polkit.mk @@ -4,7 +4,7 @@ # ################################################################################ -POLKIT_VERSION = 125 +POLKIT_VERSION = 126 POLKIT_SITE = $(call github,polkit-org,polkit,$(POLKIT_VERSION)) POLKIT_LICENSE = GPL-2.0 POLKIT_LICENSE_FILES = COPYING @@ -20,8 +20,7 @@ POLKIT_LDFLAGS = $(TARGET_NLS_LIBS) POLKIT_CONF_OPTS = \ -Dman=false \ -Dexamples=false \ - -Dsession_tracking=ConsoleKit \ - -Djs_engine=duktape + -Dsession_tracking=ConsoleKit ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y) POLKIT_CONF_OPTS += -Dintrospection=true