Wed Mar 13 15:56:34 2024 UTC (74d)
lighttpd: update to 1.4.75. Changes:

* [mod_redirect] url.redirect-code = 308 new default
* [ls-hpack] more portability fixes for sys/queue.h
* [ls-hpack] update version to 2.3.3
* [TLS] default to stronger ciphers w/ PFS and AEAD
* [ci] apt-get install build-essential on Ubuntu
* [ci] /usr/local/opt keg-only pkgs on Darwin(macOS)
* [mod_authn_sasl] translate SASL_LOG_* to syslog
* [build] include src/compat/sys/queue.h in tarball
* [core] fdlog_openlog(), fdlog_closelog()
* [mod_accesslog] fdlog_openlog() if using syslog
* [cmake] fix LEMON_PATH with empty CMAKE_BUILD_TYPE
* [ci] limit github ci to specific branches
* [ci] prefer non-login shell for Cygwin CI build
* [ci] prefer dash for Cygwin and MSYS2 builds
* [mod_wstunnel] fix server.ping-interval w/ HTTP/2
* [mod_dirlisting] fix suffix display of '/' on file (fixes #3242)
* [mod_openssl] use internal asn1_time fn on 32-bit (fixes #3244)
* [mod_openssl] faster ASN1_TIME parse
* [mod_wolfssl] faster ASN1_TIME parse
* [doc] update TLS comment in sample lighttpd.conf


(schmonz)
diff -r1.127 -r1.128 pkgsrc/www/lighttpd/Makefile
diff -r1.81 -r1.82 pkgsrc/www/lighttpd/distinfo
diff -r1.2 -r0 pkgsrc/www/lighttpd/patches/patch-src_ls-hpack_lshpack.h
Thu Mar 14 00:56:34 2024
Thu Jan 1 09:00:00 1970
pkgsrc/www/lighttpd/patches/patch-src_ls-hpack_lshpack.h,v

anoncvs not yet been updated

cvs diff -r1.127 -r1.128 pkgsrc/www/lighttpd/Makefile (expand / switch to unified diff)

--- pkgsrc/www/lighttpd/Makefile 2024/02/21 21:32:13 1.127
+++ pkgsrc/www/lighttpd/Makefile 2024/03/13 15:56:33 1.128
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.127 2024/02/21 21:32:13 schmonz Exp $ 1# $NetBSD: Makefile,v 1.128 2024/03/13 15:56:33 schmonz Exp $
2 2
3DISTNAME= lighttpd-1.4.74 3DISTNAME= lighttpd-1.4.75
4CATEGORIES= www 4CATEGORIES= www
5MASTER_SITES= https://download.lighttpd.net/lighttpd/releases-1.4.x/ 5MASTER_SITES= https://download.lighttpd.net/lighttpd/releases-1.4.x/
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.lighttpd.net/ 9HOMEPAGE= https://www.lighttpd.net/
10COMMENT= Fast, light-footprint HTTP server 10COMMENT= Fast, light-footprint HTTP server
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14SHLIBTOOL_OVERRIDE= # empty 14SHLIBTOOL_OVERRIDE= # empty
15USE_TOOLS+= pkg-config perl:test 15USE_TOOLS+= pkg-config perl:test
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes

cvs diff -r1.81 -r1.82 pkgsrc/www/lighttpd/distinfo (expand / switch to unified diff)

--- pkgsrc/www/lighttpd/distinfo 2024/02/29 18:42:29 1.81
+++ pkgsrc/www/lighttpd/distinfo 2024/03/13 15:56:33 1.82
@@ -1,8 +1,7 @@ @@ -1,8 +1,7 @@
1$NetBSD: distinfo,v 1.81 2024/02/29 18:42:29 schmonz Exp $ 1$NetBSD: distinfo,v 1.82 2024/03/13 15:56:33 schmonz Exp $
2 2
3BLAKE2s (lighttpd-1.4.74.tar.xz) = b674d61d6b12e18d9a78f7e7db5a8b116b62a8d213ef1e808e0d082e4a10883d 3BLAKE2s (lighttpd-1.4.75.tar.xz) = 661b8886c0d5db546393bbabffbc589c8a204b5db9ad6ed4e383c5c221fd5ce0
4SHA512 (lighttpd-1.4.74.tar.xz) = 96ae90885898ec0a13441f135209a1e7c447b74b1dfbc16e75bdabcba30a4a4dd26878c205feed7f78311bcbc81b54602635cc0a64ea7fb8fe5e081f136fae2d 4SHA512 (lighttpd-1.4.75.tar.xz) = 2066ad3e9eeaed4179bd6d3a2becc4ed57d6b00cbdd729a3c0d9a7276ee9c7906c9f1274f4def696d5ef0e662158ea13eb7ecb8e107cac5519ac98a83cf9d7ef
5Size (lighttpd-1.4.74.tar.xz) = 1098796 bytes 5Size (lighttpd-1.4.75.tar.xz) = 1102080 bytes
6SHA1 (patch-doc_config_lighttpd.conf) = 50f9529ea7ecfae741ca47f0514175dbf1aa52d9 6SHA1 (patch-doc_config_lighttpd.conf) = 50f9529ea7ecfae741ca47f0514175dbf1aa52d9
7SHA1 (patch-doc_lighttpd.8) = e08ac362784aebaca566d0f65380b70a829d6b4e 7SHA1 (patch-doc_lighttpd.8) = e08ac362784aebaca566d0f65380b70a829d6b4e
8SHA1 (patch-src_ls-hpack_lshpack.h) = caafa73634b4d1a16e496992802e8e6a04a02f44 

File Deleted: pkgsrc/www/lighttpd/patches/patch-src_ls-hpack_lshpack.h