summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authormef <mef>2015-09-01 11:54:30 +0000
committermef <mef>2015-09-01 11:54:30 +0000
commit9cdc15860f928618b290580ff2eeaee89e168f73 (patch)
treeab4cff3b0d482918e2370126572b3368770cdbd6 /www
parent8288774c8c33c984fabc7a685bf101e851f00aa6 (diff)
downloadpkgsrc-9cdc15860f928618b290580ff2eeaee89e168f73.tar.gz
Update to 1.4.37
---------------- - 1.4.37 * [mod_proxy] remove debug log line from error log (fixes #2659) * [mod_dirlisting] fix dir-listing.set-footer not showing * fix out-of-filedescriptors when uploading "large" files (fixes #2660, thx rmilecki) * increase upload temporary chunk file size from 1MB to 16MB * fix undefined integer shift * rewrite network sendfile/mmap/writev/write backends * fix some unchecked return value warnings * [kqueue] fix kevent call * [autoconf] define HAVE_CRYPT when crypt() is present * [bsd xattr] fix compile break with BSD extended attributes in stat_cache * [mod_cgi] rewrite mmap and generic (post body) send error handling * [mmap] fix mmap alignment * [plugins] when modules are linked statically still only load the modules given in the config * [mmap] handle SIGBUS in network; those get triggered if the file gets smaller during reading * fix some warnings found by coverity ("leak" in setup phase, not catching too long unix socket paths in mod_proxy)
Diffstat (limited to 'www')
-rw-r--r--www/lighttpd/Makefile4
-rw-r--r--www/lighttpd/distinfo10
-rw-r--r--www/lighttpd/patches/patch-doc_config_lighttpd.conf12
3 files changed, 13 insertions, 13 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index 6d99b6ed10b..357d2410f9a 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2015/07/28 09:51:49 youri Exp $
+# $NetBSD: Makefile,v 1.51 2015/09/01 11:54:30 mef Exp $
-DISTNAME= lighttpd-1.4.36
+DISTNAME= lighttpd-1.4.37
CATEGORIES= www
MASTER_SITES= http://download.lighttpd.net/lighttpd/releases-1.4.x/
EXTRACT_SUFX= .tar.xz
diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo
index bcc524b9c37..fbb820ec698 100644
--- a/www/lighttpd/distinfo
+++ b/www/lighttpd/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.28 2015/07/28 09:51:49 youri Exp $
+$NetBSD: distinfo,v 1.29 2015/09/01 11:54:30 mef Exp $
-SHA1 (lighttpd-1.4.36.tar.xz) = 0c39b7d2ccef5476dbf5f2b0b952ac5694ab75b3
-RMD160 (lighttpd-1.4.36.tar.xz) = 5d4c1b4d6b0f0baa4e6dcdf66564993ce58c7b5b
-Size (lighttpd-1.4.36.tar.xz) = 570756 bytes
-SHA1 (patch-doc_config_lighttpd.conf) = e8ae799f0915b83fda5ce8893fdbcab2eee9a512
+SHA1 (lighttpd-1.4.37.tar.xz) = c2c19e4b82296954884fbc1081894d9786f6ecc4
+RMD160 (lighttpd-1.4.37.tar.xz) = 60c1bc2065f1b6263f1553fa7a202748a4820df6
+Size (lighttpd-1.4.37.tar.xz) = 574020 bytes
+SHA1 (patch-doc_config_lighttpd.conf) = de14fd0aa0ed2cac5846d810b5c89af4036f1b70
SHA1 (patch-src_fdevent_poll.c) = f5fe62f0b227d64dc717661a256567b4bd97f075
SHA1 (patch-src_plugin.c) = 27b7a193c1f5867b5a1d2e2c5b289a0bf6368b39
diff --git a/www/lighttpd/patches/patch-doc_config_lighttpd.conf b/www/lighttpd/patches/patch-doc_config_lighttpd.conf
index 9d7d5f54fcd..a60ac54ca56 100644
--- a/www/lighttpd/patches/patch-doc_config_lighttpd.conf
+++ b/www/lighttpd/patches/patch-doc_config_lighttpd.conf
@@ -1,9 +1,9 @@
-$NetBSD: patch-doc_config_lighttpd.conf,v 1.2 2014/01/23 13:20:12 adam Exp $
+$NetBSD: patch-doc_config_lighttpd.conf,v 1.3 2015/09/01 11:54:30 mef Exp $
Sane defaults.
---- doc/config/lighttpd.conf.orig 2010-07-11 17:01:32.000000000 +0000
-+++ doc/config/lighttpd.conf
+--- doc/config/lighttpd.conf.orig 2015-08-22 21:40:23.000000000 +0900
++++ doc/config/lighttpd.conf 2015-09-01 20:27:59.000000000 +0900
@@ -13,11 +13,11 @@
## if you add a variable here. Add the corresponding variable in the
## chroot example aswell.
@@ -40,11 +40,11 @@ Sane defaults.
##
## The basic network interface for all platforms at the syscalls read()
@@ -188,7 +188,7 @@ server.event-handler = "linux-sysepoll"
- ## linux-sendfile - is recommended for small files.
+ ## sendfile - is recommended for small files.
## writev - is recommended for sending many large files
##
--server.network-backend = "linux-sendfile"
-+#server.network-backend = "linux-sendfile"
+-server.network-backend = "sendfile"
++#server.network-backend = "sendfile"
##
## As lighttpd is a single-threaded server, its main resource limit is