summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorobache <obache>2011-02-04 11:40:12 +0000
committerobache <obache>2011-02-04 11:40:12 +0000
commit3d2f9512db1aa1d8dbfa07efbb831f687c9bc3e7 (patch)
tree65635dcca879bec9ec5a50c16657063327fdfbee /www
parentc731444f91e6e09e13085459551b4d32bc1689ab (diff)
downloadpkgsrc-3d2f9512db1aa1d8dbfa07efbb831f687c9bc3e7.tar.gz
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
Diffstat (limited to 'www')
-rw-r--r--www/ap2-chroot/Makefile11
-rw-r--r--www/ap2-chroot/PLIST3
-rw-r--r--www/ap2-chroot/distinfo8
3 files changed, 12 insertions, 10 deletions
diff --git a/www/ap2-chroot/Makefile b/www/ap2-chroot/Makefile
index ac8a958ce35..95948a084bd 100644
--- a/www/ap2-chroot/Makefile
+++ b/www/ap2-chroot/Makefile
@@ -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
diff --git a/www/ap2-chroot/PLIST b/www/ap2-chroot/PLIST
index 7eee90d066a..776a4b1c31a 100644
--- a/www/ap2-chroot/PLIST
+++ b/www/ap2-chroot/PLIST
@@ -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
diff --git a/www/ap2-chroot/distinfo b/www/ap2-chroot/distinfo
index a25fde62e72..3f42f0147ad 100644
--- a/www/ap2-chroot/distinfo
+++ b/www/ap2-chroot/distinfo
@@ -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