Update ap2-chroot to 0.5.
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
This commit is contained in:
parent
5bb5cbdae9
commit
362525f039
3 changed files with 12 additions and 10 deletions
|
@ -1,17 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.9 2010/02/20 14:58:46 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2011/02/04 11:40:12 obache Exp $
|
||||
|
||||
DISTNAME= mod_chroot-0.3
|
||||
PKGNAME= ${APACHE_PKG_PREFIX}-chroot-0.3
|
||||
PKGREVISION= 2
|
||||
DISTNAME= mod_chroot-0.5
|
||||
PKGNAME= ${DISTNAME:S/mod_/${APACHE_PKG_PREFIX}-/}
|
||||
CATEGORIES= www security
|
||||
MASTER_SITES= http://core.segfault.pl/~hobbit/mod_chroot/dist/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://core.segfault.pl/~hobbit/mod_chroot/
|
||||
COMMENT= Module to easily run Apache in a chroot environment
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
# functional conflict, apache>=2.2.10 has builtin ChrootDir directive support.
|
||||
CONFLICTS+= apache>=2.2.10
|
||||
|
||||
APACHE_MODULE= yes
|
||||
APACHE_MODULE_NAME= mod_chroot.la
|
||||
NO_CONFIGURE= yes
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2009/06/14 22:00:16 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2011/02/04 11:40:12 obache Exp $
|
||||
lib/httpd/mod_chroot.so
|
||||
share/doc/mod_chroot/CAVEATS
|
||||
share/doc/mod_chroot/ChangeLog
|
||||
share/doc/mod_chroot/EAPI
|
||||
share/doc/mod_chroot/INSTALL
|
||||
share/doc/mod_chroot/LICENSE
|
||||
share/doc/mod_chroot/README
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2005/02/24 14:08:28 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.3 2011/02/04 11:40:12 obache Exp $
|
||||
|
||||
SHA1 (mod_chroot-0.3.tar.gz) = 96691119fbf8042da4503cbc1c2a0dadd0326568
|
||||
RMD160 (mod_chroot-0.3.tar.gz) = d55cb20ff9d6ba3f868183a69e6405a9cecfde3e
|
||||
Size (mod_chroot-0.3.tar.gz) = 14369 bytes
|
||||
SHA1 (mod_chroot-0.5.tar.gz) = 42935c37fb163ff519651ddd0b0fd6982a978015
|
||||
RMD160 (mod_chroot-0.5.tar.gz) = baba1cac0f05953dac5ab7f483bbc49417eaf8ff
|
||||
Size (mod_chroot-0.5.tar.gz) = 15055 bytes
|
||||
|
|
Loading…
Reference in a new issue