aboutsummaryrefslogtreecommitdiff
path: root/net/gnunet/files
Commit message (Collapse)AuthorAge
* gnunet: work-around sysupgrade restore missing file ownershipsDaniel Golle2022-03-26
| | | | | | | | Make sure /etc/gnunet and all its files and sub-directories are owned by gnunet:gnunet. This is somehow necessary as file ownership otherwise doesn't survive sysupgrade. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: improve init scriptDaniel Golle2022-03-15
| | | | | | | Ensure correct ownership of /etc/gnunet. Quote variables and more or less make shellcheck happy. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: packaging fixesDaniel Golle2022-02-20
| | | | | | | * include gnunet-service-zonemaster-monitor in gnunet-gns package * rename namestore-heap back to namestore-flat Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: several improvementsDaniel Golle2021-10-28
| | | | | | | | Fix uci-defaults for PostgreSQL backends Add user 'gnunet' to 'postgres' group Always build with sqlite3 as configure fails when --without-sqlite Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: use new extra_command function definitionFlorian Eckert2020-11-04
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* gnunet: update to version 0.13.3Daniel Golle2020-09-13
| | | | | | | Apart from adapting to upstream changes also switch to use FILE_MODES instead of chown/chmod in init-script. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: update to release 0.11.6Daniel Golle2019-07-28
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet-secushare: auto-configure database backendDaniel Golle2019-03-02
| | | | | | Import uci-defaults scripts to auto-set psycstore database backend. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: adapt uci-defaults to renamed namestore-flat -> -heapDaniel Golle2018-10-25
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: update sourceDaniel Golle2017-07-01
| | | | | | also package missing block plugins Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: update source and init scriptDaniel Golle2017-06-24
| | | | | | Fixes starting EXIT service when offering services. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: update to SVN r38151 and break-out dhtcache pluginsDaniel Golle2016-10-13
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: update to SVN r38096Daniel Golle2016-10-11
| | | | | | | | Wrap around dhtcache vs. datacache confusion which prevented the datacache service from starting. While at it, sanetize default package selection. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: update to SVN r38014 and improve packagingDaniel Golle2016-09-26
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: use gnunet-config's new differential writeDaniel Golle2016-05-19
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: fix typo in gnunet-flat post-install scriptDaniel Golle2016-05-18
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: update to SVN r37179 and fix SUID permissions (again)Daniel Golle2016-05-17
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: update source and improve packagingDaniel Golle2016-05-07
| | | | | | | | | | * push gnurl, gnutls and libmicrohttpd dependencies down to modules * use standard UID/GID for gnunet (958/958) * use GID adjecent (452) to dnsmasq (453) for gnunetdns to allow using the owner match with a range of GIDs (452-452) * package new gnunet-social pub/sub CLI tool Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: no longer fail if gnunetdns doesn't exist (yet)Daniel Golle2016-05-04
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: fix priority of ip rule for gnunet-dnsDaniel Golle2016-05-04
| | | | | | | OpenWrt offers a special 'prelocal' routing table at priority 0. Use it, so local-to-local DNS traffic also gets redirected properly. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: use uci-defaults and further break core into componentsDaniel Golle2016-05-02
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: update defaults, integrate with netifd and fw3Daniel Golle2016-04-22
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: update to revision 37051 plus some small fixesDaniel Golle2016-04-18
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: work-around config sections namingDaniel Golle2015-12-04
| | | | | | | | | | | | gnunet's config section may contain dashes '-' which isn't an allowed character for sections in UCI. Thus replace the first underscore with a dash which in gnunet-config sections, as that happends to be work for all currently used sections. e.g. this now allows accessing sections like transport-http_server via an UCI sections called transport_http_server as well as namestore-flat using an UCI section called namestore_flat. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: update source, add iptables dependencyDaniel Golle2015-08-13
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: update source, read config from UCI, add defaultsDaniel Golle2015-08-03
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: update source, enable local iperf and echo servicesDaniel Golle2015-07-29
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: update source, forcestart dns2gns, fix typoDaniel Golle2015-07-26
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: update source, improve packagingDaniel Golle2015-07-16
| | | | | | | * always re-create config-file when service is started * use /lib/upgrade/keep.d instead of /etc/sysupgrade.conf sed'ery Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: properly deal with persistencyDaniel Golle2015-07-13
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: bump source, improve packagingDaniel Golle2015-07-07
| | | | | | | | | | * fix two typos in Makefile * package transports seperately * enable all installed transports by default * use logfile so we don't stdio-choke gnunet-service-arm -> should use syslog instead... Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: improve packaging and set fix permissions on firstrunDaniel Golle2015-06-05
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: improve procd init-scriptDaniel Golle2015-05-31
| | | | | | | Directly call /usr/lib/gnunet/libexec/gnunet-service-arm instead of /usr/bin/gnunet-arm, so it remains attached to procd. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: fix things and use newer source versionDaniel Golle2015-05-31
- use newer source version from SVN - made it detect gnurl - added init script - added gnunet user Signed-off-by: Daniel Golle <daniel@makrotopia.org>