aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-02-07 14:05:35 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-02-07 14:05:35 +0000
commit25e25de56b9ad0e50f9977a777cfcafcc85c8c66 (patch)
treea007cab59c91d7ef9ee3232ad806d2b0c55915bf /www
parentd041853fa0c4596455aaf34a9d9358b6a6a28f32 (diff)
downloadports-25e25de56b9ad0e50f9977a777cfcafcc85c8c66.tar.gz
ports-25e25de56b9ad0e50f9977a777cfcafcc85c8c66.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/lighttpd/Makefile2
-rw-r--r--www/lighttpd/distinfo4
-rw-r--r--www/lighttpd/files/patch-src::fcgi.c10
3 files changed, 3 insertions, 13 deletions
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