Commit graph

114 commits

Author SHA1 Message Date
Daniel Golle
add708f030
gnunet: update to version 0.16.2
Sync GNUnet package with master branch.
This is a new major release. It breaks protocol compatibility with the
0.15.x versions. Please be aware that Git master is thus henceforth
(and has been for a while) INCOMPATIBLE with the 0.15.x GNUnet network,
and interactions between old and new peers will result in issues.
0.15.x peers will be able to communicate with Git master or 0.16.x
peers, but some services - in particular GNS - will not be compatible.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commits
 deafd6cf3f gnunet: update to v0.14.1
 746bb95552 gnunet: update to version 0.15.3
 23b5b516ae gnunet: fix compilation with big endian
 c3c6a2ff1d gnunet: several improvements
 23f722f905 gnunet: packaging fixes
 2f8e696189 gnunet: update to 0.16.1
 f951f61005 gnunet: improve init script
 033744ac59 gnunet: update to 0.16.2
 65f5f850f3 gnunet: work-around sysupgrade restore missing file ownerships
)
2022-03-26 21:31:49 +00:00
Rosen Penev
ed628f3a46
gnunet: fix compilation with libdane
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-11 15:25:57 -08:00
Florian Eckert
0869415ce7 gnunet: use new extra_command function definition
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-11-04 08:50:34 +01:00
Daniel Golle
25fb4794fa gnunet: add runtime test
Test if gnunet-arm is executable for now.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-09-21 12:05:55 +01:00
Daniel Golle
ae5480db06 gnunet: make use of user/group names instead of numeric uid/gid
With openwrt/openwrt@51ec51871f one can
now use user/group names instead of numeric uid/gid in FILE_MODES.
Make use of that.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-09-14 13:05:08 +01:00
Daniel Golle
5f9a1a1422 gnunet: update to version 0.13.3
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>
2020-09-13 23:19:39 +01:00
Daniel Golle
46da3eedc5 gnunet: update to version 0.13.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-07-22 02:43:35 +01:00
Daniel Golle
ddce0509ff gnunet: update to version 0.12.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-01-16 20:52:04 +02:00
Daniel Golle
b924c3e001 gnunet: update to version 0.12.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-12-29 14:18:45 +02:00
Daniel Golle
3751223502 gnunet: remove patches now apparently part of the release
That could explain why the hash of the released tarball changed after
the release announcement...

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-12-21 23:59:12 +02:00
Daniel Golle
4eede02f7a gnunet: fix source hash
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-12-21 23:21:13 +02:00
Daniel Golle
8f784b90fd gnunet: update to version 0.12.0
Also include a bunch of upstream patches to make things build.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-12-20 13:26:14 +02:00
Daniel Golle
b0131c446e gnunet: revert accidentally committed version bump
0.12.0 tarballs aren't out yet, I accidentally committed the changed
version in commit b6a9bd3bf3
("gnurl: update to version 7.67.0").
Revert gnunet back to 0.11.8.

Reported-by: Sebastian Kemper <sebastian_ml@gmx.net>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-12-18 23:34:40 +02:00
Daniel Golle
b6a9bd3bf3 gnurl: update to version 7.67.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-12-15 19:36:49 +02:00
Daniel Golle
29ef2938d1 gnunet: update to 0.11.8
Allows to remove local patch again.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-10-30 14:36:26 +01:00
Daniel Golle
8bee758bc0 gnunet: update to version 0.11.7
Backport dist bug and add missing header file.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-10-29 23:01:02 +01:00
Jan Pavlinec
299e5b0a9b
treewide: add PKG_CPE_ID for better cvescanner coverage
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-09-17 12:40:26 +02:00
Daniel Golle
556943253b gnunet: update to release 0.11.6
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-07-28 16:12:18 +02:00
Yousong Zhou
9ac5ac81ab treewide: avoid deref symlinks when installing .so
This change is inspired by commit openwrt/openwrt@38b22b1e ("nghttp2:
deduplicate files in libnghttp2")

The packages in this commit are identified with the following command

	grep -rin -E 'INSTALL_(DATA|BIN)' | grep -F '.so' | grep -F '*'

Some of them do not have symlinks and are not affected, but the change
is still applied for consideration of best practices just in case

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-06-21 09:52:32 +08:00
Daniel Golle
758b368985 gnunet: update to 0.11.5
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-06-08 14:05:19 +02:00
Daniel Golle
1f4df64f6a gnunet: update to v0.11.4 and clean-up packaging
gnunet-reclaim-sqlite is no more in 0.11.4.
Also remove duplicate files also contained in gnunet-utils package.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-05-14 02:58:25 +02:00
Daniel Golle
81b1e6b45c gnunet: update to v0.11.3
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-04-09 15:41:56 +02:00
Daniel Golle
29bd05ecd4 gnunet: update to v0.11.2
merged gnunet-peerstore into gnunet package.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-04-05 16:07:43 +02:00
Daniel Golle
1c658e5f30 gnunet-secushare: auto-configure database backend
Import uci-defaults scripts to auto-set psycstore database backend.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-03-02 20:22:25 +01:00
Daniel Golle
77191eddb6 gnunet: GNUnet v0.11 release
Switch to v0.11 release sources (plus patches to still get it to build)
gnunet-social was out-sourced into a separate repository and hence
new OpenWrt package gnunet-secushare.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-02-28 19:58:26 +01:00
Daniel Golle
1d5af8f9e5 gnunet: fix PKG_MIRROR_HASH
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-01-31 14:25:30 +01:00
Daniel Engberg
7b2bf511c3 gnunet: Specify libmicrohttpd-ssl dependency
Specify libmicrohttpd-ssl dependency

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2019-01-29 20:59:38 +01:00
Daniel Golle
effc8b5bf8 gnunet: update to source to 20190128
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-01-29 09:48:55 +01:00
Daniel Golle
0b548cb73d gnunet: adapt uci-defaults to renamed namestore-flat -> -heap
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-10-25 00:55:18 +02:00
Daniel Golle
1459c35137 gnunet: update source
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-10-21 20:40:55 +02:00
Daniel Golle
b5b271a396 gnunet: update to gnunet 0.11 release candidate source as of 20180929
* break-out basic TCP and UDP transports
 * add xt and xu experimental transports
 * add zoneimport tool
 * add abe, credential and reclaim components to gnunet-social package
 * add new REST plugins

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-09-30 17:56:43 +02:00
Sebastian Kemper
f546ac9b80 gnunet: remove iconv hack
Undo previous commit that added an iconv hack. The problem was actually
fixed by including nls.mk in the mariadb package.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-13 23:06:03 +02:00
Sebastian Kemper
acc59d3a0a gnunet: fix uclibc build issue
libmariadb 10.2.x needs to be linked in together with iconv. On glibc
and musl iconv is part of libc. But on uclibc libiconv-full needs to be
used.

gnunet only has access to iconv on uclibc when BUILD_NLS is selected.
This commit adds hidden symbol GNUNET_HAS_ICONV_SUPPORT which sorts this
out.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-08 16:23:17 +02:00
Daniel Golle
4dcd1d4d07 gnunet: update to 0.12 pre-release snapshot
GNUnet licence changed to AGPL-3.0.
Happy pre-release testing ;)

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-06-10 21:09:07 +02:00
Daniel Golle
4cf0f36ca6 gnunet: update sources
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-02-07 20:57:33 +01:00
Daniel Golle
e1f66e0ee7 gnunet: update sources
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-01-18 19:49:57 +01:00
Daniel Golle
a6991e7962 gnunet: update to post-34C3 git head
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-01-01 00:41:14 +01:00
Daniel Golle
9c1b1b396e gnunet: update to git snapshot 2017-12-19
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-12-21 06:06:57 +01:00
Daniel Golle
4be3935a6f gnunet: update to recent git snapshot
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-11-09 17:25:05 +01:00
Daniel Golle
39f9fc4e48 gnunet: update git snapshot
Start building with testing enabled as a preparation to eventually
packaging the testbed components.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-10-05 15:40:29 +02:00
Daniel Golle
a7d0759021 gnunet: update source
also package missing block plugins

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-07-01 18:13:41 +02:00
Daniel Golle
358de85d40 gnunet: update source and init script
Fixes starting EXIT service when offering services.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-06-24 15:05:59 +02:00
Daniel Golle
701f9a49d8 gnunet: update source
fixes namestore iterator and other bugs when using PostgreSQL

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-06-23 20:58:34 +02:00
Daniel Golle
4a01f66e60 gnunet: update git source
Disable DV component for now, it is broken upstream as it hasn't been
converted to the new MQ API.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-06-09 18:02:00 +02:00
Daniel Golle
ed62d4aac7 gnunet: update sources
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-04-25 18:28:17 +02:00
Daniel Golle
00366f931c gnunet: use PKG_MIRROR_HASH
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-03-14 00:40:00 +01:00
Daniel Golle
5deabc5a53 gnunet: update sources
RPS has now been ported, SET bugs were fixed

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-03-13 11:49:48 +01:00
Daniel Golle
125e8b59fa gnunet: update sources
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-03-12 23:40:38 +01:00
Daniel Golle
836f875a33 gnunet: fix build
experimental DHT implementations have been removed upstream.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-03-06 09:14:46 +01:00
Daniel Golle
1604899cd4 gnunet: update sources
includes switch to new CADET implementation.
rps hasn't been ported yet, hence marked as @BROKEN for now.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-03-05 21:19:49 +01:00