From 25e25de56b9ad0e50f9977a777cfcafcc85c8c66 Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Mon, 7 Feb 2005 14:05:35 +0000 Subject: - Update to 1.3.10 PR: ports/77203 Submitted by: maintainer --- www/lighttpd/Makefile | 2 +- www/lighttpd/distinfo | 4 ++-- www/lighttpd/files/patch-src::fcgi.c | 10 ---------- 3 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 www/lighttpd/files/patch-src::fcgi.c (limited to 'www') diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index e328d79cbf69..248ea219147b 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lighttpd -PORTVERSION= 1.3.9 +PORTVERSION= 1.3.10 CATEGORIES= www MASTER_SITES= http://www.lighttpd.net/download/ \ http://dl.fkb.wormulon.net/lighttpd/ \ diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo index 34525209686c..a22da7685b86 100644 --- a/www/lighttpd/distinfo +++ b/www/lighttpd/distinfo @@ -1,2 +1,2 @@ -MD5 (lighttpd-1.3.9.tar.gz) = de797e163fcb925da48d9846ed28abda -SIZE (lighttpd-1.3.9.tar.gz) = 666819 +MD5 (lighttpd-1.3.10.tar.gz) = 28623eff50653a9b104ddb20fe65aaf1 +SIZE (lighttpd-1.3.10.tar.gz) = 667324 diff --git a/www/lighttpd/files/patch-src::fcgi.c b/www/lighttpd/files/patch-src::fcgi.c deleted file mode 100644 index 16471ab5a925..000000000000 --- a/www/lighttpd/files/patch-src::fcgi.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/fcgi.c.orig Sun Feb 6 11:17:21 2005 -+++ src/fcgi.c Sun Feb 6 11:17:43 2005 -@@ -1691,7 +1691,7 @@ - - #ifdef USE_OPENSSL - if (srv_sock->is_ssl) { -- fcgi_env_add(p->fcgi_env, CONST_STR_LEN("HTTPS"), "on"); -+ fcgi_env_add(p->fcgi_env, CONST_STR_LEN("HTTPS"), CONST_STR_LEN("on")); - } - #endif -- cgit v1.2.3