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:           Tue Aug 14 06:24:54 UTC 2018

Modified Files:
        pkgsrc/www/lighttpd: Makefile PLIST distinfo

Log Message:
lighttpd: update to 1.4.50.

- 1.4.50 - 2018-08-13
  * [mod_extforward] allow explict IPs to be untrusted (#2860)
  * [core] fix crash if 'host' empty in config (fixes #2876)
  * [mod_magnet] fix regression in lighty.stat (fixes #2877)
  * [core] minor code cleanup in gw_recv_response()
  * [core] fix rare race condition from backends (fixes #2878)
  * [mod_proxy] fix segfault in Set-Cookie reverse map (fixes #2879)
  * [core] fdevent_accept_listenfd() nonblock cloexec
  * [build] remove m4 AC_PATH_PROG for PKG_CONFIG
  * [core] some header cleanup
  * [mod_wstunnel] better Sec-WebSocket-Protocol parse
  * [mod_magnet] code reuse
  * [mod_magnet] reduce buffer copies
  * [mod_fastcgi,mod_scgi] fastcgi.balance,scgi.balance (fixes #2882)
  * [core] check if SOCK_NONBLOCK is ignored (fixes #2883)
  * [core] buffer_append_string_encoded_hex_lc()
  * [core] more efficient hex2int()
  * [mod_secdownload] compare bin MAC instead of hex
  * [core] li_tohex_lc() explicitly uses lc hex chars
  * [core] buffer_append_uint_hex_lc() uses lc hex
  * [core] buffer_append_string_encoded() uc hex
  * [tests] reduce test_base64 brute force tests
  * [tests] remove test_buffer output, except on error
  * [core] check for continuation in server.tag
  * [core] CONNECT must be handled before fs hooks
  * [mod_redirect, mod_rewrite] code reuse (sharing)
  * [core] data_config_pcre_compile,exec()
  * [tests] test_request unit tests
  * [core] http_kv.[ch] method, status, version str
  * [core] remove unused get_http_status_body_name()
  * [core] remove proc_open.[ch], reduce stdio.h use
  * [tests] move src/test_*.c to src/t/
  * [core] server.http-parseopts URL normalization opt (fixes #1720)
  * [core] inline some buffer.[ch] routines
  * [core] remove some duplicative code in log.c
  * [core] debug server.log-request-header-on-error
  * [mod_redirect,mod_rewrite] short-circuit earlier
  * [core] fix buffer_to_upper()
  * [mod_cgi] handle CGI partial response header write
  * [mod_redirect,mod_rewrite] pass request URI info
  * [mod_redirect,mod_rewrite] encoding options (fixes #443, fixes #911)
  * [mod_redirect,mod_rewrite] fix segfault w/ invalid syntax (fixes #2892)
  * [mod_fastcgi] fix memleak with FastCGI auth,resp (fixes #2894)
  * [mod_alias] security: potential path traversal with specific configs
  * [mod_wstunnel] quiet 32-bit compiler warnings
  * [core] POLLRDHUP handling for transparent proxying
  * [mod_redirect,mod_rewrite] support up to 19 match
  * [core] add missing includes to quiet compiler warn
  * [mod_redirect,mod_rewrite] base64url encoding opt
  * [mod_rewrite] require rewrite result to begin '/'
  * [core] security: use-after-free invalid Range req
  * [core] reset var if FAMMonitorDirectory() fails
  * [core] option to propagate TCP FIN to backend host
  * mod_sockproxy - socket forwarding
  * [core] workaround Coverity cov-build bug with gcc7
  * [build] add missing file for test_burl
  * [core] quell insignificant coverity warning
  * [core] extend server.http-parseopts


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/www/lighttpd/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/lighttpd/PLIST
cvs rdiff -u -r1.48 -r1.49 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.75 pkgsrc/www/lighttpd/Makefile:1.76
--- pkgsrc/www/lighttpd/Makefile:1.75   Fri Jul 20 03:34:31 2018
+++ pkgsrc/www/lighttpd/Makefile        Tue Aug 14 06:24:54 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.75 2018/07/20 03:34:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.76 2018/08/14 06:24:54 wiz Exp $
 
-DISTNAME=      lighttpd-1.4.49
-PKGREVISION=   3
+DISTNAME=      lighttpd-1.4.50
 CATEGORIES=    www
 MASTER_SITES=  http://download.lighttpd.net/lighttpd/releases-1.4.x/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/www/lighttpd/PLIST
diff -u pkgsrc/www/lighttpd/PLIST:1.17 pkgsrc/www/lighttpd/PLIST:1.18
--- pkgsrc/www/lighttpd/PLIST:1.17      Tue Apr 17 20:11:15 2018
+++ pkgsrc/www/lighttpd/PLIST   Tue Aug 14 06:24:54 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2018/04/17 20:11:15 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.18 2018/08/14 06:24:54 wiz Exp $
 lib/lighttpd/mod_access.la
 lib/lighttpd/mod_accesslog.la
 lib/lighttpd/mod_alias.la
@@ -31,6 +31,7 @@ lib/lighttpd/mod_scgi.la
 lib/lighttpd/mod_secdownload.la
 lib/lighttpd/mod_setenv.la
 lib/lighttpd/mod_simple_vhost.la
+lib/lighttpd/mod_sockproxy.la
 lib/lighttpd/mod_ssi.la
 lib/lighttpd/mod_staticfile.la
 lib/lighttpd/mod_status.la

Index: pkgsrc/www/lighttpd/distinfo
diff -u pkgsrc/www/lighttpd/distinfo:1.48 pkgsrc/www/lighttpd/distinfo:1.49
--- pkgsrc/www/lighttpd/distinfo:1.48   Tue Apr 17 20:11:15 2018
+++ pkgsrc/www/lighttpd/distinfo        Tue Aug 14 06:24:54 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.48 2018/04/17 20:11:15 triaxx Exp $
+$NetBSD: distinfo,v 1.49 2018/08/14 06:24:54 wiz Exp $
 
-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 (lighttpd-1.4.50.tar.xz) = 43388c459e03581b8c7799e0de74cd7ea0164543
+RMD160 (lighttpd-1.4.50.tar.xz) = 47010dd82ea2baf93de6236ea7d9c36788768591
+SHA512 (lighttpd-1.4.50.tar.xz) = 54b8a99d84ca25f39254fb0dabaae978fcdf559d58da4ed7b7ab08d5ee856201e5302ee8a5732d3e2493bb3cd67c3f2196cedbb476a3ea21003a21c552b2402c
+Size (lighttpd-1.4.50.tar.xz) = 718480 bytes
 SHA1 (patch-doc_config_lighttpd.conf) = aa1ee77f3fdce7ffd6968c4b09e6977f671495d3
 SHA1 (patch-doc_lighttpd.8) = 81b7606752312227b142975d4e781496442e9ed8



Home | Main Index | Thread Index | Old Index