diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-06-06 19:41:43 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-06-06 19:41:43 +0000 |
commit | 23072d8ed90b04d7ed93c815a88d6902576d0230 (patch) | |
tree | e0bcfb6f7c140ef7e57627343b764a2ebca66de0 /security/base | |
parent | 2dfe63b965bebd4a7d970c7e49fc8a19c426775d (diff) | |
download | pkgsrc-23072d8ed90b04d7ed93c815a88d6902576d0230.tar.gz |
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 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 (limited to 'security/base')
-rw-r--r-- | security/base/Makefile | 5 | ||||
-rw-r--r-- | security/base/PLIST | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/base/Makefile b/security/base/Makefile index 5c07bff6508..f631c80c7d6 100644 --- a/security/base/Makefile +++ b/security/base/Makefile @@ -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 --git a/security/base/PLIST b/security/base/PLIST index fddffdf4411..05b3efefafd 100644 --- a/security/base/PLIST +++ b/security/base/PLIST @@ -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/languages/turkish.lang.php 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 |