aboutsummaryrefslogtreecommitdiff
path: root/www/mod_perl2
Commit message (Collapse)AuthorAgeFilesLines
* - add stage supportOlli Hauer2013-11-102-49/+103
| | | | Notes: svn path=/head/; revision=333454
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Fix typoAndrej Zverev2013-09-141-1/+1
| | | | Notes: svn path=/head/; revision=327299
* - convert to the new perl5 frameworkAndrej Zverev2013-09-141-2/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327296
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - fix leftoverOlli Hauer2013-04-231-0/+3
| | | | | | | noted by pointyhat / miwi Notes: svn path=/head/; revision=316307
* - update to 2.0.8Olli Hauer2013-04-202-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2.0.8 April 17, 2013 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. [Zefram] 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. [Zefram] 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. [Steve Hay] 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. [Zefram] 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. [Hugo van der Sanden] use APR::Finfo instead of Perl's stat() in ModPerl::RegistryCooker to generate HTTP code 404 even if the requested filename contains newlines [Torsten] Remove all uses of deprecated core perl symbols. [Steve Hay] Feature safe: yes with hat apache@ Notes: svn path=/head/; revision=316159
* - USE_APACHE s/22+/22/Olli Hauer2012-09-241-1/+4
| | | | | | | | | | | | some additional cleanups/fixes - adopt new Makefile header - convert to optionsNG - use BROKEN instead IGNORE in bsd.apache.mk with hat apache@ Notes: svn path=/head/; revision=304797
* - USE_APACHE= s/22+/22/Olli Hauer2012-09-221-5/+6
| | | | | | | | | | | | | | - adopt new Makefile header Port build fails on local exp-run with apache24 with error: 'conn_rec' has no member named 'remote_ip' or various other apache22 specific functions/parameters with hat apache@ Notes: svn path=/head/; revision=304723
* - remove www/apache20 and devel/apr0Olli Hauer2012-08-181-4/+1
| | | | | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ Notes: svn path=/head/; revision=302724
* - allow build a correct library with clang/gcc47+ by disablingOlli Hauer2012-07-052-2/+15
| | | | | | | | | | | | | | | APR_INLINE because FreeBSD default port settings not uses bundled apr from apache tarball. - force compiler to use gnu89 C standard. - bump PORTREVISION with hat apache@ PR: ports/168514 Submitted by: Dima Panov <fluffy@freebsd.org> Notes: svn path=/head/; revision=300530
* - re add PORTEPOCHOlli Hauer2012-06-181-0/+1
| | | | | | | noted by fluffy Notes: svn path=/head/; revision=299539
* - update to version 2.0.7Olli Hauer2012-06-172-7/+5
| | | | | | | | | | | | | | | - Use APACHE macro for MASTER_SITES - Remove SITE_PERL from *_DEPENDS Changes: Fix breakage caused by removal of PL_uid et al from perl 5.16.0. Patch from rt.cpan.org #77129. [Zefram] PR: ports/168819 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> Notes: svn path=/head/; revision=299476
* - Update to 2.0.6Michael Scheidell2012-05-272-9/+9
| | | | | | | | | PR: ports/167866 Submitted by: Dima Panov <fluffy@freebsd.org> Approved by: apache (pgollucci) Notes: svn path=/head/; revision=297558
* - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | With hat: perl Notes: svn path=/head/; revision=281878
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedOlli Hauer2011-08-201-1/+2
| | | | Notes: svn path=/head/; revision=280086
* - update to mod_perl-2.0.5Olli Hauer2011-05-226-91/+19
| | | | | | | | | committed with hat apache@ PR: ports/155026 ports/155586 ports/157246 Notes: svn path=/head/; revision=274474
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mkPhilip M. Gollucci2010-05-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk. This causes OPTIONSFILE to be incorrectly set during some make phases as a result of the recent PKGNAMEPREFIX for apache ports. 'Revert' some of the PKGNAMEPREFIX changes for apXX-. - Must be manually requested in tbe port Makefile either by a) AP_FAST_BUILD=yes b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX} - Going forward, we will only do this for ports where WITH_APACHE is NOT optional, but required. mod_* ports are a good fit. 141 ports are mod_ ports 80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a]. 61 remaining are then patched to mirror the other $lang frameworks [b]. PR: ports/146956 Reported by: Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several Discussed with: pav, itectu on #bsdports Tested by: P6 TB run Approved by: portmgr (pav) Notes: svn path=/head/; revision=255075
* - ThreadRWLock works with devel/apr0.Philip M. Gollucci2010-05-191-4/+0
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=254609
* - Update for devel/apr0 conversionPhilip M. Gollucci2010-05-191-2/+2
| | | | | | | | | | | - as the default is www/apache20+devel/apr0 this package hasn't built yet so no PORTREVISION Bump. Reported by: QAT Forgotten by: pgollucci (myself) Notes: svn path=/head/; revision=254605
* - rename patch filePhilip M. Gollucci2010-05-051-0/+0
| | | | | | | With Hat: apache@ Notes: svn path=/head/; revision=253712
* - Assign some ports to apache@Philip M. Gollucci2010-04-291-1/+1
| | | | | | | | Note: net/luasocket is a direct requirement for mod_wombat which will be very core to httpd 2.4.x+ (www/apache24) Notes: svn path=/head/; revision=253431
* - Mark most of my ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-161-0/+2
| | | | | | | Tested by: several builds in P6 TB Notes: svn path=/head/; revision=233978
* Pull r760926 from stream to fix CVE-2009-0796Philip M. Gollucci2009-05-162-1/+49
| | | | | | | | | | This will be fixed in 2.0.5 and can be removed SVN: http://svn.apache.org/viewvc?rev=760926&view=rev Security: http://www.vuxml.org/freebsd/4a638895-41b7-11de-b1cc-00219b0fc4d8 Notes: svn path=/head/; revision=233970
* - Fix plist with perl 5.8.9Pav Lucistnik2009-01-141-1/+2
| | | | Notes: svn path=/head/; revision=226115
* Update my ports to my freebsd addressPhilip M. Gollucci2008-07-231-1/+1
| | | | | | | Approved by: araujo (mentor) Notes: svn path=/head/; revision=217338
* - With apr 1.x and THREADS, ThreadRWLock is also now XS Wrapped and ↵Marcelo Araujo2008-07-032-1/+13
| | | | | | | | | | installed conditionally. PR: ports/125151 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer) Notes: svn path=/head/; revision=216192
* - Only correct a character, minor fix.Marcelo Araujo2008-06-231-1/+1
| | | | | | | Submitted by: "Philip M. Gollucci" <pgollucci@ridecharge.com> (maintainer) via email Notes: svn path=/head/; revision=215640
* - Update to 2.0.4.Marcelo Araujo2008-06-077-34/+39
| | | | | | | | | | | Changes: http://perl.apache.org/dist/mod_perl-2.0-current/Changes PR: ports/123535 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer) Reworked by: araujo (myself) Notes: svn path=/head/; revision=214463
* - ThreadMutex manpage seems to be installed regardless the threading statePav Lucistnik2008-01-231-2/+1
| | | | | | | | Reported by: pointyhat Pointy hat to: pav Notes: svn path=/head/; revision=206077
* - Make the threadedness depend on the actual build of apr-util/apr, instead onPav Lucistnik2008-01-192-4/+17
| | | | | | | | | | an Apache version PR: ports/118307 (adapted from) Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer) Notes: svn path=/head/; revision=205846
* Fix an oversight in pkg-message. Use APACHEMODDIR instead of aWesley Shields2008-01-182-1/+3
| | | | | | | | | | | | hard-coded path. No PORTREVISION bump necessary as the default package will remain the same. PR: 119438 Submitted by: Terry Sposato <terry@sucked-in.com> Approved by: Philip M. Gollucci (maintainer), garga (mentor) Notes: svn path=/head/; revision=205777
* Fix up after bsd.perl.mk import.Mark Linimon2007-09-101-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=199232
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-6/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* mod_perl 2.x does not properly escape PATH_INFO before use in aErwin Lansing2007-06-272-1/+16
| | | | | | | | | | | | | regular expression PR: 113988 Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk> Approved by: maintainer override (3 days, security) Security: CVE-2007-1349, VuXML ef2ffb03-f2b0-11db-ad25-0010b5a0a860 Notes: svn path=/head/; revision=194351
* - Fix Upgrade problemsMartin Wilke2006-12-042-14/+13
| | | | | | | | | | | | | - Pass maintainership to submitter - Fixes the -march= nothing which is not 2.0.3 specific. - Removes the pre-everthing warning for www/apache22 - Bump PORTREVISION Submitted by: Philip M. Gollucci" <Philip.Gollucci@ticketmaster.com> Approved by: maintainer Notes: svn path=/head/; revision=178781
* - Update to 2.0.3Martin Wilke2006-12-023-6/+10
| | | | | | | | | PR: ports/106051 Submitted by: Philip M. Gollucci <pgollucci@apache.org> Approved by: maintainer Notes: svn path=/head/; revision=178541
* - Correct pkg-messageAndrew Pantyukhin2006-11-041-1/+1
| | | | | | | | | PR: ports/104275 Submitted by: Julio Guillermo Paredes Cornejo<gparedes@gupac.com.pe> Approved by: Lars Eggert <lars.eggert@gmx.net> (maintainer timeout, 23 days) Notes: svn path=/head/; revision=176320
* - Fix dependenciesMartin Wilke2006-09-251-0/+4
| | | | | | | | PR: ports/103612 Submitted by: Lars Eggert <lars.eggert@gmx.net> (maintainer) Notes: svn path=/head/; revision=173787
* Fix plist in apache 2.1+ caseVasil Dimov2006-02-272-3/+13
| | | | | | | | | | PR: ports/92590 (based on) Submitted by: Lars Eggert <lars.eggert@gmx.net> (maintainer) Reworked by: vd Approved by: portmgr (erwin), Lars Eggert <lars.eggert@gmx.net> (maintainer) Notes: svn path=/head/; revision=156861
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - plist fix by sime@logos.hrYen-Ming Lee2005-12-231-1/+1
| | | | | | | | PR: 90817 Submitted by: Lars Eggert <lars.eggert@gmx.net> Notes: svn path=/head/; revision=151895
* [MAINTAINER] www/mod_perl2: fix for apache21 and higherEdwin Groothuis2005-12-203-68/+71
| | | | | | | | | | | | | | | - variant of the fix in ports/90312 (can be closed, too) - warn if an apache newer than apache20 is used (maintainer can't test) - remove warning about API change, it's been a year PR: ports/90655 Submitted by: Lars Eggert <lars.eggert@gmx.net> Notes: svn path=/head/; revision=151619
* Update to 2.0.2Emanuel Haupt2005-10-213-3/+5
| | | | | | | | PR: 87776 Submitted by: Lars Eggert <lars.eggert@gmx.net> (maintainer) Notes: svn path=/head/; revision=146044
* - Update to 2.0.1Pav Lucistnik2005-06-222-3/+3
| | | | | | | | PR: ports/82522 Submitted by: Lars Eggert <lars.eggert@gmx.net> (maintainer) Notes: svn path=/head/; revision=137864
* Update to 2.0.0Jean-Yves Lefort2005-05-203-13/+15
| | | | | | | | PR: ports/81302 Submitted by: maintainer Notes: svn path=/head/; revision=135710
* - Update to 2.0.0r6Pav Lucistnik2005-05-194-24/+37
| | | | | | | | PR: ports/81192 Submitted by: Lars Eggert <lars.eggert@gmx.net> (maintainer) Notes: svn path=/head/; revision=135622
* - Update to 2.0.0-R5Sergey Matveychuk2005-05-174-257/+287
| | | | | | | | | | | | This release has significant change in API. All old code *will* broken. Read how to fix it here: http://perl.apache.org/docs/2.0/rename.html PR: ports/79962 Submitted by: maintainer Notes: svn path=/head/; revision=135499
* - Bump PORTEPOCH as we had a rollbackSergey Matveychuk2005-04-201-0/+1
| | | | | | | Reported by: kris (chkversion) Notes: svn path=/head/; revision=133722