Skip to content

Commit

Permalink
gnunet: update source
Browse files Browse the repository at this point in the history
also package missing block plugins

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
  • Loading branch information
dangowrt committed Jul 1, 2017
1 parent 04e7164 commit a7d0759
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 6 additions & 4 deletions net/gnunet/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=gnunet
PKG_SOURCE_VERSION:=e29410cee115f099f093605692ec94614fbbe6d9
PKG_MIRROR_HASH:=b397c73c6cb8da852d2198469d04a8e0f6e61dcd0adead24634e7c57e2c952af
PKG_SOURCE_VERSION:=556ccd6d483b3678867c3829e6979c307df04450
PKG_MIRROR_HASH:=5ecf15575eccc30135b2dc9871d88de0b32b593dc79cf5b0632a4fe2ffd711df

PKG_VERSION:=0.10.2-git-20170624-$(PKG_SOURCE_VERSION)
PKG_VERSION:=0.10.2-git-20170626-$(PKG_SOURCE_VERSION)
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
Expand Down Expand Up @@ -145,7 +145,7 @@ define Package/gnunet/install
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libgnunet$$$$lib.so* $(1)/usr/lib/ ; \
done )

( for plug in ats_proportional block_dht block_regex \
( for plug in ats_proportional block_dht block_regex block_revocation \
transport_tcp transport_udp transport_unix; do \
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/gnunet/libgnunet_plugin_$$$$plug*.so $(1)/usr/lib/gnunet ; \
done )
Expand Down Expand Up @@ -193,6 +193,7 @@ LIBEXEC_conversation:=helper-audio-playback helper-audio-record service-conversa
CONF_conversation:=conversation

BIN_dht-cli:=dht-get dht-put dht-monitor
PLUGIN_dht-cli:=block_test

DEPENDS_hostlist:=+libmicrohttpd +libgnurl +ca-certificates
LIBEXEC_hostlist:=daemon-hostlist
Expand Down Expand Up @@ -264,6 +265,7 @@ BIN_social:=identity-token multicast social
LIB_social:=consensus identityprovider multicast psyc psycstore psycutil secretsharing social
LIBEXEC_social:=service-consensus service-evil-consensus service-identity-provider service-multicast service-psyc service-psycstore service-secretsharing service-social
CONF_social:=consensus multicast psyc psycstore secretsharing social
PLUGINS_social:=block_consensus

PLUGIN_dhtcache-heap:=datacache_heap
CONFLICTS_dhtcache-heap:=gnunet-dhtcache-pgsql gnunet-dhtcache-sqlite
Expand Down
2 changes: 2 additions & 0 deletions net/gnunet/files/gnunet.init
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ start_service() {

procd_open_instance
procd_set_param user gnunet
# procd_set_param env GNUNET_LOG="dht;;;;info"
procd_set_param stderr 1
procd_set_param command $PROG -c $CONFIGFILE
[ "$LOGFILE" ] && procd_append_param command -l $LOGFILE
procd_set_param respawn
Expand Down

0 comments on commit a7d0759

Please sign in to comment.