diff options
author | schmonz <schmonz@pkgsrc.org> | 2020-12-17 10:38:13 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2020-12-17 10:38:13 +0000 |
commit | 9fd8c200183acfc9b9c8c3e002fcc703e630d692 (patch) | |
tree | 214253ac50e0a71fe746a47d55ef2cc9b701d4c7 /www/lighttpd | |
parent | dc200a8939672feadd187fc65e233a78362f8c65 (diff) | |
download | pkgsrc-9fd8c200183acfc9b9c8c3e002fcc703e630d692.tar.gz |
Update to 1.4.57. From the changelog:
- [core] attempt to quiet some coverity warnings
- [mod_webdav] compile fix for Mac OSX/11
- [core] handle U+00A0 in config parser
- [core] fix lighttpd -1 one-shot with pipes
- [core] quiet start/shutdown trace in one-shot mode
- [core] allow keep-alives in one-shot mode (#3042)
- [mod_webdav] define _ATFILE_SOURCE if AT_FDCWD
- [core] setsockopt IPV6_V6ONLY if server.v4mapped
- [build] fix meson.build when building all TLS mods
- [core] prefer inet_aton() over inet_addr()
- [build] fix SCons build when building all TLS mods
- [core] add missing mod_wolfssl to ssl compat list
- [mod_openssl] remove ancient preprocessor logic
- [core] SHA512_Init, SHA512_Update, SHA512_Final
- [mod_wolfssl] add complex preproc logic for SNI
- [core] wrap a macro value with parens
- [core] fix handling chunked response from backend (fixes #3044)
- [core] always set file.fd = -1 on FILE_CHUNK reset (fixes #3044)
- [core] skip some trace if backend Upgrade (#3044)
- [TLS] cert-staple.sh POSIX sh compat (fixes #3043)
- [core] portability fix if st_mtime not defined
- [mod_nss] portability fix
- [core] warn if mod_authn_file needed in conf
- [core] fix chunked decoding from backend (fixes #3044)
- [core] reject excess data after chunked encoding (#3046)
- [core] track chunked encoding state from backend (fixes #3046)
- [core] li_restricted_strtoint64()
- [core] track Content-Length from backend (fixes #3046)
- [core] enhance config parsing debugging (#3047)
- [core] reorder srv->config_context to match ndx (fixes #3047)
- [mod_proxy] proxy.header = ("force-http10" => ...)
- [mod_authn_ldap] fix crash (fixes #3048)
- [mod_authn_ldap, mod_vhostdb_ldap] default cafile
- [core] fix array_copy_array() sorted[]
- [multiple] replace fall through comment with attr
- [core] fix crash printing trace if backend is down
- [core] fix decoding chunked from backend (fixes #3049)
- [core] attempt to quiet some coverity warnings
Diffstat (limited to 'www/lighttpd')
-rw-r--r-- | www/lighttpd/Makefile | 5 | ||||
-rw-r--r-- | www/lighttpd/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index f9ea11372f1..93282dc8b96 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.93 2020/12/01 09:44:12 schmonz Exp $ +# $NetBSD: Makefile,v 1.94 2020/12/17 10:38:13 schmonz Exp $ -DISTNAME= lighttpd-1.4.56 -PKGREVISION= 1 +DISTNAME= lighttpd-1.4.57 CATEGORIES= www MASTER_SITES= https://download.lighttpd.net/lighttpd/releases-1.4.x/ EXTRACT_SUFX= .tar.xz diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo index 51e90a45ea3..b9597c4e771 100644 --- a/www/lighttpd/distinfo +++ b/www/lighttpd/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.58 2020/12/07 15:12:15 schmonz Exp $ +$NetBSD: distinfo,v 1.59 2020/12/17 10:38:13 schmonz Exp $ -SHA1 (lighttpd-1.4.56.tar.xz) = a7fab18c02dd1216c623cdb2638f03fbf1603d18 -RMD160 (lighttpd-1.4.56.tar.xz) = 00156633a387692dce7b7853fb36bdab0cec92dd -SHA512 (lighttpd-1.4.56.tar.xz) = de4a00108f007c924e9263ae9dea99a37b7f263246e0314945cdd8313205a268ef5c77f164bd62647b10baf0adea578caeb70fd713365243d4ba200ca8ccf81f -Size (lighttpd-1.4.56.tar.xz) = 952200 bytes +SHA1 (lighttpd-1.4.57.tar.xz) = f01e21b5f3d2b6d06f6475886c298d7ae81937d4 +RMD160 (lighttpd-1.4.57.tar.xz) = 31fde8fcc7492ea204b9b4ce15d54dedf8821ed4 +SHA512 (lighttpd-1.4.57.tar.xz) = d6b04b8c75674241e5606305ad34f61941f4bb26f635aa73375c13dbacdccea1415e3aece42ffb32f0c11e0da891459cc4d845a8d4679d357271193657e28567 +Size (lighttpd-1.4.57.tar.xz) = 954152 bytes SHA1 (patch-doc_config_lighttpd.conf) = 32a4b6bd32f88d05dd75f65de6ec57b203c37d8b SHA1 (patch-doc_lighttpd.8) = e08ac362784aebaca566d0f65380b70a829d6b4e |