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:           Sat Feb 11 01:47:31 UTC 2023

Modified Files:
        pkgsrc/www/lighttpd: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 pkgsrc/www/lighttpd/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/lighttpd/PLIST
cvs rdiff -u -r1.74 -r1.75 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.118 pkgsrc/www/lighttpd/Makefile:1.119
--- pkgsrc/www/lighttpd/Makefile:1.118  Wed Jan  4 09:37:37 2023
+++ pkgsrc/www/lighttpd/Makefile        Sat Feb 11 01:47:30 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.118 2023/01/04 09:37:37 wiz Exp $
+# $NetBSD: Makefile,v 1.119 2023/02/11 01:47:30 schmonz Exp $
 
-DISTNAME=      lighttpd-1.4.68
+DISTNAME=      lighttpd-1.4.69
 CATEGORIES=    www
 MASTER_SITES=  https://download.lighttpd.net/lighttpd/releases-1.4.x/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/www/lighttpd/PLIST
diff -u pkgsrc/www/lighttpd/PLIST:1.26 pkgsrc/www/lighttpd/PLIST:1.27
--- pkgsrc/www/lighttpd/PLIST:1.26      Wed Jan  4 09:37:37 2023
+++ pkgsrc/www/lighttpd/PLIST   Sat Feb 11 01:47:30 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2023/01/04 09:37:37 wiz Exp $
+@comment $NetBSD: PLIST,v 1.27 2023/02/11 01:47:30 schmonz Exp $
 lib/lighttpd/mod_access.la
 lib/lighttpd/mod_accesslog.la
 lib/lighttpd/mod_ajp13.la
@@ -70,7 +70,6 @@ share/doc/lighttpd/redirect.txt
 share/doc/lighttpd/rewrite.txt
 share/doc/lighttpd/rrdtool.txt
 share/doc/lighttpd/scgi.txt
-share/doc/lighttpd/secdownload.txt
 share/doc/lighttpd/security.txt
 share/doc/lighttpd/setenv.txt
 share/doc/lighttpd/simple-vhost.txt
@@ -99,7 +98,6 @@ share/examples/lighttpd/conf.d/mod.templ
 share/examples/lighttpd/conf.d/proxy.conf
 share/examples/lighttpd/conf.d/rrdtool.conf
 share/examples/lighttpd/conf.d/scgi.conf
-share/examples/lighttpd/conf.d/secdownload.conf
 share/examples/lighttpd/conf.d/simple_vhost.conf
 share/examples/lighttpd/conf.d/ssi.conf
 share/examples/lighttpd/conf.d/status.conf

Index: pkgsrc/www/lighttpd/distinfo
diff -u pkgsrc/www/lighttpd/distinfo:1.74 pkgsrc/www/lighttpd/distinfo:1.75
--- pkgsrc/www/lighttpd/distinfo:1.74   Wed Jan  4 09:37:37 2023
+++ pkgsrc/www/lighttpd/distinfo        Sat Feb 11 01:47:30 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.74 2023/01/04 09:37:37 wiz Exp $
+$NetBSD: distinfo,v 1.75 2023/02/11 01:47:30 schmonz Exp $
 
-BLAKE2s (lighttpd-1.4.68.tar.xz) = d76cf2a26f6f445fe98b24e0c604e40fa3e495c9894cfdcdf1b14951413d1b68
-SHA512 (lighttpd-1.4.68.tar.xz) = 137cf62e3c7b07d1dc4af50318f1ec67bbf60058ad1a4fef0b1c94668916e23cfcdf85fe9cd728163e55c1b21f4831b9ab922fcf6b6ba8e2a03b2f73a9694189
-Size (lighttpd-1.4.68.tar.xz) = 1030612 bytes
+BLAKE2s (lighttpd-1.4.69.tar.xz) = 75e4d47e67a0ab7c6006cf758104ab7f521ed09d5cac19ecb04849de3234d461
+SHA512 (lighttpd-1.4.69.tar.xz) = 9d174c8e0a192b4eb8218a9f76b0bd42f90030228600bb7bbe35ebb9e7bbaea36ee2732535c5cc6dab171294817837bfa26074ff84a37832dd89f57488b4071f
+Size (lighttpd-1.4.69.tar.xz) = 1045516 bytes
 SHA1 (patch-doc_config_lighttpd.conf) = 50f9529ea7ecfae741ca47f0514175dbf1aa52d9
 SHA1 (patch-doc_lighttpd.8) = e08ac362784aebaca566d0f65380b70a829d6b4e



Home | Main Index | Thread Index | Old Index