--- - branch: MAIN date: Wed May 29 10:01:28 UTC 2019 files: - new: '1.83' old: '1.82' path: pkgsrc/www/lighttpd/Makefile pathrev: pkgsrc/www/lighttpd/Makefile@1.83 type: modified - new: '1.19' old: '1.18' path: pkgsrc/www/lighttpd/PLIST pathrev: pkgsrc/www/lighttpd/PLIST@1.19 type: modified - new: '1.53' old: '1.52' path: pkgsrc/www/lighttpd/distinfo pathrev: pkgsrc/www/lighttpd/distinfo@1.53 type: modified - new: '1.21' old: '1.20' path: pkgsrc/www/lighttpd/options.mk pathrev: pkgsrc/www/lighttpd/options.mk@1.21 type: modified - new: '1.5' old: '1.4' path: pkgsrc/www/lighttpd/patches/patch-doc_config_lighttpd.conf pathrev: pkgsrc/www/lighttpd/patches/patch-doc_config_lighttpd.conf@1.5 type: modified id: 20190529T100128Z.b9e6409ac296bca61c8e093bf5462afa9474b414 log: "lighttpd: Update to 1.4.54.\n\npkgsrc changes:\n\nReplace use of legacy GeoIP library with libmaxminddb.\nUses a different module.\n\nChanges:\n\nHighlights\nbehavior change: strict URL parsing and normalization (configurable)\nbehavior change: mod_webdav now rejects partial PUT (configurable)\nmod_auth: HTTP Auth Digest algorithm=SHA-256\nmod_webdav: major rewrite: robustness, performance, RFC compliance\nmod_maxminddb: new; obsoletes discontinued mod_geoip\n\nChanges from 1.4.53\n[mod_evhost] handle IPv6 literal addr; add tests\n[core] separate server_main_loop() func, mark hot\n[core] mark startup/shutdown funcs cold\n[core] some server_main_loop() cleanup\n[core] fdevent_process()\n[core] srvç«\x8Aç\x9F¥ax_fds_lowat and srvç«\x8Aç\x9F¥ax_fds_hiwat\n[core] remove server.h\n[mod_staticfile] search ext array if not empty\n[core] store joblist pointer on stack\n[core] quickly clear request buffer for reuse\n[core] helper funcs for connection_state_machine()\n[core] perf: optimize connection_read_header()\n[core] parse request in connection_read_header()\n[core] log_request_header_on_error in one place\n[core] copy request only if might need for logging\n[core] make parse_request,request.request same buf\n[core] prefer buffer_caseless_compare()\n[core] pass req hdrs buffer to http_request_parse\n[core] replace conç«\x8Aæ± esponse.keep_alive\n[core] mark log_error_write*() funcs cold\n[core] http_request_parse() mark error paths cold\n[core] lift code out of request line parse loop\n[core] get_http_method_key() match by strlen first\n[core] RFC7230 HTTP-version parse\n[mod_accesslog] attempt to reconstruct req line\n[multiple] minor: remove duplicated conditions\n[mod_deflate] honor request for x-gzip, x-bzip2\n[mod_auth] minor: adjust config validation\n[core] discard oversized trailers\n[core] no keep-alive if POLLRDHUP,empty read queue\n[core] fix gw_backend spelling of directive in err\n[multiple] reduce code dup in list resizing\n[core] conç«\x8A段s_ssl_sock\n[core] connection_handle_write() updates con state\n[core] skip plugins_call_cleanup if not init窶å\x86\x8Cd\n[core] simpler loops to run plugin hooks\n[core] fix mixed use of srvç«\x8Aç\x97´plit_vals array (fixes #2932)\n[core] dispatch events from within event framework\n[core] don窶å\x86² call fd event handlers more than once, they might already be gone (fixes segfault)\n[core] poll: fdarray uses fd as index, not fde_ndx\n[core] map FDEVENT_* to OS system event frameworks\n[core] prefer memchr() over strchr()\n[core] use openssl to read,discard request body\n[mod_openssl] inherit cipherlist from global scope\n[mod_openssl] default: ssl.cipher-list = 窶廩IGH窶�\n[mod_proxy] pass Content-Length to backend if > 0\n[core] config option to allow GET w/ request body\n[core] some fdevent code streamlining\n[core] remove fde_ndx member outside fdevents\n[core] remove redundant check for allow_http11\n[mod_openssl] use 16k static buffer instead of 64k\n[core] pull server load checks out of main loop\n[core] isolate fdevent processing\n[core] release empty chunk buf when nothing read\n[core] perf: pass (fdnode *) to epoll and kqueue\n[core] modify config parser to handle multiple }\n[core] pass (fdnode *) for registered fdevent fd\n[mod_auth] http_auth_digest_hex2bin()\n[mod_auth] http_auth_info_t digest abstraction\n[mod_auth] pass http_auth_require_t for 401 Unauth\n[core] no SOCK_NONBLOCK on QNX 7.0\n[mod_auth] HTTP Auth Digest algorithm=SHA-256\n[core] silence coverity warning\n[mod_magnet] fix invalid script return-type crash (fixes #2938)\n[build] remove -Wdeclaration-after-statement\n[core] pass conf.follow_symlink in more places\n[core] fix assertion with server.error-handler (fixes #2941)\n[core] extend dir redirection to take HTTP status\n[doc] minor adjust create-mime.conf.pl regex match (#2942)\n[core] attribute((fallthrough)) for GCC 7.0\n[core] fdevent_mkstemp_append() (shared)\n[core] off_t upload_temp_file_size\n[core] clear FDEVENT_RDHUP if no POLLRDHUP\n[mod_wstunnel] fix ping-interval for big-endian (fixes #2944)\n[core] fix abort in http-parseopts (fixes #2945)\n[core] remove repeated slashes in http-parseopts\n[core] fix 1.4.52 regression in mem use with POST (fixes #2948)\n[multiple] cleaner calloc use in SETDEFAULTS_FUNC\n[core] add const to some etag prototypes\n[core] attribute((format 窶ヲ))\n[core] struct log_error_st for error logging\n[core] log_error, log_perror using printf-like fmt\n[core] new worker_init hook to follow parent fork\n[core] replace open() with fdevent_open_cloexec()\n[mod_webdav] major rewrite (fixes #1818)\n[core] 200 for OPTIONS /non-existent/path HTTP/1.1 (fixes #2939)\n[mod_webdav] surround Lock-Token with 窶�<窶ヲ>窶�\n[mod_webdav] fix uuid detection macro\n[mod_webdav] fix misbehavior on blank nodes in PROPPATCH\n[mod_webdav] clean up resources after do{}while(0)\n[mod_webdav] check If-Match, If-Unmodified-Since (#1818)\n[mod_webdav] deprecated unsafe partial PUT compat\n[mod_webdav] provide ETag in more responses\n[mod_webdav] platform portability fixes\n[mod_webdav] disable elftc_copyfile() on FreeBSD\n[mod_webdav] special-case If: ()\n[mod_webdav] check If-None-Match (#1818)\n[stat_cache] separate func for symlink policy chk\n[stat_cache] separate symlink pol from data struct\n[stat_cache] store entries without trailing slash\n[stat_cache] pass age param for stat cache cleanup\n[stat_cache] remove splaytree ins/del debug code\n[stat_cache] FAM: reduce string copying\n[stat_cache] FAM: check FAMNextEvent() return code\n[stat_cache] FAM: use entry hash index as userdata\n[stat_cache] FAM: improve handling modified file\n[stat_cache] FAM: ignore follow-symlink config\n[stat_cache] FAM: check hash collision before add\n[stat_cache] FAM: ignore event with no valid match\n[stat_cache] FAM: funcs to invalidate entries\n[stat_cache] interfaces to invalidate entries\n[mod_webdav] update stat_cache after file mod\n[core] use high precision stat timestamp in etag\n[scons] adjustment for static build under CentOS\n[core] emit trace using path before clearing path\n[core] http_chunk_append_file_fd()\n[multiple] open target file earlier in some cases\n[stat_cache] no longer stat() and open() for stat\n[stat_cache] FAM: improve monitoring, cache 16 sec\n[stat_cache] FAM: separate routine for FDEVENT_IN\n[stat_cache] FAM: whitespace-only change\n[mod_webdav] quiet coverity warnings\n[doc] highlight relevance of module load order (fixes #2946)\n[core] behavior change: stricter URL normalization\n[stat_cache] fix compilation error for cmake\n[cmake] help cmake on FreeBSD find sys/event.h\n[scons] help scons on FreeBSD find sys/event.h\n[build] detect FreeBSD elftc_copyfile()\n[mod_openssl] use SSL_CTX_set_client_hello_cb()\n[core] support weak etags with If-None-Match\n[core] store log_state_handling flag on stack\n[core] check if splay_tree NULL before invalidate\n[mod_webdav] workaround Microsoft-WebDAV-MiniRedir\n[mod_webdav] doc Microsoft-WebDAV-MiniRedir bugs\n[mod_webdav] invalidate parent dir in stat_cache\n[doc] systemd socket activation config example\n[core] chunkqueue perf: code reuse\n[core] chunkqueue perf: specialized buffer.h funcs\n[core] chunkqueue perf: skip opening 0-length file\n[core] chunkqueue perf: read small files into mem\n[core] buffer_reset() should not be passed NULL\n[tests] has_feature() helper func\n[tests] skip mod-secdownload HMAC-SHA1,HMAC-SHA256\n[core] use high precision stat timestamp on OS X\n[mod_magnet] expose server addr (local IP) to lua\n[core] adjust http_chunk read() retry loop\n[mod_maxminddb] MaxMind GeoIP2 support\n[mod_authn_ldap] ldap_set_option LDAP_OPT_RESTART (fixes #2940)\n" module: pkgsrc subject: 'CVS commit: pkgsrc/www/lighttpd' unixtime: '1559124088' user: nia