pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/lighttpd Updated lighttpd to 1.4.41.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/178d524ebe0c
branches:  trunk
changeset: 350617:178d524ebe0c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 01 09:25:20 2016 +0000

description:
Updated lighttpd to 1.4.41.

- 1.4.41
  * remove long-deprecated, non-functional config opts
  * [config] inherit server.use-ipv6 and server.set-v6only (fixes #678)
  * [mod_auth] fix Digest auth to be better than Basic (fixes #1844)
  * [mod_ssi] fix #config sizefmt="bytes"
  * [autobuild] move inet_pton detection later
  * [core] #include <sys/filio.h> for FIONREAD (fixes #2726)
  * [autobuild] clock_gettime() -lrt with glibc < 2.17
  * [security] do not emit HTTP_PROXY to CGI env
  * [build_cmake] clock_gettime() -lrt w/ glibc < 2.17 (fixes #2737)
  * [core] avoid spurious trace and error abort
  * [core] stay in CON_STATE_CLOSE until done with req
  * [core] $HTTP["remoteip"] must handle IPv6 w/o []
  * [mod_status] show keep-alive status w/ text output (fixes #2740)
  * do not set REDIRECT_URI in mod_magnet, mod_rewrite (#2738)
  * revert 1.4.40 swap of REQUEST_URI, REDIRECT_URI (fixes #2738)
  * [core] permit IPv6 address scope identifier
  * [TLS] better handling of SSL_ERROR_WANT_READ/WRITE
  * [TLS] read all available records from SSL_read()
  * [core] try AF_INET after AF_INET6 if use-ipv6
  * [core] set chunkqueue tempdirs at startup
  * [security] ensure gid != 0 if server.username set (fixes #2725)
  * [security] disable stat_cache if !follow-symlink (fixes #2724)
  * [core] fix buffer_copy_string_hex() assert (fixes #2742)
  * [security] encode quoting chars in HTML and XML
  * [cmake] always define _GNU_SOURCE
  * [cmake] enable warnings for GCC and Clang
  * [cmake] set cmake_minimum_required to 2.8.2

diffstat:

 www/lighttpd/Makefile   |   4 ++--
 www/lighttpd/distinfo   |  10 +++++-----
 www/lighttpd/options.mk |   8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (51 lines):

diff -r 5abfff0238e7 -r 178d524ebe0c www/lighttpd/Makefile
--- a/www/lighttpd/Makefile     Mon Aug 01 04:04:10 2016 +0000
+++ b/www/lighttpd/Makefile     Mon Aug 01 09:25:20 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2016/07/19 19:40:48 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2016/08/01 09:25:20 wiz Exp $
 
-DISTNAME=      lighttpd-1.4.40
+DISTNAME=      lighttpd-1.4.41
 CATEGORIES=    www
 MASTER_SITES=  http://download.lighttpd.net/lighttpd/releases-1.4.x/
 EXTRACT_SUFX=  .tar.xz
diff -r 5abfff0238e7 -r 178d524ebe0c www/lighttpd/distinfo
--- a/www/lighttpd/distinfo     Mon Aug 01 04:04:10 2016 +0000
+++ b/www/lighttpd/distinfo     Mon Aug 01 09:25:20 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.33 2016/07/19 19:40:48 wiz Exp $
+$NetBSD: distinfo,v 1.34 2016/08/01 09:25:20 wiz Exp $
 
-SHA1 (lighttpd-1.4.40.tar.xz) = 5ca9349ecfef863a3f2fc4310ed91874f80d0028
-RMD160 (lighttpd-1.4.40.tar.xz) = 745d70a146c53a712defa1866817e54c880499bc
-SHA512 (lighttpd-1.4.40.tar.xz) = 7bcbfb48674815523ee43a6e7b0bbe805fcad03a168f7f1f7b91022705c3aa16d7e842d638672c197d5e10dc94e07db25e7699195d9ac02ef92c51b815f5d1eb
-Size (lighttpd-1.4.40.tar.xz) = 621448 bytes
+SHA1 (lighttpd-1.4.41.tar.xz) = c6cec4e6421e9130b837d115d247ea1f79f6d59d
+RMD160 (lighttpd-1.4.41.tar.xz) = 2d5272eab59bc3973ef307b8ceb02f997eda31ff
+SHA512 (lighttpd-1.4.41.tar.xz) = 8ceb8da7bcd91988e285c9b62e141b93a0cf3d6a1c65c09400414ff8250571ee94b0a764145b3613cca2675ad27170c744b35e98d5e9bcd5d0ee6ac4da57c084
+Size (lighttpd-1.4.41.tar.xz) = 623480 bytes
 SHA1 (patch-doc_config_lighttpd.conf) = de14fd0aa0ed2cac5846d810b5c89af4036f1b70
diff -r 5abfff0238e7 -r 178d524ebe0c www/lighttpd/options.mk
--- a/www/lighttpd/options.mk   Mon Aug 01 04:04:10 2016 +0000
+++ b/www/lighttpd/options.mk   Mon Aug 01 09:25:20 2016 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: options.mk,v 1.10 2015/07/26 18:24:15 alnsn Exp $
+# $NetBSD: options.mk,v 1.11 2016/08/01 09:25:20 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.lighttpd
-PKG_SUPPORTED_OPTIONS= bzip fam gdbm inet6 ldap lua mysql ssl memcache
+PKG_SUPPORTED_OPTIONS= bzip2 fam gdbm inet6 ldap lua mysql ssl memcache
 PKG_SUGGESTED_OPTIONS= inet6 ssl
 
 .include "../../mk/bsd.options.mk"
 
 ###
-### Allow using bzip as a compression method in the "compress" module.
+### Allow using bzip2 as a compression method in the "compress" module.
 ###
-.if !empty(PKG_OPTIONS:Mbzip)
+.if !empty(PKG_OPTIONS:Mbzip2)
 .  include "../../archivers/bzip2/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-bzip2
 .else



Home | Main Index | Thread Index | Old Index