summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2021-08-22 19:37:58 +0100
committergrufo2021-08-22 19:37:58 +0100
commit13e179acb69c150f4a05d388eb2f5bf3ffd311ca (patch)
tree35031eb2d39eeb682dcbb864e488de4bcb3a22d5
parentd06465ee7cd41a680176a5fd833948a8323e2ce3 (diff)
downloadaur-13e179acb69c150f4a05d388eb2f5bf3ffd311ca.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 928ac7871aa6..9c2d6d095049 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnunet
pkgdesc = A framework for secure peer-to-peer networking
pkgver = 0.15.0
- pkgrel = 9
+ pkgrel = 10
url = http://gnunet.org
arch = i686
arch = x86_64
@@ -54,6 +54,6 @@ pkgbase = gnunet
sha256sums = SKIP
sha256sums = 577a6fd803d7f2a00380a200778dc0515efb26011e5b8ea4888554e7216a9042
sha256sums = 66299dbbdd0219d2f5f0520e69fc094f38f789724d973c2f63a421257ea4f755
- sha256sums = aa82707160c57e77ab3c426d16177283eb8d0bc018c04dcba3db689e6bea835f
+ sha256sums = 0f43c979053e0ea974d70ba9c5ad65ac0ed8f36455f9cfd7a1f525ec6f1d7fca
pkgname = gnunet
diff --git a/PKGBUILD b/PKGBUILD
index e204437d4306..1a4aa0136c76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname='gnunet'
pkgver='0.15.0'
-pkgrel=9
+pkgrel=10
pkgdesc='A framework for secure peer-to-peer networking'
arch=('i686' 'x86_64')
url="http://${pkgname}.org"
@@ -38,7 +38,7 @@ sha256sums=('cca23d6fb40890a5eb2ccae4b8f7e74c8e4e84d3fca2f419d775cb4a58dd9a67'
'SKIP'
'577a6fd803d7f2a00380a200778dc0515efb26011e5b8ea4888554e7216a9042'
'66299dbbdd0219d2f5f0520e69fc094f38f789724d973c2f63a421257ea4f755'
- 'aa82707160c57e77ab3c426d16177283eb8d0bc018c04dcba3db689e6bea835f')
+ '0f43c979053e0ea974d70ba9c5ad65ac0ed8f36455f9cfd7a1f525ec6f1d7fca')
prepare() {
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 - -