diff options
author | adrianp <adrianp> | 2006-01-09 21:00:39 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2006-01-09 21:00:39 +0000 |
commit | e69b5c097d3fc40e05f85be2b2be85179f900958 (patch) | |
tree | 3af41a2f030a5222e56af20f0980a26c1fb3143c /devel/mantis | |
parent | 1ea236fcba5a67a1ee2be443ea9837c4825d910b (diff) | |
download | pkgsrc-e69b5c097d3fc40e05f85be2b2be85179f900958.tar.gz |
Bump to nb1 for adodb security issue (adodb is included with mantis)
Use included files/mantis.conf to block apache access to core/adodb
Diffstat (limited to 'devel/mantis')
-rw-r--r-- | devel/mantis/Makefile | 4 | ||||
-rw-r--r-- | devel/mantis/files/mantis.conf | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/devel/mantis/Makefile b/devel/mantis/Makefile index f19221567d8..c068c921982 100644 --- a/devel/mantis/Makefile +++ b/devel/mantis/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2006/01/08 18:35:09 xtraeme Exp $ +# $NetBSD: Makefile,v 1.15 2006/01/09 21:00:39 adrianp Exp $ DISTNAME= mantis-1.0.0rc4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mantisbt/} diff --git a/devel/mantis/files/mantis.conf b/devel/mantis/files/mantis.conf index c7f167adb52..3f5bc7a5b92 100644 --- a/devel/mantis/files/mantis.conf +++ b/devel/mantis/files/mantis.conf @@ -1,4 +1,4 @@ -# $NetBSD: mantis.conf,v 1.1.1.1 2004/11/08 19:05:33 adrianp Exp $ +# $NetBSD: mantis.conf,v 1.2 2006/01/09 21:00:39 adrianp Exp $ # # Mantis configuration file fragment for Apache @@ -10,3 +10,8 @@ Order allow,deny Allow from all </Directory> + +<Directory "@MANTIS_HOME@/core/adodb"> + Order deny,allow + Deny from all +</Directory> |