From d195c514f6cbd13f84b15ccbf31d71d22aa7e078 Mon Sep 17 00:00:00 2001 From: Tim Yardley Date: Sun, 4 Mar 2007 02:04:52 +0000 Subject: [PATCH] update lighttpd from 1.4.11 to 1.4.13 SVN-Revision: 6492 --- net/lighttpd/Makefile | 4 ++-- net/lighttpd/patches/500-configure_cross.patch | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index 54dd72e5f7..468801af5a 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lighttpd -PKG_VERSION:=1.4.11 +PKG_VERSION:=1.4.13 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.lighttpd.net/download/ -PKG_MD5SUM:=f55eebb9815c94a7de35906bb557ecd3 +PKG_MD5SUM:=d775d6478391b95d841a1018c8db0b95 PKG_CAT:=zcat PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install diff --git a/net/lighttpd/patches/500-configure_cross.patch b/net/lighttpd/patches/500-configure_cross.patch index 8f8099823f..50aff052dd 100644 --- a/net/lighttpd/patches/500-configure_cross.patch +++ b/net/lighttpd/patches/500-configure_cross.patch @@ -1,7 +1,7 @@ -diff -ruN lighttpd-1.4.2-old/configure lighttpd-1.4.2-new/configure ---- lighttpd-1.4.2-old/configure 2005-08-29 14:18:11.000000000 +0200 -+++ lighttpd-1.4.2-new/configure 2005-09-01 09:06:29.000000000 +0200 -@@ -23849,7 +23849,7 @@ +diff -ubr /tmp/lighttpd-1.4.13/configure lighttpd-1.4.13/configure +--- /tmp/lighttpd-1.4.13/configure 2006-10-09 16:39:03.000000000 -0500 ++++ lighttpd-1.4.13/configure 2007-03-03 19:45:44.000000000 -0600 +@@ -24587,7 +24587,7 @@ echo "$as_me:$LINENO: result: $WITH_PCRE" >&5 echo "${ECHO_T}$WITH_PCRE" >&6 @@ -10,10 +10,10 @@ diff -ruN lighttpd-1.4.2-old/configure lighttpd-1.4.2-new/configure # Extract the first word of "pcre-config", so it can be a program name with args. set dummy pcre-config; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 -diff -ruN lighttpd-1.4.2-old/configure.in lighttpd-1.4.2-new/configure.in ---- lighttpd-1.4.2-old/configure.in 2005-08-29 14:06:03.000000000 +0200 -+++ lighttpd-1.4.2-new/configure.in 2005-09-01 09:05:39.000000000 +0200 -@@ -222,7 +222,7 @@ +diff -ubr /tmp/lighttpd-1.4.13/configure.in lighttpd-1.4.13/configure.in +--- /tmp/lighttpd-1.4.13/configure.in 2006-10-09 11:19:34.000000000 -0500 ++++ lighttpd-1.4.13/configure.in 2007-03-03 19:50:50.000000000 -0600 +@@ -250,7 +250,7 @@ [WITH_PCRE=$withval],[WITH_PCRE=yes]) AC_MSG_RESULT([$WITH_PCRE]) @@ -21,4 +21,4 @@ diff -ruN lighttpd-1.4.2-old/configure.in lighttpd-1.4.2-new/configure.in +if test "$WITH_PCRE" != "no"; then AC_PATH_PROG(PCRECONFIG, pcre-config) - if test x"$PCRECONFIG" != x; then + if test x"$PCRECONFIG" != x; then -- 2.30.2