Mon Jan 28 22:39:52 2019 UTC ()
Update to 1.4.53. From the changelog:

* [mod_cml,mod_flv_streaming] fix NULL ptr deref
* [mod_simple_vhost] t/test_mod_simple_vhost
* [mod_evhost] split uri handler func for testing
* [mod_evhost] restructure for unit tests
* [mod_evhost] t/test_mod_evhost
* [mod_access] restructure for unit tests
* [mod_access] t/test_mod_access
* [tests] include first.h and NDEBUG early
* [core] use kill_signal for gw_proc_kill()
* [tests] t/test_keyvalue
* [tests] some test config cleanup
* [tests] update skip count in mod-fastcgi.t
* [multiple] reduce initial buffer sz if large POST (fixes #2922)
* [mod_fastcgi] fix NULL ptr deref from bugfix #2922 (fixes #2923)
* [tests] more test config cleanup
* [core] perf: incremental hash of pathname w/o copy
* [core] perf: reuse buffer to redirect to directory
* [core] do not free() reused buffer
* [core] use connected sock port in dir redirect
* [core] http_response_buffer_append_authority()
* [core] use con->server_name for dir redir
* [core] memeq compare rounded to 64, not next 1M
* [core] define MD5_DIGEST_LENGTH 16
* [mod_auth] permit additional auth backends to load
* [core] send Connection: close if reqbody not read (fixes #2924)
* [core] cache rev DNS for localhost for dir redir
* [doc/conf] resolve some mime type conflicts from debian buster,
  regenerate mime.conf
* [core] move winsock init to network_init()
* [core] move /dev/stdin graceful restart handling
* [core] network_srv_sockets_append() shared code
* [core] systemd socket activation support
* [build] autotools: try mysqlclient.pc and mariadb.pc (fixes #2925)
* [mod_expire] look up expire fallback "" explicitly
* [multiple] calloc match ptr type (clang --analyze)
* [multiple] quiet clang --analyze where trivial
* [mod_webdav] compare COPY, MOVE Destination scheme
* [core] con->uri.scheme is maintained lowercase
* [mod_openssl] ALPN and acme-tls/1 (fixes #2931)
* [core] Fix recursive include_shell invocations
* [mod_openssl] ssl.privkey directive (optional)


(schmonz)
diff -r1.79 -r1.80 pkgsrc/www/lighttpd/Makefile
diff -r1.51 -r1.52 pkgsrc/www/lighttpd/distinfo

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

--- pkgsrc/www/lighttpd/Makefile 2018/12/09 18:52:49 1.79
+++ pkgsrc/www/lighttpd/Makefile 2019/01/28 22:39:52 1.80
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.79 2018/12/09 18:52:49 adam Exp $ 1# $NetBSD: Makefile,v 1.80 2019/01/28 22:39:52 schmonz Exp $
2 2
3DISTNAME= lighttpd-1.4.52 3DISTNAME= lighttpd-1.4.53
4PKGREVISION= 1 
5CATEGORIES= www 4CATEGORIES= www
6MASTER_SITES= http://download.lighttpd.net/lighttpd/releases-1.4.x/ 5MASTER_SITES= http://download.lighttpd.net/lighttpd/releases-1.4.x/
7EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.lighttpd.net/ 9HOMEPAGE= http://www.lighttpd.net/
11COMMENT= Fast, light-footprint HTTP server 10COMMENT= Fast, light-footprint HTTP server
12LICENSE= modified-bsd 11LICENSE= modified-bsd
13 12
14USE_LIBTOOL= yes 13USE_LIBTOOL= yes
15SHLIBTOOL_OVERRIDE= # empty 14SHLIBTOOL_OVERRIDE= # empty
16USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
17GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes

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

--- pkgsrc/www/lighttpd/distinfo 2018/11/29 06:34:02 1.51
+++ pkgsrc/www/lighttpd/distinfo 2019/01/28 22:39:52 1.52
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.51 2018/11/29 06:34:02 wiz Exp $ 1$NetBSD: distinfo,v 1.52 2019/01/28 22:39:52 schmonz Exp $
2 2
3SHA1 (lighttpd-1.4.52.tar.xz) = d2cc3d8b4997e73b0d8bf3fd2685fc0e79650385 3SHA1 (lighttpd-1.4.53.tar.xz) = 3e3fef1742b3fe5a7ff5f0428620c76d37c075a4
4RMD160 (lighttpd-1.4.52.tar.xz) = 7c12e8cc63ccb64a928a27348d8172cf8c22eba2 4RMD160 (lighttpd-1.4.53.tar.xz) = f55640884f6767b41143070c40995ae333b5016a
5SHA512 (lighttpd-1.4.52.tar.xz) = 3c604f441c001641681b958012524c9a2e801314b07d9741d4b5e086e7585d676516e3fe587e0ff69f1f937c11b9a290f2173866d6b90019117b6be299972a72 5SHA512 (lighttpd-1.4.53.tar.xz) = bf5ea1c9f6f664c9ddcdf33ddba5b2bff760960d03c29a2181e73e3aceb45b523bb90003d0e0bc565334751830e6027cd7be2e92d030cde90813511957c9ea76
6Size (lighttpd-1.4.52.tar.xz) = 728668 bytes 6Size (lighttpd-1.4.53.tar.xz) = 732160 bytes
7SHA1 (patch-doc_config_lighttpd.conf) = aa1ee77f3fdce7ffd6968c4b09e6977f671495d3 7SHA1 (patch-doc_config_lighttpd.conf) = aa1ee77f3fdce7ffd6968c4b09e6977f671495d3
8SHA1 (patch-doc_lighttpd.8) = 81b7606752312227b142975d4e781496442e9ed8 8SHA1 (patch-doc_lighttpd.8) = 81b7606752312227b142975d4e781496442e9ed8