gnunet: update source
authorDaniel Golle <daniel@makrotopia.org>
Sat, 24 Jun 2017 22:51:28 +0000 (00:51 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Sat, 1 Jul 2017 16:13:41 +0000 (18:13 +0200)
also package missing block plugins

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
net/gnunet/Makefile
net/gnunet/files/gnunet.init

index 959143023828c7255708268dde0278d81fa3c51e..a73ee666b069d6a3fd975cd9818a7205e7a547da 100644 (file)
@@ -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
@@ -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 )
@@ -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
@@ -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
index 2dd35f6c2ccd1dc0ecc412db2102e661fd29b4a6..722620c699de8d861a1f3ee2f98d0bbdee295521 100755 (executable)
@@ -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