/[smeserver]/rpms/mod_perl/sme9/mod_perl.spec
ViewVC logotype

Diff of /rpms/mod_perl/sme9/mod_perl.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.2 by wellsi, Wed Apr 23 00:24:53 2014 UTC Revision 1.5 by dani, Mon Oct 1 10:05:11 2018 UTC
# Line 2  Line 2 
2    
3  Name:           mod_perl  Name:           mod_perl
4  Version:        2.0.4  Version:        2.0.4
5  Release:        11%{?dist}  Release:        12.1%{?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
# Line 16  Patch0:         mod_perl-2.0.4-multilib. Line 16  Patch0:         mod_perl-2.0.4-multilib.
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  Patch3:         mod_perl-2.0.4-tipool-race.patch
19    # Fix CVE-2011-2767 (arbitrary Perl code execution in the context of the user
20    # account via a user-owned .htaccess), bug #1626272, CPAN RT#126984
21    Patch4:         mod_perl-2.0.10-restrict_perl_section_to_server_scope.patch
22  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
23    
24  BuildRequires:  perl-devel, perl(ExtUtils::Embed)  BuildRequires:  perl-devel, perl(ExtUtils::Embed)
# Line 55  modules that use mod_perl. Line 58  modules that use mod_perl.
58  %patch1 -p1 -b .inline  %patch1 -p1 -b .inline
59  %patch2 -p1  %patch2 -p1
60  %patch3 -p1 -b .tipool  %patch3 -p1 -b .tipool
61    %patch4 -p1
62    
63  %build  %build
64  CFLAGS="$RPM_OPT_FLAGS -fpic" %{__perl} Makefile.PL </dev/null \  CFLAGS="$RPM_OPT_FLAGS -fpic" %{__perl} Makefile.PL </dev/null \
# Line 105  for m in $devmods; do Line 109  for m in $devmods; do
109     test -d $RPM_BUILD_ROOT%{perl_vendorarch}/auto/${fn} &&     test -d $RPM_BUILD_ROOT%{perl_vendorarch}/auto/${fn} &&
110          echo %{perl_vendorarch}/auto/${fn}          echo %{perl_vendorarch}/auto/${fn}
111  done | tee devel.files | sed 's/^/%%exclude /' > exclude.files  done | tee devel.files | sed 's/^/%%exclude /' > exclude.files
112    echo "%{_mandir}/man3/Apache::*.3pm*" | tee -a devel.files \
113        | sed 's/^/%%exclude /' >> exclude.files
114    
115  # Completely remove Apache::Test - can be packaged separately  # Completely remove Apache::Test - can be packaged separately
116  #rm -rf $RPM_BUILD_ROOT%{_mandir}/man3/Apache::Test*  #rm -rf $RPM_BUILD_ROOT%{_mandir}/man3/Apache::Test*
# Line 133  rm -rf $RPM_BUILD_ROOT Line 139  rm -rf $RPM_BUILD_ROOT
139  %{_includedir}/httpd/*  %{_includedir}/httpd/*
140    
141  %changelog  %changelog
142    * Mon Oct 1 2018 Daniel Berteaud <daniel@firewall-services.com> - 2.0.4-12.1.sme
143    - Rebase on upstream version and bump release [SME: 10625]
144    
145    * Wed Aug 29 2018 Petr Pisar <ppisar@redhat.com> - 2.0.4-12
146    - Fix CVE-2011-2767 (arbitrary Perl code execution in the context of the user
147      account via a user-owned .htaccess) (bug #1626272)
148    
149    * Wed Apr 23 2014 Ian Wells <esmith@wellsi.com> 2.0.4-11.1.sme
150    - Bump version number [SME: 8343]
151    
152    * Tue Apr 22 2014 Ian Wells <esmith@wellsi.com> 2.0.4-11.sme
153    - Update to latest upstream [SME: 8343]
154    
155  * Wed Apr 16 2014 Jan Kaluza <jkaluza@redhat.com> - 2.0.4-11  * Wed Apr 16 2014 Jan Kaluza <jkaluza@redhat.com> - 2.0.4-11
156  - fix a race condition in tipool management (#1072766)  - fix a race condition in tipool management (#1072766)
157    
158    * Tue Feb 12 2013 Shad L. Lords <slords@mail.com> - 2.0.4-10.sme
159    - Move Apache::Test* man pages to devel package [SME: 7331]
160    
161  * 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
162  - add security fix for CVE-2009-0796 (#544455)  - add security fix for CVE-2009-0796 (#544455)
163    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed