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:   wiz
Date:           Thu Nov 29 06:34:02 UTC 2018

Modified Files:
        pkgsrc/www/lighttpd: Makefile distinfo
Removed Files:
        pkgsrc/www/lighttpd/patches: patch-configure

Log Message:
lighttpd: update to 1.4.52.

- 1.4.52 - 2018-11-28
  * [mysql] MySQL 8 deprecates my_bool
  * [core] typo in trace
  * [build] Fix unportable test(1) operator
  * [core] perf: call connection_reset() fewer times
  * [core] perf: array_reset_data_strings()
  * [core] perf: buffer_free_ptr() __attribute__ cold
  * [core] perf: one-element cache for host normalize
  * [core] perf: buffer_copy_string_len()
  * [core] perf: skip redundant prepare copy calls
  * [core] perf: buffer_align_size() identity if align
  * [core] perf: size write buffers for reuse
  * [core] perf: prepend headers directly into write q
  * [core] perf: copy small strings; better buf reuse
  * [core] perf: copy small strings; extend last chunk
  * [core] perf: specialized func for array sorting
  * [core] perf: append response directly into write q
  * [core] perf: better buf reuse reading from backend
  * [core] chunk.c code reuse
  * [multiple] perf: write headers to backend write cq
  * [multiple] perf: power-2 alloc large headers
  * [multiple] perf: use larger initial backend buffer
  * [core] permit env vars to be set with blank value
  * [mod_fastcgi] perf: reduce data copies
  * [mod_fastcgi] perf: reduce data copies
  * [core] perf: chunk.c chunk pool
  * [multiple] perf: reuse large buffers w/ backend
  * [multiple] better packing of struct chunk
  * [core] perf: inline buffer_append_string_buffer()
  * [core] slightly simpler flag append to string
  * [mod_cgi] perf: reuse buffers for creating CGI env
  * [mod_fastcgi,mod_scgi] perf: env accumulation
  * [core] Don't call RAND_cleanup with OpenSSL 1.1.x
  * [mod_openssl] move SSL_shutdown() to separate func
  * [mod_openssl] SSL_read before second SSL_shutdown
  * [mod_cgi] perf: use stat_cache for cgi handler
  * [mod_openssl] prefer using TLS_server_method()
  * [mod_webdav] return 403 if file should exist
  * [core] perf: chunkqueue buffers already sized up
  * [core] perf: simpler buffer_string_space()
  * [multiple] dynamic handlers hint backend header sz
  * [core] use chunk_buf_sz instead of hard-coded num
  * [multiple] perf: simplify chunkqueue_get_memory()
  * [mod_wstunnel] perf: reuse large buffers
  * [mod_cgi] perf: cache getenv() results at start up
  * [core] fix 301 -> 302 overwrite with Location (fixes #2918)
  * [core] fix setting of headers previously reset (fixes #2919)
  * [mod_webdav] quiet coverity false positive
  * [core] server.compat-module-load = "disable"
  * [core] server.chunkqueue-chunk-sz = 4096
  * [core] perf: simpler buffer_string_space() (fixed)
  * [core] perf: faster HTTP pipelined requests
  * [core] perf: simpler buffer_string_space() (tests)
  * [mod_cgi] reset reused buffer on internal redir
  * [core] clear chunk buffer upon release
  * [mod_fastcgi] minor: copy packet without padding
  * [mod_redirect,mod_rewrite] use server_name
  * [mod_fastcgi] transfer chunks minus packet padding
  * [core] separate func to reset FILE_CHUNK
  * [core] perf: simple, quick buffer_clear()
  * [core] perf: small improvement to encoding CGI var
  * [core] perf: small improvement buffer_string_space
  * [core] simpler physical path concatenation
  * [mod_webdav] fix LOCK on incorrect URI path
  * [mod_webdav] one fewer buffer copy for COPY,MOVE
  * [core] perf: simplify buffer_move()
  * [mod_cml] parse query string without modifying it
  * [core] perf: buffer optimizations
  * [mod_wstunnel] use buffer_string_length()
  * [core] perf: inline buffer_copy_buffer()
  * [core] cygwin helper func for getcwd
  * [core] cygwin sample to run lighttpd under NSSM
  * [core] limit con->uri.authority < 1024 octets
  * [mod_webdav] separate func for each request method
  * [core] reject decoded url-path without leading '/'
  * [multiple] validate UTF-8 in url-decoded paths
  * [mod_proxy] silence coverity false positive
  * [core] fix typo
  * [core] buffer_append_path_len()
  * [core] quiet indexfile warning if mod not loaded


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/www/lighttpd/Makefile
cvs rdiff -u -r1.50 -r1.51 pkgsrc/www/lighttpd/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/www/lighttpd/patches/patch-configure

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.77 pkgsrc/www/lighttpd/Makefile:1.78
--- pkgsrc/www/lighttpd/Makefile:1.77   Tue Oct 16 06:11:54 2018
+++ pkgsrc/www/lighttpd/Makefile        Thu Nov 29 06:34:02 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2018/10/16 06:11:54 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2018/11/29 06:34:02 wiz Exp $
 
-DISTNAME=      lighttpd-1.4.51
+DISTNAME=      lighttpd-1.4.52
 CATEGORIES=    www
 MASTER_SITES=  http://download.lighttpd.net/lighttpd/releases-1.4.x/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/www/lighttpd/distinfo
diff -u pkgsrc/www/lighttpd/distinfo:1.50 pkgsrc/www/lighttpd/distinfo:1.51
--- pkgsrc/www/lighttpd/distinfo:1.50   Tue Oct 16 06:11:54 2018
+++ pkgsrc/www/lighttpd/distinfo        Thu Nov 29 06:34:02 2018
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.50 2018/10/16 06:11:54 wiz Exp $
+$NetBSD: distinfo,v 1.51 2018/11/29 06:34:02 wiz Exp $
 
-SHA1 (lighttpd-1.4.51.tar.xz) = 7711030253826fb0e88f164efdcabe62f8f694aa
-RMD160 (lighttpd-1.4.51.tar.xz) = cdbb0e8cc52f2d26a2d5e67c3defa15416c154e3
-SHA512 (lighttpd-1.4.51.tar.xz) = ee4f150c30322dae50760b99cddd0bd935195ee21e042809fa8d303425d12081c23c00d8ea8fcd3d023b6b414a46b9b953edc4ed25400fe39f10487f0956561f
-Size (lighttpd-1.4.51.tar.xz) = 723268 bytes
-SHA1 (patch-configure) = 95d95495d8b6c361eaa3483d345c194e3ef36f2e
+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 (patch-doc_config_lighttpd.conf) = aa1ee77f3fdce7ffd6968c4b09e6977f671495d3
 SHA1 (patch-doc_lighttpd.8) = 81b7606752312227b142975d4e781496442e9ed8



Home | Main Index | Thread Index | Old Index