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.3.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce78f218ff00
branches:  trunk
changeset: 528876:ce78f218ff00
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Fri May 18 23:27:22 2007 +0000

description:
Update to 1.3.6

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

diffstat:

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

diffs (62 lines):

diff -r 7f8a9bf41d76 -r ce78f218ff00 security/base/Makefile
--- a/security/base/Makefile    Fri May 18 22:49:01 2007 +0000
+++ b/security/base/Makefile    Fri May 18 23:27:22 2007 +0000
@@ -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/}
 
@@ -52,7 +52,7 @@
 
 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}
@@ -61,7 +61,7 @@
 
        ${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
diff -r 7f8a9bf41d76 -r ce78f218ff00 security/base/PLIST
--- a/security/base/PLIST       Fri May 18 22:49:01 2007 +0000
+++ b/security/base/PLIST       Fri May 18 23:27:22 2007 +0000
@@ -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
@@ -17,6 +17,7 @@
 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
diff -r 7f8a9bf41d76 -r ce78f218ff00 security/base/distinfo
--- a/security/base/distinfo    Fri May 18 22:49:01 2007 +0000
+++ b/security/base/distinfo    Fri May 18 23:27:22 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index