The NetBSD Project

CVS log for pkgsrc/www/ap2-perl/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / www / ap2-perl

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.67 / (download) - annotate - [select for diffs], Thu Nov 2 14:59:00 2023 UTC (5 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.66: +2 -3 lines
Diff to previous 1.66 (colored)

ap24-perl: update to 2.0.13.

=item 2.0.13 October 21, 2023

Use get_server_banner() instead of deprecated get_server_version() in
Apache2::Status.  [Petr Písa <ppisar@redhat.com]

Avoid generating APR precompiled headers. [Sam James <sam@gentoo.org>]

Fix build for perl >= 5.37.1. [Jitka Plesnikova <jplesnik@redhat.com>]

Revision 1.66 / (download) - annotate - [select for diffs], Thu Jul 13 18:29:37 2023 UTC (9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored)

ap2-perl: Fix runtime symbol issue with newer perl.

Bump PKGREVISION.

Revision 1.65 / (download) - annotate - [select for diffs], Thu Jul 6 09:42:18 2023 UTC (9 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored)

*: recursive bump for perl 5.38

Revision 1.64 / (download) - annotate - [select for diffs], Tue Jun 28 11:37:01 2022 UTC (21 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.63: +2 -1 lines
Diff to previous 1.63 (colored)

*: recursive bump for perl 5.36

Revision 1.63 / (download) - annotate - [select for diffs], Tue Feb 1 11:46:28 2022 UTC (2 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.62: +3 -16 lines
Diff to previous 1.62 (colored)

ap24-perl: update to 2.0.12.

2.0.12 January 30, 2022

Add bug tracker information to README, and add CONTRIBUTING.md. [Steve Hay]

Fix detection of APR's threading support on RHEL 8. [Petr Písa]

Fix build for perl >= 5.33.7. [Leon Timmermans]

Fix SIGSEGV crash due to wrong use of perl_parse(). [Charles Pigott]

Improve installation instructions for AIX. [Rainer Tammer]

Revision 1.62 / (download) - annotate - [select for diffs], Wed Jun 2 22:26:03 2021 UTC (2 years, 10 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 (colored)

ap2-perl: Fix build for perl >= 5.33.7

Revision 1.61 / (download) - annotate - [select for diffs], Mon May 24 19:55:11 2021 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored)

*: recursive bump for perl 5.34

Revision 1.60 / (download) - annotate - [select for diffs], Mon Aug 31 18:06:30 2020 UTC (3 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.59: +2 -1 lines
Diff to previous 1.59 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.59 / (download) - annotate - [select for diffs], Sat Jan 18 23:35:41 2020 UTC (4 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored)

all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.58 / (download) - annotate - [select for diffs], Wed Nov 13 21:29:25 2019 UTC (4 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.57: +2 -3 lines
Diff to previous 1.57 (colored)

ap24-perl: update to 2.0.11.

2.0.11 October 5, 2019

Fix t/modules/apache_resource.t failures [Steve Hay]

Fix [CVE-2011-2767] Arbitrary Perl code execution in the context of the user
account via a user-owned .htaccess. Patch from bugs.debian.org #644169. [Jan
Ingvoldstad <jani+debian-2011+@ifi.uio.no>]

Fix potential test suite hangs due to pipelined response deadlocks. Patch
from rt.cpan.org #82409. [Zefram <zefram@fysh.org>]

Fix t/compat/request.t failures [Steve Hay]

Fix use-after-free segfault in ap_server_config_defines seen on start-up on
OpenBSD. [Found/fixed by Sam Vaughan/Joe Orton]

Fix build with Perls earlier than 5.13.6. [Rainer Jung
<rainer.jung@kippdata.de>]

Fix filter/in_bbs_inject_header.t test failure with Apache 2.4.25+. [Stefan
Fritsch <sf@sfritsch.de>]

Fix apache/read.t test failure with Apache 2.4.25+. [Niko Tyni
<ntyni@debian.org>]

Revision 1.57 / (download) - annotate - [select for diffs], Sun Aug 11 13:17:50 2019 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.56 / (download) - annotate - [select for diffs], Wed Aug 22 09:42:52 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored)

Recursive bump for perl5-5.28.0

Revision 1.55 / (download) - annotate - [select for diffs], Mon Jan 1 10:23:07 2018 UTC (6 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.54: +1 -3 lines
Diff to previous 1.54 (colored)

apache22: remove, it was eol'd in June 2017

Remove packages that only work with apache22.
Remove apache22 references.

Revision 1.54 / (download) - annotate - [select for diffs], Fri Sep 22 09:59:30 2017 UTC (6 years, 6 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.53: +2 -1 lines
Diff to previous 1.53 (colored)

ap2-perl: missing PKGREVISION bump from perl 5.26 update

PR pkg/52507: ap24-perl module upgrade breaks Apache HTTPd v2.4

Revision 1.53 / (download) - annotate - [select for diffs], Tue Nov 1 15:32:54 2016 UTC (7 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.52: +2 -3 lines
Diff to previous 1.52 (colored)

Changes 2.0.10:

Declare MP_vtbl_env and MP_vtbl_envelem as 'extern' to fix linker errors on
OSX/Darwin.

Automatically select the appropriate c89 option when modperl is being
built with either gcc 5 or clang.

Fix non-threaded Perl 5.22.x build and tests.

Add support for Perl 5.22.x.

Revision 1.52 / (download) - annotate - [select for diffs], Sat Jul 9 06:39:10 2016 UTC (7 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.51: +2 -1 lines
Diff to previous 1.51 (colored)

Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.

Revision 1.51 / (download) - annotate - [select for diffs], Tue Jul 14 22:01:06 2015 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.50: +2 -3 lines
Diff to previous 1.50 (colored)

Update to 2.0.9, even though it doesn't support 5.22 yet, as it claims;
at least it supports 5.20.0.

2.0.9 June 18, 2015

Add note to README about MP_INLINE problem when building with GCC 5.
[Niko Tyni <ntyni@debian.org>]

Fix t/api/aplog.t for apr-1.5.2. [Steve Hay]

Note that Perl 5.22.x is currently not supported. This is logged as
CPAN RT#101962 and will hopefully be addressed in 2.0.10. [Steve Hay]

Fix unthreaded build, which was broken in 2.0.9-rc2. [Steve Hay]

Remove PerlInterpScope. This has not been working properly with threaded
MPMs with httpd-2.4.x and the use-case of this directive was questionable.
[Jan Kaluza]

Allow running the test suite with httpd-2.4.x when mod_access_compat is not
loaded. [Steve Hay]

Add support for Apache httpd-2.4.x. [Torsten Foertsch, Jan Kaluza,
Steve Hay, Gozer]

Don't call modperl_threaded_mpm() et al. from XS code. Fixes Debian Bug
#765174. [Niko Tyni <ntyni@debian.org>]

Make sure modperl_interp_select uses r->server rather than the passed s
parameter to find the interpreter pool to pull an interpreter from. This
fixes an issue with vhosts with a separate interpreter pool and runtime
dir-config merges that used to pull the interpreter from the wrong pool.
[Torsten Foertsch]

PerlInterpScope is now more advisory. Using $(c|r)->pnotes will bind
the current interpreter to that object for it's lifetime.
$(c|r)->pnotes_kill() can be used to prematurely drop pnotes and
remove this binding. [Torsten Foertsch]

Now correctly invokes PerlCleanupHandlers, even if they are the only
handler type configured for that request [Torsten Foertsch]

For threaded MPMs, change interpreter managment to a new, reference-counted
allocation model. [Torsten Foertsch]

Expose modperl_interp_pool_t via ModPerl::InterpPool, modperl_tipool_t
via ModPerl::TiPool and modperl_tipool_config_t via ModPerl::TiPoolConfig
[Torsten Foertsch]

Expose modperl_interp_t via ModPerl::Interpreter [Torsten Foertsch]

Fix t/compat/apache_file.t on Windows. Apache::File->tmpfile() wants TMPDIR
or TEMP from the environment, or else defaults to /tmp. The latter is no
good on Windows, so make sure the environment variables are passed through.
(TEMP should be set to something suitable on Windows.) [Steve Hay]

Fix t/api/err_headers_out.t with HTTP::Headers > 6.00. [Rolando
<rolosworld@gmail.com>]

Fix the build with VC++ and dmake (rather than nmake) on Windows. The
Makefile generated by Apache2::Build uses shell commands for the manifest
file, but neglected to tell dmake to use the shell. [Steve Hay]

Don't write an 'rpm' target into the Makefile on Windows. It isn't relevant
on Windows, and the (hard-coded, not MakeMaker-generated) recipe group has
syntax which dmake doesn't understand. [Steve Hay]

Revision 1.50 / (download) - annotate - [select for diffs], Fri Jun 12 10:51:48 2015 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.49 / (download) - annotate - [select for diffs], Thu Jul 24 21:38:38 2014 UTC (9 years, 8 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored)

Fix "Use of each() on hash after insertion without resetting hash iterator
results in undefined behavior" complaint from perl 5.20

Revision 1.48 / (download) - annotate - [select for diffs], Tue Jun 10 15:22:17 2014 UTC (9 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

Retire Apache 1.3 and 2.0.

Revision 1.47 / (download) - annotate - [select for diffs], Thu May 29 23:37:56 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.46 / (download) - annotate - [select for diffs], Fri Nov 15 20:16:28 2013 UTC (10 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.45: +3 -1 lines
Diff to previous 1.45 (colored)

No support for Apache 1.3 here.

Revision 1.45 / (download) - annotate - [select for diffs], Thu Nov 14 17:03:40 2013 UTC (10 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.44: +17 -5 lines
Diff to previous 1.44 (colored)

Added compatibility with Apache 2.4.x.
Fixed Clang issue when some symbols were truncated due to inlining.

Revision 1.44 / (download) - annotate - [select for diffs], Tue Jun 4 13:48:40 2013 UTC (10 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.43: +5 -7 lines
Diff to previous 1.43 (colored)

Changes 2.0.8:

Perl 5.16.3's fix for a rehash-based DoS makes it more difficult to invoke
the workaround for the old hash collision attack, which breaks mod_perl's
t/perl/hash_attack.t. Patch from rt.cpan.org 83916 improves the fix
previously applied as revision 1455340.

On Perl 5.17.6 and above, hash seeding has changed, and HvREHASH has
disappeared. Patch to update mod_perl accordingly from rt.cpan.org 83921.

Restore build with Perl 5.8.1, 5.8.2 etc: take care to use
$Config{useithreads} rather than $Config{usethreads}, and supply definitions
of Newx and Newxz as necessary.

On Perl 5.17.9, t/apache/read2.t fails because an "uninitialized value"
warning is generated for the buffer being autovivified. This is because
the sv_setpvn() that's meant to vivify the buffer doesn't perform set
magic; the warning is generated by the immediately following SvPV_force().
Patch to fix this from rt.cpan.org 83922.

Fix t/perl/hash_attack.t to work with Perl 5.14.4, 5.16.3 etc, which
contain a fix for CVE-2013-1667 (memory exhaustion with arbitrary hash
keys). This resolves rt.perl.org 116863, from where the patch was taken.

use APR::Finfo instead of Perl's stat() in ModPerl::RegistryCooker to
generate HTTP code 404 even if the requested filename contains newlines

Remove all uses of deprecated core perl symbols.

Add branch release tag to 'make tag' target

Revision 1.43 / (download) - annotate - [select for diffs], Fri May 31 12:42:30 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.42: +2 -1 lines
Diff to previous 1.42 (colored)

Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.42 / (download) - annotate - [select for diffs], Sun Oct 28 06:30:07 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.41: +1 -3 lines
Diff to previous 1.41 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.41 / (download) - annotate - [select for diffs], Fri Oct 5 09:29:40 2012 UTC (11 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.40: +2 -3 lines
Diff to previous 1.40 (colored)

Update to 2.0.7. Fixes build with perl-5.16.

2.0.7 June 5, 2012

Fix breakage caused by removal of PL_uid et al from perl 5.16.0. Patch from
rt.cpan.org #77129. [Zefram]

2.0.6 April 24, 2012

Preserve 5.8 compatibility surrounding use of MUTABLE_CV [Adam Prime]

Move code after declarations to keep MSVC++ compiler happy. [Steve Hay]

Adopt modperl_pcw.c changes from httpd24 branch. [Torsten Foertsch]

Pool cleanup functions must not longjmp. Catch these exceptions and turn
them into warnings. [Torsten Foertsch]

Fix a race condition in our tipool management.
See http://www.gossamer-threads.com/lists/modperl/dev/104026
Patch submitted by: SalusaSecondus <salusa@nationstates.net>
Reviewed by: Torsten Foertsch

Ensure that MP_APXS is set when building on Win32 with MP_AP_PREFIX,
otherwise the bundled Reload and SizeLimit builds will fail to find a
properly configured Test environment.
[Steve Hay]

Fix a few REFCNT bugs.
Patch submitted by: Niko Tyni <ntyni@debian.org>
Reviewed by: Torsten Foertsch

Correct the initialization of the build config in ModPerl::MM. The global
variable was only being set once on loading the module, which was before
Apache2::BuildConfig.pm had been written, leading to cwd and MP_LIBNAME
being unset when writing the Reload and SizeLimit makefiles.
[Steve Hay]

Discover apr-2-config from Apache 2.4 onwards. [Gozer]

Apache 2.4 and onwards doesn't require linking the MPM module directly in
the httpd binary anymore. APXS lost the MPM_NAME query, so we can't assume
a given MPM anymore. Introduce a fake MPM 'dynamic' to represent this.
[Torsten Foertsch, Gozer]

Perl 5.14 brought a few changes in Perl_sv_dup() that made a threaded apache
segfault while cloning interpreters.
[Torsten Foertsch]

PerlIOApache_flush() and mpxs_Apache2__RequestRec_rflush() now no longer throw
exceptions when modperl_wbucket_flush() fails if the failure was just a reset
connection or an aborted connection. The failure is simply logged to the error
log instead. This should fix cases of httpd.exe crashing when users press the
Stop button in their web browsers.
[Steve Hay]

Fixed a few issues that came up with LWP 6.00:
- t/response/TestAPI/request_rec.pm assumes HTTP/1.0 but LWP 6 uses 1.1
- t/api/err_headers_out.t fails due to a bug somewhere in LWP 6
- t/filter/TestFilter/out_str_reverse.pm sends the wrong content-length header
[Torsten Foertsch]

Bugfix: Apache2::ServerUtil::get_server{description,banner,version} cannot
be declared as perl constants or they won't reflect added version components
if Apache2::ServerUtil is loaded before the PostConfig phase. Now, they
are ordinary perl functions. [Torsten Foertsch]

Check for the right ExtUtils::Embed version during build [Torsten Foertsch]

Take a lesson from rt.cpan.org #66085 and pass LD_LIBRARY_PATH if mod_env
is present.  Should prevent test failures on some platforms.
[Fred Moyer]

Revision 1.40 / (download) - annotate - [select for diffs], Wed Oct 3 21:58:27 2012 UTC (11 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.39 / (download) - annotate - [select for diffs], Sun Aug 14 16:05:39 2011 UTC (12 years, 8 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

Revision bump after updating perl5 to 5.14.1.

Revision 1.38 / (download) - annotate - [select for diffs], Thu Apr 14 08:40:48 2011 UTC (13 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.37: +3 -2 lines
Diff to previous 1.37 (colored)

p5-Apache-Reload is now part of ap2-perl

Revision 1.37 / (download) - annotate - [select for diffs], Mon Apr 4 09:24:14 2011 UTC (13 years ago) by adam
Branch: MAIN
Changes since 1.36: +5 -8 lines
Diff to previous 1.36 (colored)

Changes 2.0.5:
* Prepare modperl for the upcoming perl 5.14
* Add lib/ModPerl/MethodLookup.pm to MANIFEST via lib/ModPerl/Manifest.pm
* PerlIOApache_write() now throws an APR::Error object, rather than just
  a string error, if modperl_wbucket_write() fails.
* Authentication tests fail with LWP 5.815 and later
* Concise test won't perform unless StatusTerse is set to ON
* Look for a usable apxs in $ENV{PATH} if all other options fail, then prompt
  the user for one.
* Work around bootstrap warnings when Apache2::BuildConfig has not been
  created yet.
* Remove Apache::test compatibility (part of mod_perl 1.2.7), that code causes
  build issues and is 4 versions out of date.
* Make sure perl is built either with multiplicity and ithreads or without both
* Support for "install_vendor" and "install_site" make targets
* Run tests on bundled pure perl Apache::* modules
* Implement a mini-preprocess language for map-files in xs/maps.
* Implement APR::Socket::fileno
* Export PROXYREQ_RESPONSE, a missing PROXYREQ_* constant
* Make sure standard file descriptors are preserved by the perl-script handler
* Fix the filter init handler attribute check in
  modperl_filter_resolve_init_handler()
* Make sure buffer is a valid SV in modperl_filter_read()
* Move modperl_response_finish() out of modperl_response_handler_run in
  mod_perl.c

Revision 1.36 / (download) - annotate - [select for diffs], Sat Aug 21 16:36:30 2010 UTC (13 years, 8 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!

Revision 1.35 / (download) - annotate - [select for diffs], Tue Feb 16 14:00:14 2010 UTC (14 years, 2 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.34: +5 -2 lines
Diff to previous 1.34 (colored)

Fixing '.orig' relics being installed after patching (fixes PLIST, bumping Revision)

Revision 1.34 / (download) - annotate - [select for diffs], Mon Jun 15 17:38:21 2009 UTC (14 years, 10 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.33: +3 -3 lines
Diff to previous 1.33 (colored)

Update from version 2.04nb4 to 2.04nb5.

Pkgsrc changes:
 o Apply fix from svn repository to fix an XSS bug in Apache2::Status,
   ref. CVE-2009-0796.

Revision 1.33 / (download) - annotate - [select for diffs], Fri Jun 12 20:54:22 2009 UTC (14 years, 10 months ago) by spz
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

revert previous commit: apache22 was fixed to provide backwards compat
for its dependents, so the removed patches are no longer necessary.

Revision 1.32 / (download) - annotate - [select for diffs], Sun Jun 7 20:25:00 2009 UTC (14 years, 10 months ago) by spz
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

The recent security patch to www/apache22 removed OPT_INCNOEXEC.
This in turn makes the build of ap2-perl with apache22 fail.
The patches committed here make ap2-perl build again.
They may not be sufficient to actually use the package in earnest, though.

Revision 1.31 / (download) - annotate - [select for diffs], Sun Oct 19 19:19:01 2008 UTC (15 years, 6 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").

Revision 1.30 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:54 2008 UTC (15 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.29: +5 -3 lines
Diff to previous 1.29 (colored)

Add DESTDIR support.

Revision 1.27.8.1 / (download) - annotate - [select for diffs], Sat Apr 26 06:35:05 2008 UTC (15 years, 11 months ago) by rtr
Branch: pkgsrc-2008Q1
Changes since 1.27: +3 -2 lines
Diff to previous 1.27 (colored) next main 1.28 (colored)

pullup ticket #2350 - requested by wiz
security fix, plist fix

Revisions pulled up:
- pkgsrc/www/ap2-perl/Makefile	1.28,1.29
- pkgsrc/www/ap2-perl/PLIST	1.12,1.13
- pkgsrc/www/ap2-perl/distinfo	1.10

   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Wed Apr 23 20:36:41 UTC 2008

   Modified Files:
   	pkgsrc/www/ap2-perl: Makefile PLIST distinfo

   Log Message:
   Update to 2.0.4:

   2.0.4 April 16, 2008

   Fix $r->location corruption under certain conditions
   [Gozer]

   Fix a crash when spawning Perl threads under Perl 5.10
   [Gozer]

   Fix erratic behaviour when filters were used with Perl 5.10
   [Gozer]

   Fix problems with redefinitions of perl_free as free and perl_malloc
   as malloc on Win32, as described at
   http://marc.info/?l=apache-modperl&m=119896407510526&w=2
   [Tom Donovan]

   Fix a crash when running a sub-request from within a filter where
   mod_perl was not the content handler. [Gozer]

   Refactor tests to use keepalives instead of same_interp [Gozer, Phred]

   Apache2::Reload has been moved to an externally maintained
   CPAN distribution [Fred Moyer <fred@redhotpenguin.com>]

   PerlCleanupHandler are now registered with a subpool of $r->pool,
   instead of $r->pool itself, ensuring they run _before_ any other
   $r->pool cleanups [Torsten Foertsch]

   Fix a bug that would prevent pnotes from being cleaned up properly
   at the end of the request [Torsten Foertsch]

   On Win32, embed the manifest file, if present, in mod_perl.so,
   so as to work with VC 8 [Steve Hay, Randy Kobes]

   Expose apr_thread_rwlock_t with the APR::ThreadRWLock module
   [Torsten Foertsch]

   Don't waste an extra interpreter anymore under threaded MPMs when using a
   modperl handler [Torsten Foertsch]

   Fix a bug that could cause a crash when using $r->push_handlers() multiple
   times for a phase that has no configured handlers [Torsten Foertsch]

   Catch up with some httpd API changes
    2.2.4:
     The full server version information is now included in the error log at
   startup as well as server status reports, irrespective of the setting
   of the ServerTokens directive. ap_get_server_version() is now
   deprecated, and is replaced by ap_get_server_banner() and
   ap_get_server_description(). [Jeff Trawick]

    2.3.0:
   ap_get_server_version() has been removed. Third-party modules must
   now use ap_get_server_banner() or ap_get_server_description().
   [Gozer]

   fixed Apache2::compat Apache2::ServerUtil::server_root() resolution
   issues [Joshua Hoblitt]

   *) SECURITY: CVE-2007-1349 (cve.mitre.org)
   fix unescaped variable interprolation in regular expression
   [Randal L. Schwartz <merlyn@stonehenge.com>, Fred Moyer <fred@redhotpenguin.com>]

   Make $r->the_request() writeable
   [Fred Moyer <fred@redhotpenguin.com>]

   fix ModPerl::RegistryCooker::read_script to handle all possible
   errors, previously there was a case where Apache2::Const::OK was
   returned on an error.  [Eivind Eklund <eeklund@gmail.com>]

   a minor compilation warning resolved in modperl_handler_new_from_sv
   [Stas]

   a minor compilation warning resolved in modperl_gtop_size_string
   [Stas]

   Prevent direct use of _deprecated_ Apache2::ReadConfig in
   <Perl> sections with httpd Alias directives from
   incorrectly generating
   'The Alias directive in xxxxx at line y will probably never match'
   messages.
   [Philip M. Gollucci <pgollucci@p6m78g.com>]

   Prevent Apache2::PerSections::symdump() from returning invalid
   httpd.conf snippets like 'Alias undef'
   [Philip M. Gollucci <pgollucci@p6m78g.com>]

   Require B-Size 0.9 for Apache2::Status which fixes
   Can't call method "script_name" on an undefined value
   [Philip M. Gollucci <pgollucci@p6m78g.com>]

   -march=pentium4 or anything with an = in it in CCFLAGS or @ARGV
   that gets passed to xs/APR/APR/Makefile.PL broke the @ARGV
   parsing.  I.E. FreeBSD port builds when users had CPUTYPE
   set in /etc/make.conf.
   [Philip M. Gollucci <pgollucci@p6m7g8.com>]

   Fixes to get bleed-ithread (5.9.5+) to comile again.
   [Philip M. Gollucci <pgollucci@p6m7g8.com>]
------------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Fri Apr 25 11:13:31 UTC 2008

   Modified Files:
   	pkgsrc/www/ap2-perl: Makefile PLIST

   Log Message:
   Fix PLIST. Noted by rtr@.
   Bump PKGREVISION.

Revision 1.29 / (download) - annotate - [select for diffs], Fri Apr 25 11:13:31 2008 UTC (15 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (colored)

Fix PLIST. Noted by rtr@.
Bump PKGREVISION.

Revision 1.28 / (download) - annotate - [select for diffs], Wed Apr 23 20:36:41 2008 UTC (15 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

Update to 2.0.4:

2.0.4 April 16, 2008

Fix $r->location corruption under certain conditions
[Gozer]

Fix a crash when spawning Perl threads under Perl 5.10
[Gozer]

Fix erratic behaviour when filters were used with Perl 5.10
[Gozer]

Fix problems with redefinitions of perl_free as free and perl_malloc
as malloc on Win32, as described at
 http://marc.info/?l=apache-modperl&m=119896407510526&w=2
[Tom Donovan]

Fix a crash when running a sub-request from within a filter where
mod_perl was not the content handler. [Gozer]

Refactor tests to use keepalives instead of same_interp [Gozer, Phred]

Apache2::Reload has been moved to an externally maintained
CPAN distribution [Fred Moyer <fred@redhotpenguin.com>]

PerlCleanupHandler are now registered with a subpool of $r->pool,
instead of $r->pool itself, ensuring they run _before_ any other
$r->pool cleanups [Torsten Foertsch]

Fix a bug that would prevent pnotes from being cleaned up properly
at the end of the request [Torsten Foertsch]

On Win32, embed the manifest file, if present, in mod_perl.so,
so as to work with VC 8 [Steve Hay, Randy Kobes]

Expose apr_thread_rwlock_t with the APR::ThreadRWLock module
[Torsten Foertsch]

Don't waste an extra interpreter anymore under threaded MPMs when using a
modperl handler [Torsten Foertsch]

Fix a bug that could cause a crash when using $r->push_handlers() multiple
times for a phase that has no configured handlers [Torsten Foertsch]

Catch up with some httpd API changes
  2.2.4:
   The full server version information is now included in the error log at
startup as well as server status reports, irrespective of the setting
of the ServerTokens directive. ap_get_server_version() is now
deprecated, and is replaced by ap_get_server_banner() and
ap_get_server_description(). [Jeff Trawick]

  2.3.0:
ap_get_server_version() has been removed. Third-party modules must
now use ap_get_server_banner() or ap_get_server_description().
[Gozer]

fixed Apache2::compat Apache2::ServerUtil::server_root() resolution
issues [Joshua Hoblitt]

*) SECURITY: CVE-2007-1349 (cve.mitre.org)
fix unescaped variable interprolation in regular expression
[Randal L. Schwartz <merlyn@stonehenge.com>, Fred Moyer <fred@redhotpenguin.com>]

Make $r->the_request() writeable
[Fred Moyer <fred@redhotpenguin.com>]

fix ModPerl::RegistryCooker::read_script to handle all possible
errors, previously there was a case where Apache2::Const::OK was
returned on an error.  [Eivind Eklund <eeklund@gmail.com>]

a minor compilation warning resolved in modperl_handler_new_from_sv
[Stas]

a minor compilation warning resolved in modperl_gtop_size_string
[Stas]

Prevent direct use of _deprecated_ Apache2::ReadConfig in
<Perl> sections with httpd Alias directives from
incorrectly generating
'The Alias directive in xxxxx at line y will probably never match'
messages.
[Philip M. Gollucci <pgollucci@p6m78g.com>]

Prevent Apache2::PerSections::symdump() from returning invalid
httpd.conf snippets like 'Alias undef'
[Philip M. Gollucci <pgollucci@p6m78g.com>]

Require B-Size 0.9 for Apache2::Status which fixes
Can't call method "script_name" on an undefined value
[Philip M. Gollucci <pgollucci@p6m78g.com>]

-march=pentium4 or anything with an = in it in CCFLAGS or @ARGV
that gets passed to xs/APR/APR/Makefile.PL broke the @ARGV
parsing.  I.E. FreeBSD port builds when users had CPUTYPE
set in /etc/make.conf.
[Philip M. Gollucci <pgollucci@p6m7g8.com>]

Fixes to get bleed-ithread (5.9.5+) to comile again.
[Philip M. Gollucci <pgollucci@p6m7g8.com>]

Revision 1.27 / (download) - annotate - [select for diffs], Sat Jun 30 16:09:08 2007 UTC (16 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Branch point for: pkgsrc-2008Q1
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Change naming of Apache 2.2 modules to use ap22 prefix.
Allow apache22 in some more case and add a hack to devel/subversion
to determine the module by the state of the apache22 option.
This comes from www/ap2-subversion and should be fixed to properly
use build options or so.

OK agc@

Revision 1.26 / (download) - annotate - [select for diffs], Fri Dec 8 23:34:11 2006 UTC (17 years, 4 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.25: +4 -2 lines
Diff to previous 1.25 (colored)

* Use apache.mk to be compatible with the new apache22 pkg.
* Use PKG_APACHE_ACCEPTED.

Revision 1.25 / (download) - annotate - [select for diffs], Thu Dec 7 02:57:05 2006 UTC (17 years, 4 months ago) by xtraeme
Branch: MAIN
Changes since 1.24: +2 -3 lines
Diff to previous 1.24 (colored)

Update to 2.0.3: bugfixes.

Please see http://perl.apache.org/dist/mod_perl-2.0-current/Changes
for the full list of changes.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Apr 19 17:20:00 2006 UTC (18 years ago) by cube
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)

Register conflict with p5-Apache-Test and bump PKGREVISION.

XXX:  I'd expect mod_perl2 to make it possible to have Apache::Test as a
separate package, but that will do for now.

Revision 1.23 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:56 2006 UTC (18 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Feb 5 23:11:18 2006 UTC (18 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Jan 24 07:32:43 2006 UTC (18 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Aug 17 16:54:14 2005 UTC (18 years, 8 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.19: +5 -10 lines
Diff to previous 1.19 (colored)

Update to 2.0.1.  It's now "stable"!

The Changes file from the last update (in late 2004!) is very, very long,
so see the changes since 1.99_17 here:

http://search.cpan.org/~gozer/mod_perl-2.0.1/Changes

Revision 1.19 / (download) - annotate - [select for diffs], Sat Aug 6 06:19:35 2005 UTC (18 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.

Revision 1.18 / (download) - annotate - [select for diffs], Wed Jul 13 18:01:45 2005 UTC (18 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:51 2005 UTC (19 years ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.16: +1 -2 lines
Diff to previous 1.16 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.16 / (download) - annotate - [select for diffs], Tue Nov 9 12:09:59 2004 UTC (19 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.15: +10 -11 lines
Diff to previous 1.15 (colored)

Changes 1.99.17:
* Bug-fixes and improvements before a stable release

Revision 1.15 / (download) - annotate - [select for diffs], Sun Oct 3 00:18:24 2004 UTC (19 years, 6 months ago) by tv
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Jun 20 20:18:34 2004 UTC (19 years, 10 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.13: +4 -5 lines
Diff to previous 1.13 (colored)

Update ap2-perl to 1.99.14.

Many bug fixes and changes.  See Changes in distfile for a complete list.

Revision 1.13 / (download) - annotate - [select for diffs], Tue May 4 23:59:15 2004 UTC (19 years, 11 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

Convert to buildlink3.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Apr 24 22:46:12 2004 UTC (19 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Relinquish maintainership of packages to tech-pkg@NetBSD.org.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Mar 26 02:27:56 2004 UTC (20 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Feb 10 02:22:50 2004 UTC (20 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

PERL5_REQD is now a list of values, so append to its value instead of
setting it.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Jan 17 12:36:03 2004 UTC (20 years, 3 months ago) by bad
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)

Update ap2-perl to mod_perl-1.99_12.

* reams of bug fixes. See the Changes file.
* works with perl-5.8.1.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Dec 3 15:40:02 2003 UTC (20 years, 4 months ago) by epg
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

PKGREVISION bumps due to apr bump (thanks Thomas Klausner).

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 17 22:55:27 2003 UTC (20 years, 9 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jul 5 05:10:32 2003 UTC (20 years, 9 months ago) by kim
Branch: MAIN
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (colored)

ap-perl and ap2-perl are mutually exclusive, so add CONFLICTS

Revision 1.5 / (download) - annotate - [select for diffs], Tue Feb 4 08:54:28 2003 UTC (21 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Note that this is an APACHE_MODULE, which will automatically turn the
apache dependency into a "full" one.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Feb 3 20:18:03 2003 UTC (21 years, 2 months ago) by drochner
Branch: MAIN
Changes since 1.3: +8 -4 lines
Diff to previous 1.3 (colored)

-update to 1.99.8.
 This makes it compile with apache-2.0.44.
-make doc installation more robust against reinstalls
-make apache dependency a "full" one -- I don't see what the buildlink
 files' default is good for...

Revision 1.3 / (download) - annotate - [select for diffs], Tue Nov 19 23:22:41 2002 UTC (21 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.2: +10 -28 lines
Diff to previous 1.2 (colored)

Update www/ap2-perl to 1.99.7.  Changes from version 1.99.5 include:

* Using a stable distfile instead of the daily snapshot.
* add $r->add_config method to add dynamic configuration at request time
* add Apache::DIR_MAGIC_TYPE constant
* add support for directive handlers
* add Apache::Server->add_config method to add dynamic configuration at
  server startup time
* add Apache::Directive->to_string method
* add support for pluggable <Perl> sections
* fix the filehandle leak in APR::PerlIO
* fix compilation if apache/apr do not have thread support

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jul 17 10:31:38 2002 UTC (21 years, 9 months ago) by martti
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Use a newer distfile as the old one is no longer available (as seen in
the latest bulk build). PKGNAME is unmodified as ${WRKSRC}/STATUS uses
the same version for this distfile as before.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Jun 28 07:40:29 2002 UTC (21 years, 9 months ago) by jlam
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import modperl-1.99_05 as lang/ap2-perl.  Note that ap2-perl-1.99.5 is
considered *BETA* software and may not work at all.  This package is here
solely to provide Apache-2.0 users with a testbed for porting existing
mod_perl-1.2.x applications.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jun 28 07:40:29 2002 UTC (21 years, 9 months ago) by jlam
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>