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 Oct 31 15:13:12 UTC 2023

Modified Files:
        pkgsrc/www/lighttpd: Makefile distinfo

Log Message:
lighttpd: update to 1.4.73.

>From the changelog:

* [core] add .mkv to mimetype.assign builtin defaults
* [core] warn if out-of-range value for config short
* [mod_openssl] set default curves for ossl < 1.1.0
* [mod_h2] parse HEADERS flags sooner
* [mod_h2] check send window before defer frame rd
* [mod_h2] send GOAWAY to excessive request flood
* [mod_h2] h2_parse_headers_frame() adjust args
* [mod_h2] h2_recv_headers() parse trailers earlier
* [mod_h2] discard new streams after GOAWAY sent
* [mod_h2] h2_discard_headers() to HPACK-decode hdrs
* [core] parse entire server.http-parseopts list
* [mod_wstunnel] Sec-WebSocket-Protocol only if req hdr
* [mod_h2] disable h2proto if mod_h2 was not found
* [core] omit dlopen trace for mod_h2, mod_deflate
* [mod_h2] defer input parsing if large output queue
* [mod_h2] defer frame handling if stream pend close
* [mod_h2] detect and log HTTP/2 rapid reset attack
* [core] honor MBEDTLS_USE_PSA_CRYPTO for hash,rand
* [mod_mbedtls] honor MBEDTLS_USE_PSA_CRYPTO for rand
* [core] comment out li_rand_bytes() (unused)
* [mod_mbedtls] handle mbedtls 3.x partial write
* [mod_openssl] warn if openssl version < 3.0.0
* [mod_openssl] include openssl/hmac.h for boringssl


To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 pkgsrc/www/lighttpd/Makefile
cvs rdiff -u -r1.78 -r1.79 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.124 pkgsrc/www/lighttpd/Makefile:1.125
--- pkgsrc/www/lighttpd/Makefile:1.124  Tue Oct 24 22:11:29 2023
+++ pkgsrc/www/lighttpd/Makefile        Tue Oct 31 15:13:12 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.124 2023/10/24 22:11:29 wiz Exp $
+# $NetBSD: Makefile,v 1.125 2023/10/31 15:13:12 schmonz Exp $
 
-DISTNAME=      lighttpd-1.4.72
-PKGREVISION=   1
+DISTNAME=      lighttpd-1.4.73
 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.78 pkgsrc/www/lighttpd/distinfo:1.79
--- pkgsrc/www/lighttpd/distinfo:1.78   Sun Oct  8 17:46:08 2023
+++ pkgsrc/www/lighttpd/distinfo        Tue Oct 31 15:13:12 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.78 2023/10/08 17:46:08 schmonz Exp $
+$NetBSD: distinfo,v 1.79 2023/10/31 15:13:12 schmonz Exp $
 
-BLAKE2s (lighttpd-1.4.72.tar.xz) = fc9d0529d722cec31b02598ef1e4a2b31feec1e509fcca16e5ef86c6b6710963
-SHA512 (lighttpd-1.4.72.tar.xz) = 5becb57915e3548a1b9b980014be22b3c08dcf0e9be524f9cd0093886aaf6d00b20986e8b1fb10ecdbdffd8e42dd18e4a227b03d562c91bef9490ea6d5c480e3
-Size (lighttpd-1.4.72.tar.xz) = 1083676 bytes
+BLAKE2s (lighttpd-1.4.73.tar.xz) = 45ea148628556cb0b69e5cc89efd01e2ca1d6142b79ea31a6a0ba53c7608702c
+SHA512 (lighttpd-1.4.73.tar.xz) = ee41a72b09614d630174ef832b08c050708f62c0b6299e82b0a5f91a63d62702d31237ae5bb1850f0160b94e36a66af38a2d7abdaa920235265d416d2b0b4015
+Size (lighttpd-1.4.73.tar.xz) = 1086680 bytes
 SHA1 (patch-doc_config_lighttpd.conf) = 50f9529ea7ecfae741ca47f0514175dbf1aa52d9
 SHA1 (patch-doc_lighttpd.8) = e08ac362784aebaca566d0f65380b70a829d6b4e



Home | Main Index | Thread Index | Old Index