From c04e12dc85380d3bf2235ad81d2a8cd31338ade8 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 13 Dec 2008 10:55:48 +0000 Subject: Bump lighttpd to 1.4.20. Initial patch provided by Gustavo Zacarias . Signed-off-by: Thomas Petazzoni --- package/lighttpd/lighttpd-1.4.19-configure.patch | 11 ----------- package/lighttpd/lighttpd-1.4.20-configure.patch | 11 +++++++++++ package/lighttpd/lighttpd.mk | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 package/lighttpd/lighttpd-1.4.19-configure.patch create mode 100644 package/lighttpd/lighttpd-1.4.20-configure.patch (limited to 'package/lighttpd') diff --git a/package/lighttpd/lighttpd-1.4.19-configure.patch b/package/lighttpd/lighttpd-1.4.19-configure.patch deleted file mode 100644 index ecbacd3b7..000000000 --- a/package/lighttpd/lighttpd-1.4.19-configure.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- lighttpd-1.4.19-org/configure 2008-03-10 21:46:12.000000000 +0000 -+++ lighttpd-1.4.19/configure 2008-03-31 06:58:41.000000000 +0000 -@@ -23971,7 +23971,7 @@ - { echo "$as_me:$LINENO: result: $WITH_PCRE" >&5 - echo "${ECHO_T}$WITH_PCRE" >&6; } - --if test "x$cross_compiling" = xno -a "$WITH_PCRE" != "no"; then -+if test "$WITH_PCRE" != "no"; then - # 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 --git a/package/lighttpd/lighttpd-1.4.20-configure.patch b/package/lighttpd/lighttpd-1.4.20-configure.patch new file mode 100644 index 000000000..ecbacd3b7 --- /dev/null +++ b/package/lighttpd/lighttpd-1.4.20-configure.patch @@ -0,0 +1,11 @@ +--- lighttpd-1.4.19-org/configure 2008-03-10 21:46:12.000000000 +0000 ++++ lighttpd-1.4.19/configure 2008-03-31 06:58:41.000000000 +0000 +@@ -23971,7 +23971,7 @@ + { echo "$as_me:$LINENO: result: $WITH_PCRE" >&5 + echo "${ECHO_T}$WITH_PCRE" >&6; } + +-if test "x$cross_compiling" = xno -a "$WITH_PCRE" != "no"; then ++if test "$WITH_PCRE" != "no"; then + # 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 --git a/package/lighttpd/lighttpd.mk b/package/lighttpd/lighttpd.mk index a38b35509..7f5a630e9 100644 --- a/package/lighttpd/lighttpd.mk +++ b/package/lighttpd/lighttpd.mk @@ -3,7 +3,7 @@ # lighttpd # ############################################################# -LIGHTTPD_VERSION:=1.4.19 +LIGHTTPD_VERSION:=1.4.20 LIGHTTPD_SOURCE:=lighttpd-$(LIGHTTPD_VERSION).tar.bz2 LIGHTTPD_SITE:=http://www.lighttpd.net/download LIGHTTPD_INSTALL_STAGING = NO -- cgit v1.2.3