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:           Wed May 10 13:32:48 UTC 2023

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

Log Message:
Update to 1.4.70. From the changelog:

* [autotools] chmod u+w configparser.c for lemon
* [build] skip build separate modules for built-ins
* [core] cache format secs for high prec errlog
* [mod_maxminddb] check remote IP each request (fixes #3191)
* [multiple] store ptrs to remote addr in request_st (#3192)
* [mod_extforward] manage remote addr per request (fixes #3192)
* [core] use C23 memset_explicit() were available
* [mod_accesslog] %{mask}a to mask/anonymize IP
* [core] cast to fix compiler error in prior commit
* [scons] fix static build to include builtin_mods
* [core] h2_recv_headers() tweak to reduce code size
* [core] h2_get_stream_req() code reuse
* [core] h2: remove obsolete comment
* [core] h2 mark :status matching lsxpack enum value
* [core] h2 match w/ lsxpack pseudo-header key only
* [core] limit server.max-request-field-size <=65535
* [core] permit shell HERE docs to specify config
* [core] add members to http_header_parse_ctx
* [mod_extforward] typo in comment
* [mod_openssl] SSL_CTX_set_options() takes uint64_t
* [core] reorder enum handler_t
* [core] connection_handle_request_start_state()
* [core] check chunk file open early in mmap viewadj (fixes #3197)
* [core] h2 http_request_parse_header() tweak
* [mod_extforward] recognize unix domain sockets (fixes #3198)
* [mod_magnet] support ./configure --with-lua=luajit (#3199)
* [core] remove instance of devel debug code
* [core] quiet coverity warning
* [core] connection_check_upgrade() h2_upgrade_h2c()
* [core] CON_STATE_REQUEST_END transient state
* [core] expose request_set_state() for internal use
* [core] h2_send_goaway_graceful()
* [core] h2_check_timeout()
* [core] h2_process_streams()
* [core] h2_recv_reqbody()
* [core] HTTP_VERSION_3 enum value
* [core] r->x union w/ structs for r->x.{h1}
* [core] r->x union w/ structs for r->x.{h1,h2}
* [core] http_dispatch[] tables for HTTP proto vers
* [core] hxcon "base class" for h2con
* [mod_h2] HTTP/2 module: mod_h2
* [multiple] optimistic client read only if HTTP/1.x
* [core] use posix_spawn() where available
* [mod_cgi] comment about caching target dirname
* [meson] update comment with build flags
* [meson] check FORCE_{WOLFSSL,MBEDTLS}_CRYPTO
* [mod_auth] warn if auth.require path never matches
* [core] h1.[ch] collect some HTTP/1.x specific code
* [core] noinline connection shutdown, reset
* [TLS] $SERVER["socket"] inherit global ssl.engine
* [mod_proxy] match "map-host-response" "-" w/ Host
* [core] noinline stat_cache_sptree_find()
* [core] rename http_kv funcs, reorder http_versions
* [mod_cgi] move fd count to cgi_create_env()
* [mod_cgi] reduce code size
* [mod_cgi] do not issue trace if CGI closes input
* [mod_cgi] cgi_create_err() cold err handling func
* [core] always decr fd count upon socket close()
* [mod_mbedtls] check MBEDTLS_DEBUG_C for debug func
* [core] return pid_t from fdevent_waitpid()
* [meson] build fix for builtin_mods
* [core] move some shared funcs to call from modules
* [build] move some files to call from modules
* [mod_cgi] doubly-linked list of CGI pids
* [mod_cgi] reuse fd already opened to /dev/null
* [mod_cgi] reset upload_temp_file_size in CGI close
* [tests] copy confs for running tests in alt dir
* [scons] avoid dup mod_h2 module in static build
* [autoconf] include fs_win32.h in hdrs for dpkg
* [mod_openssl] SSL_OP_ENABLE_KTLS_TX_ZEROCOPY_SENDFILE
* [core] quiet coverity warning
* [mod_openssl] FreeBSD: check "kern.ipc.tls.enable"
* [core] fix HTTP/2 use of http_response_loop()
* [mod_openssl] check kernel support for KTLS
* [core] posix_spawnattr_setcwd_np() on QNX
* [core] posix_spawn_file_actions_addclosefrom_np()
* [core] Mac OS POSIX_SPAWN_CLOEXEC_DEFAULT
* [core] modify use of posix_spawnattr_setsigdefault
* [core] fdevent_load_file() check if limit exceeded
* [tests] tests/prepare.sh comment w/ alt build root
* [core] treat mod_h2 as built-in module (for now)


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 pkgsrc/www/lighttpd/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/lighttpd/PLIST
cvs rdiff -u -r1.75 -r1.76 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.120 pkgsrc/www/lighttpd/Makefile:1.121
--- pkgsrc/www/lighttpd/Makefile:1.120  Wed Apr 19 08:11:48 2023
+++ pkgsrc/www/lighttpd/Makefile        Wed May 10 13:32:48 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.120 2023/04/19 08:11:48 adam Exp $
+# $NetBSD: Makefile,v 1.121 2023/05/10 13:32:48 schmonz Exp $
 
-DISTNAME=      lighttpd-1.4.69
-PKGREVISION=   1
+DISTNAME=      lighttpd-1.4.70
 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.27 pkgsrc/www/lighttpd/PLIST:1.28
--- pkgsrc/www/lighttpd/PLIST:1.27      Sat Feb 11 01:47:30 2023
+++ pkgsrc/www/lighttpd/PLIST   Wed May 10 13:32:48 2023
@@ -1,8 +1,6 @@
-@comment $NetBSD: PLIST,v 1.27 2023/02/11 01:47:30 schmonz Exp $
-lib/lighttpd/mod_access.la
+@comment $NetBSD: PLIST,v 1.28 2023/05/10 13:32:48 schmonz Exp $
 lib/lighttpd/mod_accesslog.la
 lib/lighttpd/mod_ajp13.la
-lib/lighttpd/mod_alias.la
 lib/lighttpd/mod_auth.la
 ${PLIST.libdbi}lib/lighttpd/mod_authn_dbi.la
 lib/lighttpd/mod_authn_file.la
@@ -11,27 +9,18 @@ ${PLIST.ldap}lib/lighttpd/mod_authn_ldap
 lib/lighttpd/mod_cgi.la
 lib/lighttpd/mod_deflate.la
 lib/lighttpd/mod_dirlisting.la
-lib/lighttpd/mod_evhost.la
-lib/lighttpd/mod_expire.la
 lib/lighttpd/mod_extforward.la
-lib/lighttpd/mod_fastcgi.la
 ${PLIST.gnutls}lib/lighttpd/mod_gnutls.la
-lib/lighttpd/mod_indexfile.la
+lib/lighttpd/mod_h2.la
 ${PLIST.lua}lib/lighttpd/mod_magnet.la
 ${PLIST.geoip}lib/lighttpd/mod_maxminddb.la
 ${PLIST.mbedtls}lib/lighttpd/mod_mbedtls.la
 ${PLIST.nss}lib/lighttpd/mod_nss.la
 ${PLIST.openssl}lib/lighttpd/mod_openssl.la
 lib/lighttpd/mod_proxy.la
-lib/lighttpd/mod_redirect.la
-lib/lighttpd/mod_rewrite.la
 lib/lighttpd/mod_rrdtool.la
-lib/lighttpd/mod_scgi.la
-lib/lighttpd/mod_setenv.la
-lib/lighttpd/mod_simple_vhost.la
 lib/lighttpd/mod_sockproxy.la
 lib/lighttpd/mod_ssi.la
-lib/lighttpd/mod_staticfile.la
 lib/lighttpd/mod_status.la
 lib/lighttpd/mod_userdir.la
 lib/lighttpd/mod_vhostdb.la

Index: pkgsrc/www/lighttpd/distinfo
diff -u pkgsrc/www/lighttpd/distinfo:1.75 pkgsrc/www/lighttpd/distinfo:1.76
--- pkgsrc/www/lighttpd/distinfo:1.75   Sat Feb 11 01:47:30 2023
+++ pkgsrc/www/lighttpd/distinfo        Wed May 10 13:32:48 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.75 2023/02/11 01:47:30 schmonz Exp $
+$NetBSD: distinfo,v 1.76 2023/05/10 13:32:48 schmonz Exp $
 
-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
+BLAKE2s (lighttpd-1.4.70.tar.xz) = b9dd5a00bbed719d1f94d980df32d52be70c828120c23734b6ae5608e54f8c89
+SHA512 (lighttpd-1.4.70.tar.xz) = 50a4b9e3ded2c40ad6c2f4d0dff8b89d412a839ba2e6eb0d9310c344adfa7c2067f3220f666b81fc0e1a1efafa222f5bba00f91b5925f55fddeacc2304837a21
+Size (lighttpd-1.4.70.tar.xz) = 1070048 bytes
 SHA1 (patch-doc_config_lighttpd.conf) = 50f9529ea7ecfae741ca47f0514175dbf1aa52d9
 SHA1 (patch-doc_lighttpd.8) = e08ac362784aebaca566d0f65380b70a829d6b4e



Home | Main Index | Thread Index | Old Index