Mon Dec 28 14:34:30 2015 UTC ()
Update to 1.4.38
----------------------
- 1.4.38 - 2015-12-05
  * [stat-cache] fix handling of collisions, might have returned wrong
    data (fixes #2669)
  * [core] allocate at least 4k buffer for incoming data
  * [core] fix search for header end if split across chunks (fixes #2670)
  * [core] check configparserAlloc() result with force_assert
  * [mod_auth] implement and use safe_memclear, using memset_s or
    explicit_bzero if available (thx loganaden)
  * [core] don't buffer request bodies smaller than 64k on disk
  * add force_assert for many allocations and function results
  * [mod_secdownload] use a hopefully constant time comparison to check
    hash (fixes #2679)
  * [config] check config option scope; warn if server option is given
    in conditional
  * [core] revert increase of temp file size back to 1MB, provide a
    configure option "server.upload-temp-file-size" instead (fixes
    #2680)
  * [core] add '~' to safe characters in
    ENCODING_REL_URI/ENCODING_REL_URI_PART encoding
  * [core] encode path with ENCODING_REL_URI in redirect to directory
    (fixes #2661, thx gstrauss)
  * [mod_secdownload] add required algorithm option; old behaviour
    available as "md5", new options "hmac-sha1" and "hmac-sha256"
  * [mod_fastcgi/mod_scgi] zero sockaddr structs before use (fixes
    #2691, thx Kyle J. McKay)
  * [network] add darwin-sendfile backend (fixes #2687, thx Kyle J. McKay)
  * [core] show correct crypt support result (fixes #2690, thx Kyle J. McKay)


(mef)
diff -r1.51 -r1.52 pkgsrc/www/lighttpd/Makefile
diff -r1.30 -r1.31 pkgsrc/www/lighttpd/distinfo

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

--- pkgsrc/www/lighttpd/Makefile 2015/09/01 11:54:30 1.51
+++ pkgsrc/www/lighttpd/Makefile 2015/12/28 14:34:30 1.52
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.51 2015/09/01 11:54:30 mef Exp $ 1# $NetBSD: Makefile,v 1.52 2015/12/28 14:34:30 mef Exp $
2 2
3DISTNAME= lighttpd-1.4.37 3DISTNAME= lighttpd-1.4.38
4CATEGORIES= www 4CATEGORIES= www
5MASTER_SITES= http://download.lighttpd.net/lighttpd/releases-1.4.x/ 5MASTER_SITES= http://download.lighttpd.net/lighttpd/releases-1.4.x/
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.lighttpd.net/ 9HOMEPAGE= http://www.lighttpd.net/
10COMMENT= Fast, light-footprint HTTP server 10COMMENT= Fast, light-footprint HTTP server
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14SHLIBTOOL_OVERRIDE= # empty 14SHLIBTOOL_OVERRIDE= # empty
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16GNU_CONFIGURE_LIBSUBDIR=${PKGBASE} 16GNU_CONFIGURE_LIBSUBDIR=${PKGBASE}

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

--- pkgsrc/www/lighttpd/distinfo 2015/11/04 02:46:57 1.30
+++ pkgsrc/www/lighttpd/distinfo 2015/12/28 14:34:30 1.31
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.30 2015/11/04 02:46:57 agc Exp $ 1$NetBSD: distinfo,v 1.31 2015/12/28 14:34:30 mef Exp $
2 2
3SHA1 (lighttpd-1.4.37.tar.xz) = c2c19e4b82296954884fbc1081894d9786f6ecc4 3SHA1 (lighttpd-1.4.38.tar.xz) = 5ffa174a7b190b15c281b014fb7bc3438a4f4578
4RMD160 (lighttpd-1.4.37.tar.xz) = 60c1bc2065f1b6263f1553fa7a202748a4820df6 4RMD160 (lighttpd-1.4.38.tar.xz) = b16bca8c9e96a77843b0ce6e83734e0cb4cdf7e8
5SHA512 (lighttpd-1.4.37.tar.xz) = 60870149c78a44ae1cf29bd2ba8737ba18019178f9fd3868523255121d85cdc923c2315b572a2a0fcecc3d6451a501ad030189b78bfc7f25807a05b0300063b3 5SHA512 (lighttpd-1.4.38.tar.xz) = 48db53d7aa1cb8bba9224a97a62e65a33cd22c1d3f2cb08b57df7961e16b373b839678cdf898efbb707ba7bff966587977e7a5d925cfe67ca1531c2778f2326a
6Size (lighttpd-1.4.37.tar.xz) = 574020 bytes 6Size (lighttpd-1.4.38.tar.xz) = 578452 bytes
7SHA1 (patch-doc_config_lighttpd.conf) = de14fd0aa0ed2cac5846d810b5c89af4036f1b70 7SHA1 (patch-doc_config_lighttpd.conf) = de14fd0aa0ed2cac5846d810b5c89af4036f1b70
8SHA1 (patch-src_fdevent_poll.c) = f5fe62f0b227d64dc717661a256567b4bd97f075 8SHA1 (patch-src_fdevent_poll.c) = f5fe62f0b227d64dc717661a256567b4bd97f075
9SHA1 (patch-src_plugin.c) = 27b7a193c1f5867b5a1d2e2c5b289a0bf6368b39 9SHA1 (patch-src_plugin.c) = 27b7a193c1f5867b5a1d2e2c5b289a0bf6368b39