diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile
index 1e4ed896c4d0fbf27274b2fbb161212779ed17da..ba2ca55b04cea133a42353a50b5464c54a582641 100644
--- a/package/network/services/uhttpd/Makefile
+++ b/package/network/services/uhttpd/Makefile
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=uhttpd
-PKG_VERSION:=2014-06-08
+PKG_VERSION:=2014-06-11
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
 
 PKG_SOURCE_PROTO:=git
diff --git a/package/network/services/uhttpd/files/uhttpd.config b/package/network/services/uhttpd/files/uhttpd.config
index 683e032fb47e88fa6af1f62aecaeeb103db56490..83734af5a9328bf385e2db6416f950fdcc9d105b 100644
--- a/package/network/services/uhttpd/files/uhttpd.config
+++ b/package/network/services/uhttpd/files/uhttpd.config
@@ -3,11 +3,11 @@ config uhttpd main
 
 	# HTTP listen addresses, multiple allowed
 	list listen_http	0.0.0.0:80
-#	list listen_http	[::]:80
+	list listen_http	[::]:80
 
 	# HTTPS listen addresses, multiple allowed
 	list listen_https	0.0.0.0:443
-#	list listen_https	[::]:443
+	list listen_https	[::]:443
 
 	# Server document root
 	option home		/www