pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/lighttpd Update to 1.4.45. From the changelog:
details: https://anonhg.NetBSD.org/pkgsrc/rev/f595ba250a51
branches: trunk
changeset: 357159:f595ba250a51
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Mon Jan 16 00:30:46 2017 +0000
description:
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:
www/lighttpd/Makefile | 4 ++--
www/lighttpd/distinfo | 10 +++++-----
www/lighttpd/options.mk | 7 ++++---
3 files changed, 11 insertions(+), 10 deletions(-)
diffs (51 lines):
diff -r bfc0b908d537 -r f595ba250a51 www/lighttpd/Makefile
--- a/www/lighttpd/Makefile Mon Jan 16 00:09:20 2017 +0000
+++ b/www/lighttpd/Makefile Mon Jan 16 00:30:46 2017 +0000
@@ -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 -r bfc0b908d537 -r f595ba250a51 www/lighttpd/distinfo
--- a/www/lighttpd/distinfo Mon Jan 16 00:09:20 2017 +0000
+++ b/www/lighttpd/distinfo Mon Jan 16 00:30:46 2017 +0000
@@ -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 -r bfc0b908d537 -r f595ba250a51 www/lighttpd/options.mk
--- a/www/lighttpd/options.mk Mon Jan 16 00:09:20 2017 +0000
+++ b/www/lighttpd/options.mk Mon Jan 16 00:30:46 2017 +0000
@@ -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 @@
### 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
Home |
Main Index |
Thread Index |
Old Index