pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/lighttpd Update to 1.4.53. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af8d7d950836
branches:  trunk
changeset: 318713:af8d7d950836
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Jan 28 22:39:52 2019 +0000

description:
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)

diffstat:

 www/lighttpd/Makefile |   5 ++---
 www/lighttpd/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 4ce3cf32b241 -r af8d7d950836 www/lighttpd/Makefile
--- a/www/lighttpd/Makefile     Mon Jan 28 14:33:52 2019 +0000
+++ b/www/lighttpd/Makefile     Mon Jan 28 22:39:52 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2018/12/09 18:52:49 adam Exp $
+# $NetBSD: Makefile,v 1.80 2019/01/28 22:39:52 schmonz Exp $
 
-DISTNAME=      lighttpd-1.4.52
-PKGREVISION=   1
+DISTNAME=      lighttpd-1.4.53
 CATEGORIES=    www
 MASTER_SITES=  http://download.lighttpd.net/lighttpd/releases-1.4.x/
 EXTRACT_SUFX=  .tar.xz
diff -r 4ce3cf32b241 -r af8d7d950836 www/lighttpd/distinfo
--- a/www/lighttpd/distinfo     Mon Jan 28 14:33:52 2019 +0000
+++ b/www/lighttpd/distinfo     Mon Jan 28 22:39:52 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.51 2018/11/29 06:34:02 wiz Exp $
+$NetBSD: distinfo,v 1.52 2019/01/28 22:39:52 schmonz Exp $
 
-SHA1 (lighttpd-1.4.52.tar.xz) = d2cc3d8b4997e73b0d8bf3fd2685fc0e79650385
-RMD160 (lighttpd-1.4.52.tar.xz) = 7c12e8cc63ccb64a928a27348d8172cf8c22eba2
-SHA512 (lighttpd-1.4.52.tar.xz) = 3c604f441c001641681b958012524c9a2e801314b07d9741d4b5e086e7585d676516e3fe587e0ff69f1f937c11b9a290f2173866d6b90019117b6be299972a72
-Size (lighttpd-1.4.52.tar.xz) = 728668 bytes
+SHA1 (lighttpd-1.4.53.tar.xz) = 3e3fef1742b3fe5a7ff5f0428620c76d37c075a4
+RMD160 (lighttpd-1.4.53.tar.xz) = f55640884f6767b41143070c40995ae333b5016a
+SHA512 (lighttpd-1.4.53.tar.xz) = bf5ea1c9f6f664c9ddcdf33ddba5b2bff760960d03c29a2181e73e3aceb45b523bb90003d0e0bc565334751830e6027cd7be2e92d030cde90813511957c9ea76
+Size (lighttpd-1.4.53.tar.xz) = 732160 bytes
 SHA1 (patch-doc_config_lighttpd.conf) = aa1ee77f3fdce7ffd6968c4b09e6977f671495d3
 SHA1 (patch-doc_lighttpd.8) = 81b7606752312227b142975d4e781496442e9ed8



Home | Main Index | Thread Index | Old Index