Changes 1.4.35:
This release contains a lot of bug fixes, many detected by scan.coverity.com (and more to come). The main reason for the release is a fix for an SQL injection (and path traversal) bug triggered by specially crafted (and invalid) Host: headers.
This commit is contained in:
parent
6bfb45bb6c
commit
aedc5d4fe3
2 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.45 2014/02/12 23:18:45 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.46 2014/04/22 19:01:52 adam Exp $
|
||||
|
||||
DISTNAME= lighttpd-1.4.34
|
||||
PKGREVISION= 1
|
||||
DISTNAME= lighttpd-1.4.35
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://download.lighttpd.net/lighttpd/releases-1.4.x/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.26 2014/01/23 13:20:12 adam Exp $
|
||||
$NetBSD: distinfo,v 1.27 2014/04/22 19:01:52 adam Exp $
|
||||
|
||||
SHA1 (lighttpd-1.4.34.tar.xz) = c1edd4ddbd24156c374594e27d63058ffe5dc726
|
||||
RMD160 (lighttpd-1.4.34.tar.xz) = 1454388519622068e9ca7579a09602c94b851eae
|
||||
Size (lighttpd-1.4.34.tar.xz) = 556080 bytes
|
||||
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 (patch-doc_config_lighttpd.conf) = e8ae799f0915b83fda5ce8893fdbcab2eee9a512
|
||||
SHA1 (patch-src_fdevent_poll.c) = f5fe62f0b227d64dc717661a256567b4bd97f075
|
||||
SHA1 (patch-src_plugin.c) = 27b7a193c1f5867b5a1d2e2c5b289a0bf6368b39
|
||||
|
|
Loading…
Reference in a new issue