SPECS: perl-POE.spec - added patch fixing buggy handling doublesla...

agaran agaran at pld-linux.org
Tue Feb 19 21:30:12 CET 2008


Author: agaran                       Date: Tue Feb 19 20:30:12 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added patch fixing buggy handling doubleslash requests by POE::Filter::HTTPD
- rel 2

---- Files affected:
SPECS:
   perl-POE.spec (1.34 -> 1.35) 

---- Diffs:

================================================================
Index: SPECS/perl-POE.spec
diff -u SPECS/perl-POE.spec:1.34 SPECS/perl-POE.spec:1.35
--- SPECS/perl-POE.spec:1.34	Wed Dec 12 09:50:51 2007
+++ SPECS/perl-POE.spec	Tue Feb 19 21:30:07 2008
@@ -9,7 +9,7 @@
 Summary(pl.UTF-8):	POE - wielozadaniowe i sieciowe środowisko dla Perla
 Name:		perl-POE
 Version:	0.9999
-Release:	1
+Release:	2
 Epoch:		2
 # same as perl
 License:	GPL v1+ or Artistic
@@ -17,6 +17,7 @@
 Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{version}.tar.gz
 # Source0-md5:	6672a43075cd597ed1011db5b45f1f1d
 Patch0:		%{name}-no_network_tests_by_default.patch
+Patch1:		%{name}-filter-httpd.patch
 URL:		http://poe.perl.org/
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
@@ -90,6 +91,7 @@
 %prep
 %setup -q -n %{pdir}-%{version}
 %patch0 -p0
+%patch1 -p0
 
 %build
 %{__perl} Makefile.PL \
@@ -127,6 +129,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.35  2008-02-19 20:30:07  agaran
+- added patch fixing buggy handling doubleslash requests by POE::Filter::HTTPD
+- rel 2
+
 Revision 1.34  2007-12-12 08:50:51  arekm
 - up to 0.9999
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-POE.spec?r1=1.34&r2=1.35&f=u



More information about the pld-cvs-commit mailing list