diff options
author | youri <youri@pkgsrc.org> | 2015-07-28 09:51:49 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2015-07-28 09:51:49 +0000 |
commit | c66293f16e1008d81c7e33836de240a10668ffc3 (patch) | |
tree | 47e60616ef98c6178fea12a748d350e6f27dbac8 /www/lighttpd | |
parent | 93601f513018bc26a418a4403063358bd8dc8418 (diff) | |
download | pkgsrc-c66293f16e1008d81c7e33836de240a10668ffc3.tar.gz |
Update to 1.4.36,
This release contains mostly bug fixes.
Important changes
-----------------
- [ssl] disable SSL3.0 by default
- escape all strings for logging
- fix segfault when temp file for upload couldn’t be created (found by coverity)
- changes to the internal API for buffers, chunks and more; 3rd party plugins are likely to break
Diffstat (limited to 'www/lighttpd')
-rw-r--r-- | www/lighttpd/Makefile | 5 | ||||
-rw-r--r-- | www/lighttpd/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index dc72b63c9f6..6d99b6ed10b 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2014/10/19 22:27:48 alnsn Exp $ +# $NetBSD: Makefile,v 1.50 2015/07/28 09:51:49 youri Exp $ -DISTNAME= lighttpd-1.4.35 -PKGREVISION= 2 +DISTNAME= lighttpd-1.4.36 CATEGORIES= www MASTER_SITES= http://download.lighttpd.net/lighttpd/releases-1.4.x/ EXTRACT_SUFX= .tar.xz diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo index 4248aadf4fd..bcc524b9c37 100644 --- a/www/lighttpd/distinfo +++ b/www/lighttpd/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.27 2014/04/22 19:01:52 adam Exp $ +$NetBSD: distinfo,v 1.28 2015/07/28 09:51:49 youri Exp $ -SHA1 (lighttpd-1.4.35.tar.xz) = 7ab2b2900f614a5422c1ef183c0e19b3e3620f1b -RMD160 (lighttpd-1.4.35.tar.xz) = 939810abca3551e2498cf794acd88f72632eee21 -Size (lighttpd-1.4.35.tar.xz) = 556896 bytes +SHA1 (lighttpd-1.4.36.tar.xz) = 0c39b7d2ccef5476dbf5f2b0b952ac5694ab75b3 +RMD160 (lighttpd-1.4.36.tar.xz) = 5d4c1b4d6b0f0baa4e6dcdf66564993ce58c7b5b +Size (lighttpd-1.4.36.tar.xz) = 570756 bytes SHA1 (patch-doc_config_lighttpd.conf) = e8ae799f0915b83fda5ce8893fdbcab2eee9a512 SHA1 (patch-src_fdevent_poll.c) = f5fe62f0b227d64dc717661a256567b4bd97f075 SHA1 (patch-src_plugin.c) = 27b7a193c1f5867b5a1d2e2c5b289a0bf6368b39 |