aboutsummaryrefslogtreecommitdiffstats
path: root/www/lighttpd
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2005-02-07 22:05:35 +0800
committersem <sem@FreeBSD.org>2005-02-07 22:05:35 +0800
commit3533bc43300af097fa3ba13a289042ce721f0514 (patch)
tree057ff2af96c0c18e1d9ec291d05b5ec7ef4cc81a /www/lighttpd
parentebb50c1dd80fbbdbbf0e56a0835f120db8e98f3d (diff)
downloadfreebsd-ports-gnome-3533bc43300af097fa3ba13a289042ce721f0514.tar.gz
freebsd-ports-gnome-3533bc43300af097fa3ba13a289042ce721f0514.tar.zst
freebsd-ports-gnome-3533bc43300af097fa3ba13a289042ce721f0514.zip
- Update to 1.3.10
PR: ports/77203 Submitted by: maintainer
Diffstat (limited to 'www/lighttpd')
-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