diff options
author | adrianp <adrianp> | 2006-06-06 19:41:43 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2006-06-06 19:41:43 +0000 |
commit | 30d08e3ac2e994cc9f75e0fa851a87669eaabf1b (patch) | |
tree | e0bcfb6f7c140ef7e57627343b764a2ebca66de0 /security/base/Makefile | |
parent | b64e8fc35671741a20c213853261a28bb9e716e6 (diff) | |
download | pkgsrc-30d08e3ac2e994cc9f75e0fa851a87669eaabf1b.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/Makefile')
-rw-r--r-- | security/base/Makefile | 5 |
1 files changed, 2 insertions, 3 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/} |