pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2006Q1]: pkgsrc/devel/mantis Pullup ticket 1490 - requested by...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea67ca35909c
branches:  pkgsrc-2006Q1
changeset: 510243:ea67ca35909c
user:      salo <salo%pkgsrc.org@localhost>
date:      Mon May 01 21:56:14 2006 +0000

description:
Pullup ticket 1490 - requested by adrianp
security update for mantis

Revisions pulled up:
- pkgsrc/devel/mantis/Makefile                  1.20
- pkgsrc/devel/mantis/PLIST                     1.7
- pkgsrc/devel/mantis/distinfo                  1.7

   Module Name:         pkgsrc
   Committed By:        adrianp
   Date:                Mon May  1 13:00:40 UTC 2006

   Modified Files:
        pkgsrc/devel/mantis: Makefile PLIST distinfo

   Log Message:
   Update to 1.0.2
   > 2006.04.18 - 1.0.2
   > - 0006902: [security] XSS in mantis bug track system .... (thraxisp)
   > - 0006859: [bugtracker] Can send reminders to all recipients (thraxisp)
   >
   > 2006.02.18 - 1.0.1
   > - 0006722: [installation] Remaining mysqli_ install problems (ref.
   >            #0006672): my sqli_real_escape_string() expects parameter
   >            1 to be link (thraxisp)
   > - 0006672: [installation] install.php assumes mysql extension, fails
   >            with mysqli extension (thraxisp)
   > - 0006668: [filters] Parse error while saving new filter: Call to
   >   undefined function: string_strip_tags() (thraxisp)
   >
   > 2006.02.04  -  1.0.0
   > - 0006044: [security] 'Return' _GET is not checked (thraxisp)
   > - 0006650: [security] ADOdb can be exploited to execute arbitrary SQL
   >            code (vboctor)
   > - 0006659: [security] Cross site scripting vulnerability (thraxisp)
   > - 0006634: [filters] Filter does not work with profiles (vboctor)

diffstat:

 devel/mantis/Makefile |   5 ++---
 devel/mantis/PLIST    |  29 +----------------------------
 devel/mantis/distinfo |   8 ++++----
 3 files changed, 7 insertions(+), 35 deletions(-)

diffs (76 lines):

diff -r a3a9aa3688b2 -r ea67ca35909c devel/mantis/Makefile
--- a/devel/mantis/Makefile     Mon May 01 21:42:01 2006 +0000
+++ b/devel/mantis/Makefile     Mon May 01 21:56:14 2006 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2006/02/05 23:08:48 joerg Exp $
+# $NetBSD: Makefile,v 1.18.2.1 2006/05/01 21:56:14 salo Exp $
 
-DISTNAME=      mantis-1.0.0rc5
-PKGREVISION=   2
+DISTNAME=      mantis-1.0.2
 CATEGORIES=    devel www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mantisbt/}
 
diff -r a3a9aa3688b2 -r ea67ca35909c devel/mantis/PLIST
--- a/devel/mantis/PLIST        Mon May 01 21:42:01 2006 +0000
+++ b/devel/mantis/PLIST        Mon May 01 21:56:14 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2005/10/23 15:40:39 rillig Exp $
+@comment $NetBSD: PLIST,v 1.6.4.1 2006/05/01 21:56:14 salo Exp $
 share/doc/mantis/CUSTOMIZATION
 share/doc/mantis/INSTALL
 share/doc/mantis/README
@@ -224,32 +224,6 @@
 share/mantis/core/adodb/session/old/adodb-session-clob.php
 share/mantis/core/adodb/session/old/adodb-session.php
 share/mantis/core/adodb/session/old/crypt.inc.php
-share/mantis/core/adodb/tests/benchmark.php
-share/mantis/core/adodb/tests/client.php
-share/mantis/core/adodb/tests/pdo.php
-share/mantis/core/adodb/tests/test-datadict.php
-share/mantis/core/adodb/tests/test-perf.php
-share/mantis/core/adodb/tests/test-pgblob.php
-share/mantis/core/adodb/tests/test-php5.php
-share/mantis/core/adodb/tests/test-xmlschema.php
-share/mantis/core/adodb/tests/test.php
-share/mantis/core/adodb/tests/test2.php
-share/mantis/core/adodb/tests/test3.php
-share/mantis/core/adodb/tests/test4.php
-share/mantis/core/adodb/tests/test5.php
-share/mantis/core/adodb/tests/test_rs_array.php
-share/mantis/core/adodb/tests/testcache.php
-share/mantis/core/adodb/tests/testdatabases.inc.php
-share/mantis/core/adodb/tests/testgenid.php
-share/mantis/core/adodb/tests/testmssql.php
-share/mantis/core/adodb/tests/testoci8.php
-share/mantis/core/adodb/tests/testoci8cursor.php
-share/mantis/core/adodb/tests/testpaging.php
-share/mantis/core/adodb/tests/testpear.php
-share/mantis/core/adodb/tests/testsessions.php
-share/mantis/core/adodb/tests/time.php
-share/mantis/core/adodb/tests/tmssql.php
-share/mantis/core/adodb/tests/xmlschema.xml
 share/mantis/core/adodb/toexport.inc.php
 share/mantis/core/adodb/tohtml.inc.php
 share/mantis/core/adodb/xmlschema.dtd
@@ -573,7 +547,6 @@
 @dirrm share/mantis/core/adodb/datadict
 @dirrm share/mantis/core/adodb/session/old
 @dirrm share/mantis/core/adodb/session
-@dirrm share/mantis/core/adodb/tests
 @dirrm share/mantis/core/adodb/xsl
 @dirrm share/mantis/core/adodb
 @dirrm share/mantis/core
diff -r a3a9aa3688b2 -r ea67ca35909c devel/mantis/distinfo
--- a/devel/mantis/distinfo     Mon May 01 21:42:01 2006 +0000
+++ b/devel/mantis/distinfo     Mon May 01 21:56:14 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2006/01/17 13:31:14 adrianp Exp $
+$NetBSD: distinfo,v 1.6.2.1 2006/05/01 21:56:14 salo Exp $
 
-SHA1 (mantis-1.0.0rc5.tar.gz) = 2e5fb40a696d134a23f73c18935e5c8aecf9248b
-RMD160 (mantis-1.0.0rc5.tar.gz) = baa96e7774753403e6bcd803274258e32a9607b8
-Size (mantis-1.0.0rc5.tar.gz) = 1452263 bytes
+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



Home | Main Index | Thread Index | Old Index