pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/base Update to 1.2.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d5eb014c491
branches:  trunk
changeset: 520587:3d5eb014c491
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Mon Oct 23 18:19:45 2006 +0000

description:
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:

 security/base/Makefile |  9 +++++----
 security/base/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 5a83102ace58 -r 3d5eb014c491 security/base/Makefile
--- a/security/base/Makefile    Mon Oct 23 16:07:12 2006 +0000
+++ b/security/base/Makefile    Mon Oct 23 18:19:45 2006 +0000
@@ -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 @@
 .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 @@
                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 -r 5a83102ace58 -r 3d5eb014c491 security/base/distinfo
--- a/security/base/distinfo    Mon Oct 23 16:07:12 2006 +0000
+++ b/security/base/distinfo    Mon Oct 23 18:19:45 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index