mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
gnunet: GNUnet v0.11.0 release
Backport and squash the following commits from master:4dcd1d4d0gnunet: update to 0.12 pre-release snapshotacc59d3a0gnunet: fix uclibc build issuef546ac9b8gnunet: remove iconv hackb5b271a39gnunet: update to gnunet 0.11 release candidate source as of 201809291459c3513gnunet: update source0b548cb73gnunet: adapt uci-defaults to renamed namestore-flat -> -heapeffc8b5bfgnunet: update to source to 201901287b2bf511cgnunet: Specify libmicrohttpd-ssl dependency1d5af8f9egnunet: fix PKG_MIRROR_HASH77191eddbgnunet: GNUnet v0.11 release1c658e5f3gnunet-secushare: auto-configure database backend Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -4,10 +4,10 @@ uci -q get gnunet.namestore || uci set gnunet.namestore=gnunet-config
|
||||
uci -q get gnunet.namecache || uci set gnunet.namecache=gnunet-config
|
||||
|
||||
uci -q batch <<EOF
|
||||
del gnunet.namestore_flat
|
||||
set gnunet.namestore_flat=gnunet-config
|
||||
set gnunet.namestore_flat.FILENAME=/etc/gnunet/namestore.flat
|
||||
set gnunet.namestore.DATABASE=flat
|
||||
del gnunet.namestore_heap
|
||||
set gnunet.namestore_heap=gnunet-config
|
||||
set gnunet.namestore_heap.FILENAME=/etc/gnunet/namestore.flat
|
||||
set gnunet.namestore.DATABASE=heap
|
||||
del gnunet.namecache_flat
|
||||
set gnunet.namecache_flat=gnunet-config
|
||||
set gnunet.namecache_flat.FILENAME=/var/run/gnunet/namecache.flat
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
uci -q get gnunet.psycstore || uci set gnunet.psycstore=gnunet-config
|
||||
|
||||
uci -q batch <<EOF
|
||||
set gnunet.psycstore.DATABASE=postgres
|
||||
commit gnunet
|
||||
EOF
|
||||
@@ -1,11 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
uci -q get gnunet.psycstore || uci set gnunet.psycstore=gnunet-config
|
||||
|
||||
uci -q batch <<EOF
|
||||
del gnunet.psycstore_sqlite
|
||||
set gnunet.psycstore_sqlite=gnunet-config
|
||||
set gnunet.psycstore_sqlite.FILENAME=/etc/gnunet/psycstore.sqlite
|
||||
set gnunet.psycstore.DATABASE=sqlite
|
||||
commit gnunet
|
||||
EOF
|
||||
Reference in New Issue
Block a user