pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/lighttpd



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Jan 16 00:30:46 UTC 2017

Modified Files:
        pkgsrc/www/lighttpd: Makefile distinfo options.mk

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/www/lighttpd/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/lighttpd/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/lighttpd/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/lighttpd/Makefile
diff -u pkgsrc/www/lighttpd/Makefile:1.58 pkgsrc/www/lighttpd/Makefile:1.59
--- pkgsrc/www/lighttpd/Makefile:1.58   Tue Jan  3 14:31:13 2017
+++ pkgsrc/www/lighttpd/Makefile        Mon Jan 16 00:30:46 2017
@@ -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

Index: pkgsrc/www/lighttpd/distinfo
diff -u pkgsrc/www/lighttpd/distinfo:1.36 pkgsrc/www/lighttpd/distinfo:1.37
--- pkgsrc/www/lighttpd/distinfo:1.36   Tue Jan  3 14:31:13 2017
+++ pkgsrc/www/lighttpd/distinfo        Mon Jan 16 00:30:46 2017
@@ -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

Index: pkgsrc/www/lighttpd/options.mk
diff -u pkgsrc/www/lighttpd/options.mk:1.14 pkgsrc/www/lighttpd/options.mk:1.15
--- pkgsrc/www/lighttpd/options.mk:1.14 Tue Jan  3 14:38:50 2017
+++ pkgsrc/www/lighttpd/options.mk      Mon Jan 16 00:30:46 2017
@@ -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



Home | Main Index | Thread Index | Old Index