Author: areq Date: Sat May 3 17:42:57 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - add perl510.patch (fix SEGV with perl 5.10)
---- Files affected: SPECS: apache1-mod_perl.spec (1.44 -> 1.45) ---- Diffs: ================================================================ Index: SPECS/apache1-mod_perl.spec diff -u SPECS/apache1-mod_perl.spec:1.44 SPECS/apache1-mod_perl.spec:1.45 --- SPECS/apache1-mod_perl.spec:1.44 Tue Jan 15 20:33:01 2008 +++ SPECS/apache1-mod_perl.spec Sat May 3 19:42:52 2008 @@ -32,7 +32,7 @@ Summary(zh_CN.UTF-8): 用于 Apache web 服务程序的 Perl 解释程序。 Name: apache1-mod_perl Version: 1.30 -Release: 1 +Release: 2 License: Apache v1.1 Group: Networking/Daemons Source0: http://perl.apache.org/dist/mod_perl-%{version}.tar.gz @@ -41,6 +41,7 @@ # from ftp://ftp.kddlabs.co.jp/Linux/packages/Kondara/pub/Jirai/ Patch1: mod_perl-v6.patch Patch2: %{name}-optimize.patch +Patch3: %{name}-perl510.patch URL: http://perl.apache.org/ %{?with_ipv6:BuildRequires: apache1(ipv6)-devel} BuildRequires: apache1-devel >= 1.3.39-2 @@ -242,6 +243,7 @@ %patch0 -p1 %{?with_ipv6:%patch1 -p1} %patch2 -p1 +%patch3 -p1 %build %{__perl} Makefile.PL \ @@ -337,6 +339,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.45 2008-05-03 17:42:52 areq +- add perl510.patch (fix SEGV with perl 5.10) + Revision 1.44 2008-01-15 19:33:01 glen - note problem about Apache::Util::escape_html() ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1-mod_perl.spec?r1=1.44&r2=1.45&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
