summaryrefslogtreecommitdiff
path: root/www/lighttpd
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-08-01 09:25:20 +0000
committerwiz <wiz@pkgsrc.org>2016-08-01 09:25:20 +0000
commit5eab4b32b1693c85ab14e7283746610ca80bd812 (patch)
tree7b129ef403c223ae7bd820e56eb2b88222c132ec /www/lighttpd
parent496a3352a62622a5463a10c4cbad6fdb5ea6fc2b (diff)
downloadpkgsrc-5eab4b32b1693c85ab14e7283746610ca80bd812.tar.gz
Updated lighttpd to 1.4.41.
- 1.4.41 * remove long-deprecated, non-functional config opts * [config] inherit server.use-ipv6 and server.set-v6only (fixes #678) * [mod_auth] fix Digest auth to be better than Basic (fixes #1844) * [mod_ssi] fix #config sizefmt="bytes" * [autobuild] move inet_pton detection later * [core] #include <sys/filio.h> for FIONREAD (fixes #2726) * [autobuild] clock_gettime() -lrt with glibc < 2.17 * [security] do not emit HTTP_PROXY to CGI env * [build_cmake] clock_gettime() -lrt w/ glibc < 2.17 (fixes #2737) * [core] avoid spurious trace and error abort * [core] stay in CON_STATE_CLOSE until done with req * [core] $HTTP["remoteip"] must handle IPv6 w/o [] * [mod_status] show keep-alive status w/ text output (fixes #2740) * do not set REDIRECT_URI in mod_magnet, mod_rewrite (#2738) * revert 1.4.40 swap of REQUEST_URI, REDIRECT_URI (fixes #2738) * [core] permit IPv6 address scope identifier * [TLS] better handling of SSL_ERROR_WANT_READ/WRITE * [TLS] read all available records from SSL_read() * [core] try AF_INET after AF_INET6 if use-ipv6 * [core] set chunkqueue tempdirs at startup * [security] ensure gid != 0 if server.username set (fixes #2725) * [security] disable stat_cache if !follow-symlink (fixes #2724) * [core] fix buffer_copy_string_hex() assert (fixes #2742) * [security] encode quoting chars in HTML and XML * [cmake] always define _GNU_SOURCE * [cmake] enable warnings for GCC and Clang * [cmake] set cmake_minimum_required to 2.8.2
Diffstat (limited to 'www/lighttpd')
-rw-r--r--www/lighttpd/Makefile4
-rw-r--r--www/lighttpd/distinfo10
-rw-r--r--www/lighttpd/options.mk8
3 files changed, 11 insertions, 11 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index 60cf65fc104..2e98f52f28e 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2016/07/19 19:40:48 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2016/08/01 09:25:20 wiz Exp $
-DISTNAME= lighttpd-1.4.40
+DISTNAME= lighttpd-1.4.41
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 33be73b47e5..6ba7898e5c2 100644
--- a/www/lighttpd/distinfo
+++ b/www/lighttpd/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.33 2016/07/19 19:40:48 wiz Exp $
+$NetBSD: distinfo,v 1.34 2016/08/01 09:25:20 wiz Exp $
-SHA1 (lighttpd-1.4.40.tar.xz) = 5ca9349ecfef863a3f2fc4310ed91874f80d0028
-RMD160 (lighttpd-1.4.40.tar.xz) = 745d70a146c53a712defa1866817e54c880499bc
-SHA512 (lighttpd-1.4.40.tar.xz) = 7bcbfb48674815523ee43a6e7b0bbe805fcad03a168f7f1f7b91022705c3aa16d7e842d638672c197d5e10dc94e07db25e7699195d9ac02ef92c51b815f5d1eb
-Size (lighttpd-1.4.40.tar.xz) = 621448 bytes
+SHA1 (lighttpd-1.4.41.tar.xz) = c6cec4e6421e9130b837d115d247ea1f79f6d59d
+RMD160 (lighttpd-1.4.41.tar.xz) = 2d5272eab59bc3973ef307b8ceb02f997eda31ff
+SHA512 (lighttpd-1.4.41.tar.xz) = 8ceb8da7bcd91988e285c9b62e141b93a0cf3d6a1c65c09400414ff8250571ee94b0a764145b3613cca2675ad27170c744b35e98d5e9bcd5d0ee6ac4da57c084
+Size (lighttpd-1.4.41.tar.xz) = 623480 bytes
SHA1 (patch-doc_config_lighttpd.conf) = de14fd0aa0ed2cac5846d810b5c89af4036f1b70
diff --git a/www/lighttpd/options.mk b/www/lighttpd/options.mk
index ef9823e16ae..424b3fdf13d 100644
--- a/www/lighttpd/options.mk
+++ b/www/lighttpd/options.mk
@@ -1,15 +1,15 @@
-# $NetBSD: options.mk,v 1.10 2015/07/26 18:24:15 alnsn Exp $
+# $NetBSD: options.mk,v 1.11 2016/08/01 09:25:20 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.lighttpd
-PKG_SUPPORTED_OPTIONS= bzip fam gdbm inet6 ldap lua mysql ssl memcache
+PKG_SUPPORTED_OPTIONS= bzip2 fam gdbm inet6 ldap lua mysql ssl memcache
PKG_SUGGESTED_OPTIONS= inet6 ssl
.include "../../mk/bsd.options.mk"
###
-### Allow using bzip as a compression method in the "compress" module.
+### Allow using bzip2 as a compression method in the "compress" module.
###
-.if !empty(PKG_OPTIONS:Mbzip)
+.if !empty(PKG_OPTIONS:Mbzip2)
. include "../../archivers/bzip2/buildlink3.mk"
CONFIGURE_ARGS+= --with-bzip2
.else