mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 1.3.10
PR: ports/77203 Submitted by: maintainer
This commit is contained in:
parent
d041853fa0
commit
25e25de56b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128226
3 changed files with 3 additions and 13 deletions
|
@ -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/ \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue