Browse Source

upgrading package: lighttpd 1.4.2 -> 1.4.3

Ralf S. Engelschall 20 years ago
parent
commit
ad216740c8
2 changed files with 2 additions and 33 deletions
  1. 0 29
      lighttpd/lighttpd.patch
  2. 2 4
      lighttpd/lighttpd.spec

+ 0 - 29
lighttpd/lighttpd.patch

@@ -1,29 +0,0 @@
--> http://trac.lighttpd.net/trac/changeset/649?format=diff
-
---- branches/lighttpd-merge-1.4.x/configure.in	(revision 648)
-+++ branches/lighttpd-merge-1.4.x/configure.in	(revision 649)
-@@ -621,10 +621,10 @@
- fi
- 
- ## post processing
--do_build=`echo $do_build | sed 's/ /\n/g' | sort`
--no_build=`echo $no_build | sed 's/ /\n/g' | sort`
--enable_feature=`echo $enable_feature | sed 's/ /\n/g' | sort`
--disable_feature=`echo $disable_feature | sed 's/ /\n/g' | sort`
-+do_build=`for i in $do_build; do echo $i; done | sort`
-+no_build=`for i in $no_build; do echo $i; done | sort`
-+enable_feature=`for i in $enable_feature; do echo $i; done | sort`
-+disable_feature=`for i in $disable_feature; do echo $i; done | sort`
- 
- ## output
- 
---- branches/lighttpd-merge-1.4.x/src/fdevent_freebsd_kqueue.c	(revision 648)
-+++ branches/lighttpd-merge-1.4.x/src/fdevent_freebsd_kqueue.c	(revision 649)
-@@ -108,6 +108,7 @@
- 			fprintf(stderr, "%s.%d: kqueue failed polling: %s\n",
- 				__FILE__, __LINE__, strerror(errno));
- 			break;
-+		}
- 	}
- 
- 	return ret;

+ 2 - 4
lighttpd/lighttpd.spec

@@ -32,8 +32,8 @@ Distribution: OpenPKG
 Class:        EVAL
 Group:        Web
 License:      MIT-style
-Version:      1.4.2
-Release:      20050831
+Version:      1.4.3
+Release:      20050901
 
 #   package options
 %option       with_fsl    yes
@@ -46,7 +46,6 @@ Source0:      http://www.lighttpd.net/download/lighttpd-%{version}.tar.gz
 Source1:      lighttpd.conf
 Source2:      rc.lighttpd
 Source3:      fsl.lighttpd
-Patch0:       lighttpd.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -88,7 +87,6 @@ AutoReqProv:  no
 
 %prep
     %setup -q
-    %patch -p2
     %{l_shtool} subst \
         -e 's;\(/etc/lighttpd/lighttpd.conf\);%{l_prefix}\1;' \
         doc/lighttpd.1