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: Sun Mar 23 00:28:55 UTC 2025
Modified Files:
pkgsrc/www/lighttpd: Makefile distinfo
Log Message:
lighttpd: update to 1.4.78. Changes:
* [core] comment about _WIN32 security dangers
* [core] allow POST w/o Content-Length for HTTP/2 (#3273)
* [mod_ssi] fix #exec (fixes #3275)
* [multiple] address warnings for *unsigned* time_t
* [multiple] add missing includes
* [ls-hpack] adjust misplaced macro
* [doc] add Documentation key to lighttpd.service
* [mod_mbedtls] fix ssl.verifyclient.ca-crl-file
* [doc] create-mime.conf.pl warn missing mime.types
* [mod_wolfssl] limit default curves to avail curves
* [mod_mbedtls] limit default curves to avail curves
* [mod_openssl] fix preproc syntax error (fixes #3277)
* [autotools] adjust build with wolfssl crypto
* [mod_mbedtls] check/reload crt,pkey,crl each 64sec
* [mod_wolfssl] use wolfSSL_CTX_set_cert_cb()
* [mod_wolfssl] check/reload crt,pkey,crl each 64sec
* [mod_openssl] check/reload crt,pkey,crl each 64sec
* [mod_nss] check/reload crt,pkey,crl each 64sec
* [mod_gnutls] check/reload crt,pkey,crl each 64sec
* [TLS] remove hctx->tmp_buf use from acme-tls/1
* [mod_wolfssl] adjust module spelling in config err
* [core] _WIN32 cast size_t to DWORD for WSASend()
* [mod_mbedtls] mbedtls 4.x mbedtls_ssl_ticket_setup
* [mod_mbedtls] mbedtls 4.x removes DHE-RSA key exch
* [mod_accesslog] quiet unused var on Windows warning
* [mod_openssl] fix type mismatch fn run w/ libressl
* [mod_gnutls] free kp if cert chain invalid
* [cmake] use execute_process()
* [core] _WIN32: cast fd to SOCKET for FD_SET,FD_CLR
* [mod_openssl] reload CRLs for openssl >= 1.1.0
* [multiple] check EAGAIN and EWOULDBLOCK, if diff
* [mod_dirlisting] Fix off-by-one error in date conversion for sorting on mtime
* [mod_dirlisting] Swap A(scending) and D(escending) values (A=0, D=1)
* [mod_dirlisting] fix JS date sorting (fixes #3279)
* [core] yield after HTTP/1.x response end
* [meson] set default buildtype=debugoptimized
Updating this leaf package during the freeze for security and bug fixes.
Build-tested on NetBSD and macOS.
To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 pkgsrc/www/lighttpd/Makefile
cvs rdiff -u -r1.84 -r1.85 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.135 pkgsrc/www/lighttpd/Makefile:1.136
--- pkgsrc/www/lighttpd/Makefile:1.135 Fri Jan 10 21:29:37 2025
+++ pkgsrc/www/lighttpd/Makefile Sun Mar 23 00:28:55 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.135 2025/01/10 21:29:37 schmonz Exp $
+# $NetBSD: Makefile,v 1.136 2025/03/23 00:28:55 schmonz Exp $
-DISTNAME= lighttpd-1.4.77
+DISTNAME= lighttpd-1.4.78
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.84 pkgsrc/www/lighttpd/distinfo:1.85
--- pkgsrc/www/lighttpd/distinfo:1.84 Fri Jan 10 21:29:37 2025
+++ pkgsrc/www/lighttpd/distinfo Sun Mar 23 00:28:55 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.84 2025/01/10 21:29:37 schmonz Exp $
+$NetBSD: distinfo,v 1.85 2025/03/23 00:28:55 schmonz Exp $
-BLAKE2s (lighttpd-1.4.77.tar.xz) = 202ffc3682bffe837f43981495abd04a9f458465ac84afe323c0475640364f42
-SHA512 (lighttpd-1.4.77.tar.xz) = 696fd4fd8486a6c3fd1131c7e8a935a02b5384882b74ddc19bf79d085e2a0abed9184a30f97e3a7aafb816d3589e110e8d70115daa15cdc52cf61aa4129e3565
-Size (lighttpd-1.4.77.tar.xz) = 857872 bytes
+BLAKE2s (lighttpd-1.4.78.tar.xz) = 441f6a6382d3274e3aab252ccb2c1d4b4e78c567b6991fe58d3d61aa5544b2a5
+SHA512 (lighttpd-1.4.78.tar.xz) = 40559e676da38b7b4742d7140ab1afe6b69a10ececc5ab1e18c1ea0e4b1c3f13f8058e8e005cbad3df8c008b6b80511afbd0bde9c8094848f3db4d5a29961181
+Size (lighttpd-1.4.78.tar.xz) = 863668 bytes
SHA1 (patch-doc_config_lighttpd.annotated.conf) = 7c0816955231964b01b8458890df344b71ef8abd
SHA1 (patch-doc_lighttpd.8) = e08ac362784aebaca566d0f65380b70a829d6b4e
Home |
Main Index |
Thread Index |
Old Index