aboutsummaryrefslogtreecommitdiff
path: root/contrib/packages
diff options
context:
space:
mode:
authormadmurphy <madmurphy333@gmail.com>2022-07-17 01:06:38 +0100
committermadmurphy <madmurphy333@gmail.com>2022-07-17 01:06:38 +0100
commitab55856a85e5e3a1b4877c18a1b8691ac471a9f5 (patch)
tree22cfadd38c904e59d817be72c602d348fb09fea8 /contrib/packages
parent6a60c7d436f5c4c47752ee54a0980583f0c3fe37 (diff)
downloadgnunet-ab55856a85e5e3a1b4877c18a1b8691ac471a9f5.tar.gz
gnunet-ab55856a85e5e3a1b4877c18a1b8691ac471a9f5.zip
[contrib/] Dependency update in Arch packages
Diffstat (limited to 'contrib/packages')
-rw-r--r--contrib/packages/arch/gnunet-git/.SRCINFO7
-rw-r--r--contrib/packages/arch/gnunet-git/PKGBUILD9
-rw-r--r--contrib/packages/arch/gnunet/.SRCINFO13
-rw-r--r--contrib/packages/arch/gnunet/PKGBUILD11
4 files changed, 18 insertions, 22 deletions
diff --git a/contrib/packages/arch/gnunet-git/.SRCINFO b/contrib/packages/arch/gnunet-git/.SRCINFO
index d73829db6..b60c26547 100644
--- a/contrib/packages/arch/gnunet-git/.SRCINFO
+++ b/contrib/packages/arch/gnunet-git/.SRCINFO
@@ -1,6 +1,6 @@
1pkgbase = gnunet-git 1pkgbase = gnunet-git
2 pkgdesc = A framework for secure peer-to-peer networking 2 pkgdesc = A framework for secure peer-to-peer networking
3 pkgver = 0.17.0.r0.g0a9c2aa9d 3 pkgver = 0.17.1.r21.g6a60c7d43
4 pkgrel = 1 4 pkgrel = 1
5 url = http://gnunet.org 5 url = http://gnunet.org
6 install = gnunet.install 6 install = gnunet.install
@@ -30,6 +30,7 @@ pkgbase = gnunet-git
30 depends = libsodium 30 depends = libsodium
31 depends = libtool 31 depends = libtool
32 depends = libunistring 32 depends = libunistring
33 depends = miniupnpc
33 depends = nss 34 depends = nss
34 depends = openssl 35 depends = openssl
35 depends = sqlite 36 depends = sqlite
@@ -37,14 +38,12 @@ pkgbase = gnunet-git
37 depends = zlib 38 depends = zlib
38 optdepends = bluez: for bluetooth transport 39 optdepends = bluez: for bluetooth transport
39 optdepends = gnunet-gtk: for handling the gnunet:// URI scheme 40 optdepends = gnunet-gtk: for handling the gnunet:// URI scheme
40 optdepends = libgabe: for Attribute-Based Encryption 41 optdepends = jose: for re:claimID OpenID Connect plugin
41 optdepends = libogg: for conversation service 42 optdepends = libogg: for conversation service
42 optdepends = libpabc: for re:claimID zero-knowledge privacy credentials 43 optdepends = libpabc: for re:claimID zero-knowledge privacy credentials
43 optdepends = libpulse: for conversation service 44 optdepends = libpulse: for conversation service
44 optdepends = miniupnpc: for NAT uPnP support
45 optdepends = mysql: for an alternative to sqlite in the database plugin 45 optdepends = mysql: for an alternative to sqlite in the database plugin
46 optdepends = opus: for conversation service 46 optdepends = opus: for conversation service
47 optdepends = pbc: for Attribute-Based Encryption
48 optdepends = postgresql: for an alternative to sqlite in the database plugin 47 optdepends = postgresql: for an alternative to sqlite in the database plugin
49 optdepends = python: for test suite 48 optdepends = python: for test suite
50 optdepends = texi2mdoc: for automatic mdoc generation 49 optdepends = texi2mdoc: for automatic mdoc generation
diff --git a/contrib/packages/arch/gnunet-git/PKGBUILD b/contrib/packages/arch/gnunet-git/PKGBUILD
index bb4d3598d..006412ff5 100644
--- a/contrib/packages/arch/gnunet-git/PKGBUILD
+++ b/contrib/packages/arch/gnunet-git/PKGBUILD
@@ -6,7 +6,7 @@
6 6
7_appname='gnunet' 7_appname='gnunet'
8pkgname="${_appname}-git" 8pkgname="${_appname}-git"
9pkgver=0.17.0.r0.g0a9c2aa9d 9pkgver=0.17.1.r21.g6a60c7d43
10pkgrel=1 10pkgrel=1
11pkgdesc='A framework for secure peer-to-peer networking' 11pkgdesc='A framework for secure peer-to-peer networking'
12arch=('i686' 'x86_64') 12arch=('i686' 'x86_64')
@@ -16,19 +16,18 @@ conflicts=("${_appname}" "${_appname}-bin")
16provides=("${_appname}") 16provides=("${_appname}")
17depends=('brotli' 'gettext' 'gnurl' 'gnutls' 'iptables' 'jansson' 17depends=('brotli' 'gettext' 'gnurl' 'gnutls' 'iptables' 'jansson'
18 'libextractor' 'libgcrypt' 'libidn2' 'libmicrohttpd' 'libsodium' 18 'libextractor' 'libgcrypt' 'libidn2' 'libmicrohttpd' 'libsodium'
19 'libtool' 'libunistring' 'nss' 'openssl' 'sqlite' 'which' 'zlib') 19 'libtool' 'libunistring' 'miniupnpc' 'nss' 'openssl' 'sqlite' 'which'
20 'zlib')
20makedepends=('bluez-libs' 'gettext' 'git' 'libpulse' 'libtool' 'opus' 21makedepends=('bluez-libs' 'gettext' 'git' 'libpulse' 'libtool' 'opus'
21 'pkgconfig' 'postgresql' 'python' 'recutils') 22 'pkgconfig' 'postgresql' 'python' 'recutils')
22optdepends=('bluez: for bluetooth transport' 23optdepends=('bluez: for bluetooth transport'
23 'gnunet-gtk: for handling the gnunet:// URI scheme' 24 'gnunet-gtk: for handling the gnunet:// URI scheme'
24 'libgabe: for Attribute-Based Encryption' 25 'jose: for re:claimID OpenID Connect plugin'
25 'libogg: for conversation service' 26 'libogg: for conversation service'
26 'libpabc: for re:claimID zero-knowledge privacy credentials' 27 'libpabc: for re:claimID zero-knowledge privacy credentials'
27 'libpulse: for conversation service' 28 'libpulse: for conversation service'
28 'miniupnpc: for NAT uPnP support'
29 'mysql: for an alternative to sqlite in the database plugin' 29 'mysql: for an alternative to sqlite in the database plugin'
30 'opus: for conversation service' 30 'opus: for conversation service'
31 'pbc: for Attribute-Based Encryption'
32 'postgresql: for an alternative to sqlite in the database plugin' 31 'postgresql: for an alternative to sqlite in the database plugin'
33 'python: for test suite' 32 'python: for test suite'
34 'texi2mdoc: for automatic mdoc generation' 33 'texi2mdoc: for automatic mdoc generation'
diff --git a/contrib/packages/arch/gnunet/.SRCINFO b/contrib/packages/arch/gnunet/.SRCINFO
index 438f91230..b7322e210 100644
--- a/contrib/packages/arch/gnunet/.SRCINFO
+++ b/contrib/packages/arch/gnunet/.SRCINFO
@@ -1,6 +1,6 @@
1pkgbase = gnunet 1pkgbase = gnunet
2 pkgdesc = A framework for secure peer-to-peer networking 2 pkgdesc = A framework for secure peer-to-peer networking
3 pkgver = 0.17.0 3 pkgver = 0.17.2
4 pkgrel = 1 4 pkgrel = 1
5 url = http://gnunet.org 5 url = http://gnunet.org
6 install = gnunet.install 6 install = gnunet.install
@@ -27,6 +27,7 @@ pkgbase = gnunet
27 depends = libsodium 27 depends = libsodium
28 depends = libtool 28 depends = libtool
29 depends = libunistring 29 depends = libunistring
30 depends = miniupnpc
30 depends = nss 31 depends = nss
31 depends = openssl 32 depends = openssl
32 depends = sqlite 33 depends = sqlite
@@ -34,14 +35,12 @@ pkgbase = gnunet
34 depends = zlib 35 depends = zlib
35 optdepends = bluez: for bluetooth transport 36 optdepends = bluez: for bluetooth transport
36 optdepends = gnunet-gtk: for handling the gnunet:// URI scheme 37 optdepends = gnunet-gtk: for handling the gnunet:// URI scheme
37 optdepends = libgabe: for Attribute-Based Encryption 38 optdepends = jose: for re:claimID OpenID Connect plugin
38 optdepends = libogg: for conversation service 39 optdepends = libogg: for conversation service
39 optdepends = libpabc: for re:claimID zero-knowledge privacy credentials 40 optdepends = libpabc: for re:claimID zero-knowledge privacy credentials
40 optdepends = libpulse: for conversation service 41 optdepends = libpulse: for conversation service
41 optdepends = miniupnpc: for NAT uPnP support
42 optdepends = mysql: for an alternative to sqlite in the database plugin 42 optdepends = mysql: for an alternative to sqlite in the database plugin
43 optdepends = opus: for conversation service 43 optdepends = opus: for conversation service
44 optdepends = pbc: for Attribute-Based Encryption
45 optdepends = postgresql: for an alternative to sqlite in the database plugin 44 optdepends = postgresql: for an alternative to sqlite in the database plugin
46 optdepends = python: for test suite 45 optdepends = python: for test suite
47 optdepends = texi2mdoc: for automatic mdoc generation 46 optdepends = texi2mdoc: for automatic mdoc generation
@@ -51,8 +50,8 @@ pkgbase = gnunet
51 conflicts = gnunet-git 50 conflicts = gnunet-git
52 conflicts = gnunet-bin 51 conflicts = gnunet-bin
53 backup = etc/gnunet.conf 52 backup = etc/gnunet.conf
54 source = ftp://ftp.gnu.org/gnu/gnunet/gnunet-0.17.0.tar.gz 53 source = ftp://ftp.gnu.org/gnu/gnunet/gnunet-0.17.2.tar.gz
55 source = ftp://ftp.gnu.org/gnu/gnunet/gnunet-0.17.0.tar.gz.sig 54 source = ftp://ftp.gnu.org/gnu/gnunet/gnunet-0.17.2.tar.gz.sig
56 source = gnunet-system.service 55 source = gnunet-system.service
57 source = gnunet.sysusers 56 source = gnunet.sysusers
58 source = gnunet.tmpfiles 57 source = gnunet.tmpfiles
@@ -60,7 +59,7 @@ pkgbase = gnunet
60 source = gnunet-user.conf 59 source = gnunet-user.conf
61 source = gnunet-user.service 60 source = gnunet-user.service
62 validpgpkeys = 3D11063C10F98D14BD24D1470B0998EF86F59B6A 61 validpgpkeys = 3D11063C10F98D14BD24D1470B0998EF86F59B6A
63 sha256sums = 6b2f7bf34c3c3986f2c294f04e881dda9db8ef636c0e78ebcf8084b8a47d49ca 62 sha256sums = 38b13b578e2490a99222757c64727deb97939fdf797107f986287c2944ee7541
64 sha256sums = SKIP 63 sha256sums = SKIP
65 sha256sums = 163818b89beddcaf78937daba5bdf0ae060b2975de0731aa13d1ccdd813cf262 64 sha256sums = 163818b89beddcaf78937daba5bdf0ae060b2975de0731aa13d1ccdd813cf262
66 sha256sums = 66299dbbdd0219d2f5f0520e69fc094f38f789724d973c2f63a421257ea4f755 65 sha256sums = 66299dbbdd0219d2f5f0520e69fc094f38f789724d973c2f63a421257ea4f755
diff --git a/contrib/packages/arch/gnunet/PKGBUILD b/contrib/packages/arch/gnunet/PKGBUILD
index 2dfcdd6ec..8973b4144 100644
--- a/contrib/packages/arch/gnunet/PKGBUILD
+++ b/contrib/packages/arch/gnunet/PKGBUILD
@@ -5,7 +5,7 @@
5# Contributor: wahnby <wahnby AT yahoo DOT fr> 5# Contributor: wahnby <wahnby AT yahoo DOT fr>
6 6
7pkgname='gnunet' 7pkgname='gnunet'
8pkgver='0.17.0' 8pkgver='0.17.2'
9pkgrel=1 9pkgrel=1
10pkgdesc='A framework for secure peer-to-peer networking' 10pkgdesc='A framework for secure peer-to-peer networking'
11arch=('i686' 'x86_64') 11arch=('i686' 'x86_64')
@@ -14,19 +14,18 @@ license=('AGPL')
14conflicts=("${pkgname}-git" "${pkgname}-bin") 14conflicts=("${pkgname}-git" "${pkgname}-bin")
15depends=('brotli' 'gettext' 'gnurl' 'gnutls' 'iptables' 'jansson' 15depends=('brotli' 'gettext' 'gnurl' 'gnutls' 'iptables' 'jansson'
16 'libextractor' 'libgcrypt' 'libidn2' 'libmicrohttpd' 'libsodium' 16 'libextractor' 'libgcrypt' 'libidn2' 'libmicrohttpd' 'libsodium'
17 'libtool' 'libunistring' 'nss' 'openssl' 'sqlite' 'which' 'zlib') 17 'libtool' 'libunistring' 'miniupnpc' 'nss' 'openssl' 'sqlite' 'which'
18 'zlib')
18makedepends=('bluez-libs' 'libpulse' 'libtool' 'opus' 'pkgconfig' 'postgresql' 19makedepends=('bluez-libs' 'libpulse' 'libtool' 'opus' 'pkgconfig' 'postgresql'
19 'python') 20 'python')
20optdepends=('bluez: for bluetooth transport' 21optdepends=('bluez: for bluetooth transport'
21 'gnunet-gtk: for handling the gnunet:// URI scheme' 22 'gnunet-gtk: for handling the gnunet:// URI scheme'
22 'libgabe: for Attribute-Based Encryption' 23 'jose: for re:claimID OpenID Connect plugin'
23 'libogg: for conversation service' 24 'libogg: for conversation service'
24 'libpabc: for re:claimID zero-knowledge privacy credentials' 25 'libpabc: for re:claimID zero-knowledge privacy credentials'
25 'libpulse: for conversation service' 26 'libpulse: for conversation service'
26 'miniupnpc: for NAT uPnP support'
27 'mysql: for an alternative to sqlite in the database plugin' 27 'mysql: for an alternative to sqlite in the database plugin'
28 'opus: for conversation service' 28 'opus: for conversation service'
29 'pbc: for Attribute-Based Encryption'
30 'postgresql: for an alternative to sqlite in the database plugin' 29 'postgresql: for an alternative to sqlite in the database plugin'
31 'python: for test suite' 30 'python: for test suite'
32 'texi2mdoc: for automatic mdoc generation' 31 'texi2mdoc: for automatic mdoc generation'
@@ -43,7 +42,7 @@ source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}
43 "${pkgname}-user.service") 42 "${pkgname}-user.service")
44install="${pkgname}.install" 43install="${pkgname}.install"
45validpgpkeys=('3D11063C10F98D14BD24D1470B0998EF86F59B6A') 44validpgpkeys=('3D11063C10F98D14BD24D1470B0998EF86F59B6A')
46sha256sums=('6b2f7bf34c3c3986f2c294f04e881dda9db8ef636c0e78ebcf8084b8a47d49ca' 45sha256sums=('38b13b578e2490a99222757c64727deb97939fdf797107f986287c2944ee7541'
47 'SKIP' 46 'SKIP'
48 '163818b89beddcaf78937daba5bdf0ae060b2975de0731aa13d1ccdd813cf262' 47 '163818b89beddcaf78937daba5bdf0ae060b2975de0731aa13d1ccdd813cf262'
49 '66299dbbdd0219d2f5f0520e69fc094f38f789724d973c2f63a421257ea4f755' 48 '66299dbbdd0219d2f5f0520e69fc094f38f789724d973c2f63a421257ea4f755'