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:           Tue Aug  9 14:19:22 UTC 2022

Modified Files:
        pkgsrc/www/lighttpd: Makefile distinfo

Log Message:
Update to 1.4.66. From the changelog:

* [core] h2: optim: send window update in 16k units
* [mod_magnet] reset for http-response-send-file
* [multiple] fix json encoding
* [core] buffer_append_bs_escaped_json()
* [autoconf] update ax_prog_cc_for_build.m4
* [doc] add libdeflate to INSTALL
* [mod_webdav] cold func if xml reqbody w/o db conf
* [mod_webdav] check reqbody Content-Type is XML
* [doc] more consistent use of vars in examples
* [core] do not load indexfile, dirlisting if unused
* [mod_dirlisting] send ETag, Cache-Control w/ cache
* [mod_openssl] compile compat w/ openssl < 1.1.0
* [mod_webdav] webdav_reqbody_type_xml() fixes
* [core] clarify server.username = "root" error msg
* [mod_wolfssl] compat with older wolfssl versions
* [core] fix li_base64_dec() on whitespace
* [core] perf tweak buffer_eq_icase_ssn()
* [mod_deflate] fix use of libdeflate for files>128k (fixes #3161)
* [core] fix buffer_substr_replace() extend (fixes #3160)
* [mod_webdav] build with Android NDK
* [core] check r->http_status before handling Range
* [core] preprocessor option to force crypto lib
* [core] fix SIGUSR1 graceful restart w/ TLS (fixes #3164)
* [mod_authn_gssapi] warn if no confidentiality flag (fixes #3163)
* [mod_wstunnel] fix crash with bad hybivers (fixes #3165)
* [core] perf: adjust max h2 stream send increment
* [core] fix HTTP/2 downloads >= 4GiB (fixes #3166)


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 pkgsrc/www/lighttpd/Makefile
cvs rdiff -u -r1.71 -r1.72 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.112 pkgsrc/www/lighttpd/Makefile:1.113
--- pkgsrc/www/lighttpd/Makefile:1.112  Tue Jun 28 11:37:06 2022
+++ pkgsrc/www/lighttpd/Makefile        Tue Aug  9 14:19:22 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.112 2022/06/28 11:37:06 wiz Exp $
+# $NetBSD: Makefile,v 1.113 2022/08/09 14:19:22 schmonz Exp $
 
-DISTNAME=      lighttpd-1.4.65
-PKGREVISION=   1
+DISTNAME=      lighttpd-1.4.66
 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.71 pkgsrc/www/lighttpd/distinfo:1.72
--- pkgsrc/www/lighttpd/distinfo:1.71   Mon Jun 13 15:34:54 2022
+++ pkgsrc/www/lighttpd/distinfo        Tue Aug  9 14:19:22 2022
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.71 2022/06/13 15:34:54 schmonz Exp $
+$NetBSD: distinfo,v 1.72 2022/08/09 14:19:22 schmonz Exp $
 
-BLAKE2s (lighttpd-1.4.65.tar.xz) = 3da5627d365b5bdc09d78537ba20df37451881947ada2ec7c210dd38bcd995c3
-SHA512 (lighttpd-1.4.65.tar.xz) = e9ecb3e99dd5cd0efbf98cfc937f0cfcfafe712ab0e6c11f9cdee936c508820cd8de06ef03d2f888dab19a842eebae342a83818e601dd21094f154832acb69ec
-Size (lighttpd-1.4.65.tar.xz) = 1033568 bytes
+BLAKE2s (lighttpd-1.4.66.tar.xz) = f4b55ea62e91797ba87e32ee805d2cc81f8d7078d21bd5510c1921df70d52077
+SHA512 (lighttpd-1.4.66.tar.xz) = 6d4ae1faa0ebc3115b7ad4fc84ccdd476ca71ee701d115c1a320f525c6c3ce884b48af38f65e4f1c012b4d0936755925b16f8d37aad810a286b2349c27f47567
+Size (lighttpd-1.4.66.tar.xz) = 1039520 bytes
 SHA1 (patch-doc_config_lighttpd.conf) = 50f9529ea7ecfae741ca47f0514175dbf1aa52d9
 SHA1 (patch-doc_lighttpd.8) = e08ac362784aebaca566d0f65380b70a829d6b4e



Home | Main Index | Thread Index | Old Index