summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2021-08-22 19:37:48 +0100
committergrufo2021-08-22 19:37:48 +0100
commit81bdd4b65a33c7a7b8867a307ccf0ea233b575f7 (patch)
treed5237ccaac9eac2b883b85a256e4c23cc0adf9fd
parentd53dda2653fc93d0e32502a7c167f10691ed0c55 (diff)
downloadaur-81bdd4b65a33c7a7b8867a307ccf0ea233b575f7.tar.gz
gnunet.tmpfiles: Add `/usr/lib/gnunet/libexec/gnunet-helper-vpn`
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--gnunet.tmpfiles9
3 files changed, 13 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae94eb2d28d1..0a3f2891ba52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnunet-git
pkgdesc = A framework for secure peer-to-peer networking
pkgver = 0.15.0.r29764.9ef7f0704
- pkgrel = 1
+ pkgrel = 2
url = http://gnunet.org
arch = i686
arch = x86_64
@@ -53,6 +53,6 @@ pkgbase = gnunet-git
sha256sums = SKIP
sha256sums = 577a6fd803d7f2a00380a200778dc0515efb26011e5b8ea4888554e7216a9042
sha256sums = 66299dbbdd0219d2f5f0520e69fc094f38f789724d973c2f63a421257ea4f755
- sha256sums = aa82707160c57e77ab3c426d16177283eb8d0bc018c04dcba3db689e6bea835f
+ sha256sums = 0f43c979053e0ea974d70ba9c5ad65ac0ed8f36455f9cfd7a1f525ec6f1d7fca
pkgname = gnunet-git
diff --git a/PKGBUILD b/PKGBUILD
index 06dc1fc64343..2749e7a0aaa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_appname='gnunet'
pkgname="${_appname}-git"
pkgver='0.15.0.r29764.9ef7f0704'
-pkgrel=1
+pkgrel=2
pkgdesc="A framework for secure peer-to-peer networking"
arch=('i686' 'x86_64')
url="http://${_appname}.org"
@@ -37,7 +37,7 @@ source=("git+https://${_appname}.org/git/${_appname}.git"
sha256sums=('SKIP'
'577a6fd803d7f2a00380a200778dc0515efb26011e5b8ea4888554e7216a9042'
'66299dbbdd0219d2f5f0520e69fc094f38f789724d973c2f63a421257ea4f755'
- 'aa82707160c57e77ab3c426d16177283eb8d0bc018c04dcba3db689e6bea835f')
+ '0f43c979053e0ea974d70ba9c5ad65ac0ed8f36455f9cfd7a1f525ec6f1d7fca')
pkgver() {
diff --git a/gnunet.tmpfiles b/gnunet.tmpfiles
index b7d7cc396402..b878a068b1f9 100644
--- a/gnunet.tmpfiles
+++ b/gnunet.tmpfiles
@@ -1,4 +1,13 @@
Z /var/lib/gnunet 0700 gnunet gnunet - -
+z /usr/lib/gnunet/libexec/gnunet-helper-vpn 4750 root root - -
+
+# The current Arch Linux package cannot ship `gnunet-helper-transport-wlan` and
+# `gnunet-helper-transport-bluetooth`, as these require root privileges during
+# the build process. If these are built, uncomment the following lines:
+#
+# z /usr/lib/gnunet/libexec/gnunet-helper-transport-wlan 4750 root root - -
+# z /usr/lib/gnunet/libexec/gnunet-helper-transport-bluetooth 4750 root root - -
+
z /usr/lib/gnunet/gnunet-helper-dns 2750 gnunet gnunetdns - -
z /usr/lib/gnunet/libexec/gnunet-helper-exit 4750 root root - -
z /usr/lib/gnunet/libexec/gnunet-helper-nat-server 4750 root root - -