summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-06-06 12:25:40 +0000
committerTim Biermann <tbier@posteo.de>2021-06-06 12:25:40 +0000
commitbd5b5b51079727a28b1f8643e4ecb2e66079e687 (patch)
tree12d4d0aaf7c18cad2682e9e583e22d150217c93b
parent16f61743354897f7d472d420e77583091724e3a8 (diff)
downloadopt-bd5b5b51079727a28b1f8643e4ecb2e66079e687.tar.gz
opt-bd5b5b51079727a28b1f8643e4ecb2e66079e687.tar.xz
polkit: fixed footprint for both fakeroot and and non-fakeroot builds
-rw-r--r--polkit/.footprint2
-rw-r--r--polkit/.signature6
-rw-r--r--polkit/Pkgfile1
3 files changed, 5 insertions, 4 deletions
diff --git a/polkit/.footprint b/polkit/.footprint
index 9864e88ac..e51de5a6b 100644
--- a/polkit/.footprint
+++ b/polkit/.footprint
@@ -56,7 +56,7 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/polkit-agent-1.pc
-rw-r--r-- root/root usr/lib/pkgconfig/polkit-gobject-1.pc
drwxr-xr-x root/root usr/lib/polkit-1/
--rwxr-xr-x root/root usr/lib/polkit-1/polkit-agent-helper-1
+-rwsr-xr-x root/root usr/lib/polkit-1/polkit-agent-helper-1
-rwxr-xr-x root/root usr/lib/polkit-1/polkitd
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/dbus-1/
diff --git a/polkit/.signature b/polkit/.signature
index 4c7af1f55..9d13cf88f 100644
--- a/polkit/.signature
+++ b/polkit/.signature
@@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/fZDUwYt0bbgrqPNZmhd4dCcX9Wbgh6YN5jcSfuy5WtPlGrhVFOC68MryqHW8GZE2bqkP6Lckex3FIW6Y1LmpAM=
-SHA256 (Pkgfile) = 96ef7c8246bd0e463a5f2e6ee1e6ded250029c0727eebff84623356f110deaef
-SHA256 (.footprint) = 2f612468d5670bf6daec243f680431599fa34f1a249ab55f2015cb81269bdbae
+RWSE3ohX2g5d/Wb6L6Xdr88Q4E3SoAnwH1vtiYHbk+38V5nfepx+D9hi97xiZiD7XWAdffgDLZFa75wCbh9zBV8zss80RWCHwQ4=
+SHA256 (Pkgfile) = b4508a0facf8e99daf2fdefbeaba6b202e319b83fafc3f12441c22eb1dcbc7e7
+SHA256 (.footprint) = 7ae3e87d2e0379db60e118c5b79938e87319b3460d1907ef73524cbdad79db15
SHA256 (polkit-0.119.tar.gz) = c8579fdb86e94295404211285fee0722ad04893f0213e571bd75c00972fd1f5c
SHA256 (polkit-1) = 9045eb2a1e2e403b0144d14a5cfe903dc97cfef979c956815a56777c0eb1bf1a
SHA256 (84.patch) = fd72df3d7d8ae26cece76f8e449b5f332a8bbf84725bcb6d260e00123cdc4f70
diff --git a/polkit/Pkgfile b/polkit/Pkgfile
index 0492c290e..23d3b8bcc 100644
--- a/polkit/Pkgfile
+++ b/polkit/Pkgfile
@@ -18,6 +18,7 @@ build() {
DESTDIR=$PKG meson install -C build
chmod 4775 $PKG/usr/bin/pkexec
+ chmod 4755 $PKG/usr/lib/polkit-1/polkit-agent-helper-1
install -m 0644 $SRC/polkit-1 $PKG/etc/pam.d
rm -r $PKG/usr/share/locale

Generated by cgit