upgrade to lighttpd 1.4.4

This commit is contained in:
brad 2005-09-16 16:31:04 +00:00
parent 3490f7b528
commit 40d38e6dc4
4 changed files with 15 additions and 61 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.15 2005/08/11 04:38:44 brad Exp $
# $OpenBSD: Makefile,v 1.16 2005/09/16 16:31:04 brad Exp $
SHARED_ONLY= Yes
COMMENT= "secure, fast, compliant, and very flexible web-server"
DISTNAME= lighttpd-1.3.16
PKGNAME= ${DISTNAME}p1
DISTNAME= lighttpd-1.4.4
CATEGORIES= www net
MAINTAINER= Brad Smith <brad@openbsd.org>

View File

@ -1,4 +1,4 @@
MD5 (lighttpd-1.3.16.tar.gz) = b73f7a7ace4901b6417b0e450aaa5df5
RMD160 (lighttpd-1.3.16.tar.gz) = 3bf9b50be2e2d9b83f6fe4fe1b8bf5d8dca417d9
SHA1 (lighttpd-1.3.16.tar.gz) = 47449370b58f488350a54d54b416747228e4120f
SIZE (lighttpd-1.3.16.tar.gz) = 706362
MD5 (lighttpd-1.4.4.tar.gz) = 0142f34549cf326d1ee3631be665482f
RMD160 (lighttpd-1.4.4.tar.gz) = 0491c43bedd500d72ccf9b29c02182b22aef5576
SHA1 (lighttpd-1.4.4.tar.gz) = 05f5ba7e77afd30600f28687c74292a60cb1c070
SIZE (lighttpd-1.4.4.tar.gz) = 768193

View File

@ -1,53 +0,0 @@
$OpenBSD: patch-ltmain_sh,v 1.2 2004/10/17 15:11:46 brad Exp $
--- ltmain.sh.orig Sun Aug 22 13:22:48 2004
+++ ltmain.sh Sun Oct 17 10:54:57 2004
@@ -2611,7 +2611,7 @@ EOF
add_dir=
add=
# Finalize command for both is simple: just hardcode it.
- if test "$hardcode_direct" = yes; then
+ if test "$hardcode_direct" = yes && test -f $libdir/$linklib; then
add="$libdir/$linklib"
elif test "$hardcode_minus_L" = yes; then
add_dir="-L$libdir"
@@ -5804,40 +5804,6 @@ relink_command=\"$relink_command\""
# Exit here if they wanted silent mode.
test "$show" = : && exit $EXIT_SUCCESS
- $echo "----------------------------------------------------------------------"
- $echo "Libraries have been installed in:"
- for libdir in $libdirs; do
- $echo " $libdir"
- done
- $echo
- $echo "If you ever happen to want to link against installed libraries"
- $echo "in a given directory, LIBDIR, you must either use libtool, and"
- $echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
- $echo "flag during linking and do at least one of the following:"
- if test -n "$shlibpath_var"; then
- $echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
- $echo " during execution"
- fi
- if test -n "$runpath_var"; then
- $echo " - add LIBDIR to the \`$runpath_var' environment variable"
- $echo " during linking"
- fi
- if test -n "$hardcode_libdir_flag_spec"; then
- libdir=LIBDIR
- eval flag=\"$hardcode_libdir_flag_spec\"
-
- $echo " - use the \`$flag' linker flag"
- fi
- if test -n "$admincmds"; then
- $echo " - have your system administrator run these commands:$admincmds"
- fi
- if test -f /etc/ld.so.conf; then
- $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
- fi
- $echo
- $echo "See any operating system documentation about shared libraries for"
- $echo "more information, such as the ld(1) and ld.so(8) manual pages."
- $echo "----------------------------------------------------------------------"
exit $EXIT_SUCCESS
;;

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.7 2005/07/16 16:54:14 brad Exp $
@comment $OpenBSD: PLIST,v 1.8 2005/09/16 16:31:04 brad Exp $
bin/spawn-fcgi
lib/lighttpd/
@comment lib/lighttpd/mod_access.la
@ -15,12 +15,16 @@ lib/lighttpd/mod_cgi.so
lib/lighttpd/mod_cml.so
@comment lib/lighttpd/mod_compress.la
lib/lighttpd/mod_compress.so
@comment lib/lighttpd/mod_dirlisting.la
lib/lighttpd/mod_dirlisting.so
@comment lib/lighttpd/mod_evhost.la
lib/lighttpd/mod_evhost.so
@comment lib/lighttpd/mod_expire.la
lib/lighttpd/mod_expire.so
@comment lib/lighttpd/mod_fastcgi.la
lib/lighttpd/mod_fastcgi.so
@comment lib/lighttpd/mod_indexfile.la
lib/lighttpd/mod_indexfile.so
@comment lib/lighttpd/mod_mysql_vhost.la
lib/lighttpd/mod_mysql_vhost.so
@comment lib/lighttpd/mod_proxy.la
@ -41,6 +45,8 @@ lib/lighttpd/mod_setenv.so
lib/lighttpd/mod_simple_vhost.so
@comment lib/lighttpd/mod_ssi.la
lib/lighttpd/mod_ssi.so
@comment lib/lighttpd/mod_staticfile.la
lib/lighttpd/mod_staticfile.so
@comment lib/lighttpd/mod_status.la
lib/lighttpd/mod_status.so
@comment lib/lighttpd/mod_trigger_b4_dl.la
@ -49,6 +55,8 @@ lib/lighttpd/mod_trigger_b4_dl.so
lib/lighttpd/mod_userdir.so
@comment lib/lighttpd/mod_usertrack.la
lib/lighttpd/mod_usertrack.so
@comment lib/lighttpd/mod_webdav.la
lib/lighttpd/mod_webdav.so
@man man/man1/lighttpd.1
@man man/man1/spawn-fcgi.1
sbin/lighttpd