summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorschmonz <schmonz>2017-01-16 00:30:46 +0000
committerschmonz <schmonz>2017-01-16 00:30:46 +0000
commitada15efce8ed06da36c1955c609e64f28ffde34d (patch)
treea8518ca6d7bc46785c45de39f005404d5091c1ac /www
parenta7a1b93c6fe82e383e219d7cd6100cb72c73af49 (diff)
downloadpkgsrc-ada15efce8ed06da36c1955c609e64f28ffde34d.tar.gz
Update to 1.4.45. From the changelog:
* [mod_cgi] skip local-redir handling if to self (fixes #2779, #2108) * [mod_webdav] fix crash when plugin_ctx cleaned up (fixes #2780) * [mod_fastcgi] detect child exit, restart proactively * [mod_scgi] detect child exit, restart proactively * [TLS] ssl.read-ahead = "disable" for low mem (fixes #2778) pkgsrc changes: - Rename non-standard "memcache" option to "memcached" (retaining compatibility for the old option for a while)
Diffstat (limited to 'www')
-rw-r--r--www/lighttpd/Makefile4
-rw-r--r--www/lighttpd/distinfo10
-rw-r--r--www/lighttpd/options.mk7
3 files changed, 11 insertions, 10 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index d19d1eb6f0f..f859344d8fc 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2017/01/03 14:31:13 mef Exp $
+# $NetBSD: Makefile,v 1.59 2017/01/16 00:30:46 schmonz Exp $
-DISTNAME= lighttpd-1.4.44
+DISTNAME= lighttpd-1.4.45
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 5764378520e..453dad2d833 100644
--- a/www/lighttpd/distinfo
+++ b/www/lighttpd/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.36 2017/01/03 14:31:13 mef Exp $
+$NetBSD: distinfo,v 1.37 2017/01/16 00:30:46 schmonz Exp $
-SHA1 (lighttpd-1.4.44.tar.xz) = 3597b9c71aabada26129e3ebc0838cb10317d72c
-RMD160 (lighttpd-1.4.44.tar.xz) = 8c49f8077b48e106384417c8adbb039dc872d8a8
-SHA512 (lighttpd-1.4.44.tar.xz) = b7481482bc130c80f076002b2853e1b0ecb2af5d6c6f5428854ae7a60bda591cf96f23e9f3a24cfb36ada3ba97ebff449e102895f7eb4b0aa50ec275eb44725b
-Size (lighttpd-1.4.44.tar.xz) = 660304 bytes
+SHA1 (lighttpd-1.4.45.tar.xz) = 03e516f8be59396bc148218fe7b993219dacaf5d
+RMD160 (lighttpd-1.4.45.tar.xz) = 114d047df0aadb0decd5a25357ddb6a9d7e4188e
+SHA512 (lighttpd-1.4.45.tar.xz) = d030674a8c55aab12d32ac75f8df2628ba2332a5263c8bd2dd4f39342530080edc6ba2a6fee749c1301d601ab766a265d3c630b04d38bb26bba3cf045935573d
+Size (lighttpd-1.4.45.tar.xz) = 660432 bytes
SHA1 (patch-doc_config_lighttpd.conf) = de14fd0aa0ed2cac5846d810b5c89af4036f1b70
diff --git a/www/lighttpd/options.mk b/www/lighttpd/options.mk
index 0aac5eeac16..9f7a16f2f2c 100644
--- a/www/lighttpd/options.mk
+++ b/www/lighttpd/options.mk
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.14 2017/01/03 14:38:50 mef Exp $
+# $NetBSD: options.mk,v 1.15 2017/01/16 00:30:46 schmonz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.lighttpd
-PKG_SUPPORTED_OPTIONS= bzip2 fam gdbm inet6 ldap lua mysql ssl memcache geoip gssapi
+PKG_SUPPORTED_OPTIONS= bzip2 fam gdbm inet6 ldap lua mysql ssl memcached geoip gssapi
+PKG_OPTIONS_LEGACY_OPTS+= memcache:memcached
PKG_SUGGESTED_OPTIONS= inet6 ssl
.include "../../mk/bsd.options.mk"
@@ -65,7 +66,7 @@ CONFIGURE_ARGS+= --with-lua
### Support using memcached as an in-memory caching system for the
### "trigger before download" and CML modules.
###
-.if !empty(PKG_OPTIONS:Mmemcache)
+.if !empty(PKG_OPTIONS:Mmemcached)
. include "../../devel/libmemcache/buildlink3.mk"
CONFIGURE_ARGS+= --with-memcache
.endif