summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/xavante/Config.in8
-rw-r--r--package/xavante/xavante.hash2
-rw-r--r--package/xavante/xavante.mk2
3 files changed, 6 insertions, 6 deletions
diff --git a/package/xavante/Config.in b/package/xavante/Config.in
index be8e6d905d..d66ca1f0ae 100644
--- a/package/xavante/Config.in
+++ b/package/xavante/Config.in
@@ -1,14 +1,14 @@
config BR2_PACKAGE_XAVANTE
bool "xavante"
# Runtime dependency only
- select BR2_PACKAGE_CGILUA
select BR2_PACKAGE_COPAS
- select BR2_PACKAGE_COXPCALL
select BR2_PACKAGE_LUAFILESYSTEM
select BR2_PACKAGE_LUASOCKET
- select BR2_PACKAGE_WSAPI
help
Xavante is a Lua HTTP 1.1 Web server that uses a modular
- architecture based on URI mapped handlers.
+ architecture based on URI mapped handlers. Xavante currently
+ offers a file handler, a redirect handler and a WSAPI handler.
+ Those are used for general files, URI remapping and WSAPI
+ applications respectively.
http://keplerproject.github.com/xavante/
diff --git a/package/xavante/xavante.hash b/package/xavante/xavante.hash
index d960c2d064..09b2a22d4d 100644
--- a/package/xavante/xavante.hash
+++ b/package/xavante/xavante.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 d683bebdb3e1b497dc04ceb3fb8f1c8c67a6486ab0c6da0c23f281cc07a63657 xavante-2.3.0-1.src.rock
+sha256 67c738f981e7d65d18c717f3acac59a37f95d5139c00fb0de5d3167262025273 xavante-2.4.0-1.src.rock
diff --git a/package/xavante/xavante.mk b/package/xavante/xavante.mk
index 07f9ee6fde..20e4aabed8 100644
--- a/package/xavante/xavante.mk
+++ b/package/xavante/xavante.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XAVANTE_VERSION = 2.3.0-1
+XAVANTE_VERSION = 2.4.0-1
XAVANTE_LICENSE = MIT
$(eval $(luarocks-package))
OpenPOWER on IntegriCloud