polkit: 121 -> 122

This commit is contained in:
Tim Biermann 2022-11-13 10:05:08 +00:00
parent 25542463ee
commit b5754622dd
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 10 additions and 10 deletions

View File

@ -2,8 +2,7 @@ drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/pam.d/
-rw-r--r-- root/root etc/pam.d/polkit-1
drwxr-xr-x root/root etc/polkit-1/
drwxr-xr-x root/root etc/polkit-1/rules.d/
-rw-r--r-- root/root etc/polkit-1/rules.d/50-default.rules
drwx------ polkitd/root etc/polkit-1/rules.d/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pkaction
@ -75,4 +74,5 @@ drwxr-xr-x root/root usr/share/polkit-1/
drwxr-xr-x root/root usr/share/polkit-1/actions/
-rw-r--r-- root/root usr/share/polkit-1/actions/org.freedesktop.policykit.policy
-rw-r--r-- root/root usr/share/polkit-1/policyconfig-1.dtd
drwx------ polkitd/root usr/share/polkit-1/rules.d/
drwxr-xr-x root/root usr/share/polkit-1/rules.d/
-rw-r--r-- root/root usr/share/polkit-1/rules.d/50-default.rules

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/SHLmes43xW8JlaxXG53QCop1HZT8ShezE7J0cizy0zdnEcsWZnjDc9GCZXA8FYu6SBXgw0Tj1WlvQ3bNh8Jtg0=
SHA256 (Pkgfile) = 1e7ac009840f933af570d0a28f51ff7a58f203600c7a1e224fc4b04c471485d7
SHA256 (.footprint) = f17510d487840ddd9bcccb8cf41353a8975e2028d83fc573221a4b4a10cb0f1b
SHA256 (polkit-121.tar.gz) = 9dc7ae341a797c994a5a36da21963f0c5c8e3e5a1780ccc2a5f52e7be01affaa
RWSE3ohX2g5d/eA2bT2jHpVIaX682yHqSa6yskxUNSFtLDLAm7dRBhd/yBKXkrYDvLbl9DgaD6LjYH/RUTcxsML04feueIvigQc=
SHA256 (Pkgfile) = b045e5e562b25006b1fb9075a1cf1c03a36afb2adf4ca1826f4ec771d3c4e247
SHA256 (.footprint) = 2082bf671c267856dec3711ac0213e5f34fc2c559043632c07e8c750f0f81b36
SHA256 (polkit-122.tar.bz2) = e0fe9c7feac5a90d60891be5fbbebfe4ebfd7460691414d1bd64e73e0675b965
SHA256 (polkit-1) = 9045eb2a1e2e403b0144d14a5cfe903dc97cfef979c956815a56777c0eb1bf1a

View File

@ -4,15 +4,15 @@
# Depends on: dbus duktape gobject-introspection intltool util-linux
name=polkit
version=121
version=122
release=1
source=(https://freedesktop.org/software/polkit/releases/$name-$version.tar.gz
source=(https://gitlab.freedesktop.org/polkit/polkit/-/archive/$version/polkit-$version.tar.bz2
polkit-1)
build() {
prt-get isinst mozjs91 && PKGMK_POLKIT+=' -D js_engine=mozjs'
meson setup $name-v.$version build $PKGMK_POLKIT \
meson setup $name-$version build $PKGMK_POLKIT \
--prefix=/usr \
--buildtype=plain \
--wrap-mode nodownload \