Sat Feb 11 01:47:31 2023 UTC ()
Update to 1.4.69. From the changelog:

* [meson] remove t/test_mod_evasive.c
* [doc] remove references to removed modules
* [cmake] add doc/CMakeLists.txt to dist tar ball (#3181)
* [meson] add meson.build to install man pages (fixes #3181)
* [meson] fix typo in sbindir
* [core] update ls-hpack
* [cmake] remove -I/usr/include/mysql for mysql.h (#3181)
* [cmake] add -DWITH_LUA_VERSION= to specify lua ver (#3181)
* [cmake] use mysql_config cflags and ldflags (#3181)
* [cmake] do not link with fam if inotify or kqueue
* [TLS] fix spurious warning trace (fixes #3182)
* [multiple] codespell: correct spelling in comments
* [multiple] spelling: github action check-spelling
* [lemon] upgrade LEMON parser to SQLite maint ver
* [build] modify arguments to updated LEMON parser
* [core] build configparser.y w/ -Werror workarounds
* [lemon] fix -Wpendantic warnings for bad casts
* [core] avoid accept4() on ARM unless detected
* [cmake] use CMAKE_CURRENT_SOURCE_DIR
* [cmake] SERVER_SRC variable
* [multiple] quiet some coverity false positives
* [cmake] use LIGHTTPD_MODULES_DIR as relative path (fixes #3185)
* [core] add missed h2 state transition (fixes #3186)
* [core] remove cygwin O_NOFOLLOW workaround
* [multiple] clang -Wstrict-prototypes for C2x
* [core] reset SIGUSR1 to SIG_DFL before execve()
* [mod_webdav] modify OPTIONS response if no db cfg
* [mod_webdav] MOD_WEBDAV_BUILD_MINIMAL preproc opt
* [core] pass fdn to fdevent_sched_close,_unregister
* [core] disable sendfile() on TARGET_OS_IPHONE
* [core] iOS does not provide netinet/tcp_fsm.h
* [core] move headers to help isolate fdevent layer
* [core] avoid select() FD_ISSET repeat on active fds
* [core] gw_backend more precise backend env alloc
* [core] fdevent_poll_poll avoid potential race
* [tests] quickly exit tests/request.t if GET / fail
* [tests] adjust outdated opt in tests/lighttpd.conf
* [autotools] add mod_evhost to static build list
* [autotools] skip modules build if LIGHTTPD_STATIC
* [mod_cgi] cygwin supports CGI file I/O redirection
* [mod_dirlisting] use fdevent_rename() wrapper
* [core] path-info in debug trace may be unset
* [core] reset path-info for cgi.local-redir
* [autotools] fix typo in -I used --with-pcre2=/path (fixes #3190)
* [mod_webdav] send 409 Conflict if PUT miss parent
* [core] fix HTTP/2 HEADERS frame parsing bug
* [core] remove extra HTTP/2 HEADERS frame len check


(schmonz)
diff -r1.118 -r1.119 pkgsrc/www/lighttpd/Makefile
diff -r1.26 -r1.27 pkgsrc/www/lighttpd/PLIST
diff -r1.74 -r1.75 pkgsrc/www/lighttpd/distinfo

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

--- pkgsrc/www/lighttpd/Makefile 2023/01/04 09:37:37 1.118
+++ pkgsrc/www/lighttpd/Makefile 2023/02/11 01:47:30 1.119
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.118 2023/01/04 09:37:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.119 2023/02/11 01:47:30 schmonz Exp $
2 2
3DISTNAME= lighttpd-1.4.68 3DISTNAME= lighttpd-1.4.69
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.26 -r1.27 pkgsrc/www/lighttpd/PLIST (expand / switch to unified diff)

--- pkgsrc/www/lighttpd/PLIST 2023/01/04 09:37:37 1.26
+++ pkgsrc/www/lighttpd/PLIST 2023/02/11 01:47:30 1.27
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.26 2023/01/04 09:37:37 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.27 2023/02/11 01:47:30 schmonz Exp $
2lib/lighttpd/mod_access.la 2lib/lighttpd/mod_access.la
3lib/lighttpd/mod_accesslog.la 3lib/lighttpd/mod_accesslog.la
4lib/lighttpd/mod_ajp13.la 4lib/lighttpd/mod_ajp13.la
5lib/lighttpd/mod_alias.la 5lib/lighttpd/mod_alias.la
6lib/lighttpd/mod_auth.la 6lib/lighttpd/mod_auth.la
7${PLIST.libdbi}lib/lighttpd/mod_authn_dbi.la 7${PLIST.libdbi}lib/lighttpd/mod_authn_dbi.la
8lib/lighttpd/mod_authn_file.la 8lib/lighttpd/mod_authn_file.la
9${PLIST.gssapi}lib/lighttpd/mod_authn_gssapi.la 9${PLIST.gssapi}lib/lighttpd/mod_authn_gssapi.la
10${PLIST.ldap}lib/lighttpd/mod_authn_ldap.la 10${PLIST.ldap}lib/lighttpd/mod_authn_ldap.la
11lib/lighttpd/mod_cgi.la 11lib/lighttpd/mod_cgi.la
12lib/lighttpd/mod_deflate.la 12lib/lighttpd/mod_deflate.la
13lib/lighttpd/mod_dirlisting.la 13lib/lighttpd/mod_dirlisting.la
14lib/lighttpd/mod_evhost.la 14lib/lighttpd/mod_evhost.la
@@ -60,27 +60,26 @@ share/doc/lighttpd/fastcgi-state.dot @@ -60,27 +60,26 @@ share/doc/lighttpd/fastcgi-state.dot
60share/doc/lighttpd/fastcgi-state.txt 60share/doc/lighttpd/fastcgi-state.txt
61share/doc/lighttpd/fastcgi.txt 61share/doc/lighttpd/fastcgi.txt
62share/doc/lighttpd/features.txt 62share/doc/lighttpd/features.txt
63share/doc/lighttpd/magnet.txt 63share/doc/lighttpd/magnet.txt
64share/doc/lighttpd/newstyle.css 64share/doc/lighttpd/newstyle.css
65share/doc/lighttpd/oldstyle.css 65share/doc/lighttpd/oldstyle.css
66share/doc/lighttpd/performance.txt 66share/doc/lighttpd/performance.txt
67share/doc/lighttpd/plugins.txt 67share/doc/lighttpd/plugins.txt
68share/doc/lighttpd/proxy.txt 68share/doc/lighttpd/proxy.txt
69share/doc/lighttpd/redirect.txt 69share/doc/lighttpd/redirect.txt
70share/doc/lighttpd/rewrite.txt 70share/doc/lighttpd/rewrite.txt
71share/doc/lighttpd/rrdtool.txt 71share/doc/lighttpd/rrdtool.txt
72share/doc/lighttpd/scgi.txt 72share/doc/lighttpd/scgi.txt
73share/doc/lighttpd/secdownload.txt 
74share/doc/lighttpd/security.txt 73share/doc/lighttpd/security.txt
75share/doc/lighttpd/setenv.txt 74share/doc/lighttpd/setenv.txt
76share/doc/lighttpd/simple-vhost.txt 75share/doc/lighttpd/simple-vhost.txt
77share/doc/lighttpd/skeleton.txt 76share/doc/lighttpd/skeleton.txt
78share/doc/lighttpd/ssi.txt 77share/doc/lighttpd/ssi.txt
79share/doc/lighttpd/ssl.txt 78share/doc/lighttpd/ssl.txt
80share/doc/lighttpd/state.dot 79share/doc/lighttpd/state.dot
81share/doc/lighttpd/state.txt 80share/doc/lighttpd/state.txt
82share/doc/lighttpd/status.txt 81share/doc/lighttpd/status.txt
83share/doc/lighttpd/traffic-shaping.txt 82share/doc/lighttpd/traffic-shaping.txt
84share/doc/lighttpd/userdir.txt 83share/doc/lighttpd/userdir.txt
85share/doc/lighttpd/webdav.txt 84share/doc/lighttpd/webdav.txt
86share/examples/lighttpd/cert-staple.sh 85share/examples/lighttpd/cert-staple.sh
@@ -89,24 +88,23 @@ share/examples/lighttpd/conf.d/auth.conf @@ -89,24 +88,23 @@ share/examples/lighttpd/conf.d/auth.conf
89share/examples/lighttpd/conf.d/cgi.conf 88share/examples/lighttpd/conf.d/cgi.conf
90share/examples/lighttpd/conf.d/debug.conf 89share/examples/lighttpd/conf.d/debug.conf
91share/examples/lighttpd/conf.d/deflate.conf 90share/examples/lighttpd/conf.d/deflate.conf
92share/examples/lighttpd/conf.d/dirlisting.conf 91share/examples/lighttpd/conf.d/dirlisting.conf
93share/examples/lighttpd/conf.d/evhost.conf 92share/examples/lighttpd/conf.d/evhost.conf
94share/examples/lighttpd/conf.d/expire.conf 93share/examples/lighttpd/conf.d/expire.conf
95share/examples/lighttpd/conf.d/fastcgi.conf 94share/examples/lighttpd/conf.d/fastcgi.conf
96share/examples/lighttpd/conf.d/magnet.conf 95share/examples/lighttpd/conf.d/magnet.conf
97share/examples/lighttpd/conf.d/mime.conf 96share/examples/lighttpd/conf.d/mime.conf
98share/examples/lighttpd/conf.d/mod.template 97share/examples/lighttpd/conf.d/mod.template
99share/examples/lighttpd/conf.d/proxy.conf 98share/examples/lighttpd/conf.d/proxy.conf
100share/examples/lighttpd/conf.d/rrdtool.conf 99share/examples/lighttpd/conf.d/rrdtool.conf
101share/examples/lighttpd/conf.d/scgi.conf 100share/examples/lighttpd/conf.d/scgi.conf
102share/examples/lighttpd/conf.d/secdownload.conf 
103share/examples/lighttpd/conf.d/simple_vhost.conf 101share/examples/lighttpd/conf.d/simple_vhost.conf
104share/examples/lighttpd/conf.d/ssi.conf 102share/examples/lighttpd/conf.d/ssi.conf
105share/examples/lighttpd/conf.d/status.conf 103share/examples/lighttpd/conf.d/status.conf
106share/examples/lighttpd/conf.d/userdir.conf 104share/examples/lighttpd/conf.d/userdir.conf
107share/examples/lighttpd/conf.d/webdav.conf 105share/examples/lighttpd/conf.d/webdav.conf
108share/examples/lighttpd/lighttpd.conf 106share/examples/lighttpd/lighttpd.conf
109share/examples/lighttpd/modules.conf 107share/examples/lighttpd/modules.conf
110share/examples/lighttpd/rrdtool-graph.sh 108share/examples/lighttpd/rrdtool-graph.sh
111share/examples/lighttpd/spawn-php.sh 109share/examples/lighttpd/spawn-php.sh
112share/examples/lighttpd/vhosts.d/vhosts.template 110share/examples/lighttpd/vhosts.d/vhosts.template

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

--- pkgsrc/www/lighttpd/distinfo 2023/01/04 09:37:37 1.74
+++ pkgsrc/www/lighttpd/distinfo 2023/02/11 01:47:30 1.75
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.74 2023/01/04 09:37:37 wiz Exp $ 1$NetBSD: distinfo,v 1.75 2023/02/11 01:47:30 schmonz Exp $
2 2
3BLAKE2s (lighttpd-1.4.68.tar.xz) = d76cf2a26f6f445fe98b24e0c604e40fa3e495c9894cfdcdf1b14951413d1b68 3BLAKE2s (lighttpd-1.4.69.tar.xz) = 75e4d47e67a0ab7c6006cf758104ab7f521ed09d5cac19ecb04849de3234d461
4SHA512 (lighttpd-1.4.68.tar.xz) = 137cf62e3c7b07d1dc4af50318f1ec67bbf60058ad1a4fef0b1c94668916e23cfcdf85fe9cd728163e55c1b21f4831b9ab922fcf6b6ba8e2a03b2f73a9694189 4SHA512 (lighttpd-1.4.69.tar.xz) = 9d174c8e0a192b4eb8218a9f76b0bd42f90030228600bb7bbe35ebb9e7bbaea36ee2732535c5cc6dab171294817837bfa26074ff84a37832dd89f57488b4071f
5Size (lighttpd-1.4.68.tar.xz) = 1030612 bytes 5Size (lighttpd-1.4.69.tar.xz) = 1045516 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