gnunet: update source and actually package hostlist component
authorDaniel Golle <redacted>
Mon, 9 May 2016 10:53:23 +0000 (11:53 +0100)
committerDaniel Golle <redacted>
Thu, 12 May 2016 13:43:10 +0000 (14:43 +0100)
Signed-off-by: Daniel Golle <redacted>
net/gnunet/Makefile

index 03ddf992511051fbbe799c720baaef453b6ad46a..242545d8ad691bf53de64beb107ff14c6358b8bb 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gnunet
-PKG_SOURCE_VERSION:=37146
+PKG_SOURCE_VERSION:=37164
 PKG_VERSION:=0.10.1-svn$(PKG_SOURCE_VERSION)
 PKG_RELEASE:=1
 
@@ -354,8 +354,9 @@ $(eval $(call BuildComponent,flat,flat storage backends,))
 $(eval $(call BuildComponent,fs,file-sharing components,))
 $(eval $(call BuildComponent,gns,name resolution components,y))
 $(eval $(call BuildComponent,gns-proxy,gns-proxy component,))
+$(eval $(call BuildComponent,hostlist,HTTP bootstrap hostlist client and server,))
 $(eval $(call BuildComponent,mysql,mySQL datastore backend,))
-$(eval $(call BuildComponent,namestore-fcfsd,fist-come-first-serve registration server,))
+$(eval $(call BuildComponent,namestore-fcfsd,first-come-first-serve registration server,))
 $(eval $(call BuildComponent,pgsql,PostgreSQL storage backends,))
 $(eval $(call BuildComponent,peerstore,peerstore local persistency component,))
 $(eval $(call BuildComponent,rest,REST interface,))
git clone https://git.99rst.org/PROJECT