Blame SPECS/mod_perl.spec

3467d4
%{?scl:%scl_package mod_perl}
3467d4
3467d4
%if 0%{?fedora} >= 18 || 0%{?rhel} >= 7
3467d4
%define use_system_apr 1
3467d4
%else
3467d4
%define use_system_apr 0
3467d4
%endif
3467d4
3467d4
%if 0%{?scl:1}
3467d4
%{!?_httpd24_apxs:       %{expand: %%global _httpd24_apxs       %%{_sbindir}/apxs}}
3467d4
%{!?_httpd24_mmn:        %{expand: %%global _httpd24_mmn        %%(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)}}
3467d4
%{!?_httpd24_confdir:    %{expand: %%global _httpd24_confdir    %%{_sysconfdir}/httpd/conf.d}}
3467d4
# /etc/httpd/conf.d with httpd < 2.4 and defined as /etc/httpd/conf.modules.d with httpd >= 2.4
3467d4
%{!?_httpd24_modconfdir: %{expand: %%global _httpd24_modconfdir %%{_sysconfdir}/httpd/conf.d}}
3467d4
%{!?_httpd24_moddir:    %{expand: %%global _httpd24_moddir    %%{_libdir}/httpd/modules}}
3467d4
%else
3467d4
%{!?_httpd_apxs:       %{expand: %%global _httpd_apxs       %%{_sbindir}/apxs}}
3467d4
%{!?_httpd_mmn:        %{expand: %%global _httpd_mmn        %%(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)}}
3467d4
%{!?_httpd_confdir:    %{expand: %%global _httpd_confdir    %%{_sysconfdir}/httpd/conf.d}}
3467d4
# /etc/httpd/conf.d with httpd < 2.4 and defined as /etc/httpd/conf.modules.d with httpd >= 2.4
3467d4
%{!?_httpd_modconfdir: %{expand: %%global _httpd_modconfdir %%{_sysconfdir}/httpd/conf.d}}
3467d4
%{!?_httpd_moddir:    %{expand: %%global _httpd_moddir    %%{_libdir}/httpd/modules}}
3467d4
%endif
3467d4
3467d4
%global regenerate_xs 0
3467d4
3467d4
Name:           %{?scl:%scl_prefix}mod_perl
3467d4
Version:        2.0.9
a9ffd3
Release:        10%{?dist}
3467d4
Summary:        An embedded Perl interpreter for the Apache HTTP Server
3467d4
3467d4
Group:          System Environment/Daemons
3467d4
License:        ASL 2.0
3467d4
URL:            http://perl.apache.org/
3467d4
Source0:        http://www.apache.org/dist/perl/mod_perl-%{version}.tar.gz
3467d4
Source1:        perl.conf
3467d4
Source2:        perl.module.conf
3467d4
Patch1:         mod_perl-2.0.4-inline.patch
3467d4
# Use short_name as argv[0] (bug #1388851)
3467d4
Patch2:         mod_perl-2.0.8-short-name.patch
a9ffd3
# Fix CVE-2011-2767 (arbitrary Perl code execution in the context of the user
a9ffd3
# account via a user-owned .htaccess), bug #1626273, CPAN RT#126984
a9ffd3
Patch3:         mod_perl-2.0.10-restrict_perl_section_to_server_scope.patch
3467d4
3467d4
BuildRequires:  %{?scl_prefix}perl-devel, %{?scl_prefix}perl-generators, %{?scl_prefix}perl(ExtUtils::Embed)
3467d4
BuildRequires:  %{?scl:httpd24-}httpd-devel >= 2.4.0, %{?scl:httpd24-}httpd, gdbm-devel
3467d4
%if %{use_system_apr}
3467d4
BuildRequires:  apr-devel >= 1.2.0, apr-util-devel
3467d4
%else
3467d4
BuildRequires:  %{?scl:httpd24-}apr-devel >= 1.2.0, %{?scl:httpd24-}apr-util-devel
3467d4
%endif
3467d4
BuildRequires:  %{?scl_prefix}perl(Data::Dumper)
3467d4
BuildRequires:  %{?scl_prefix}perl(Data::Flow)
3467d4
BuildRequires:  %{?scl_prefix}perl(Tie::IxHash)
3467d4
BuildRequires:  %{?scl_prefix}perl(Test)
3467d4
Requires:       %{?scl_prefix}perl(:MODULE_COMPAT_%(%{?scl:scl enable %{scl} '}eval "$(perl -V:version)";echo $version%{?scl:'}))
3467d4
%if 0%{?scl:1}
3467d4
Requires:       %{?scl:httpd24-}httpd-mmn = %{_httpd24_mmn}
3467d4
%else
3467d4
Requires:       %{?scl:httpd24-}httpd-mmn = %{_httpd_mmn}
3467d4
%endif
3467d4
# For Apache::SizeLimit::Core
3467d4
Requires:       %{?scl_prefix}perl(Linux::Pid)
3467d4
%if 0%{?scl:1}
3467d4
Requires(post):     grep
3467d4
Requires(preun):    grep
3467d4
Requires(preun):    sed
3467d4
%endif
3467d4
3467d4
Conflicts:      perl516-mod_perl
3467d4
Conflicts:      rh-perl520-mod_perl
3467d4
3467d4
%if 0%{?rhel} < 7
3467d4
# RPM 4.8 style
3467d4
%{?filter_setup:
3467d4
%filter_from_provides /^%{?scl_prefix}perl(Apache2::Connection)$/d
3467d4
%filter_from_provides /^%{?scl_prefix}perl(Apache2::RequestRec)$/d
3467d4
%filter_from_provides /^%{?scl_prefix}perl(warnings)$/d
3467d4
%filter_from_provides /^%{?scl_prefix}perl(HTTP::Request::Common)$/d
3467d4
%filter_from_provides /^mod_perl\.so(.*$/d
3467d4
%filter_from_provides /^mod_perl\.so$/d
3467d4
%filter_from_requires /^%{?scl_prefix}perl(Apache::Test.*)/d
3467d4
%filter_from_requires /^%{?scl_prefix}perl(Data::Flow)/d
3467d4
%filter_from_requires /^%{?scl_prefix}perl(Apache2::FunctionTable)/d
3467d4
%filter_from_requires /^%{?scl_prefix}perl(Apache2::StructureTable)/d
3467d4
# Hide dependencies on broken provides
3467d4
%filter_from_requires /^%{?scl_prefix}perl(Apache2::MPM)/d
3467d4
%{?perl_default_filter}
3467d4
}
3467d4
%else
3467d4
# RPM 4.9 style
3467d4
%{?perl_default_filter}
3467d4
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}perl\\(Apache2::Connection\\)$
3467d4
%global __provides_exclude %__provides_exclude|perl\\(Apache2::RequestRec\\)$
3467d4
%global __provides_exclude %__provides_exclude|perl\\(warnings\\)$
3467d4
%global __provides_exclude %__provides_exclude|perl\\(HTTP::Request::Common\\)$
3467d4
%global __provides_exclude %__provides_exclude|mod_perl\\.so\\(.*$
3467d4
%global __provides_exclude %__provides_exclude|mod_perl\\.so$
3467d4
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(Apache::Test.*\\)
3467d4
%global __requires_exclude %__requires_exclude|perl\\(Data::Flow\\)
3467d4
%global __requires_exclude %__requires_exclude|perl\\(Apache2::FunctionTable\\)
3467d4
%global __requires_exclude %__requires_exclude|perl\\(Apache2::StructureTable\\)
3467d4
# Hide dependencies on broken provides
3467d4
%global __requires_exclude %__requires_exclude|^%{?scl_prefix}perl\\(Apache2::MPM\\)
3467d4
%endif
3467d4
3467d4
%description
3467d4
Mod_perl incorporates a Perl interpreter into the Apache web server,
3467d4
so that the Apache web server can directly execute Perl code.
3467d4
Mod_perl links the Perl run-time library into the Apache web server and
3467d4
provides an object-oriented Perl interface for Apache's C language
3467d4
API.  The end result is a quicker CGI script turnaround process, since
3467d4
no external Perl interpreter has to be started.
3467d4
3467d4
Install mod_perl if you're installing the Apache web server and you'd
3467d4
like for it to directly incorporate a Perl interpreter.
3467d4
3467d4
3467d4
%package devel
3467d4
Summary:        Files needed for building XS modules that use mod_perl
3467d4
Group:          Development/Libraries
3467d4
Requires:       %{name}%{?_isa} = %{version}-%{release}, %{?scl:httpd24-}httpd-devel%{?_isa}
3467d4
3467d4
%description devel 
3467d4
The mod_perl-devel package contains the files needed for building XS
3467d4
modules that use mod_perl.
3467d4
3467d4
3467d4
%prep
3467d4
%setup -q -n mod_perl-%{version}
3467d4
%patch1 -p1
3467d4
%patch2 -p1
a9ffd3
%patch3 -p1
3467d4
%{?scl:sed -i 's|@scl@|%{_scl_root}|' %{SOURCE1}}
3467d4
%{!?scl:sed -i 's|@scl@||' %{SOURCE1}}
3467d4
3467d4
# Remove docs/os. It's only win32 info with non ASL-2.0 license.
3467d4
rm -rf docs/os
3467d4
3467d4
%build
3467d4
3467d4
for i in Changes SVN-MOVE; do
3467d4
    iconv --from=ISO-8859-1 --to=UTF-8 $i > $i.utf8
3467d4
    mv $i.utf8 $i
3467d4
done
3467d4
3467d4
cd docs
3467d4
for i in devel/debug/c.pod devel/core/explained.pod user/Changes.pod; do
3467d4
    iconv --from=ISO-8859-1 --to=UTF-8 $i > $i.utf8
3467d4
    mv $i.utf8 $i
3467d4
done
3467d4
cd ..
3467d4
3467d4
%if 0%{?scl:1}
3467d4
. /opt/rh/httpd24/enable
3467d4
. /opt/rh/%scl/enable
3467d4
3467d4
%if %{use_system_apr}
3467d4
CFLAGS="$RPM_OPT_FLAGS -fpic" %{__perl} Makefile.PL 
3467d4
         PREFIX=$RPM_BUILD_ROOT/%{_prefix} \
3467d4
         INSTALLDIRS=vendor \
3467d4
         MP_APXS=%{_httpd24_apxs} \
3467d4
         MP_APR_CONFIG=%{_root_bindir}/apr-1-config
3467d4
%else
3467d4
CFLAGS="$RPM_OPT_FLAGS -fpic" %{__perl} Makefile.PL 
3467d4
         PREFIX=$RPM_BUILD_ROOT/%{_prefix} \
3467d4
         INSTALLDIRS=vendor \
3467d4
         MP_APXS=%{_httpd24_apxs} \
3467d4
         MP_APR_CONFIG=/opt/rh/httpd24/root/usr/bin/apr-1-config
3467d4
%endif
3467d4
%else
3467d4
CFLAGS="$RPM_OPT_FLAGS -fpic" %{__perl} Makefile.PL 
3467d4
         PREFIX=$RPM_BUILD_ROOT/%{_prefix} \
3467d4
         INSTALLDIRS=vendor \
3467d4
         MP_APXS=%{_httpd_apxs} \
3467d4
         MP_APR_CONFIG=%{_bindir}/apr-1-config
3467d4
%endif
3467d4
3467d4
# This is not needed now when we are using httpd24 branch, but I will keep
3467d4
# it here in case someone will have to regenerate *.xs files again.
3467d4
%if %{regenerate_xs}0
3467d4
make source_scan
3467d4
make xs_generate
3467d4
CFLAGS="$RPM_OPT_FLAGS -fpic" %{__perl} Makefile.PL 
3467d4
         PREFIX=$RPM_BUILD_ROOT/%{_prefix} \
3467d4
         INSTALLDIRS=vendor \
3467d4
         MP_APXS=%{?scl:%{_httpd24_apxs}}%{!?scl:%{_httpd_apxs}} \
3467d4
         MP_APR_CONFIG=$(type -P apr-1-config)
3467d4
%endif
3467d4
3467d4
make -C src/modules/perl %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS -fpic"
3467d4
make %{?_smp_mflags}
3467d4
3467d4
%install
3467d4
%if 0%{?scl:1}
3467d4
. /opt/rh/httpd24/enable
3467d4
. /opt/rh/%scl/enable
3467d4
3467d4
install -d -m 755 $RPM_BUILD_ROOT%{_httpd24_moddir}
3467d4
make install \
3467d4
    MODPERL_AP_LIBEXECDIR=$RPM_BUILD_ROOT%{_httpd24_moddir} \
3467d4
    MODPERL_AP_INCLUDEDIR=$RPM_BUILD_ROOT%{_includedir}/httpd
3467d4
%else
3467d4
install -d -m 755 $RPM_BUILD_ROOT%{_httpd_moddir}
3467d4
make install \
3467d4
    MODPERL_AP_LIBEXECDIR=$RPM_BUILD_ROOT%{_httpd_moddir} \
3467d4
    MODPERL_AP_INCLUDEDIR=$RPM_BUILD_ROOT%{_includedir}/httpd
3467d4
%endif
3467d4
3467d4
# Remove the temporary files.
3467d4
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
3467d4
find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';'
3467d4
find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
3467d4
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
3467d4
3467d4
# Fix permissions to avoid strip failures on non-root builds.
3467d4
chmod -R u+w $RPM_BUILD_ROOT/*
3467d4
3467d4
%if 0%{?scl:1}
3467d4
# Install the config file
3467d4
install -d -m 755 $RPM_BUILD_ROOT%{_httpd24_confdir}
3467d4
install -d -m 755 $RPM_BUILD_ROOT%{_httpd24_modconfdir}
3467d4
install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_httpd24_confdir}
3467d4
install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_httpd24_modconfdir}/02-perl.conf
3467d4
%else
3467d4
# Install the config file
3467d4
install -d -m 755 $RPM_BUILD_ROOT%{_httpd_confdir}
3467d4
install -d -m 755 $RPM_BUILD_ROOT%{_httpd_modconfdir}
3467d4
install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_httpd_confdir}
3467d4
install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_httpd_modconfdir}/02-perl.conf
3467d4
%endif
3467d4
3467d4
# Move set of modules to -devel
3467d4
devmods="ModPerl::Code ModPerl::BuildMM ModPerl::CScan \
3467d4
          ModPerl::TestRun ModPerl::Config ModPerl::WrapXS \
3467d4
          ModPerl::BuildOptions ModPerl::Manifest \
3467d4
          ModPerl::MapUtil ModPerl::StructureMap \
3467d4
          ModPerl::TypeMap ModPerl::FunctionMap \
3467d4
          ModPerl::ParseSource ModPerl::MM \
3467d4
          Apache2::Build Apache2::ParseSource Apache2::BuildConfig \
3467d4
          Bundle::ApacheTest"
3467d4
for m in $devmods; do
3467d4
   test -f $RPM_BUILD_ROOT%{_mandir}/man3/${m}.3pm &&
3467d4
     echo "%{_mandir}/man3/${m}.3pm*"
3467d4
   fn=${m//::/\/}
3467d4
   test -f $RPM_BUILD_ROOT%{perl_vendorarch}/${fn}.pm &&
3467d4
        echo %{perl_vendorarch}/${fn}.pm
3467d4
   test -d $RPM_BUILD_ROOT%{perl_vendorarch}/${fn} && 
3467d4
        echo %{perl_vendorarch}/${fn}
3467d4
   test -d $RPM_BUILD_ROOT%{perl_vendorarch}/auto/${fn} && 
3467d4
        echo %{perl_vendorarch}/auto/${fn}
3467d4
done | tee devel.files | sed 's/^/%%exclude /' > exclude.files
3467d4
echo "%%exclude %{_mandir}/man3/Apache::Test*.3pm*" >> exclude.files
3467d4
3467d4
# perl build script generates *.orig files, they get installed and later they
3467d4
# break provides so mod_perl requires mod_perl-devel. We remove them here.
3467d4
find "$RPM_BUILD_ROOT" -type f -name *.orig -exec rm -f {} \;
3467d4
3467d4
%if 0%{?scl:1}
3467d4
%post
3467d4
# Register a collection in the httpd environment
3467d4
FILE=/opt/rh/httpd24/service-environment
3467d4
if ! grep -q -e ' %{scl}"' "$FILE"; then
3467d4
printf 'HTTPD24_HTTPD_SCLS_ENABLED="${HTTPD24_HTTPD_SCLS_ENABLED} %{scl}"\n' \
3467d4
        >> "$FILE"
3467d4
fi
3467d4
exit 0
3467d4
3467d4
%preun
3467d4
# Unregister a collection from the httpd environment
3467d4
if [ $1 -eq 0 ]; then
3467d4
    FILE=/opt/rh/httpd24/service-environment
3467d4
    if grep -q -e ' %{scl}"' "$FILE"; then
3467d4
        sed -i -e \
3467d4
    '/^HTTPD24_HTTPD_SCLS_ENABLED="${HTTPD24_HTTPD_SCLS_ENABLED} %{scl}"$/d' \
3467d4
            "$FILE"
3467d4
    fi
3467d4
fi
3467d4
exit 0
3467d4
%endif
3467d4
3467d4
%files -f exclude.files
3467d4
%doc Changes LICENSE NOTICE README* STATUS SVN-MOVE docs/
3467d4
%if 0%{?scl:1}
3467d4
%config(noreplace) %{_httpd24_confdir}/perl.conf
3467d4
%config(noreplace) %{_httpd24_modconfdir}/02-perl.conf
3467d4
%else
3467d4
%config(noreplace) %{_httpd_confdir}/perl.conf
3467d4
%config(noreplace) %{_httpd_modconfdir}/02-perl.conf
3467d4
%endif
3467d4
%{_bindir}/*
3467d4
%if 0%{?scl:1}
3467d4
%{_httpd24_moddir}/mod_perl.so
3467d4
%else
3467d4
%{_httpd_moddir}/mod_perl.so
3467d4
%endif
3467d4
%{perl_vendorarch}/auto/*
3467d4
%dir %{perl_vendorarch}/Apache/
3467d4
%{perl_vendorarch}/Apache/Reload.pm
3467d4
%{perl_vendorarch}/Apache/SizeLimit*
3467d4
%{perl_vendorarch}/Apache2/
3467d4
%{perl_vendorarch}/Bundle/
3467d4
%{perl_vendorarch}/APR/
3467d4
%{perl_vendorarch}/ModPerl/
3467d4
%{perl_vendorarch}/*.pm
3467d4
%{_mandir}/man3/*.3*
3467d4
3467d4
%files devel -f devel.files
3467d4
%if 0%{?scl:1}
3467d4
%dir %{_includedir}/httpd/
3467d4
%endif
3467d4
%{_includedir}/httpd/*
3467d4
%{perl_vendorarch}/Apache/Test*.pm
3467d4
%{_mandir}/man3/Apache::Test*.3pm*
3467d4
3467d4
%changelog
a9ffd3
* Wed Aug 29 2018 Petr Pisar <ppisar@redhat.com> - 2.0.9-10
a9ffd3
- Fix CVE-2011-2767 (arbitrary Perl code execution in the context of the user
a9ffd3
  account via a user-owned .htaccess) (bug #1626273)
a9ffd3
3467d4
* Wed Oct 26 2016 Petr Pisar <ppisar@redhat.com> - 2.0.9-9
3467d4
- Use short_name as argv[0] (bug #1388851)
3467d4
3467d4
* Fri Oct 07 2016 Petr Pisar <ppisar@redhat.com> - 2.0.9-8
3467d4
- Register a collection into the httpd environment (bug #1382514)
3467d4
- Pass SCL environment to subprocesses (bug #1382514)
3467d4
3467d4
* Mon Jul 25 2016 Petr Pisar <ppisar@redhat.com> - 2.0.9-7
3467d4
- Remove unused patches
3467d4
3467d4
* Thu Jul 21 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.9-6
3467d4
- Fixed file conflict with others Perl SCLs
3467d4
- Update local path in default perl.conf
3467d4
- Resolves: rhbz#1227192, rhbz#1210621
3467d4
3467d4
* Tue Jul 12 2016 Petr Pisar <ppisar@redhat.com> - 2.0.9-5
3467d4
- SCL
3467d4
3467d4
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.9-4
3467d4
- Perl 5.24 rebuild
3467d4
3467d4
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.9-3
3467d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
3467d4
3467d4
* Mon Oct 19 2015 Jan Kaluza <jkaluza@redhat.com> - 2.0.9-2
3467d4
- fix #1272901 - add perl(Test) to BuildRequires
3467d4
3467d4
* Fri Jun 19 2015 Jan Kaluza <jkaluza@redhat.com> - 2.0.9-1
3467d4
- update to 2.0.9
3467d4
3467d4
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.8-14.20150311svn1665777
3467d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
3467d4
3467d4
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.8-13.20150311svn1665777
3467d4
- Perl 5.22 rebuild
3467d4
3467d4
* Wed Mar 11 2015 Jan Kaluza <jkaluza@redhat.com> - 2.0.8-12.20150311svn1665777
3467d4
- update to latest revision from trunk to backport latest upstream fixes
3467d4
3467d4
* Fri Mar 06 2015 Jan Kaluza <jkaluza@redhat.com> - 2.0.8-11.20140624svn1602105
3467d4
- remove docs/os from documentation because of its license (#1199044)
3467d4
3467d4
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.8-10.20140624svn1602105
3467d4
- Perl 5.20 rebuild
3467d4
3467d4
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.8-9.20140624svn1602105
3467d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
3467d4
3467d4
* Tue Jun 24 2014 Jan Kaluza <jkaluza@redhat.com> - 2.0.8-8.20140624svn1602105
3467d4
- update to latest revision from trunk to backport latest upstream fixes
3467d4
3467d4
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.8-7.20140430svn1590627
3467d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
3467d4
3467d4
* Wed Apr 30 2014 Jan Kaluza <jkaluza@redhat.com> - 2.0.8-6.20140430svn1590627
3467d4
- update to latest revision of httpd24threading branch to backport latest upstream fixes
3467d4
3467d4
* Thu Jan 23 2014 Joe Orton <jorton@redhat.com> - 2.0.8-5.20131031svn1537408
3467d4
- fix _httpd_mmn expansion in absence of httpd-devel
3467d4
3467d4
* Mon Oct 21 2013 Jan Kaluza <jkaluza@redhat.com> - 2.0.8-3.20131031svn1537408
3467d4
- update to latest revision of httpd24 branch to backport new upstream fixes
3467d4
3467d4
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.8-3.20130709svn1498417
3467d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
3467d4
3467d4
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 2.0.8-2.20130709svn1498417
3467d4
- Perl 5.18 rebuild
3467d4
3467d4
* Tue Jul 09 2013 Jan Kaluza <jkaluza@redhat.com> - 2.0.8-1.20130709svn1498417
3467d4
- update to latest revision of httpd24 branch to backport important fixes
3467d4
  in httpd-2.4 compatibility
3467d4
3467d4
* Thu Feb 21 2013 Jan Kaluza <jkaluza@redhat.com> - 2.0.7-12.20130221svn1448242
3467d4
- update to httpd24 svn branch which provides much more better compatibility
3467d4
  with httpd-2.4
3467d4
3467d4
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.7-11
3467d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
3467d4
3467d4
* Tue Nov 20 2012 Jan Kaluza <jkaluza@redhat.com> - 2.0.7-10
3467d4
- do not install .orig file generated by make xs_generate
3467d4
- filter unversioned mod_perl.so from provides
3467d4
3467d4
* Mon Nov 19 2012 Jan Kaluza <jkaluza@redhat.com> - 2.0.7-9
3467d4
- clean up spec file
3467d4
- do not require -devel when installing main package
3467d4
3467d4
* Mon Nov 19 2012 Jan Kaluza <jkaluza@redhat.com> - 2.0.7-8
3467d4
- add wrappers for new fields added in httpd-2.4 structures
3467d4
3467d4
* Wed Jul 25 2012 Jan Kaluza <jkaluza@redhat.com> - 2.0.7-7
3467d4
- updated httpd-2.4 patch
3467d4
3467d4
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.7-6
3467d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3467d4
3467d4
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 2.0.7-5
3467d4
- Hide dependencies on broken provides
3467d4
3467d4
* Mon Jul 09 2012 Petr Pisar <ppisar@redhat.com> - 2.0.7-4
3467d4
- Perl 5.16 rebuild
3467d4
3467d4
* Mon Jul 09 2012 Petr Pisar <ppisar@redhat.com> - 2.0.7-3
3467d4
- Rebuild to fix Apache2::MPM dependency on i686
3467d4
3467d4
* Fri Jun 29 2012 Petr Pisar <ppisar@redhat.com> - 2.0.7-2
3467d4
- Perl 5.16 rebuild
3467d4
3467d4
* Fri Jun 29 2012 Jan Kaluza <jkaluza@redhat.com> - 2.0.7-1
3467d4
- update to 2.0.7 (#830501)
3467d4
3467d4
* Sun Jun 10 2012 Petr Pisar <ppisar@redhat.com> - 2.0.5-11
3467d4
- Perl 5.16 rebuild
3467d4
3467d4
* Thu Apr 19 2012 Petr Pisar <ppisar@redhat.com> - 2.0.5-10
3467d4
- Fix dependency declaration on Data::Dumper
3467d4
3467d4
* Wed Apr 18 2012 Jan Kaluza <jkaluza@redhat.com> - 2.0.5-9
3467d4
- fix compilation with httpd-2.4 (#809142)
3467d4
3467d4
* Tue Mar 06 2012 Jan Kaluza <jkaluza@redhat.com> - 2.0.5-8
3467d4
- filter perl(HTTP::Request::Common) Provide from -devel (#247250)
3467d4
- use short_name as argv[0] (#782369)
3467d4
3467d4
* Thu Jan  5 2012 Ville Skyttä <ville.skytta@iki.fi> - 2.0.5-7
3467d4
- Ship Apache::Reload and Apache::SizeLimit in main package (#748362).
3467d4
- Require Linux::Pid for Apache::SizeLimit (#766568).
3467d4
- Move Apache::Test* man pages to -devel.
3467d4
- Don't filter Module::Build dependency.
3467d4
3467d4
* Wed Nov  9 2011 Joe Orton <jorton@redhat.com> - 2.0.5-6
3467d4
- fudge the LFS test (#730832)
3467d4
3467d4
* Fri Jul 22 2011 Petr Pisar <ppisar@redhat.com> - 2.0.5-5
3467d4
- RPM 4.9 dependency filtering added
3467d4
3467d4
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.0.5-4
3467d4
- Perl mass rebuild
3467d4
3467d4
* Mon Apr 11 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.0.5-3
3467d4
- filter warnings from provides
3467d4
3467d4
* Sat Mar 26 2011 Joe Orton <jorton@redhat.com> - 2.0.5-2
3467d4
- ship NOTICE file
3467d4
3467d4
* Sat Mar 26 2011 Joe Orton <jorton@redhat.com> - 2.0.5-1
3467d4
- update to 2.0.5
3467d4
3467d4
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-14
3467d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
3467d4
3467d4
* Thu Nov 11 2010 Marcela Mašláňová <mmaslano@redhat.com> - 2.0.4-13
3467d4
- fix missing requirements, add filter_setup macro, remove double provides
3467d4
3467d4
* Thu Nov 04 2010 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 2.0.4-12
3467d4
- Spec cleanup for the merge review
3467d4
3467d4
* Fri May 14 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.0.4-11
3467d4
- Mass rebuild with perl-5.12.0
3467d4
3467d4
* Tue Dec  8 2009 Joe Orton <jorton@redhat.com> - 2.0.4-10
3467d4
- add security fix for CVE-2009-0796 (#544455)
3467d4
3467d4
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-9
3467d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
3467d4
3467d4
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-8
3467d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
3467d4
3467d4
* Fri Oct 17 2008 Joe Orton <jorton@redhat.com> 2.0.4-7
3467d4
- fix inline abuse (#459351)
3467d4
3467d4
* Wed Aug  6 2008 Joe Orton <jorton@redhat.com> 2.0.4-5
3467d4
- rebuild to fix patch fuzz (#427758)
3467d4
3467d4
* Mon Jul 14 2008 Joe Orton <jorton@redhat.com> 2.0.4-4
3467d4
- rebuild for new BDB
3467d4
3467d4
* Tue May 13 2008 Joe Orton <jorton@redhat.com> 2.0.4-3
3467d4
- trim changelog; rebuild
3467d4
3467d4
* Fri Apr 18 2008 Joe Orton <jorton@redhat.com> 2.0.4-2
3467d4
- update to 2.0.4
3467d4
3467d4
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3-21
3467d4
- Rebuild for perl 5.10 (again)
3467d4
3467d4
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.0.3-20
3467d4
- Autorebuild for GCC 4.3
3467d4
3467d4
* Wed Jan 30 2008 Joe Orton <jorton@redhat.com> 2.0.3-19
3467d4
- further fixes for perl 5.10 (upstream r480903, r615751)
3467d4
3467d4
* Wed Jan 30 2008 Joe Orton <jorton@redhat.com> 2.0.3-18
3467d4
- fix build with perl 5.10 (upstream r480890)
3467d4
3467d4
* Tue Jan 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.3-17
3467d4
- fix perl BR
3467d4
3467d4
* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.3-16
3467d4
- rebuild for new perl
3467d4
3467d4
* Thu Dec  6 2007 Joe Orton <jorton@redhat.com> 2.0.3-15
3467d4
- rebuild for new OpenLDAP
3467d4
3467d4
* Wed Sep  5 2007 Joe Orton <jorton@redhat.com> 2.0.3-14
3467d4
- filter perl(HTTP::Request::Common) Provide from -devel (#247250)
3467d4
3467d4
* Sun Sep  2 2007 Joe Orton <jorton@redhat.com> 2.0.3-13
3467d4
- rebuild for fixed 32-bit APR
3467d4
3467d4
* Thu Aug 23 2007 Joe Orton <jorton@redhat.com> 2.0.3-12
3467d4
- rebuild for expat soname bump
3467d4
3467d4
* Tue Aug 21 2007 Joe Orton <jorton@redhat.com> 2.0.3-11
3467d4
- rebuild for libdb soname bump
3467d4
3467d4
* Mon Aug 20 2007 Joe Orton <jorton@redhat.com> 2.0.3-10
3467d4
- fix License
3467d4
3467d4
* Fri Apr 20 2007 Joe Orton <jorton@redhat.com> 2.0.3-8
3467d4
- filter provide of perl(warnings) (#228429)
3467d4
3467d4
* Wed Feb 28 2007 Joe Orton <jorton@redhat.com> 2.0.3-7
3467d4
- also restore Apache::Test to devel
3467d4
- add BR for perl-devel
3467d4
3467d4
* Tue Feb 27 2007 Joe Orton <jorton@redhat.com> 2.0.3-6
3467d4
- filter more Apache::Test requirements
3467d4
3467d4
* Mon Feb 26 2007 Joe Orton <jorton@redhat.com> 2.0.3-5
3467d4
- repackage set of trimmed modules, but only in -devel
3467d4
3467d4
* Wed Jan 31 2007 Joe Orton <jorton@redhat.com> 2.0.3-4
3467d4
- restore ModPerl::MM
3467d4
3467d4
* Tue Dec  5 2006 Joe Orton <jorton@redhat.com> 2.0.3-3
3467d4
- trim modules even more aggressively (#197841)
3467d4
3467d4
* Mon Dec  4 2006 Joe Orton <jorton@redhat.com> 2.0.3-2
3467d4
- update to 2.0.3
3467d4
- remove droplet in buildroot from multilib patch
3467d4
- drop build-related ModPerl:: modules and Apache::Test (#197841)
3467d4
- spec file cleanups
3467d4
3467d4
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
3467d4
- rebuild
3467d4
3467d4
* Thu Jun 15 2006 Joe Orton <jorton@redhat.com> 2.0.2-6
3467d4
- fix multilib conflicts in -devel (#192733)
3467d4
3467d4
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.0.2-5.1
3467d4
- bump again for double-long bug on ppc(64)
3467d4
3467d4
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.0.2-3.2
3467d4
- rebuilt for new gcc4.1 snapshot and glibc changes
3467d4
3467d4
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
3467d4
- rebuilt
3467d4
3467d4
* Fri Dec  2 2005 Joe Orton <jorton@redhat.com> 2.0.2-3
3467d4
- rebuild for httpd 2.2
3467d4
3467d4
* Wed Oct 26 2005 Joe Orton <jorton@redhat.com> 2.0.2-2
3467d4
- update to 2.0.2
3467d4
3467d4
* Thu Oct 20 2005 Joe Orton <jorton@redhat.com> 2.0.1-2
3467d4
- rebuild
3467d4
3467d4
* Fri Jun 17 2005 Warren Togami <wtogami@redhat.com> 2.0.1-1
3467d4
- 2.0.1
3467d4
3467d4
* Fri May 20 2005 Warren Togami <wtogami@redhat.com> 2.0.0-3
3467d4
- dep changes (#114651 jpo and ville)
3467d4
3467d4
* Fri May 20 2005 Joe Orton <jorton@redhat.com> 2.0.0-1
3467d4
- update to 2.0.0 final
3467d4
3467d4
* Mon Apr 18 2005 Ville Skyttä <ville.skytta@iki.fi> - 2.0.0-0.rc5.3
3467d4
- Fix sample configuration.
3467d4
- Explicitly disable the test suite. (#112563)
3467d4
3467d4
* Mon Apr 18 2005 Joe Orton <jorton@redhat.com> 2.0.0-0.rc5.2
3467d4
- fix filter-requires for new Apache2:: modules
3467d4
3467d4
* Sat Apr 16 2005 Warren Togami <wtogami@redhat.com> - 2.0.0-0.rc5.1
3467d4
- 2.0.0-RC5
3467d4
3467d4
* Sun Apr 03 2005 Jose Pedro Oliveira <jpo@di.uminho.pt> - 2.0.0-0.rc4.1
3467d4
- Update to 2.0.0-RC4.
3467d4
- Specfile cleanup. (#153236)