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:   wiz
Date:           Mon Mar 12 09:00:59 UTC 2018

Modified Files:
        pkgsrc/www/lighttpd: Makefile distinfo

Log Message:
lighttpd: update to 1.4.49.

- 1.4.49 - 2018-03-11
  * [core] adjust offset if response header blank line
  * [mod_accesslog] %{canonical,local,remote}p (fixes #2840)
  * [core] support POLLRDHUP, where available (#2743)
  * [mod_proxy] basic support for HTTP CONNECT method (#2060)
  * [mod_deflate] fix deflate of file > 2MB w/o mmap
  * [core] fix segfault if tempdirs fill up (fixes #2843)
  * [mod_compress,mod_deflate] try mmap MAP_PRIVATE
  * [core] discard from socket using recv MSG_TRUNC
  * [core] report to stderr if errorlog path ENOENT (fixes #2847)
  * [core] fix base64 decode when char is unsigned (fixes #2848)
  * [mod_authn_ldap] fix mem leak when ldap auth fails (fixes #2849)
  * [core] warn if mod_indexfile after dynamic handler
  * [core] do not reparse request if async cb
  * [core] non-blocking write() to piped loggers
  * [mod_openssl] minor code cleanup; reduce var scope
  * [mod_openssl] elliptic curve auto selection (fixes #2833)
  * [core] check for path-info forward down path
  * [mod_authn_ldap] auth with ldap referrals (fixes #2846)
  * [core] code cleanup: separate physical path sub
  * [core] merge redirect/rewrite pattern substitution
  * [core] fix POST with chunked request body (fixes #2854)
  * [core] remove unused func
  * [doc] minor update to *outdated* doc
  * [mod_wstunnel] fix for frames larger than 64k (fixes #2858)
  * [core] fix 32-bit compile POST w/ chunked request body (#2854)
  * [core] add include sys/poll.h on Solaris (fixes #2859)
  * [core] fix path-info calculation in git master (fixes #2861)
  * [core] pass array_get_element_klen() const array *
  * [core] increase stat_cache abstraction
  * [core] open additional fds O_CLOEXEC
  * [core] fix CONNECT w strict header parsing enabled
  * [mod_extforward] CIDR support for trusted proxies (fixes #2860)
  * [core] re-enable overloaded backends w/ multi wkrs
  * [autoconf] reduce minimum automake version to 1.13
  * [mod_auth] constant time compare plain passwords
  * [mod_auth] check that digest realm matches config
  * [core] fix incorrect hash algorithm impl


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/www/lighttpd/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/www/lighttpd/distinfo

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.68 pkgsrc/www/lighttpd/Makefile:1.69
--- pkgsrc/www/lighttpd/Makefile:1.68   Sun Jan 28 20:11:07 2018
+++ pkgsrc/www/lighttpd/Makefile        Mon Mar 12 09:00:59 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2018/01/28 20:11:07 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2018/03/12 09:00:59 wiz Exp $
 
-DISTNAME=      lighttpd-1.4.48
-PKGREVISION=   2
+DISTNAME=      lighttpd-1.4.49
 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.42 pkgsrc/www/lighttpd/distinfo:1.43
--- pkgsrc/www/lighttpd/distinfo:1.42   Fri Nov 17 09:51:48 2017
+++ pkgsrc/www/lighttpd/distinfo        Mon Mar 12 09:00:59 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.42 2017/11/17 09:51:48 adam Exp $
+$NetBSD: distinfo,v 1.43 2018/03/12 09:00:59 wiz Exp $
 
-SHA1 (lighttpd-1.4.48.tar.xz) = e48274a53d6c5aeb085644c30c8dd8ab0e2f8212
-RMD160 (lighttpd-1.4.48.tar.xz) = 4a16f922b283612276a40fee2b809418f9bfa733
-SHA512 (lighttpd-1.4.48.tar.xz) = 361dbf07b280aa7345f3026cce6d12d0aeaa3bb535b5a5b2a894a568395f46a9c7ce723dfd1948225117495f3e63ec207b72d5e4b680da7cd56419e23cf8bae4
-Size (lighttpd-1.4.48.tar.xz) = 708396 bytes
+SHA1 (lighttpd-1.4.49.tar.xz) = 9e13d061cbae2f377a1a5bb24e13ccd9cba0bba6
+RMD160 (lighttpd-1.4.49.tar.xz) = f7e3ff273455e1ad51f1fdc9514066f9ec3e716c
+SHA512 (lighttpd-1.4.49.tar.xz) = de766da68b4cacfb6c322210eafe819b6423334272e9fae4688c2282a66a2e55aaf580c5fdbf02676ed6f7b32d13f2f28cefd22518f77127055ec336ec5d6784
+Size (lighttpd-1.4.49.tar.xz) = 710964 bytes
 SHA1 (patch-doc_config_lighttpd.conf) = de14fd0aa0ed2cac5846d810b5c89af4036f1b70
 SHA1 (patch-src_fdevent__solaris__port.c) = c31f457dd6f25dba01710faf34c45a636519320f



Home | Main Index | Thread Index | Old Index