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:   schmonz
Date:           Thu Dec 17 10:38:13 UTC 2020

Modified Files:
        pkgsrc/www/lighttpd: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/www/lighttpd/Makefile
cvs rdiff -u -r1.58 -r1.59 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.93 pkgsrc/www/lighttpd/Makefile:1.94
--- pkgsrc/www/lighttpd/Makefile:1.93   Tue Dec  1 09:44:12 2020
+++ pkgsrc/www/lighttpd/Makefile        Thu Dec 17 10:38:13 2020
@@ -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

Index: pkgsrc/www/lighttpd/distinfo
diff -u pkgsrc/www/lighttpd/distinfo:1.58 pkgsrc/www/lighttpd/distinfo:1.59
--- pkgsrc/www/lighttpd/distinfo:1.58   Mon Dec  7 15:12:15 2020
+++ pkgsrc/www/lighttpd/distinfo        Thu Dec 17 10:38:13 2020
@@ -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



Home | Main Index | Thread Index | Old Index