summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-08-16 22:50:27 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-08-16 22:51:53 +0200
commitdb280fb1ad87a3722b3ca82a1ef862e913e5d3af (patch)
tree70683b00dd5f9fd4b20e14c161c6037ba00f6044
parent9301daf0bd600cc0dd3dcc76e3fdfbd892b0265f (diff)
lighttpd: update to 1.4.41
-rw-r--r--package/lighttpd/Makefile4
-rw-r--r--package/lighttpd/patches/patch-src_configfile_c16
2 files changed, 2 insertions, 18 deletions
diff --git a/package/lighttpd/Makefile b/package/lighttpd/Makefile
index 213e9109f..acc34bf3a 100644
--- a/package/lighttpd/Makefile
+++ b/package/lighttpd/Makefile
@@ -4,9 +4,9 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= lighttpd
-PKG_VERSION:= 1.4.39
+PKG_VERSION:= 1.4.41
PKG_RELEASE:= 1
-PKG_HASH:= 7eb9a1853c3d6dd5851682b0733a729ba4158d6bdff80974d5ef5f1f6887365b
+PKG_HASH:= 4bcc383ef6d6dc7b284f68882d71a178e2986c83c4e85eeb3c8f3b882e346b6c
PKG_DESCR:= lightweight web server
PKG_SECTION:= net/http
PKG_URL:= http://www.lighttpd.net/
diff --git a/package/lighttpd/patches/patch-src_configfile_c b/package/lighttpd/patches/patch-src_configfile_c
deleted file mode 100644
index 51e88094f..000000000
--- a/package/lighttpd/patches/patch-src_configfile_c
+++ /dev/null
@@ -1,16 +0,0 @@
---- lighttpd-1.4.31.orig/src/configfile.c 2011-12-06 21:01:49.000000000 +0100
-+++ lighttpd-1.4.31/src/configfile.c 2012-10-14 12:48:45.000000000 +0200
-@@ -1159,11 +1159,13 @@ int config_read(server *srv, const char
- modules = prepends;
-
- /* append default modules */
-+ /* disable mod_dirlisting, needs pcre bloat
- if (NULL == array_get_element(modules->value, "mod_dirlisting")) {
- ds = data_string_init();
- buffer_copy_string_len(ds->value, CONST_STR_LEN("mod_dirlisting"));
- array_insert_unique(modules->value, (data_unset *)ds);
- }
-+ */
-
- if (NULL == array_get_element(modules->value, "mod_staticfile")) {
- ds = data_string_init();