Author: arekm Date: Sun Sep 4 18:25:09 2011 GMT Module: packages Tag: HEAD ---- Log message: - rel 2; fix for range fix regression; probably there will be 2.2.21 due to this
---- Files affected: packages/apache: apache.spec (1.631 -> 1.632) , apache-bug-51748.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/apache/apache.spec diff -u packages/apache/apache.spec:1.631 packages/apache/apache.spec:1.632 --- packages/apache/apache.spec:1.631 Wed Aug 31 18:36:43 2011 +++ packages/apache/apache.spec Sun Sep 4 20:25:03 2011 @@ -45,7 +45,7 @@ Summary(tr.UTF-8): Lider WWW tarayıcı Name: apache Version: 2.2.20 -Release: 1 +Release: 2 License: Apache v2.0 Group: Networking/Daemons/HTTP Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz @@ -104,6 +104,7 @@ # http://mpm-itk.sesse.net/ Patch28: apache-mpm-itk.patch Patch29: libtool-tag.patch +Patch30: apache-bug-51748.patch URL: http://httpd.apache.org/ BuildRequires: apr-devel >= %{apr_ver} BuildRequires: apr-util-devel >= 1:1.3.10-2 @@ -1795,6 +1796,7 @@ %patch26 -p1 %patch28 -p1 %patch29 -p1 +%patch30 -p3 # using system apr, apr-util and pcre %{__rm} -r srclib/{apr,apr-util,pcre} @@ -2784,6 +2786,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.632 2011/09/04 18:25:03 arekm +- rel 2; fix for range fix regression; probably there will be 2.2.21 due to this + Revision 1.631 2011/08/31 16:36:43 arekm - back to standard url ================================================================ Index: packages/apache/apache-bug-51748.patch diff -u /dev/null packages/apache/apache-bug-51748.patch:1.1 --- /dev/null Sun Sep 4 20:25:09 2011 +++ packages/apache/apache-bug-51748.patch Sun Sep 4 20:25:03 2011 @@ -0,0 +1,11 @@ +--- httpd/httpd/trunk/modules/http/byterange_filter.c 2011/09/01 06:42:40 1163920 ++++ httpd/httpd/trunk/modules/http/byterange_filter.c 2011/09/01 10:25:45 1163985 +@@ -544,7 +544,7 @@ + return 0; + } + +- if (dash == range) { ++ if (dash == cur) { + /* In the form "-5" */ + if (apr_strtoff(&number, dash+1, &errp, 10) || *errp) { + return 0; ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache/apache.spec?r1=1.631&r2=1.632&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
