Message ID | 20240916151206.947484-12-adam.duskett@amarulasolutions.com |
---|---|
State | Accepted |
Headers | show |
Series | selinux-packages: bump to 3.7 | expand |
Hello Adam, All, Le 16/09/2024 à 17:12, Adam Duskett a écrit : > Also, change the url to https://github.com/polkit-org/polkit as > https://gitlab.freedesktop.org/polkit/polkit The new address of the codebase > for the polkit project points to the github URL. TestPolkitInitd fail since the polkit version bump to 125 [1] It seems an upstream issue under investigation [2]. [1] https://gitlab.com/buildroot.org/buildroot/-/jobs/8199992596 [2] https://github.com/polkit-org/polkit/issues/451 Best regards, Romain > > Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> > --- > package/polkit/polkit.hash | 2 +- > package/polkit/polkit.mk | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/package/polkit/polkit.hash b/package/polkit/polkit.hash > index 5eadc89753..a3855adecd 100644 > --- a/package/polkit/polkit.hash > +++ b/package/polkit/polkit.hash > @@ -1,3 +1,3 @@ > # Locally calculated > -sha256 b69278f6ea0eac406350c45f5720e2fe5e4beaf9f53c16d9902e025965418864 polkit-123.tar.gz > +sha256 ea5cd6e6e2afa6bad938ee770bf0c2cd9317910f37956faeba2869adcf3747d1 polkit-125.tar.gz > sha256 d2e2aa973e29c75e1b492e67ea7b7da9de2d501d49a934657971fd74f9a0b0a8 COPYING > diff --git a/package/polkit/polkit.mk b/package/polkit/polkit.mk > index cdbbf8f9b0..fb49f6ce2a 100644 > --- a/package/polkit/polkit.mk > +++ b/package/polkit/polkit.mk > @@ -4,8 +4,8 @@ > # > ################################################################################ > > -POLKIT_VERSION = 123 > -POLKIT_SITE = https://gitlab.freedesktop.org/polkit/polkit/-/archive/$(POLKIT_VERSION) > +POLKIT_VERSION = 125 > +POLKIT_SITE = $(call github,polkit-org,polkit,$(POLKIT_VERSION)) > POLKIT_LICENSE = GPL-2.0 > POLKIT_LICENSE_FILES = COPYING > POLKIT_CPE_ID_VALID = YES
diff --git a/package/polkit/polkit.hash b/package/polkit/polkit.hash index 5eadc89753..a3855adecd 100644 --- a/package/polkit/polkit.hash +++ b/package/polkit/polkit.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 b69278f6ea0eac406350c45f5720e2fe5e4beaf9f53c16d9902e025965418864 polkit-123.tar.gz +sha256 ea5cd6e6e2afa6bad938ee770bf0c2cd9317910f37956faeba2869adcf3747d1 polkit-125.tar.gz sha256 d2e2aa973e29c75e1b492e67ea7b7da9de2d501d49a934657971fd74f9a0b0a8 COPYING diff --git a/package/polkit/polkit.mk b/package/polkit/polkit.mk index cdbbf8f9b0..fb49f6ce2a 100644 --- a/package/polkit/polkit.mk +++ b/package/polkit/polkit.mk @@ -4,8 +4,8 @@ # ################################################################################ -POLKIT_VERSION = 123 -POLKIT_SITE = https://gitlab.freedesktop.org/polkit/polkit/-/archive/$(POLKIT_VERSION) +POLKIT_VERSION = 125 +POLKIT_SITE = $(call github,polkit-org,polkit,$(POLKIT_VERSION)) POLKIT_LICENSE = GPL-2.0 POLKIT_LICENSE_FILES = COPYING POLKIT_CPE_ID_VALID = YES
Also, change the url to https://github.com/polkit-org/polkit as https://gitlab.freedesktop.org/polkit/polkit The new address of the codebase for the polkit project points to the github URL. Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> --- package/polkit/polkit.hash | 2 +- package/polkit/polkit.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)