1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

1: upgrade to 1.3.6

2: SSL fix
3: change maintainer to submitter.
4: sync lighttpd.conf

PR:		ports/74196
Submitted by:	Hendrik Scholz <hendrik(at)scholz.net>
Approved by:	maintainer
This commit is contained in:
Vanilla I. Shu 2004-11-26 03:14:30 +00:00
parent abd2d07e15
commit 9b26ba0ac3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122474
5 changed files with 22 additions and 8 deletions

View File

@ -6,15 +6,16 @@
#
PORTNAME= lighttpd
PORTVERSION= 1.3.5
PORTVERSION= 1.3.6
CATEGORIES= www
MASTER_SITES= http://jan.kneschke.de/projects/lighttpd/download/
MAINTAINER= k@123.org
MAINTAINER= hendrik@scholz.net
COMMENT= A secure, fast, compliant, and very flexible Web Server
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
USE_AUTOCONF_VER= 259
USE_REINPLACE= yes
USE_RC_SUBR= yes
USE_LIBTOOL_VER= 15
@ -31,5 +32,6 @@ post-install:
${FILESDIR}/lighttpd.sh.tmpl > ${STARTUP_FILE}
@${CHMOD} 755 ${STARTUP_FILE}
@${INSTALL_DATA} ${FILESDIR}/lighttpd.conf.sample ${PREFIX}/etc/
@${LIBTOOL} --finish ${PREFIX}/lib
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (lighttpd-1.3.5.tar.gz) = 15afeba95fa157e3bdedd9a1a22358a0
SIZE (lighttpd-1.3.5.tar.gz) = 628719
MD5 (lighttpd-1.3.6.tar.gz) = a8690596891be9119d9bf007088e0c8c
SIZE (lighttpd-1.3.6.tar.gz) = 632670

View File

@ -2,7 +2,7 @@
#
# use a it as base for lighttpd 1.0.0 and above
#
# $Id: lighttpd.conf,v 1.6 2004/08/29 09:44:53 weigon Exp $
# $Id: lighttpd.conf,v 1.7 2004/11/03 22:26:05 weigon Exp $
############ Options you really have to take care of ####################
@ -159,10 +159,10 @@ server.groupname = "www"
#### fastcgi module
## read fastcgi.txt for more info
#fastcgi.server = ( ".php" =>
# ( "grisu" =>
# ( "localhost" =>
# (
# "host" => "192.168.2.10",
# "port" => 1026
# "socket" => "/tmp/php-fastcgi.socket",
# "bin-path" => "/usr/local/bin/php"
# )
# )
# )

View File

@ -0,0 +1,11 @@
--- configure.in.orig Tue Nov 2 17:11:09 2004
+++ configure.in Fri Nov 26 10:57:33 2004
@@ -230,7 +230,7 @@
AC_CHECK_HEADERS([openssl/ssl.h])
OLDLIBS="$LIBS"
AC_CHECK_LIB(crypto, BIO_f_base64, [
- AC_CHECK_LIB(ssl, SSL_new, [ SSL_LIB="-lcrypto -lssl" ], [], [ -lcrypto ])
+ AC_CHECK_LIB(ssl, SSL_new, [ SSL_LIB="-lcrypto -lssl" AC_DEFINE(HAVE_LIBSSL, [], [Have libssl]) ], [], [ -lcrypto ])
], [], [])
LIBS="$OLDLIBS"
AC_SUBST(SSL_LIB)

View File

@ -1,3 +1,4 @@
bin/spawn-fcgi
etc/lighttpd.conf.sample
etc/rc.d/lighttpd.sh
lib/lighttpd/mod_access.so