[notify] polkit: 0.120 -> 121; now uses duktape by default instead of opt/mozjs78

This commit is contained in:
Tim Biermann 2022-07-16 11:45:01 +02:00
parent 01c5605439
commit 8bfe1cdc4d
3 changed files with 10 additions and 10 deletions

View File

@ -74,4 +74,5 @@ drwxr-xr-x root/root usr/share/gir-1.0/
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/

View File

@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Rm3KWRKWhvDEihzOhmEnh2Hxg9DdsByqqBPhRJDNW86nOQ/xZqDpMLSK9V6peSvXzllj62Ftrf9vVl+P9pCFQ8=
SHA256 (Pkgfile) = c789bc857217e3ce0fb53c84b6208763ae87e6a228bb50abec0997dfd525c7c6
SHA256 (.footprint) = 7ae3e87d2e0379db60e118c5b79938e87319b3460d1907ef73524cbdad79db15
SHA256 (polkit-0.120.tar.gz) = ee7a599a853117bf273548725719fa92fabd2f136915c7a4906cee98567aee03
RWSE3ohX2g5d/cJcXxgvaFUfUqabDG6yWjKx4YqteyS9uDrMT/PuXFQ27uzUQoUTNDQk4PGD5PkfEvgDE+pEjayarAKLV7jGbwM=
SHA256 (Pkgfile) = 7e95701a361d4763ecc9558caa81525fd11e14b3609d1668b90c7e67f07c9581
SHA256 (.footprint) = f17510d487840ddd9bcccb8cf41353a8975e2028d83fc573221a4b4a10cb0f1b
SHA256 (polkit-121.tar.gz) = 9dc7ae341a797c994a5a36da21963f0c5c8e3e5a1780ccc2a5f52e7be01affaa
SHA256 (polkit-1) = 9045eb2a1e2e403b0144d14a5cfe903dc97cfef979c956815a56777c0eb1bf1a
SHA256 (CVE-2021-4034.patch) = 5930a48bf4262a7c89f8737a1a5a648bd41cfdb6476dcca1140cba6555b67d2c
SHA256 (99.patch) = 9a84b59d38b3f86c70c5fc3a28cbfe8d7a22cf190eb20ff433f7f53f5ff73a9a

View File

@ -1,21 +1,20 @@
# Description: Application development toolkit for controlling system-wide privileges
# URL: https://gitlab.freedesktop.org/polkit/polkit/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: dbus gobject-introspection intltool mozjs78 util-linux
# Depends on: dbus duktape gobject-introspection intltool util-linux
name=polkit
version=0.120
release=3
version=121
release=1
source=(https://freedesktop.org/software/polkit/releases/$name-$version.tar.gz
polkit-1
CVE-2021-4034.patch
99.patch)
build() {
patch -Np1 -d $name-$version -i $SRC/99.patch
patch -Np1 -d $name-$version -i $SRC/CVE-2021-4034.patch
prt-get isinst mozjs78 && PKGMK_POLKIT+=' -D js_engine=mozjs'
meson setup $name-$version build \
meson setup $name-v.$version build $PKGMK_POLKIT \
--prefix=/usr \
--buildtype=plain \
--wrap-mode nodownload \