Skip to content

Commit

Permalink
Update to 1.3.6
Browse files Browse the repository at this point in the history
Lots of updates but some highlights in brief:

- Added base64 encoding support for ICMP payload additional table in base_qr
y_alert.php -- Juergen Leising
- Changed input type of the password field to actually be password in setup3
.php -- Nikns
- Fixed Time error in searches -- Jeff Kell
- Added FQDN to display -- Jonathan W Miner
- Fixed issues with graphing -- Kevin J
 - Updated tons of HTML for complience -- Marek Cruz
  • Loading branch information
adrianp committed May 18, 2007
1 parent 3951377 commit fd28c73
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions security/base/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.12 2007/02/17 19:18:24 adrianp Exp $
# $NetBSD: Makefile,v 1.13 2007/05/18 23:27:22 adrianp Exp $
#

DISTNAME= base-1.2.7
DISTNAME= base-1.3.6
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=secureideas/}

Expand Down Expand Up @@ -52,7 +52,7 @@ SUBST_MESSAGE.conf= Fixing configuration files.

post-extract:
${CP} ${FILESDIR}/base.conf ${WRKSRC}/base.conf
${RM} ${WRKSRC}/includes/base_action.inc.php.orig
${FIND} ${WRKSRC} -name *.php | ${XARGS} ${CHMOD} ${SHAREMODE}

do-install:
${INSTALL_DATA_DIR} ${BASE_DIR}
Expand All @@ -61,7 +61,7 @@ do-install:

${INSTALL_DATA} ${WRKSRC}/base.conf ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/base_conf.php.dist ${EGDIR}/base_conf.php
${INSTALL_SCRIPT} ${WRKSRC}/*.php ${BASE_DIR}
${INSTALL_DATA} ${WRKSRC}/*.php ${BASE_DIR}

. for f in ${DOC_FILES}
${INSTALL_DATA} ${WRKSRC}/docs/${f:Q} ${PREFIX}/share/doc/base
Expand Down
3 changes: 2 additions & 1 deletion security/base/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2006/06/06 19:41:43 adrianp Exp $
@comment $NetBSD: PLIST,v 1.5 2007/05/18 23:27:22 adrianp Exp $
share/base/admin/base_roleadmin.php
share/base/admin/base_useradmin.php
share/base/admin/index.php
Expand All @@ -17,6 +17,7 @@ share/base/base_hdr1.php
share/base/base_hdr2.php
share/base/base_main.php
share/base/base_maintenance.php
share/base/base_logout.php
share/base/base_payload.php
share/base/base_qry_alert.php
share/base/base_qry_common.php
Expand Down
8 changes: 4 additions & 4 deletions security/base/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.6 2007/02/17 19:18:25 adrianp Exp $
$NetBSD: distinfo,v 1.7 2007/05/18 23:27:23 adrianp Exp $

SHA1 (base-1.2.7.tar.gz) = 6ce7af6f010d2e32f903758508987069ecb03b93
RMD160 (base-1.2.7.tar.gz) = a078acf49da55a957f659e52f4e37f978bb1246c
Size (base-1.2.7.tar.gz) = 364282 bytes
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 (patch-aa) = 71c95cbf0bfe45ee818c409bfe9d57753b71689d

0 comments on commit fd28c73

Please sign in to comment.