summaryrefslogtreecommitdiff
path: root/www/ap2-chroot
AgeCommit message (Collapse)AuthorFilesLines
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-11-14Take apache22 out of PKG_APACHE_ACCEPTED, because this conflicts withdholland1-2/+2
apache22 >= 2.2.10, and we're now on 2.2.21. Ideally this would instead accept apache22 older than 2.2.10, but given how old (and insecure) that is there's not much point. I guess if anyone really really wants to do that they can revert this change locally... but I can't say I recommend it.
2011-02-04Update ap2-chroot to 0.5.obache3-10/+12
While here * Set LICENSE=gnu-gpl-v2 * Marked as CONFLICTS with apache>=2.2.10. It provides builtin ChrootDir directive, as PR#44458. 2005-01-09 Hobbit * getenv()/setenv() instead of flaky getppid(). * fixed layout to make <IfModule> work as expected. * documentation updates. * released mod_chroot/0.4 2005-06-12 Hobbit * fixed a problem with some CGIs (mod_cgid, mod_fcgid) being executed outside the chroot jail. Patch by <clement.hermann*free.fr>, thanks! * updated documentation * released mod_chroot/0.5
2010-02-20DESTDIR support for various Apache modules.joerg1-7/+7
2009-12-17Fix the do-install to include DESTDIR references - not sufficient in itself ↵abs1-4/+4
so PKG_DESTDIR_SUPPORT not turned on
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+1
2007-06-30Change naming of Apache 2.2 modules to use ap22 prefix.joerg1-2/+2
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@
2006-12-15Reset maintainer, ben@ has resigned.wiz1-2/+2
2006-12-08* Use apache.mk to be compatible with the new apache22 pkg.xtraeme1-2/+4
* Use PKG_APACHE_ACCEPTED.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-05-23Removed trailing white-space.rillig1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-12-04Add some configuration tips to MESSAGE.ben1-1/+11
2004-12-03Initial import for ap2-chroot-0.3, a module to easily run Apache in aben5-0/+58
chroot environment. mod_chroot makes running Apache in a secure chroot environment easy. You don't need to create a special directory hierarchy containing /dev, /lib, /etc... mod_chroot allows you to run Apache in a chroot jail with no additional files. The chroot() system call is performed at the end of startup procedure - when all libraries are loaded and log files open.