Name: | mod_perl |
---|---|
Version: | 2.0.12 |
Release: | 1.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 6527449 |
License: | ASL 2.0 |
RPM: | mod_perl-2.0.12-1.el8.x86_64.rpm |
Source RPM: | mod_perl-2.0.12-1.el8.src.rpm |
Build Date: | Fri Feb 11 2022 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://perl.apache.org/ |
Summary: | An embedded Perl interpreter for the Apache HTTP Server |
Description: | Mod_perl incorporates a Perl interpreter into the Apache web server, so that the Apache web server can directly execute Perl code. Mod_perl links the Perl run-time library into the Apache web server and provides an object-oriented Perl interface for Apache's C language API. The end result is a quicker CGI script turnaround process, since no external Perl interpreter has to be started. Install mod_perl if you're installing the Apache web server and you'd like for it to directly incorporate a Perl interpreter. |
- 2.0.12 bump
- Fix detecting APR features broken by a multilib-sanitized apr.h (bug #1981927)
- Fix a crash due to wrong use of perl_parse()
- Do not use deprecated ap_get_server_version() (CPAN RT#124972) - Use httpd 2.4 access rules in an example in perl.conf - Disable ModPerl-Registry/t/closure.t and ModPerl-Registry/t/special_blocks.t tests (CPAN RT#132919)
- 2.0.11 bump
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Perl 5.30 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Rebuilt for libcrypt.so.2 (#1666033)
- Fix CVE-2011-2767 (arbitrary Perl code execution in the context of the user account via a user-owned .htaccess) (bug #1623267)