diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-25 10:26:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-25 10:26:05 +0000 |
commit | 12ee8188a7c836188adf89e7192a0d9997b0105b (patch) | |
tree | 75910f88e5c3a2d342a689f1a3c1283e0cdc5118 /www/lighttpd | |
parent | 73cad033b160ee0e1321233a0791b3c2c878e419 (diff) | |
download | pkgsrc-12ee8188a7c836188adf89e7192a0d9997b0105b.tar.gz |
Update to lighttpd 1.4.16. This fixes a number of security issues:
- various possible NULL pointer references
- two cases were uninitialised memory is used or memory could be
corrupted. This might be exploitable to execute arbitrary code.
- possible mod_access by-pass by appending /
- a local DOS by broken FastCGI handlers
Diffstat (limited to 'www/lighttpd')
-rw-r--r-- | www/lighttpd/Makefile | 4 | ||||
-rw-r--r-- | www/lighttpd/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 8b4c62dd1ab..fb7b8c486c5 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2007/04/19 16:16:17 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2007/07/25 10:26:05 joerg Exp $ -DISTNAME= lighttpd-1.4.15 +DISTNAME= lighttpd-1.4.16 CATEGORIES= www MASTER_SITES= http://www.lighttpd.net/download/ diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo index 56d0482734d..f0c235c56c2 100644 --- a/www/lighttpd/distinfo +++ b/www/lighttpd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2007/04/19 16:16:17 joerg Exp $ +$NetBSD: distinfo,v 1.10 2007/07/25 10:26:05 joerg Exp $ -SHA1 (lighttpd-1.4.15.tar.gz) = 67ba1279a0eaeda728c1e1143d302beb364a034c -RMD160 (lighttpd-1.4.15.tar.gz) = a38cb73797da1b8773b4c4a34f16be097667db57 -Size (lighttpd-1.4.15.tar.gz) = 794327 bytes +SHA1 (lighttpd-1.4.16.tar.gz) = b160cece6c0dd15746d10957d28ba02b2e9e77ce +RMD160 (lighttpd-1.4.16.tar.gz) = 71743363b9992ce726fffe40af0f75c66a2f6006 +Size (lighttpd-1.4.16.tar.gz) = 795818 bytes |