Dreckly/dreckly 033c5acwww/lighttpd distinfo Makefile, www/lighttpd/patches patch-doc_config_lighttpd.annotated.conf patch-doc_config_lighttpd.conf

lighttpd: Update to 1.4.78
DeltaFile
+51-0www/lighttpd/patches/patch-doc_config_lighttpd.annotated.conf
+0-51www/lighttpd/patches/patch-doc_config_lighttpd.conf
+4-4www/lighttpd/distinfo
+2-3www/lighttpd/Makefile
+1-1www/lighttpd/PLIST
+58-595 files

Dreckly/dreckly 56a2241www/lighttpd distinfo Makefile, www/lighttpd/patches patch-doc_config_lighttpd.conf patch-doc_config_lighttpd.annotated.conf

lighttpd: Update to 1.4.78
DeltaFile
+0-51www/lighttpd/patches/patch-doc_config_lighttpd.conf
+51-0www/lighttpd/patches/patch-doc_config_lighttpd.annotated.conf
+4-4www/lighttpd/distinfo
+2-3www/lighttpd/Makefile
+1-1www/lighttpd/PLIST
+58-595 files

Dreckly/dreckly 68edeb5www/lighttpd distinfo Makefile, www/lighttpd/patches patch-src_mod__alias.c patch-doc_config_lighttpd.conf

Update to 1.4.62. From the changelog:

- support pcre2; HTTP Digest auth userhash; bugfixes

pkgsrc changes:

- switch to pcre2
DeltaFile
+0-29www/lighttpd/patches/patch-src_mod__alias.c
+4-13www/lighttpd/patches/patch-doc_config_lighttpd.conf
+5-6www/lighttpd/distinfo
+4-5www/lighttpd/Makefile
+13-534 files

Dreckly/dreckly de3c25dwww/lighttpd distinfo, www/lighttpd/patches patch-doc_config_lighttpd.conf

Fix VARBASE subst in lighttpd.conf.
DeltaFile
+2-2www/lighttpd/distinfo
+2-2www/lighttpd/patches/patch-doc_config_lighttpd.conf
+4-42 files

Dreckly/dreckly 2a41190www/lighttpd options.mk distinfo, www/lighttpd/patches patch-doc_config_lighttpd.conf patch-src_mod__webdav.c

Update to 1.4.56. From the changelog:

# Highlights

- HTTP/2 support
  - must be enabled in lighttpd.conf in lighttpd 1.4.56;
    may be enabled by default in a future release
  - `server.feature-flags += ("server.h2proto" => "enable", "server.h2c" => "enable")`
- TLS library options: OpenSSL, mbedTLS, wolfSSL, GnuTLS, NSS
  - mod_openssl (existing)
  - mod_mbedtls (experimental)
  - mod_wolfssl (experimental)
  - mod_gnutls (experimental)
  - mod_nss (experimental)
- TLS OCSP stapling
  (except mbedTLS; not currently supported by mbedTLS)
- TLS session ticket key rotation control
  (except NSS; API limitation in NSS)
- mod_deflate brotli support

    [62 lines not shown]
DeltaFile
+9-18www/lighttpd/patches/patch-doc_config_lighttpd.conf
+0-21www/lighttpd/patches/patch-src_mod__webdav.c
+13-4www/lighttpd/options.mk
+7-8www/lighttpd/distinfo
+3-3www/lighttpd/PLIST
+3-3www/lighttpd/patches/patch-doc_lighttpd.8
+35-571 files not shown
+37-607 files

Dreckly/dreckly 374e2a6www/lighttpd distinfo PLIST, www/lighttpd/patches patch-doc_config_lighttpd.conf

lighttpd: Update to 1.4.54.

pkgsrc changes:

Replace use of legacy GeoIP library with libmaxminddb.
Uses a different module.

Changes:

Highlights
behavior change: strict URL parsing and normalization (configurable)
behavior change: mod_webdav now rejects partial PUT (configurable)
mod_auth: HTTP Auth Digest algorithm=SHA-256
mod_webdav: major rewrite: robustness, performance, RFC compliance
mod_maxminddb: new; obsoletes discontinued mod_geoip

Changes from 1.4.53
[mod_evhost] handle IPv6 literal addr; add tests
[core] separate server_main_loop() func, mark hot

    [145 lines not shown]
DeltaFile
+7-7www/lighttpd/patches/patch-doc_config_lighttpd.conf
+6-6www/lighttpd/distinfo
+4-2www/lighttpd/PLIST
+3-3www/lighttpd/options.mk
+2-3www/lighttpd/Makefile
+22-215 files

Dreckly/dreckly 68208abwww/lighttpd Makefile distinfo, www/lighttpd/patches patch-doc_config_lighttpd.conf

Replace hardcoded paths with variables
DeltaFile
+24-5www/lighttpd/patches/patch-doc_config_lighttpd.conf
+6-2www/lighttpd/Makefile
+2-2www/lighttpd/distinfo
+32-93 files

Dreckly/dreckly febbac9www/lighttpd distinfo Makefile, www/lighttpd/patches patch-doc_config_lighttpd.conf

Update to 1.4.37
----------------
- 1.4.37
  * [mod_proxy] remove debug log line from error log (fixes #2659)
  * [mod_dirlisting] fix dir-listing.set-footer not showing
  * fix out-of-filedescriptors when uploading "large" files (fixes #2660, thx rmilecki)
  * increase upload temporary chunk file size from 1MB to 16MB
  * fix undefined integer shift
  * rewrite network sendfile/mmap/writev/write backends
  * fix some unchecked return value warnings
  * [kqueue] fix kevent call
  * [autoconf] define HAVE_CRYPT when crypt() is present
  * [bsd xattr] fix compile break with BSD extended attributes in stat_cache
  * [mod_cgi] rewrite mmap and generic (post body) send error handling
  * [mmap] fix mmap alignment
  * [plugins] when modules are linked statically still only load the modules given in the config
  * [mmap] handle SIGBUS in network; those get triggered if the file gets smaller during reading
  * fix some warnings found by coverity ("leak" in setup phase, not catching too long unix socket paths in mod_proxy)
DeltaFile
+6-6www/lighttpd/patches/patch-doc_config_lighttpd.conf
+5-5www/lighttpd/distinfo
+2-2www/lighttpd/Makefile
+13-133 files

Dreckly/dreckly bc8e44bwww/lighttpd distinfo Makefile, www/lighttpd/patches patch-src_fdevent_poll.c patch-doc_config_lighttpd.conf

Changes 1.4.34:
* [mod_auth] explicitly link ssl for SHA1 (fixes 2517)
* [mod_extforward] fix compilation without IPv6, (not) using undefined var (fixes 2515, thx mm)
* [ssl] fix SNI handling; only use key+cert from SNI specific config (fixes 2525, CVE-2013-4508)
* [doc] update ssl.cipher-list recommendation
* [stat-cache] FAM: fix use after free (CVE-2013-4560)
* [stat-cache] fix FAM cleanup/fdevent handling
* [core] check success of setuid,setgid,setgroups (CVE-2013-4559)
* [ssl] fix regression from CVE-2013-4508 (client-cert sessions were broken)
* maintain physical.basedir (the "acting" doc-root as prefix of physical.path) in more places
* [core] decode URL before rewrite, enabling it to work in $HTTP["url"] conditionals (fixes 2526)
* [auto* build] remove -no-undefined from linker flags, as we actually link modules with undefined symbols (fixes 2533)
* [mod_mysql_vhost] fix memory leak on config init (2530)
* [mod_webdav] fix fd leak found with parfait (fixes 2530, thx kukackajiri)
DeltaFile
+15-0www/lighttpd/patches/patch-src_fdevent_poll.c
+6-5www/lighttpd/distinfo
+2-2www/lighttpd/Makefile
+2-1www/lighttpd/patches/patch-doc_config_lighttpd.conf
+25-84 files

Dreckly/dreckly bbabcc0www/lighttpd Makefile distinfo, www/lighttpd/patches patch-doc_config_lighttpd.conf patch-aa

Update www/lighttpd to 1.4.31.

Changes from 1.4.30
- [ssl] fix segfault in counting renegotiations for openssl versions
  without TLSEXT/SNI (thx carpii for reporting)
- Move fdevent subsystem includes to implementation files to reduce
  conflicts (fixes #2373)
- [mod_compress] fix handling if etags are disabled but cache-dir
  is set - may lead to double response
- disable mmap by default (fixes #2391)
- buffer_caseless_compare: always convert letters to lowercase to get
  transitive results, fixing array lookups (fixes #2405)
- Fix handling of empty header list entries in http_request_split_value,
  fixing invalid read in valgrind (fixes #2413)
- Fix access log escaping of " and \\ (fixes #1551)
- [mod_auth] Fix digest "md5-sess" implementation (Errata ID 1649,
  RFC 2617) (fixes #2410)
- [auth] Add "AUTH_TYPE" environment (for * cgi), remove fastcgi specific
  workaround, add fastcgi test case (fixes #889)

    [25 lines not shown]
DeltaFile
+49-0www/lighttpd/patches/patch-doc_config_lighttpd.conf
+21-3www/lighttpd/Makefile
+0-15www/lighttpd/patches/patch-aa
+5-5www/lighttpd/distinfo
+75-234 files