diff options
author | Daniel Golle <daniel@makrotopia.org> | 2016-05-09 11:53:23 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2016-05-12 14:43:10 +0100 |
commit | ae142987573dc0c7531c992576a40594efbaaa1e (patch) | |
tree | d97e301f4050e1a229190f4eeebb2b1b2f1bc9c8 | |
parent | 2f86c894de96e30d925450bea22eb59adea5eeec (diff) |
gnunet: update source and actually package hostlist component
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r-- | net/gnunet/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile index 03ddf9925..242545d8a 100644 --- a/net/gnunet/Makefile +++ b/net/gnunet/Makefile @@ -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,)) |