2 |
|
|
3 |
Name: mod_perl |
Name: mod_perl |
4 |
Version: 2.0.4 |
Version: 2.0.4 |
5 |
Release: 10%{?dist} |
Release: 11%{?dist} |
6 |
Summary: An embedded Perl interpreter for the Apache HTTP Server |
Summary: An embedded Perl interpreter for the Apache HTTP Server |
7 |
|
|
8 |
Group: System Environment/Daemons |
Group: System Environment/Daemons |
15 |
Patch0: mod_perl-2.0.4-multilib.patch |
Patch0: mod_perl-2.0.4-multilib.patch |
16 |
Patch1: mod_perl-2.0.4-inline.patch |
Patch1: mod_perl-2.0.4-inline.patch |
17 |
Patch2: mod_perl-2.0.4-CVE-2009-0796.patch |
Patch2: mod_perl-2.0.4-CVE-2009-0796.patch |
18 |
|
Patch3: mod_perl-2.0.4-tipool-race.patch |
19 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
20 |
|
|
21 |
BuildRequires: perl-devel, perl(ExtUtils::Embed) |
BuildRequires: perl-devel, perl(ExtUtils::Embed) |
54 |
%patch0 -p1 |
%patch0 -p1 |
55 |
%patch1 -p1 -b .inline |
%patch1 -p1 -b .inline |
56 |
%patch2 -p1 |
%patch2 -p1 |
57 |
|
%patch3 -p1 -b .tipool |
58 |
|
|
59 |
%build |
%build |
60 |
CFLAGS="$RPM_OPT_FLAGS -fpic" %{__perl} Makefile.PL </dev/null \ |
CFLAGS="$RPM_OPT_FLAGS -fpic" %{__perl} Makefile.PL </dev/null \ |
105 |
test -d $RPM_BUILD_ROOT%{perl_vendorarch}/auto/${fn} && |
test -d $RPM_BUILD_ROOT%{perl_vendorarch}/auto/${fn} && |
106 |
echo %{perl_vendorarch}/auto/${fn} |
echo %{perl_vendorarch}/auto/${fn} |
107 |
done | tee devel.files | sed 's/^/%%exclude /' > exclude.files |
done | tee devel.files | sed 's/^/%%exclude /' > exclude.files |
|
echo "%{_mandir}/man3/Apache::*.3pm*" | tee -a devel.files \ |
|
|
| sed 's/^/%%exclude /' >> exclude.files |
|
108 |
|
|
109 |
# Completely remove Apache::Test - can be packaged separately |
# Completely remove Apache::Test - can be packaged separately |
110 |
#rm -rf $RPM_BUILD_ROOT%{_mandir}/man3/Apache::Test* |
#rm -rf $RPM_BUILD_ROOT%{_mandir}/man3/Apache::Test* |
133 |
%{_includedir}/httpd/* |
%{_includedir}/httpd/* |
134 |
|
|
135 |
%changelog |
%changelog |
136 |
* Tue Feb 12 2013 Shad L. Lords <slords@mail.com> - 2.0.4-10.sme |
* Wed Apr 16 2014 Jan Kaluza <jkaluza@redhat.com> - 2.0.4-11 |
137 |
- Move Apache::Test* man pages to devel package [SME: 7331] |
- fix a race condition in tipool management (#1072766) |
138 |
|
|
139 |
* Tue Dec 8 2009 Joe Orton <jorton@redhat.com> - 2.0.4-10 |
* Tue Dec 8 2009 Joe Orton <jorton@redhat.com> - 2.0.4-10 |
140 |
- add security fix for CVE-2009-0796 (#544455) |
- add security fix for CVE-2009-0796 (#544455) |