Update to 1.3.8
- Fixed base_conf_contents.php to include colored alerts -- Jonathan W Miner - Fixed base_main.php to remove an extra table and repair two column display -- Jonathan W Miner - Added exit() to the redirect to fix security hole -- Jon Hart - removed fpdf file to save room since we are not using them. -- Kevin Johnson - Fixed bug #1723928 Top Right, Database and User not shown -- Kevin Johnson - Added base_header wrapper, please use it instead of header if you're not sure -- GaRaGeD - Fixed Bug #1675094 snort signature information links broken (really a hack!) -- Kevin Johnson - Fixed Bug #1689885 Maybe need count(DISTINCT ip_src) to sort by IP correctly -- Kevin Johnson - Fixed Bug #1649659 Use of archive DB seems broken in "karen" release -- Kevin Johnson - Cleaned a warning -- Marek Cruz - Spanish install guide -- Daniel Medianero
This commit is contained in:
parent
65ccc4f9d3
commit
68462e2da7
3 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.15 2007/07/04 20:54:56 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2007/10/20 23:22:08 adrianp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= base-1.3.6
|
||||
DISTNAME= base-1.3.8
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=secureideas/}
|
||||
|
||||
|
@ -36,6 +36,8 @@ WWW_GROUP?= ${APACHE_GROUP}
|
|||
USE_TOOLS+= perl:run
|
||||
REPLACE_PERL+= scripts/base_maintenance.pl
|
||||
|
||||
SKIP_PORTABILITY_CHECK= YES
|
||||
|
||||
PKG_GROUPS_VARS+= WWW_GROUP
|
||||
PKG_USERS_VARS+= WWW_USER
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2007/05/18 23:27:22 adrianp Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2007/10/20 23:22:09 adrianp Exp $
|
||||
share/base/admin/base_roleadmin.php
|
||||
share/base/admin/base_useradmin.php
|
||||
share/base/admin/index.php
|
||||
|
@ -63,8 +63,6 @@ share/base/includes/base_state_criteria.inc.php
|
|||
share/base/includes/base_state_query.inc.php
|
||||
share/base/includes/base_template.php
|
||||
share/base/includes/base_user.inc.php
|
||||
share/base/includes/fpdf_class.php
|
||||
share/base/includes/fpdf_fonts.php
|
||||
share/base/index.php
|
||||
share/base/languages/chinese.lang.php
|
||||
share/base/languages/czech.lang.php
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.7 2007/05/18 23:27:23 adrianp Exp $
|
||||
$NetBSD: distinfo,v 1.8 2007/10/20 23:22:09 adrianp Exp $
|
||||
|
||||
SHA1 (base-1.3.6.tar.gz) = 817bdb0d42f21e5ffe3ae30794ecad2681e85135
|
||||
RMD160 (base-1.3.6.tar.gz) = 0ea139d65a071eeb6ce3080854d8d26f2344d359
|
||||
Size (base-1.3.6.tar.gz) = 363397 bytes
|
||||
SHA1 (base-1.3.8.tar.gz) = 58c83c0243e5f9b3620f4f12be237477c3e1e270
|
||||
RMD160 (base-1.3.8.tar.gz) = 46910d6d29f7b722c5d21608f461a04c98e1af1e
|
||||
Size (base-1.3.8.tar.gz) = 481045 bytes
|
||||
SHA1 (patch-aa) = 71c95cbf0bfe45ee818c409bfe9d57753b71689d
|
||||
|
|
Loading…
Reference in a new issue