diff options
author | adrianp <adrianp> | 2006-10-23 18:19:45 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2006-10-23 18:19:45 +0000 |
commit | af80512fcf13666fcb2f839cb8d411006794fdf3 (patch) | |
tree | f8f4c36390cc83b75bd7acce40674171a9081ec9 /security | |
parent | 3c516cdac9f3a8211600d955292ab9f33c573668 (diff) | |
download | pkgsrc-af80512fcf13666fcb2f839cb8d411006794fdf3.tar.gz |
Update to 1.2.5
- Added check for base_users and base_roles tables in base_main.php -
Kevin Johnson
- Added . to VAR_PUNC to fix query issue - Kevin johnson
- Fixed issue with base_users table being required - Kevin Johnson
- Added search punctuation fix - Bruce Briggs
- Added FQDN to display -- Jonathan W Miner
- PrintForm() fixes - Bruce Briggs
- Settings for automatic expansion of the IP and Payload Criteria
on Search screen - Bruce Briggs
- Save the fields entered on the Search screen for Back button proper
refilling - Bruce Briggs
- RFE 1520185 Add support for managing last_cid - Eric Jacobsen
- Changed show_rows to 49 in base_conf.php.dist to fix IE 6/7 bug -
Bruce Briggs
- Fixed link to FAQ - Juergen Leising
- Fixed VAR_BOOLEAN error and some typos in the footer - Eric Jacobsen
- Trivial patch to make base_stat_time.php use GET insted of POST to
avoid the 'resend data' warning on refresh - GaRaGeD
- Added base-rss.php to the contrib section - Dan Michitsch
Diffstat (limited to 'security')
-rw-r--r-- | security/base/Makefile | 9 | ||||
-rw-r--r-- | security/base/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/security/base/Makefile b/security/base/Makefile index f631c80c7d6..527080d2654 100644 --- a/security/base/Makefile +++ b/security/base/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2006/06/06 19:41:43 adrianp Exp $ +# $NetBSD: Makefile,v 1.11 2006/10/23 18:19:45 adrianp Exp $ # -DISTNAME= base-1.2.5 +DISTNAME= base-1.2.6 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=secureideas/} @@ -51,7 +51,8 @@ SUBST_MESSAGE.conf= Fixing configuration files. .include "options.mk" post-extract: - @${CP} ${FILESDIR}/base.conf ${WRKSRC}/base.conf + ${CP} ${FILESDIR}/base.conf ${WRKSRC}/base.conf + ${RM} ${WRKSRC}/includes/base_action.inc.php.orig do-install: ${INSTALL_DATA_DIR} ${BASE_DIR} @@ -70,7 +71,7 @@ do-install: cd ${WRKSRC}/${i:Q} && ${PAX} -rw . ${BASE_DIR}/${i:Q} . endfor - @${CHOWN} ${WWW_USER} ${BASE_DIR} + ${CHOWN} ${WWW_USER} ${BASE_DIR} .include "../../mk/apachever.mk" .include "../../lang/php/phpversion.mk" diff --git a/security/base/distinfo b/security/base/distinfo index df002bae73a..6a554947c7e 100644 --- a/security/base/distinfo +++ b/security/base/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2006/06/06 20:09:49 adrianp Exp $ +$NetBSD: distinfo,v 1.5 2006/10/23 18:19:45 adrianp Exp $ -SHA1 (base-1.2.5.tar.gz) = ea53ea599e0fb52679ac04d6fae8151f84928732 -RMD160 (base-1.2.5.tar.gz) = 212a931d3c77aec6520e4eebce3fae3f8e1c1feb -Size (base-1.2.5.tar.gz) = 335285 bytes +SHA1 (base-1.2.6.tar.gz) = 1328f4407719ee7bc88bb7c164d19648f7bb9372 +RMD160 (base-1.2.6.tar.gz) = 6ab2ae36230ee042ac226147684ea2b0e0a8e958 +Size (base-1.2.6.tar.gz) = 342508 bytes SHA1 (patch-aa) = 71c95cbf0bfe45ee818c409bfe9d57753b71689d |