pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/base Update to 1.2.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/027be488b239
branches:  trunk
changeset: 514006:027be488b239
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Tue Jun 06 19:41:43 2006 +0000

description:
Update to 1.2.5
> - 6/4/2006 1.2.5 (sarah)
> - Added base64 encoding support for MAC addresses presented on the screen for FLoP extended database -- Juergen Leising
> - Added base64 encoding support for rebuild of packet in pcap format for FLoP extended database -- Juergen Leising
> - Fixed issue with Oracle and schema version in base_db.inc.php -- Nikns
> - Fixed bug when alerts with sig references would fail to archive causing duplicates error -- Nikns
> - Added base64 encoding support for ICMP payload additional table in base_qry_alert.php -- Juergen Leising
> - Added check for PHP Logging Level against E_NOTICES in setup/index.php -- Nikns
> - Fixed bug when certain preprocessor alerts would not be cached (for example arpspoof) -- Nikns
> - Added setup/setup_db.inc.php with CreateBASEAG() to resolve redundancy in setup and base_db_setup.php -- Nikns
> - Removed unnecessary and broken search index stuff from Create BASE AG, since schemas are already with them  -- Nikns
> - Added XSSPrintSafe() (array safe htmlspecilchars() function) and made filterSql() use ADOdb qmagic() -- Nikns
> - Changed input type of the password field to actually be password in setup3.php -- Nikns
> - Filtered all unfiltred (mainly auth system stuff) $_POST and $_GET variables using filterSql() -- Nikns
> - Santized all $_SERVER variables to be protected against XSS attacks -- Nikns
> - Added "Clear Data Tables" option in base_maintenance.php and "Repair Tables" option to execute CreateBASEAG() -- Nikns
> - Make use of FLoP's event reference. Signature name of alert which trigered "Tagged Packet" alert is shown too -- Nikns
> - Updated chinese.lang.php -- Johnson Chiang
> - Fixed Time error in searches -- Jeff Kell
> - Fixed refresh issue with ~ directories -- Kevin Johnson
> - Fixed cookie stored data and authentication scheme to correct Nikns' report on session forge issue -- GaRaGeD
> - Updated link to the Nessus plug in DB -- Jonathan W Miner
> - Fixed display after deleting alerts -- Bruce Briggs
> - Fixed Bug #1466392 - Back button doesn't work after refresh. -- Juergen Leising
> - Patches from jhart%spoofed.org@localhost to add missing ICMP and TCP type and codes - GaRaGeD
> - add support for ICMP redirect decoding. - Jon Hart
> - add decoding support for ICMP source quench and ICMP parameter problem - Jon Hart
> - split up "flags" into DF and MF, much like tcp flags are currently handled - Jon Hart

diffstat:

 security/base/Makefile |  5 ++---
 security/base/PLIST    |  3 ++-
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r c2ef9f5c3eb0 -r 027be488b239 security/base/Makefile
--- a/security/base/Makefile    Tue Jun 06 19:26:30 2006 +0000
+++ b/security/base/Makefile    Tue Jun 06 19:41:43 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2006/06/02 18:27:57 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2006/06/06 19:41:43 adrianp Exp $
 #
 
-DISTNAME=      base-1.2.4
-PKGREVISION=   1
+DISTNAME=      base-1.2.5
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=secureideas/}
 
diff -r c2ef9f5c3eb0 -r 027be488b239 security/base/PLIST
--- a/security/base/PLIST       Tue Jun 06 19:26:30 2006 +0000
+++ b/security/base/PLIST       Tue Jun 06 19:41:43 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2006/05/12 22:31:38 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/06/06 19:41:43 adrianp Exp $
 share/base/admin/base_roleadmin.php
 share/base/admin/base_useradmin.php
 share/base/admin/index.php
@@ -88,6 +88,7 @@
 share/base/scripts/base_maintenance.pl
 share/base/setup/base_conf_contents.php
 share/base/setup/index.php
+share/base/setup/setup_db.inc.php
 share/base/setup/setup1.php
 share/base/setup/setup2.php
 share/base/setup/setup3.php



Home | Main Index | Thread Index | Old Index