summaryrefslogtreecommitdiff
path: root/devel/mantis
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2006-05-28 15:17:47 +0000
committeradrianp <adrianp@pkgsrc.org>2006-05-28 15:17:47 +0000
commitcc03f2fee6ea0a9dfda0847ea6df40f4f0bbc6df (patch)
treec87d05965cb5f5fbda9fd022e3c5f1af031c44a5 /devel/mantis
parent732ceb9d32d9412e108191cb06e21b5b5ca8f71f (diff)
downloadpkgsrc-cc03f2fee6ea0a9dfda0847ea6df40f4f0bbc6df.tar.gz
Update to 1.0.3
> - 7037: [security] Port: Login with disabled account possible (vboctor) > - 7034: [bugtracker] Port: bug in string_sanitize_url() (vboctor) > - 7028: [db mssql] Port: "Prune Accounts" function doesn't work with MS SQL (vboctor) > - 7029: [db mssql] Port: MS SQL Error on View Filters Page (vboctor) > - 7030: [db mssql] Port: installtion fails - administrator have no rights on db (vboctor) > - 7032: [db mssql] Port: Error on opening Change Log (vboctor) > - 7039: [db mssql] Notice: Only variables should be assigned by reference in coreadodbadodb.inc.php on line 2931 (vboctor) > - 7035: [feature] Port: Global Profiles list not sorted (vboctor) > - 7038: [filters] Port: SYSTEM WARNING: Argument 1 to array_multisort() is expected to be an array or a sort flag (vboctor) > - 7031: [installation] Port: is_writable never success in install.php (vboctor) > - 7041: [installation] Port: newbie admins may be redirected to blank page (vboctor) > - 7033: [printing] Port: wrong strpos function call (vboctor) > - 7027: [upgrade] Port: fixed_in_version is renamed to Fixed_in_version during database migration (vboctor)
Diffstat (limited to 'devel/mantis')
-rw-r--r--devel/mantis/MESSAGE6
-rw-r--r--devel/mantis/Makefile6
-rw-r--r--devel/mantis/PLIST4
-rw-r--r--devel/mantis/distinfo8
4 files changed, 12 insertions, 12 deletions
diff --git a/devel/mantis/MESSAGE b/devel/mantis/MESSAGE
index 2a79b3b0819..4504afeddd8 100644
--- a/devel/mantis/MESSAGE
+++ b/devel/mantis/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.4 2005/09/28 14:15:49 rillig Exp $
+$NetBSD: MESSAGE,v 1.5 2006/05/28 15:17:47 adrianp Exp $
To complete the setup you will need to read the INSTALL guide in order
to setup mySQL properly. In particular secion 3 of the document deals
@@ -8,7 +8,7 @@ with database setup.
The following URL can be used to complete the installation and database
setup:
- http://www.domain.com/mantis/admin/install.php
+ http://localhost/mantis/admin/install.php
You will need to make Mantis accessible through your HTTP server.
If you are running Apache then you may add the following lines to httpd.conf:
@@ -17,7 +17,7 @@ If you are running Apache then you may add the following lines to httpd.conf:
to make Mantis accessible through:
- http://www.domain.com/mantis/index.php
+ http://localhost/mantis/index.php
IMPORTANT SECURITY NOTES:
diff --git a/devel/mantis/Makefile b/devel/mantis/Makefile
index 975ce7f5578..3778fe21537 100644
--- a/devel/mantis/Makefile
+++ b/devel/mantis/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2006/05/01 13:00:40 adrianp Exp $
+# $NetBSD: Makefile,v 1.21 2006/05/28 15:17:47 adrianp Exp $
-DISTNAME= mantis-1.0.2
+DISTNAME= mantis-1.0.3
CATEGORIES= devel www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mantisbt/}
@@ -43,7 +43,7 @@ SUBST_SED.conf= -e "s|@MANTIS_HOME@|${MANTIS_HOME}|g"
SUBST_MESSAGE.conf= Fixing configuration files.
post-extract:
- @${CP} ${FILESDIR}/mantis.conf ${WRKSRC}
+ ${CP} ${FILESDIR}/mantis.conf ${WRKSRC}
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mantis
diff --git a/devel/mantis/PLIST b/devel/mantis/PLIST
index e755382a114..56fb477c23c 100644
--- a/devel/mantis/PLIST
+++ b/devel/mantis/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2006/05/01 13:00:40 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.8 2006/05/28 15:17:47 adrianp Exp $
share/doc/mantis/CUSTOMIZATION
share/doc/mantis/INSTALL
share/doc/mantis/README
@@ -554,6 +554,6 @@ share/mantis/view_filters_page.php
@dirrm share/mantis/admin/upgrades
@dirrm share/mantis/admin/css
@dirrm share/mantis/admin
-@dirrm share/mantis
+@unexec ${RMDIR} %D/share/mantis 2>/dev/null || ${TRUE}
@dirrm share/examples/mantis
@dirrm share/doc/mantis
diff --git a/devel/mantis/distinfo b/devel/mantis/distinfo
index 5d0b0075822..c851ad3bd00 100644
--- a/devel/mantis/distinfo
+++ b/devel/mantis/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2006/05/01 13:00:40 adrianp Exp $
+$NetBSD: distinfo,v 1.8 2006/05/28 15:17:47 adrianp Exp $
-SHA1 (mantis-1.0.2.tar.gz) = 2bbc9135f69c7a7e812be40c56bc65d0d11ec349
-RMD160 (mantis-1.0.2.tar.gz) = 8b029a63d647e6dfbf98c0fd22c1aa64c1fc940c
-Size (mantis-1.0.2.tar.gz) = 1486561 bytes
+SHA1 (mantis-1.0.3.tar.gz) = a77e2f9b3bc24abd2c7e238a768130ca1dc37167
+RMD160 (mantis-1.0.3.tar.gz) = 46565f06374c3d8c49e102c32f943ebbda15d74d
+Size (mantis-1.0.3.tar.gz) = 1426811 bytes