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:           Fri Sep 12 19:23:02 UTC 2025

Modified Files:
        pkgsrc/www/lighttpd: Makefile distinfo

Log Message:
lighttpd: update to 1.4.82. Changes:

* [core] restrict request trailers to configured list
* [core] fix logic inversion in "toupper:" modifier
* [mod_redirect,mod_rewrite] ${url.authority.noport} token
* [cmake,mod_mbedtls] mbedx509 mbedcrypto order
* [mod_mbedtls] psa_crypto_init() for MBEDTLS_USE_PSA_CRYPTO (fixes #3288)
* [build] mod_mbedtls: use tfpsacrypto if found
* [core] avoid chunk mem reallocation on read/recv


To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 pkgsrc/www/lighttpd/Makefile
cvs rdiff -u -r1.88 -r1.89 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.140 pkgsrc/www/lighttpd/Makefile:1.141
--- pkgsrc/www/lighttpd/Makefile:1.140  Mon Aug 18 02:49:07 2025
+++ pkgsrc/www/lighttpd/Makefile        Fri Sep 12 19:23:02 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.140 2025/08/18 02:49:07 schmonz Exp $
+# $NetBSD: Makefile,v 1.141 2025/09/12 19:23:02 schmonz Exp $
 
-DISTNAME=      lighttpd-1.4.81
+DISTNAME=      lighttpd-1.4.82
 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.88 pkgsrc/www/lighttpd/distinfo:1.89
--- pkgsrc/www/lighttpd/distinfo:1.88   Mon Aug 18 02:49:07 2025
+++ pkgsrc/www/lighttpd/distinfo        Fri Sep 12 19:23:02 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.88 2025/08/18 02:49:07 schmonz Exp $
+$NetBSD: distinfo,v 1.89 2025/09/12 19:23:02 schmonz Exp $
 
-BLAKE2s (lighttpd-1.4.81.tar.xz) = 098ec5dc2c5de3e96a1df2bf5f7a4b125f1cf309726c00cb3436bc7675279e37
-SHA512 (lighttpd-1.4.81.tar.xz) = 10c24b1c1ce1aa1d826a426868223393eb81d7c0fbcc0b4f032b082a14593e0364228a5275e1440ed8782a2e78f0ded7cf72bc6642e5528bc82defcefab9301b
-Size (lighttpd-1.4.81.tar.xz) = 882560 bytes
+BLAKE2s (lighttpd-1.4.82.tar.xz) = 65af4c4f53e93e704c1b83466b4253c355bc2a2ae87621fa978c005967c44b2f
+SHA512 (lighttpd-1.4.82.tar.xz) = a8ced6e61b6768d31fb643c1f75af906ee975000286a9a522415571878c7979fd9e5e39f36871e8f34f6ca5d3702fa4b20a0c1203b57ba446dae2dbb6efa71b4
+Size (lighttpd-1.4.82.tar.xz) = 883352 bytes
 SHA1 (patch-doc_config_lighttpd.annotated.conf) = f987b208cac0d24f24e8aa03c268556029d6e184
 SHA1 (patch-doc_lighttpd.8) = 217166e0f0d0e64a2161e6db4d593c386b7c386a



Home | Main Index | Thread Index | Old Index