pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ap-perl



Module Name:    pkgsrc
Committed By:   obache
Date:           Wed Sep 21 14:59:33 UTC 2011

Modified Files:
        pkgsrc/www/ap-perl: Makefile distinfo
        pkgsrc/www/ap-perl/patches: patch-aa
Added Files:
        pkgsrc/www/ap-perl/patches: patch-Symbol_Symbol.xs
            patch-src_modules_perl_Log.xs patch-src_modules_perl_mod__perl.c
            patch-src_modules_perl_perl__config.c
Removed Files:
        pkgsrc/www/ap-perl/patches: patch-ac

Log Message:
Update ap-perl to 1.31.
While here, fixes build with perl-5.14.

= 1.31 May 11, 2009

Fix static APACI build on Mac OS X. [Gozer]

Fix XSS vulnerability in Apache::Status reported by
Richard J. Brain, CVE-2009-0796
[Fred Moyer]

On Win32, mod_perl.h needs to include <malloc.h> before the perl
headers, at least when built with USE_ITHREADS
[Steve Hay]

Win32 needs PERL_SYS_INIT/PERL_SYS_TERM calls when built with
USE_ITHREADS [sic--that's different to USE_THREADS]. In fact,
they ought to be always called if they are defined
[Steve Hay]

Fix potential segfault when the environment contains
NULL values [Mike Schilli]

Fix static APACI build against newer apache-1.3.38+
[Gozer]

Fixed modules/regex.t test 4 on Win32
[Steve Hay]

Avoid possible segfault when PerlFreshRestart is On.
[Michael Rendell <michael%cs.mun.ca@localhost>]

Prevent segfault when running with perl >= 5.9.3
[Steve Hay]

Fix shared libary extensions on Win32 to be .dll not .so
[Nikolay Ananiev <ananiev%thegdb.com@localhost>]

Patch to mod_perl.dsp to remove /D _WINSOCK2API_ on Win32
for perl >= 5.8.6 [Steve Hay]

= 1.30 March 29, 2007

SECURITY: CVE-2007-1349 (cve.mitre.org)
fix unescaped variable interpolation in Apache::PerlRun
regular expression to prevent regex engine tampering.
reported by Alex Solovey
[Randal L. Schwartz <merlyn%stonehenge.com@localhost>, Fred Moyer 
<fred%redhotpenguin.com@localhost>]

sync Apache-SizeLimit with latest version from CPAN (0.91)
[Philip M. Gollucci, Philippe M. Chiasson]

Fix an Apache::(Registry|PerlRun) bug caused by special characters
in the url [kolya%mail.ru@localhost]

Display a more verbose message if Apache.pm can't be loaded
[Geoffrey Young]

Fix incorrect win32 detection in Apache::SizeLimit reported by
Matt Phillips <mphillips%virage.com@localhost> [Philippe M. Chiasson]

The print-a-scalar-reference feature is now deprecated and documented
as such [Stas]

fix "PerlSetVar Foo 0" so that $r->dir_config('Foo') returns 0, not undef
[Geoffrey Young]

for some reason .pm files during the modperl build see $ENV{PERL5LIB}
set in Makefile.PL, which is used for generating Makefiles, as
"PERL5LIB=/path:/another/path" instead of "/path:/another/path"
essentially rendering this env var useless. I'm not sure why, may be
MakeMaker kicks in somewhere. Trying to workaround by
s/PERL5LIB/PERL5LIB_ENV/, using anything that's not PERL5LIB. [Stas]

change $INC{$key} = undef; to delete $INC{$key}; in PerlFreshRestart
[Geoffrey Young]

Fix a bug in Makefile.PL for Win32 where it would, in
certain cases, pick up the wrong Perl include directory
[Steve Hay]


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/www/ap-perl/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/ap-perl/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/www/ap-perl/patches/patch-Symbol_Symbol.xs \
    pkgsrc/www/ap-perl/patches/patch-src_modules_perl_Log.xs \
    pkgsrc/www/ap-perl/patches/patch-src_modules_perl_mod__perl.c \
    pkgsrc/www/ap-perl/patches/patch-src_modules_perl_perl__config.c
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/ap-perl/patches/patch-aa
cvs rdiff -u -r1.1 -r0 pkgsrc/www/ap-perl/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index