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: Mon Aug 1 09:25:20 UTC 2016
Modified Files:
pkgsrc/www/lighttpd: Makefile distinfo options.mk
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/www/lighttpd/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/lighttpd/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/lighttpd/options.mk
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.55 pkgsrc/www/lighttpd/Makefile:1.56
--- pkgsrc/www/lighttpd/Makefile:1.55 Tue Jul 19 19:40:48 2016
+++ pkgsrc/www/lighttpd/Makefile Mon Aug 1 09:25:20 2016
@@ -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
Index: pkgsrc/www/lighttpd/distinfo
diff -u pkgsrc/www/lighttpd/distinfo:1.33 pkgsrc/www/lighttpd/distinfo:1.34
--- pkgsrc/www/lighttpd/distinfo:1.33 Tue Jul 19 19:40:48 2016
+++ pkgsrc/www/lighttpd/distinfo Mon Aug 1 09:25:20 2016
@@ -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
Index: pkgsrc/www/lighttpd/options.mk
diff -u pkgsrc/www/lighttpd/options.mk:1.10 pkgsrc/www/lighttpd/options.mk:1.11
--- pkgsrc/www/lighttpd/options.mk:1.10 Sun Jul 26 18:24:15 2015
+++ pkgsrc/www/lighttpd/options.mk Mon Aug 1 09:25:20 2016
@@ -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