pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/lighttpd Changes 1.4.32:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a2d976340ee
branches:  trunk
changeset: 625991:9a2d976340ee
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 29 19:54:11 2013 +0000

description:
Changes 1.4.32:
mod_fastcgi: fix mix up of “mode” => “authorizer” in other fastcgi configs (fixes 2465, thx peex)
fix handling of If-Modified-Since if If-None-Match is present (don’t return 412 for date parsing errors);
follow current draft for HTTP/1.1, which tells us to ignore If-Modified-Since if we have matching etags.
[mod_fastcgi,log] support multi line logging (fixes 2252)
call ERR_clear_error only for ssl connections in CON_STATE_ERROR
reject non ASCII characters in HTTP header names
[mod_auth] use crypt() on encrypted password instead of extracting salt first (fixes 2483)
[mod_auth] add htpasswd -s (SHA1) support if openssl is used (needs openssl for SHA1). This doesn’t use any salt, md5 with salt is probably better.
[mod_auth] fix base64_decode (2484)
fix some bugs found with canalyze (fixes 2484, thx Zhenbo Xu)
fix undefined stuff found with clang
[cmake] Use TARGET_LINK_LIBRARIES instead of LINK_FLAGS for library dependencies, also add Wl,-as-needed to extra warnings (fixes 2448)
[mod_auth] fix invalid read in digest qop=auth-int handling (fixes 2478)
[auto* build] simplify autogen.sh, handle automake 1.13 test running (fixes 2490)
[mod_userdir] add userdir.active option, “enabled” by default
[core] return 501 Not Implemented in static file mode for all methods except GET/POST/HEAD/OPTIONS
[core] recognize more http methods to forward to backends (fixes 2346)
[ssl] use DH only if openssl supports it (fixes 2479)
[network] use constants available at compile time for maximum number of chunks for writev instead of calling sysconf (fixes 2470)
[ssl] Fix $HTTP[“scheme”] conditional, could be “http” for ssl connections if the ssl $SERVER[“socket”] conditional was nested (fixes 2501)
[ssl] accept ssl renegotiations if they are not disabled (fixes 2491)
[ssl] add option ssl.empty-fragments, defaulting to disabled (fixes 2492)
[auth] put REMOTE_USER into cgi environment, making it accessible to lua via lighty.req_env (fixes 2495)
[auth] new method “extern” to use already present REMOTE_USER (from magnet, ssl, …) (fixes 2436)
[core] remove requirement that default doc-root has to exist, there are reasonable scenarios not requiring static files at all
[core] check whether server.chroot exists
[mod_simple_vhost] fix cache; skip module if simple-vhost.server-root is empty (thx rm for reporting)
[mod_accesslog] add accesslog.syslog-level option (fixes 2480)
[core] allow files to be used as document-root (fixes 2475)
[core] set signal handlers before forking child processes in modules/plugins_call_set_defaults (fixes 2502)

diffstat:

 www/lighttpd/Makefile |  7 +++----
 www/lighttpd/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (32 lines):

diff -r edc5a1fe39e7 -r 9a2d976340ee www/lighttpd/Makefile
--- a/www/lighttpd/Makefile     Tue Oct 29 19:06:01 2013 +0000
+++ b/www/lighttpd/Makefile     Tue Oct 29 19:54:11 2013 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.41 2013/07/04 21:27:59 adam Exp $
+# $NetBSD: Makefile,v 1.42 2013/10/29 19:54:11 adam Exp $
 
-DISTNAME=      lighttpd-1.4.32
-PKGREVISION=   5
+DISTNAME=      lighttpd-1.4.33
 CATEGORIES=    www
 MASTER_SITES=  http://download.lighttpd.net/lighttpd/releases-1.4.x/
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    joerg%NetBSD.org@localhost
 HOMEPAGE=      http://www.lighttpd.net/
diff -r edc5a1fe39e7 -r 9a2d976340ee www/lighttpd/distinfo
--- a/www/lighttpd/distinfo     Tue Oct 29 19:06:01 2013 +0000
+++ b/www/lighttpd/distinfo     Tue Oct 29 19:54:11 2013 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.24 2013/01/11 11:00:02 fhajny Exp $
+$NetBSD: distinfo,v 1.25 2013/10/29 19:54:11 adam Exp $
 
-SHA1 (lighttpd-1.4.32.tar.bz2) = 61930d88aa5a5ebb4a4b539099e9577694e61185
-RMD160 (lighttpd-1.4.32.tar.bz2) = 39f040b986f5d4556370650319a76aea241749d0
-Size (lighttpd-1.4.32.tar.bz2) = 681065 bytes
+SHA1 (lighttpd-1.4.33.tar.xz) = f309708105aadffba229a944d4c32423132119a5
+RMD160 (lighttpd-1.4.33.tar.xz) = 4b892ac678c9153e8200318f2bd71445190c1806
+Size (lighttpd-1.4.33.tar.xz) = 555248 bytes
 SHA1 (patch-doc_config_lighttpd.conf) = 1f5d884ec3cc9ee1ec18b51f0d25ca2a7aae0b8c
 SHA1 (patch-src_plugin.c) = 27b7a193c1f5867b5a1d2e2c5b289a0bf6368b39


Home | Main Index | Thread Index | Old Index